Class RewriteFilterProperties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.util.EnumSet<javax.servlet.DispatcherType> getDispatcherTypes()
      Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
      int getOrder()
      The order of the RewriteFilter.
      java.util.Set<java.lang.String> getUrlPatterns()
      URL patterns for the RewriteFilter as defined in the Servlet Specification.
      int hashCode()  
      boolean isEnabled()
      If the RewriteFilter should be actively handled by JoinFaces.
      void setDispatcherTypes​(java.util.EnumSet<javax.servlet.DispatcherType> dispatcherTypes)
      Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
      void setEnabled​(boolean enabled)
      If the RewriteFilter should be actively handled by JoinFaces.
      void setOrder​(int order)
      The order of the RewriteFilter.
      void setUrlPatterns​(java.util.Set<java.lang.String> urlPatterns)
      URL patterns for the RewriteFilter as defined in the Servlet Specification.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RewriteFilterProperties

        public RewriteFilterProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        If the RewriteFilter should be actively handled by JoinFaces.
      • getOrder

        public int getOrder()
        The order of the RewriteFilter.
      • getUrlPatterns

        public java.util.Set<java.lang.String> getUrlPatterns()
        URL patterns for the RewriteFilter as defined in the Servlet Specification.
        See Also:
        AbstractFilterRegistrationBean.addUrlPatterns(String...)
      • getDispatcherTypes

        public java.util.EnumSet<javax.servlet.DispatcherType> getDispatcherTypes()
        Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
        See Also:
        AbstractFilterRegistrationBean.setDispatcherTypes(EnumSet)
      • setEnabled

        public void setEnabled​(boolean enabled)
        If the RewriteFilter should be actively handled by JoinFaces.
      • setOrder

        public void setOrder​(int order)
        The order of the RewriteFilter.
      • setUrlPatterns

        public void setUrlPatterns​(java.util.Set<java.lang.String> urlPatterns)
        URL patterns for the RewriteFilter as defined in the Servlet Specification.
        See Also:
        AbstractFilterRegistrationBean.addUrlPatterns(String...)
      • setDispatcherTypes

        public void setDispatcherTypes​(java.util.EnumSet<javax.servlet.DispatcherType> dispatcherTypes)
        Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
        See Also:
        AbstractFilterRegistrationBean.setDispatcherTypes(EnumSet)
      • 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