Class AcceptAllMatcher
java.lang.Object
org.mapfish.print.processor.http.matcher.AbstractMatcher
org.mapfish.print.processor.http.matcher.AcceptAllMatcher
- All Implemented Interfaces:
ConfigurationObject
,URIMatcher
A matcher that always returns true. [[examples=http_processors]]
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AcceptAllMatcher
A singleton instance to reduce creating unnecessary instances. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mapfish.print.processor.http.matcher.AbstractMatcher
isReject, setReject
-
Field Details
-
INSTANCE
A singleton instance to reduce creating unnecessary instances.
-
-
Constructor Details
-
AcceptAllMatcher
public AcceptAllMatcher()
-
-
Method Details
-
validate
Description copied from interface:ConfigurationObject
validate that the configuration was correct.- Parameters:
validationErrors
- a list to add any detected errors to.configuration
- the containing configuration
-
toString
-
matches
Description copied from interface:URIMatcher
Check if the uri is matching.- Parameters:
matchInfo
- the matching information to check- Returns:
- true if the uri is matching or false otherwise
-