- addViewControllers(ViewControllerRegistry) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalConfigurer
-
Add all view controllers than are defined as routing, so no further request mapping in the application is
required.
- AngularJUniversalAutoConfiguration - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class serves as an entry point for the AngularJ Universal Spring Boot starter.
- AngularJUniversalAutoConfiguration() - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
-
- AngularJUniversalConfigurer - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class is responsible for registering all routes of the application, so no further mapping in the application is
required.
- AngularJUniversalConfigurer(RenderConfiguration) - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalConfigurer
-
Constructor with the render configuration.
- AngularJUniversalProperties - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class is responsible for providing all mapped properties.
- AngularJUniversalProperties() - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
-
- AngularJUniversalUtils - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class provides several util functions.
- AngularJUniversalUtils() - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalUtils
-
- AngularJUniversalView - Class in ch.swaechter.angularjuniversal.springboot.starter
-
- AngularJUniversalView(Renderer, RenderConfiguration) - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalView
-
Constructor with the new renderer and the properties for rendering page requests.
- AngularJUniversalViewResolver - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class is responsible for resolving our view requests if the routing matches.
- AngularJUniversalViewResolver(Renderer, RenderConfiguration) - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalViewResolver
-
Constructor with the renderer and properties that will be passed to the view.