|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.taglib.internal.BasicTag
org.codehaus.waffle.taglib.form.FormElement
org.codehaus.waffle.taglib.form.FileTag
public class FileTag
A file element for html files.
Field Summary |
---|
Fields inherited from class org.codehaus.waffle.taglib.form.FormElement |
---|
attributes |
Fields inherited from class org.codehaus.waffle.taglib.internal.BasicTag |
---|
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
FileTag()
|
Method Summary | |
---|---|
protected java.lang.String |
getDefaultLabel()
Method to be implemented on child classes. |
void |
release()
|
void |
setName(java.lang.String name)
|
IterationResult |
start(java.io.Writer out)
Starts this tag once. |
Methods inherited from class org.codehaus.waffle.taglib.form.FormElement |
---|
doEndTag, doStartTag, getForm, setDynamicAttribute, setLabel |
Methods inherited from class org.codehaus.waffle.taglib.internal.BasicTag |
---|
afterBody, beforeBody, doAfterBody, doInitBody, end, evaluate, evaluateEl, findAncestor, getAbsoluteUrl, getI18NMessage, getParent, isRendered, setBodyContent, setPageContext, setParent, setRendered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileTag()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class FormElement
public void setName(java.lang.String name)
public IterationResult start(java.io.Writer out) throws javax.servlet.jsp.JspException, java.io.IOException
BasicTag
start
in class BasicTag
javax.servlet.jsp.JspException
java.io.IOException
protected java.lang.String getDefaultLabel()
FormElement
getDefaultLabel
in class FormElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |