Class RewriteFilterProperties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.rewrite.RewriteFilterProperties
 
- 
 @ConfigurationProperties("joinfaces.rewrite.filter") public class RewriteFilterProperties extends Object ConfigurationPropertiesfor theRewriteFilter.
- 
- 
Constructor SummaryConstructors Constructor Description RewriteFilterProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)EnumSet<DispatcherType>getDispatcherTypes()Dispatcher types for the RewriteFilter as defined in the Servlet Specification.intgetOrder()The order of the RewriteFilter.Set<String>getUrlPatterns()URL patterns for the RewriteFilter as defined in the Servlet Specification.inthashCode()booleanisEnabled()If the RewriteFilter should be actively handled by JoinFaces.voidsetDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes)Dispatcher types for the RewriteFilter as defined in the Servlet Specification.voidsetEnabled(boolean enabled)If the RewriteFilter should be actively handled by JoinFaces.voidsetOrder(int order)The order of the RewriteFilter.voidsetUrlPatterns(Set<String> urlPatterns)URL patterns for the RewriteFilter as defined in the Servlet Specification.StringtoString()
 
- 
- 
- 
Method Detail- 
isEnabledpublic boolean isEnabled() If the RewriteFilter should be actively handled by JoinFaces.
 - 
getOrderpublic int getOrder() The order of the RewriteFilter.
 - 
getUrlPatternspublic Set<String> getUrlPatterns() URL patterns for the RewriteFilter as defined in the Servlet Specification.
 - 
getDispatcherTypespublic EnumSet<DispatcherType> getDispatcherTypes() Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
 - 
setEnabledpublic void setEnabled(boolean enabled) If the RewriteFilter should be actively handled by JoinFaces.
 - 
setOrderpublic void setOrder(int order) The order of the RewriteFilter.
 - 
setUrlPatternspublic void setUrlPatterns(Set<String> urlPatterns) URL patterns for the RewriteFilter as defined in the Servlet Specification.
 - 
setDispatcherTypespublic void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) Dispatcher types for the RewriteFilter as defined in the Servlet Specification.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-