Package org.apache.struts2.views.jsp.ui
Class AbstractDoubleListTag
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
org.apache.struts2.views.jsp.ui.AbstractListTag
org.apache.struts2.views.jsp.ui.AbstractRequiredListTag
org.apache.struts2.views.jsp.ui.AbstractDoubleListTag
- 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:
DoubleSelectTag
,OptionTransferSelectTag
- 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
Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractListTag
list, listCssClass, listCssStyle, listKey, listLabelKey, listTitle, listValue, listValueKey
Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
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
setDoubleAccesskey
(String doubleAccesskey) void
setDoubleCssClass
(String doubleCssClass) void
setDoubleCssStyle
(String doubleCssStyle) void
setDoubleDisabled
(String doubleDisabled) void
setDoubleEmptyOption
(String doubleEmptyOption) void
setDoubleHeaderKey
(String doubleHeaderKey) void
setDoubleHeaderValue
(String doubleHeaderValue) void
setDoubleId
(String doubleId) void
setDoubleList
(String list) void
setDoubleListCssClass
(String doubleListCssClass) void
setDoubleListCssStyle
(String doubleListCssStyle) void
setDoubleListKey
(String listKey) void
setDoubleListTitle
(String doubleListTitle) void
setDoubleListValue
(String listValue) void
setDoubleMultiple
(String doubleMultiple) void
setDoubleName
(String aName) void
setDoubleOnblur
(String doubleOnblur) void
setDoubleOnchange
(String doubleOnchange) void
setDoubleOnclick
(String doubleOnclick) void
setDoubleOndblclick
(String doubleOndblclick) void
setDoubleOnfocus
(String doubleOnfocus) void
setDoubleOnkeydown
(String doubleOnkeydown) void
setDoubleOnkeypress
(String doubleOnkeypress) void
setDoubleOnkeyup
(String doubleOnkeyup) void
setDoubleOnmousedown
(String doubleOnmousedown) void
setDoubleOnmousemove
(String doubleOnmousemove) void
setDoubleOnmouseout
(String doubleOnmouseout) void
setDoubleOnmouseover
(String doubleOnmouseover) void
setDoubleOnmouseup
(String doubleOnmouseup) void
setDoubleOnselect
(String doubleOnselect) void
setDoubleSize
(String doubleSize) void
setDoubleValue
(String doubleValue) void
setEmptyOption
(String emptyOption) void
setFormName
(String formName) void
setHeaderKey
(String headerKey) void
setHeaderValue
(String headerValue) void
setMultiple
(String multiple) 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
Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractListTag
setList, setListCssClass, setListCssStyle, setListKey, setListLabelKey, setListTitle, setListValue, setListValueKey
Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelPosition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setStyle, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
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
-
doubleList
-
doubleListKey
-
doubleListValue
-
doubleListCssClass
-
doubleListCssStyle
-
doubleListTitle
-
doubleName
-
doubleValue
-
formName
-
emptyOption
-
headerKey
-
headerValue
-
multiple
-
size
-
doubleId
-
doubleDisabled
-
doubleMultiple
-
doubleSize
-
doubleHeaderKey
-
doubleHeaderValue
-
doubleEmptyOption
-
doubleCssClass
-
doubleCssStyle
-
doubleOnclick
-
doubleOndblclick
-
doubleOnmousedown
-
doubleOnmouseup
-
doubleOnmouseover
-
doubleOnmousemove
-
doubleOnmouseout
-
doubleOnfocus
-
doubleOnblur
-
doubleOnkeypress
-
doubleOnkeydown
-
doubleOnkeyup
-
doubleOnselect
-
doubleOnchange
-
doubleAccesskey
-
-
Constructor Details
-
AbstractDoubleListTag
public AbstractDoubleListTag()
-
-
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 classAbstractRequiredListTag
-
setDoubleList
-
setDoubleListKey
-
setDoubleListValue
-
setDoubleListCssClass
-
setDoubleListCssStyle
-
setDoubleListTitle
-
setDoubleName
-
setDoubleValue
-
setFormName
-
getDoubleCssClass
-
setDoubleCssClass
-
getDoubleCssStyle
-
setDoubleCssStyle
-
getDoubleDisabled
-
setDoubleDisabled
-
getDoubleEmptyOption
-
setDoubleEmptyOption
-
getDoubleHeaderKey
-
setDoubleHeaderKey
-
getDoubleHeaderValue
-
setDoubleHeaderValue
-
getDoubleId
-
setDoubleId
-
getDoubleMultiple
-
setDoubleMultiple
-
getDoubleOnblur
-
setDoubleOnblur
-
getDoubleOnchange
-
setDoubleOnchange
-
getDoubleOnclick
-
setDoubleOnclick
-
getDoubleOndblclick
-
setDoubleOndblclick
-
getDoubleOnfocus
-
setDoubleOnfocus
-
getDoubleOnkeydown
-
setDoubleOnkeydown
-
getDoubleOnkeypress
-
setDoubleOnkeypress
-
getDoubleOnkeyup
-
setDoubleOnkeyup
-
getDoubleOnmousedown
-
setDoubleOnmousedown
-
getDoubleOnmousemove
-
setDoubleOnmousemove
-
getDoubleOnmouseout
-
setDoubleOnmouseout
-
getDoubleOnmouseover
-
setDoubleOnmouseover
-
getDoubleOnmouseup
-
setDoubleOnmouseup
-
getDoubleOnselect
-
setDoubleOnselect
-
getDoubleSize
-
setDoubleSize
-
getDoubleList
-
getDoubleListKey
-
getDoubleListValue
-
getDoubleName
-
getDoubleValue
-
getFormName
-
setEmptyOption
-
setHeaderKey
-
setHeaderValue
-
setMultiple
-
setSize
-
setDoubleAccesskey
-
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 classAbstractRequiredListTag
- 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 classAbstractListTag
-