ServletResults Class

com.bea.p13n.mail
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

Field Summary

public String
charset
The encoding used in the content
public String
content
The contents of the response, as a String
public String
contentType
The value of the content-type header of the JSP page
 

Constructor Summary

ServletResults()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

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

 

Constructor Detail

ServletResults

public ServletResults()