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:
  • Constructor Details

    • FacesServletProperties

      public FacesServletProperties()
  • Method Details

    • getName

      public String getName()
    • getLoadOnStartup

      public int getLoadOnStartup()
    • getUrlMappings

      public Set<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(String name)
    • setLoadOnStartup

      public void setLoadOnStartup(int loadOnStartup)
    • setUrlMappings

      public void setUrlMappings(Set<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(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object