ServletResults Class
- public class ServletResults
extends Object
implements Serializable
Wrapper class to hold the results from a JSP request.
-
Hierarchy
-
Object
ServletResults
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charset
public String
charset
- The encoding used in the content
content
public String
content
- The contents of the response, as a String
contentType
public String
contentType
- The value of the content-type header of the JSP page
ServletResults
public ServletResults()