Package de.chkal.mvctoolbox.jsp
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:
BaseFormMethodOverwriteTag,DynamicBaseTag,OptionsTag,TranslationTag
public abstract class BaseTag extends jakarta.servlet.jsp.tagext.SimpleTagSupport
-
-
Constructor Summary
Constructors Constructor Description BaseTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TgetBean(Annotation qualifier)protected <T> TgetBean(Class<T> type)protected booleanhasError(String param)
-
-
-
Method Detail
-
getBean
protected <T> T getBean(Class<T> type)
-
getBean
protected <T> T getBean(Annotation qualifier)
-
hasError
protected boolean hasError(String param)
-
-