Class FacesServletProperties
java.lang.Object
org.joinfaces.autoconfigure.faces.FacesServletProperties
@ConfigurationProperties("joinfaces.faces-servlet")
public class FacesServletProperties
extends Object
ConfigurationProperties for the FacesServlet-registration.
 The properties of this class are directly mapped to the
 ServletRegistrationBean- See Also:
- 
- FacesServletAutoConfiguration#facesServletRegistrationBean(FacesServletProperties)
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanintgetName()intgetOrder()The order-property for the ServletRegistrationBean.inthashCode()booleanbooleanIf the FacesServlet should be actively handled by Joinfaces.booleanvoidsetAsyncSupported(boolean asyncSupported) voidsetEnabled(boolean enabled) If the FacesServlet should be actively handled by Joinfaces.voidsetIgnoreRegistrationFailure(boolean ignoreRegistrationFailure) voidsetLoadOnStartup(int loadOnStartup) voidvoidsetOrder(int order) The order-property for the ServletRegistrationBean.voidsetUrlMappings(Set<String> urlMappings) toString()
- 
Constructor Details- 
FacesServletPropertiespublic FacesServletProperties()
 
- 
- 
Method Details- 
getName
- 
getLoadOnStartuppublic int getLoadOnStartup()
- 
getUrlMappings
- 
isEnabledpublic boolean isEnabled()If the FacesServlet should be actively handled by Joinfaces.
- 
isAsyncSupportedpublic boolean isAsyncSupported()
- 
getOrderpublic int getOrder()The order-property for the ServletRegistrationBean.
- 
isIgnoreRegistrationFailurepublic boolean isIgnoreRegistrationFailure()
- 
setName
- 
setLoadOnStartuppublic void setLoadOnStartup(int loadOnStartup) 
- 
setUrlMappings
- 
setEnabledpublic void setEnabled(boolean enabled) If the FacesServlet should be actively handled by Joinfaces.
- 
setAsyncSupportedpublic void setAsyncSupported(boolean asyncSupported) 
- 
setOrderpublic void setOrder(int order) The order-property for the ServletRegistrationBean.
- 
setIgnoreRegistrationFailurepublic void setIgnoreRegistrationFailure(boolean ignoreRegistrationFailure) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-