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 Summary
Constructors - 
Method Summary
Modifier 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
- 
FacesServletProperties
public FacesServletProperties() 
 - 
 - 
Method Details
- 
getName
 - 
getLoadOnStartup
public int getLoadOnStartup() - 
getUrlMappings
 - 
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. - 
isIgnoreRegistrationFailure
public boolean isIgnoreRegistrationFailure() - 
setName
 - 
setLoadOnStartup
public void setLoadOnStartup(int loadOnStartup)  - 
setUrlMappings
 - 
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. - 
setIgnoreRegistrationFailure
public void setIgnoreRegistrationFailure(boolean ignoreRegistrationFailure)  - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -