org.apache.myfaces.view.facelets
Class FaceletsVDLUtils
java.lang.Object
org.apache.myfaces.view.facelets.FaceletsVDLUtils
public class FaceletsVDLUtils
- extends Object
- Author:
- lu4242
Method Summary |
static boolean |
matchPattern(String path,
String pattern)
As specified in JSF 2.2 section 11.4.2.1, note it is different from the
allowed format in xml url-pattern type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletsVDLUtils
public FaceletsVDLUtils()
matchPattern
public static boolean matchPattern(String path,
String pattern)
- As specified in JSF 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
Copyright © 2014 The Apache Software Foundation. All rights reserved.