|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
it.eng.spago.taglib.html.BaseHandlerTag
it.eng.spago.taglib.html.BaseInputTag
it.eng.spago.taglib.html.TextareaTag
public class TextareaTag
Custom tag for input fields of type "textarea".
Field Summary |
---|
Fields inherited from class it.eng.spago.taglib.html.BaseInputTag |
---|
cols, maxlength, messages, property, rows, scope, value |
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag |
---|
accesskey, doDisabled, doReadonly, indexed, tabindex |
Constructor Summary | |
---|---|
TextareaTag()
|
Method Summary | |
---|---|
int |
doStartTag()
Generate the required input tag. |
void |
release()
Release any acquired resources. |
protected java.lang.String |
renderData()
Renders the value displayed in the <textarea> tag. |
protected java.lang.String |
renderTextareaElement()
Generate an HTML <textarea> tag. |
Methods inherited from class it.eng.spago.taglib.html.BaseInputTag |
---|
doEndTag, getCols, getMaxlength, getProperty, getRows, getScope, getSize, getValue, prepareName, setCols, setMaxlength, setProperty, setRows, setScope, setSize, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextareaTag()
Method Detail |
---|
public int doStartTag() throws JspException
doStartTag
in class BaseInputTag
JspException
- if a JSP exception has occurredprotected java.lang.String renderTextareaElement() throws JspException
JspException
protected java.lang.String renderData() throws JspException
JspException
public void release()
release
in class BaseInputTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |