org.apache.struts.taglib.html
クラス TextareaTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.BaseInputTag
org.apache.struts.taglib.html.TextareaTag
- すべての実装インタフェース:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- 直系の既知のサブクラス:
- NestedTextareaTag
- public class TextareaTag
- extends BaseInputTag
Custom tag for input fields of type "textarea".
- バージョン:
- $Revision: 1.1 $ $Date: 2004/10/20 03:26:42 $
- 関連項目:
- 直列化された形式
|
フィールドの概要 |
protected java.lang.String |
name
The name of the bean containing our underlying property. |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したフィールド |
bodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース javax.servlet.jsp.tagext.BodyTag から継承したフィールド |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
メソッドの概要 |
int |
doStartTag()
Generate the required input tag.
|
java.lang.String |
getName()
|
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. |
void |
setName(java.lang.String name)
|
| クラス org.apache.struts.taglib.html.BaseInputTag から継承したメソッド |
doEndTag, getCols, getMaxlength, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setProperty, setRows, setSize, setValue |
| クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したメソッド |
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, 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 |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース javax.servlet.jsp.tagext.BodyTag から継承したメソッド |
|
| インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド |
getParent, setPageContext, setParent |
name
protected java.lang.String name
- The name of the bean containing our underlying property.
TextareaTag
public TextareaTag()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Generate the required input tag.
Support for indexed since Struts 1.1
- 定義:
- インタフェース
javax.servlet.jsp.tagext.Tag 内の doStartTag - オーバーライド:
- クラス
BaseInputTag 内の doStartTag
- 例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred
renderTextareaElement
protected java.lang.String renderTextareaElement()
throws javax.servlet.jsp.JspException
- Generate an HTML <textarea> tag.
- 例外:
javax.servlet.jsp.JspException- 導入されたバージョン:
- Struts 1.1
renderData
protected java.lang.String renderData()
throws javax.servlet.jsp.JspException
- Renders the value displayed in the <textarea> tag.
- 例外:
javax.servlet.jsp.JspException- 導入されたバージョン:
- Struts 1.1
release
public void release()
- Release any acquired resources.
- 定義:
- インタフェース
javax.servlet.jsp.tagext.Tag 内の release - オーバーライド:
- クラス
BaseInputTag 内の release
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation