Skip navigation links
A B C G I R S 

A

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.

B

buildView(String) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalViewResolver
Build a valid view based on the given URI.

C

canHandle(String, Locale) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalViewResolver
Check if the given model name can be handled as valid URI.
ch.swaechter.angularjuniversal.springboot.starter - package ch.swaechter.angularjuniversal.springboot.starter
 

G

getCharset() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Get the charset used for reading and rendering.
getEngines() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Get the number of render engines.
getIndexResourcePath() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Get the path of the index resource.
getInputStreamFromResource(ResourceLoader, String) - Static method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalUtils
Get the input stream from a resource.
getRenderConfiguration(ResourceLoader) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
Get the render configuration.
getRenderEngineFactory() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
Get the render engine factory.
getRenderer(RenderEngineFactory, RenderConfiguration) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
Get the renderer.
getRoutes() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Get all routes as list.
getServerBundleResourcePath() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Get the path of the server bundle resource.
getViewResolver(Renderer) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalAutoConfiguration
Get the view resolver.

I

isUrlRequired() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalView
Disable any URL requirement.

R

renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalView
Render the page request with the given renderer.
requiredViewClass() - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalViewResolver
Define the required view class.

S

setCharset(Charset) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Set the new charset.
setEngines(int) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Set the new number of render engines.
setIndexResourcePath(String) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Set the path of the new index resource.
setRoutes(List<String>) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Set all routes as list.
setServerBundleResourcePath(String) - Method in class ch.swaechter.angularjuniversal.springboot.starter.AngularJUniversalProperties
Set the path of the new server bundle resource.
A B C G I R S 
Skip navigation links

Copyright © 2017. All rights reserved.