Class ClosingUIBean

Direct Known Subclasses:
Anchor, Form, FormButton, Script

public abstract class ClosingUIBean extends UIBean
ClosingUIBean is the standard superclass for UI components such as div etc.
  • Constructor Details

    • ClosingUIBean

      protected ClosingUIBean(ValueStack stack, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
  • Method Details

    • getDefaultOpenTemplate

      public abstract String getDefaultOpenTemplate()
    • setOpenTemplate

      public void setOpenTemplate(String openTemplate)
    • start

      public boolean start(Writer writer)
      Description copied from class: Component
      Callback for the start tag of this component. Should the body be evaluated?
      Overrides:
      start in class Component
      Parameters:
      writer - the output writer.
      Returns:
      true if the body should be evaluated