Package org.apache.myfaces.view.facelets
Class FaceletsVDLUtils
java.lang.Object
org.apache.myfaces.view.facelets.FaceletsVDLUtils
- Author:
- lu4242
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanmatchPattern(String path, String pattern) As specified in Faces 2.2 section 11.4.2.1, note it is different from the allowed format in xml url-pattern type.
- 
Constructor Details- 
FaceletsVDLUtilspublic FaceletsVDLUtils()
 
- 
- 
Method Details- 
matchPatternAs specified in Faces 2.2 section 11.4.2.1, note it is different from the allowed format in xml url-pattern type.- Parameters:
- path-
- pattern-
- Returns:
- A
 
 
-