Class BaseTag

java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
de.chkal.mvctoolbox.jsp.BaseTag
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.SimpleTag
Direct Known Subclasses:
DynamicBaseTag, OptionsTag

public abstract class BaseTag extends jakarta.servlet.jsp.tagext.SimpleTagSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> T
    getBean(Class<T> type)
     
    protected boolean
     

    Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport

    doTag, findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseTag

      public BaseTag()
  • Method Details

    • getBean

      protected <T> T getBean(Class<T> type)
    • hasError

      protected boolean hasError(String param)