Package org.apache.myfaces.view.facelets
Class FaceletsVDLUtils
java.lang.Object
org.apache.myfaces.view.facelets.FaceletsVDLUtils
- Author:
- lu4242
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
matchPattern
(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
-
FaceletsVDLUtils
public FaceletsVDLUtils()
-
-
Method Details
-
matchPattern
As 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
-