Class FacesServletProperties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.javaxfaces.FacesServletProperties
 
 
- 
@ConfigurationProperties("joinfaces.faces-servlet") public class FacesServletProperties extends java.lang.ObjectConfigurationPropertiesfor 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(java.lang.Object other)booleanequals(java.lang.Object o)intgetLoadOnStartup()java.lang.StringgetName()intgetOrder()The order-property for the ServletRegistrationBean.java.util.Set<java.lang.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(java.lang.String name)voidsetOrder(int order)The order-property for the ServletRegistrationBean.voidsetUrlMappings(java.util.Set<java.lang.String> urlMappings)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
 
- 
getLoadOnStartup
public int getLoadOnStartup()
 
- 
getUrlMappings
public java.util.Set<java.lang.String> 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. 
- 
setName
public void setName(java.lang.String name)
 
- 
setLoadOnStartup
public void setLoadOnStartup(int loadOnStartup)
 
- 
setUrlMappings
public void setUrlMappings(java.util.Set<java.lang.String> urlMappings)
 
- 
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. 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -