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