Class UIComponentBodyTag

  • All Implemented Interfaces:
    BodyTag, IterationTag, JspIdConsumer, JspTag, Tag

    Deprecated. 
    All component tags now implement BodyTag. This class has been replaced by UIComponentELTag.

    public abstract class UIComponentBodyTag
    extends UIComponentTag

    UIComponentBodyTag is a base class for all JSP custom actions, related to a UIComponent, that need to process their tag bodies.

    • Constructor Detail

      • UIComponentBodyTag

        public UIComponentBodyTag​()
        Deprecated.