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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
getName()
int
getOrder()
The order-property for the ServletRegistrationBean.int
hashCode()
boolean
boolean
If the FacesServlet should be actively handled by Joinfaces.boolean
void
setAsyncSupported
(boolean asyncSupported) void
setEnabled
(boolean enabled) If the FacesServlet should be actively handled by Joinfaces.void
setIgnoreRegistrationFailure
(boolean ignoreRegistrationFailure) void
setLoadOnStartup
(int loadOnStartup) void
void
setOrder
(int order) The order-property for the ServletRegistrationBean.void
setUrlMappings
(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
-