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
 
- 
- 
Constructor SummaryConstructors Constructor Description FaceletsViewDeclarationLanguageUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
 
- 
- 
- 
Method Detail- 
getParameterspublic static Class[] getParameters(String signature) throws FacesException Get the parameters types from the function signature.- Returns:
- An array of parameter class names
- Throws:
- FacesException
 
 - 
markRenderedResourcespublic static void markRenderedResources(FacesContext facesContext, UIViewRoot view) Called on restoreView(...) to mark resources as rendered.- Parameters:
- facesContext-
- view-
- Since:
- 2.3
 
 
- 
 
-