|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.util.ResponseUtils
General purpose utility methods related to generating a servlet response in the Struts controller framework.
| フィールドの概要 | |
protected static MessageResources |
messages
推奨されていません。 The message resources for this package. |
| コンストラクタの概要 | |
ResponseUtils()
推奨されていません。 |
|
| メソッドの概要 | |
static java.lang.String |
filter(java.lang.String value)
推奨されていません。 |
static void |
write(javax.servlet.jsp.PageContext pageContext,
java.lang.String text)
推奨されていません。 |
static void |
writePrevious(javax.servlet.jsp.PageContext pageContext,
java.lang.String text)
推奨されていません。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected static MessageResources messages
| コンストラクタの詳細 |
public ResponseUtils()
| メソッドの詳細 |
public static java.lang.String filter(java.lang.String value)
value - The string to be filtered and returned
public static void write(javax.servlet.jsp.PageContext pageContext,
java.lang.String text)
throws javax.servlet.jsp.JspException
doAfterBody() method of a custom tag class that
implements BodyTag, you should be calling
writePrevious() instead.
pageContext - The PageContext object for this pagetext - The text to be written
javax.servlet.jsp.JspException - if an input/output error occurs (already saved)
public static void writePrevious(javax.servlet.jsp.PageContext pageContext,
java.lang.String text)
throws javax.servlet.jsp.JspException
pageContext - The PageContext object for this pagetext - The text to be written
javax.servlet.jsp.JspException - if an input/output error occurs (already saved)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||