Package org.apache.myfaces.util
Class UrlPatternMatcher
java.lang.Object
org.apache.myfaces.util.UrlPatternMatcher
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanNOTE: Taken from org.apache.catalina.deploy.SecurityConstraint Does the specified request path match the specified URL pattern? This method follows the same rules (in the same order) as those used for mapping requests to servlets.
- 
Constructor Details- 
UrlPatternMatcherpublic UrlPatternMatcher()
 
- 
- 
Method Details- 
matchNOTE: Taken from org.apache.catalina.deploy.SecurityConstraint Does the specified request path match the specified URL pattern? This method follows the same rules (in the same order) as those used for mapping requests to servlets.- Parameters:
- path- Context-relative request path to be checked (must start with '/')
- pattern- URL pattern to be compared against
 
 
-