Class UIComponentBodyTag

All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

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 JSP custom actions, related to a UIComponent, that need to process their tag bodies.

  • Constructor Details

    • UIComponentBodyTag

      public UIComponentBodyTag()
      Deprecated.