| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.struts.util.ResponseUtils
General purpose utility methods related to generating a servlet response in the Struts controller framework.
| Field Summary | |
| protected static MessageResources | messagesThe message resources for this package. | 
| Constructor Summary | |
| ResponseUtils() | |
| Method Summary | |
| static java.lang.String | filter(java.lang.String value)Filter the specified string for characters that are senstive to HTML interpreters, returning the string with these characters replaced by the corresponding character entities. | 
| static void | write(javax.servlet.jsp.PageContext pageContext,
      java.lang.String text)Write the specified text as the response to the writer associated with this page. | 
| static void | writePrevious(javax.servlet.jsp.PageContext pageContext,
              java.lang.String text)Write the specified text as the response to the writer associated with the body content for the tag within which we are currently nested. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static MessageResources messages
| Constructor Detail | 
public ResponseUtils()
| Method Detail | 
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)| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||