Package org.apache.struts2.views.jsp.ui
Class AbstractUITag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.tagext.BodyTagSupport
org.apache.struts2.views.jsp.StrutsBodyTagSupport
org.apache.struts2.views.jsp.ComponentTagSupport
org.apache.struts2.views.jsp.ui.AbstractUITag
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag
,jakarta.servlet.jsp.tagext.DynamicAttributes
,jakarta.servlet.jsp.tagext.IterationTag
,jakarta.servlet.jsp.tagext.JspTag
,jakarta.servlet.jsp.tagext.Tag
,Serializable
- Direct Known Subclasses:
AbstractClosingTag
,AbstractListTag
,ActionErrorTag
,ActionMessageTag
,CheckboxTag
,ComponentTag
,DateTextFieldTag
,DebugTag
,FieldErrorTag
,FileTag
,HeadTag
,HiddenTag
,LabelTag
,LinkTag
,ResetTag
,ScriptTag
,TextareaTag
,TextFieldTag
,TokenTag
public abstract class AbstractUITag
extends ComponentTagSupport
implements jakarta.servlet.jsp.tagext.DynamicAttributes
Abstract base class for all UI tags.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
component
Fields inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
bodyContent
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
pageContext
Fields inherited from interface jakarta.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
Fields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Provide a mechanism to clear tag state, to handle servlet container JSP tag pooling behaviour with some servers, such as Glassfish.protected void
Define method to populate component state based on the Tag attributes.void
setAccesskey
(String accesskey) void
setCssClass
(String cssClass) void
setCssErrorClass
(String cssErrorClass) void
setCssErrorStyle
(String cssErrorStyle) void
setCssStyle
(String cssStyle) void
setDisabled
(String disabled) void
setDynamicAttribute
(String uri, String localName, Object value) void
setErrorPosition
(String errorPosition) void
void
setJavascriptTooltip
(String javascriptTooltip) void
void
void
setLabelPosition
(String labelPosition) void
setLabelSeparator
(String labelSeparator) void
void
void
setOnchange
(String onchange) void
setOnclick
(String onclick) void
setOndblclick
(String ondblclick) void
setOnfocus
(String onfocus) void
setOnkeydown
(String onkeydown) void
setOnkeypress
(String onkeypress) void
setOnkeyup
(String onkeyup) void
setOnmousedown
(String onmousedown) void
setOnmousemove
(String onmousemove) void
setOnmouseout
(String onmouseout) void
setOnmouseover
(String onmouseover) void
setOnmouseup
(String onmouseup) void
setOnselect
(String onselect) void
setPerformClearTagStateForTagPoolingServers
(boolean performClearTagStateForTagPoolingServers) Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.void
setRequiredLabel
(String requiredLabel) void
setRequiredPosition
(String requiredPosition) void
void
setTabindex
(String tabindex) void
setTemplate
(String template) void
setTemplateDir
(String templateDir) void
void
void
setTooltip
(String tooltip) void
setTooltipConfig
(String tooltipConfig) void
setTooltipCssClass
(String tooltipCssClass) void
setTooltipDelay
(String tooltipDelay) void
setTooltipIconPath
(String tooltipIconPath) void
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
doEndTag, doStartTag, getBean, getComponent, populatePerformClearTagStateForTagPoolingServersParam
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
findString, findValue, findValue, getBody, getPerformClearTagStateForTagPoolingServers, getStack, release, toString
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Field Details
-
cssClass
-
cssErrorClass
-
cssStyle
-
cssErrorStyle
-
title
-
disabled
-
label
-
labelSeparator
-
labelPosition
-
requiredPosition
-
errorPosition
-
name
-
requiredLabel
-
tabindex
-
value
-
template
-
theme
-
templateDir
-
onclick
-
ondblclick
-
onmousedown
-
onmouseup
-
onmouseover
-
onmousemove
-
onmouseout
-
onfocus
-
onblur
-
onkeypress
-
onkeydown
-
onkeyup
-
onselect
-
onchange
-
accesskey
-
id
-
key
-
tooltip
-
tooltipConfig
-
javascriptTooltip
-
tooltipDelay
-
tooltipCssClass
-
tooltipIconPath
-
dynamicAttributes
-
-
Constructor Details
-
AbstractUITag
public AbstractUITag()
-
-
Method Details
-
populateParams
protected void populateParams()Description copied from class:ComponentTagSupport
Define method to populate component state based on the Tag attributes. Descendants should override this method for custom behaviour, but should always call the ancestor method when doing so.- Overrides:
populateParams
in classComponentTagSupport
-
setId
- Overrides:
setId
in classjakarta.servlet.jsp.tagext.TagSupport
-
setCssClass
-
setCssStyle
-
setStyle
-
setCssErrorClass
-
setCssErrorStyle
-
setTitle
-
setDisabled
-
setLabel
-
setLabelPosition
-
setRequiredPosition
-
setErrorPosition
-
setName
-
setRequiredLabel
-
setTabindex
-
setValue
-
setTemplateDir
-
setTemplate
-
setTheme
-
setOnclick
-
setOndblclick
-
setOnmousedown
-
setOnmouseup
-
setOnmouseover
-
setOnmousemove
-
setOnmouseout
-
setOnfocus
-
setOnblur
-
setOnkeypress
-
setOnkeydown
-
setOnkeyup
-
setOnselect
-
setOnchange
-
setTooltip
-
setTooltipConfig
-
setAccesskey
-
setKey
-
setJavascriptTooltip
-
setTooltipCssClass
-
setTooltipDelay
-
setTooltipIconPath
-
setLabelSeparator
-
setDynamicAttribute
public void setDynamicAttribute(String uri, String localName, Object value) throws jakarta.servlet.jsp.JspException - Specified by:
setDynamicAttribute
in interfacejakarta.servlet.jsp.tagext.DynamicAttributes
- Throws:
jakarta.servlet.jsp.JspException
-
setPerformClearTagStateForTagPoolingServers
public void setPerformClearTagStateForTagPoolingServers(boolean performClearTagStateForTagPoolingServers) Must declare the setter at the descendant Tag class level in order for the tag handler to locate the method.- Overrides:
setPerformClearTagStateForTagPoolingServers
in classStrutsBodyTagSupport
- Parameters:
performClearTagStateForTagPoolingServers
- true if tag state should be cleared, false otherwise.
-
clearTagStateForTagPoolingServers
protected void clearTagStateForTagPoolingServers()Description copied from class:StrutsBodyTagSupport
Provide a mechanism to clear tag state, to handle servlet container JSP tag pooling behaviour with some servers, such as Glassfish.Usage: Override this method in descendant classes to clear any state that might cause issues should the servlet container re-use a cached instance of the tag object. If the descendant class does not declare any new field members then it should not be strictly necessary to call this method there. Typically that means calling the ancestor's
ComponentTagSupport.clearTagStateForTagPoolingServers()
method first, then resetting instance variables at the current level to their default state.Note: If the descendant overrides
StrutsBodyTagSupport.doEndTag()
, and does not call super.doEndTag(), then the descendant should call this method in the descendant doEndTag() method to ensure consistent clearing of tag state.- Overrides:
clearTagStateForTagPoolingServers
in classComponentTagSupport
-