Class FacesServletProperties

    • Constructor Detail

      • FacesServletProperties

        public FacesServletProperties()
    • 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:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object