org.apache.myfaces.view.facelets.util
Class FaceletsViewDeclarationLanguageUtils
java.lang.Object
org.apache.myfaces.view.facelets.util.FaceletsViewDeclarationLanguageUtils
public class FaceletsViewDeclarationLanguageUtils
- extends Object
Utility methods used in FaceletsViewDeclarationLanguage
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaceletsViewDeclarationLanguageUtils
public FaceletsViewDeclarationLanguageUtils()
getReturnType
public static Class getReturnType(String signature)
getParameters
public static Class[] getParameters(String signature)
throws FacesException
- Get the parameters types from the function signature.
- Returns:
- An array of parameter class names
- Throws:
FacesException
Copyright © 2014 The Apache Software Foundation. All rights reserved.