FileTag
NestedNameSupport
NestedFileTag.
Object
TagSupport
BodyTagSupport
BaseHandlerTag
BaseInputTag
BaseFieldTag
BaseFieldTagAdapter
FileTag
NestedFileTag
BodyTag
, IterationTag
, NestedNameSupport
, NestedPropertySupport
, NestedTagSupport
, Serializable
, Tag
, TagAdapter
Field Summary |
Fields from org.apache.struts.taglib.html. |
accept, name, redisplay, type |
Fields from org.apache.struts.taglib.html. |
cols, maxlength, messages, property, rows, value |
Fields from org.apache.struts.taglib.html. |
accesskey, defaultLocale, indexed, messages, tabindex |
Fields from javax.servlet.jsp.tagext. |
bodyContent |
Fields from javax.servlet.jsp.tagext. |
id, pageContext |
Fields from interface javax.servlet.jsp.tagext. |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields from interface javax.servlet.jsp.tagext. |
EVAL_BODY_AGAIN |
Fields from interface javax.servlet.jsp.tagext. |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Method Summary |
public int |
|
public int |
|
public void |
|
Methods from com.bea.struts.adapter.taglib.html. |
|
Methods from org.apache.struts.taglib.html. |
doStartTag, getAccept, getName, getRedisplay, setAccept, setName, setRedisplay |
Methods from org.apache.struts.taglib.html. |
doStartTag, getCols, getMaxlength, getProperty, getRows, getSize, getValue, release, setCols, setMaxlength, setProperty, setRows, setSize, setValue |
Methods from org.apache.struts.taglib.html. |
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getIndexed, 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, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, release, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey |
Methods from javax.servlet.jsp.tagext. |
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
Methods from javax.servlet.jsp.tagext. |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface javax.servlet.jsp.tagext. |
doInitBody, setBodyContent |
Methods from interface javax.servlet.jsp.tagext. |
doAfterBody |
Methods from interface org.apache.struts.taglib.nested. |
getName, setName |
Methods from interface org.apache.struts.taglib.nested. |
getProperty, setProperty |
Methods from interface javax.servlet.jsp.tagext. |
doEndTag, doStartTag, getParent, release, setPageContext, setParent |
Methods from interface com.bea.struts.adapter.taglib.html. |
|
Constructor Detail |
public NestedFileTag()
Method Detail |
public int doEndTag()Complete the processing of the tag. The nested tags here will restore all the original value for the tag itself and the nesting context.
throwsJspException
JspException
public int doStartTag()Overriding method of the heart of the matter. Gets the relative property and leaves the rest up to the original tag implementation. Sweet.
throwsJspException
BaseFieldTagAdapter.doStartTag()
JspException
public void release()Release the tag's resources and reset the values.