org.apache.myfaces.view.facelets.util
Class FaceletsViewDeclarationLanguageUtils

java.lang.Object
  extended by org.apache.myfaces.view.facelets.util.FaceletsViewDeclarationLanguageUtils

public class FaceletsViewDeclarationLanguageUtils
extends Object

Utility methods used in FaceletsViewDeclarationLanguage

Author:
Leonardo Uribe

Constructor Summary
FaceletsViewDeclarationLanguageUtils()
           
 
Method Summary
static Class[] getParameters(String signature)
          Get the parameters types from the function signature.
static Class getReturnType(String signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletsViewDeclarationLanguageUtils

public FaceletsViewDeclarationLanguageUtils()
Method Detail

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