- AngularJUniversalAutoConfiguration - Class in ch.swaechter.angularjuniversal.springboot.starter
-
This class serves as an entry point for the AngularJ Universal Spring Boot starter.
- AngularJUniversalAutoConfiguration(AngularJUniversalProperties) - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
-
Constructor with the starter properties.
- 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, AngularJUniversalProperties) - 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, AngularJUniversalProperties) - Constructor for class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalViewResolver
-
Constructor with the renderer and properties that will be passed to the view.