Class FacesServletProperties

    • Constructor Detail

      • FacesServletProperties

        public FacesServletProperties()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object