@ConfigurationProperties(prefix="angularjuniversal") public class AngularJUniversalProperties extends Object
| Constructor and Description |
|---|
AngularJUniversalProperties() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Get the charset used for reading and rendering.
|
int |
getEngines()
Get the number of render engines.
|
String |
getIndexResourcePath()
Get the path of the index resource.
|
List<String> |
getRoutes()
Get all routes as list.
|
String |
getServerBundleResourcePath()
Get the path of the server bundle resource.
|
void |
setCharset(Charset charset)
Set the new charset.
|
void |
setEngines(int engines)
Set the new number of render engines.
|
void |
setIndexResourcePath(String indexresourcepath)
Set the path of the new index resource.
|
void |
setRoutes(List<String> routes)
Set all routes as list.
|
void |
setServerBundleResourcePath(String serverbundleresourcepath)
Set the path of the new server bundle resource.
|
public void setRoutes(List<String> routes)
routes - All routes as listpublic String getIndexResourcePath()
public void setIndexResourcePath(String indexresourcepath)
indexresourcepath - Path of the new index resourcepublic String getServerBundleResourcePath()
public void setServerBundleResourcePath(String serverbundleresourcepath)
serverbundleresourcepath - Path of the new server bundle resourcepublic Charset getCharset()
public void setCharset(Charset charset)
charset - New charsetpublic int getEngines()
public void setEngines(int engines)
engines - New number of render enginesCopyright © 2018. All rights reserved.