Class FaceletsViewDeclarationLanguageUtils
java.lang.Object
org.apache.myfaces.view.facelets.util.FaceletsViewDeclarationLanguageUtils
Utility methods used in FaceletsViewDeclarationLanguage
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Class[]getParameters(String signature) Get the parameters types from the function signature.static ClassgetReturnType(String signature) static voidmarkRenderedResources(FacesContext facesContext, UIViewRoot view) Called on restoreView(...) to mark resources as rendered.
- 
Constructor Details- 
FaceletsViewDeclarationLanguageUtilspublic FaceletsViewDeclarationLanguageUtils()
 
- 
- 
Method Details- 
getReturnType
- 
getParametersGet the parameters types from the function signature.- Returns:
- An array of parameter class names
- Throws:
- FacesException
 
- 
markRenderedResourcesCalled on restoreView(...) to mark resources as rendered.- Parameters:
- facesContext-
- view-
- Since:
- 2.3
 
 
-