Class ImportConstantsTagHandler

  • All Implemented Interfaces:
    javax.faces.view.facelets.FaceletHandler

    public class ImportConstantsTagHandler
    extends org.primefaces.component.importconstants.ImportConstantsTagHandler
    Same as the p:importConstants tag, but extends it with an additional attribute loader. This is useful for plugin UIs that need to specify a custom class loader.
    Author:
    XIMA MEDIA GmbH
    • Field Summary

      • Fields inherited from class javax.faces.view.facelets.TagHandler

        nextHandler, tag, tagId
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportConstantsTagHandler​(javax.faces.view.facelets.TagConfig config)  
    • Constructor Detail

      • ImportConstantsTagHandler

        public ImportConstantsTagHandler​(javax.faces.view.facelets.TagConfig config)
        Parameters:
        config - The tag config to use for this tag.
    • Method Detail

      • getClassFromAttribute

        protected Class<?> getClassFromAttribute​(javax.faces.view.facelets.TagAttribute typeTagAttribute,
                                                 javax.faces.view.facelets.FaceletContext ctx)
        Overrides:
        getClassFromAttribute in class org.primefaces.component.importconstants.ImportConstantsTagHandler