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- See Also:
- FacesServletAutoConfiguration#facesServletRegistrationBean(FacesServletProperties)
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesServletProperties()
 - 
Method SummaryAll 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- 
getNamepublic String getName() 
 - 
getLoadOnStartuppublic int getLoadOnStartup() 
 - 
isEnabledpublic boolean isEnabled() If the FacesServlet should be actively handled by Joinfaces.
 - 
isAsyncSupportedpublic boolean isAsyncSupported() 
 - 
getOrderpublic int getOrder() The order-property for the ServletRegistrationBean.
 - 
setNamepublic void setName(String name) 
 - 
setLoadOnStartuppublic void setLoadOnStartup(int loadOnStartup) 
 - 
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.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-