Class UIComponentBodyTag

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

@Deprecated public abstract class UIComponentBodyTag extends UIComponentTag
Deprecated.
All component tags now implement BodyTag. This class has been replaced by UIComponentELTag.

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

  • Constructor Details

    • UIComponentBodyTag

      public UIComponentBodyTag()
      Deprecated.