org.apache.myfaces.view.facelets
Class FaceletsVDLUtils

java.lang.Object
  extended by org.apache.myfaces.view.facelets.FaceletsVDLUtils

public class FaceletsVDLUtils
extends Object

Author:
lu4242

Nested Class Summary
static class FaceletsVDLUtils.KeyComparator
           
 
Constructor Summary
FaceletsVDLUtils()
           
 
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
 

Constructor Detail

FaceletsVDLUtils

public FaceletsVDLUtils()
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.