Klasse RewriteFilterProperties
java.lang.Object
org.joinfaces.autoconfigure.rewrite.RewriteFilterProperties
@ConfigurationProperties("joinfaces.rewrite.filter")
public class RewriteFilterProperties
extends Object
ConfigurationProperties
for the RewriteFilter
.- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
Dispatcher types for the RewriteFilter as defined in the Servlet Specification.int
getOrder()
The order of the RewriteFilter.URL patterns for the RewriteFilter as defined in the Servlet Specification.int
hashCode()
boolean
If the RewriteFilter should be actively handled by JoinFaces.void
setDispatcherTypes
(EnumSet<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
(Set<String> urlPatterns) URL patterns for the RewriteFilter as defined in the Servlet Specification.toString()
-
Konstruktordetails
-
RewriteFilterProperties
public RewriteFilterProperties()
-
-
Methodendetails
-
isEnabled
public boolean isEnabled()If the RewriteFilter should be actively handled by JoinFaces. -
getOrder
public int getOrder()The order of the RewriteFilter. -
getUrlPatterns
URL patterns for the RewriteFilter as defined in the Servlet Specification.- Siehe auch:
-
getDispatcherTypes
Dispatcher types for the RewriteFilter as defined in the Servlet Specification.- Siehe auch:
-
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
URL patterns for the RewriteFilter as defined in the Servlet Specification.- Siehe auch:
-
setDispatcherTypes
Dispatcher types for the RewriteFilter as defined in the Servlet Specification.- Siehe auch:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-