Class FaceletsViewDeclarationLanguageUtils


  • public class FaceletsViewDeclarationLanguageUtils
    extends Object
    Utility methods used in FaceletsViewDeclarationLanguage
    Author:
    Leonardo Uribe
    • 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
      • markRenderedResources

        public static void markRenderedResources​(FacesContext facesContext,
                                                 UIViewRoot view)
        Called on restoreView(...) to mark resources as rendered.
        Parameters:
        facesContext -
        view -
        Since:
        2.3