Class KNSSelectTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.SelectTag
org.kuali.rice.kns.web.taglib.html.KNSSelectTag
- All Implemented Interfaces:
Serializable,javax.servlet.jsp.tagext.BodyTag,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.taglib.html.SelectTag
match, messages, multiple, name, property, saveBody, size, valueFields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, indexed, tabindexFields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContentFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoEndTag()Deprecated.booleanDeprecated.protected voidprepareOtherAttributes(StringBuffer handlers) Deprecated.protected StringDeprecated.voidsetRequired(boolean required) Deprecated.Methods inherited from class org.apache.struts.taglib.html.SelectTag
doAfterBody, doStartTag, getMultiple, getName, getProperty, getSize, getValue, isMatched, prepareName, release, renderSelectStartElement, setMultiple, setName, setProperty, setSize, setValueMethods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDir, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLang, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareInternationalization, prepareKeyEvents, prepareMouseEvents, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDir, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLang, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKeyMethods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContentMethods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Constructor Details
-
KNSSelectTag
public KNSSelectTag()Deprecated.
-
-
Method Details
-
prepareStyles
Deprecated.- Overrides:
prepareStylesin classorg.apache.struts.taglib.html.BaseHandlerTag- Throws:
javax.servlet.jsp.JspException
-
prepareOtherAttributes
Deprecated.- Overrides:
prepareOtherAttributesin classorg.apache.struts.taglib.html.BaseHandlerTag
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspExceptionDeprecated.- Specified by:
doEndTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doEndTagin classorg.apache.struts.taglib.html.SelectTag- Throws:
javax.servlet.jsp.JspException
-
isRequired
public boolean isRequired()Deprecated. -
setRequired
public void setRequired(boolean required) Deprecated.
-