Class FacetHandler

    • Constructor Detail

      • FacetHandler

        public FacetHandler​(TagConfig config)
    • Method Detail

      • apply

        public void apply​(FaceletContext ctx,
                          UIComponent parent)
                   throws IOException
        Description copied from interface: FaceletHandler

        Process changes on a particular UIComponent

        Specified by:
        apply in interface FaceletHandler
        Parameters:
        ctx - the current FaceletContext instance for this execution
        parent - the parent UIComponent to operate upon
        Throws:
        IOException - if unable to load relativePath
      • getFacetName

        public String getFacetName​(FaceletContext ctxt)
        Description copied from interface: FacetHandler

        Returns the resolved literal String value of the facet name after evaluating EL.

        Specified by:
        getFacetName in interface FacetHandler
        Parameters:
        ctxt - the FaceletContext for this view execution
        Returns:
        the resolved literal String value of the facet name.