Class FacesServletProperties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
 
- 
@ConfigurationProperties("joinfaces.faces-servlet") public class FacesServletProperties extends Object
ConfigurationPropertiesfor theFacesServlet-registration. The properties of this class are directly mapped to theServletRegistrationBean 
- 
- 
Constructor Summary
Constructors Constructor Description FacesServletProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetLoadOnStartup()StringgetName()intgetOrder()The order-property for the ServletRegistrationBean.Set<String>getUrlMappings()inthashCode()booleanisAsyncSupported()booleanisEnabled()If the FacesServlet should be actively handled by Joinfaces.voidsetAsyncSupported(boolean asyncSupported)voidsetEnabled(boolean enabled)If the FacesServlet should be actively handled by Joinfaces.voidsetLoadOnStartup(int loadOnStartup)voidsetName(String name)voidsetOrder(int order)The order-property for the ServletRegistrationBean.voidsetUrlMappings(Set<String> urlMappings)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
 
- 
getLoadOnStartup
public int getLoadOnStartup()
 
- 
isEnabled
public boolean isEnabled()
If the FacesServlet should be actively handled by Joinfaces. 
- 
isAsyncSupported
public boolean isAsyncSupported()
 
- 
getOrder
public int getOrder()
The order-property for the ServletRegistrationBean. 
- 
setName
public void setName(String name)
 
- 
setLoadOnStartup
public void setLoadOnStartup(int loadOnStartup)
 
- 
setEnabled
public void setEnabled(boolean enabled)
If the FacesServlet should be actively handled by Joinfaces. 
- 
setAsyncSupported
public void setAsyncSupported(boolean asyncSupported)
 
- 
setOrder
public void setOrder(int order)
The order-property for the ServletRegistrationBean. 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -