com.bea.p13n.mail
Class ServletResults

java.lang.Object
  extended by com.bea.p13n.mail.ServletResults
All Implemented Interfaces
Serializable

public class ServletResults
extends Object
implements Serializable

Wrapper class to hold the results from a JSP request.

See Also
Serialized Form

Field Summary
 String charset
          The encoding used in the content
 String content
          The contents of the response, as a String
 String contentType
          The value of the content-type header of the JSP page
 
Constructor Summary
ServletResults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

public String contentType
The value of the content-type header of the JSP page


charset

public String charset
The encoding used in the content


content

public String content
The contents of the response, as a String

Constructor Detail

ServletResults

public ServletResults()


Copyright © 2006 BEA Systems, Inc. All Rights Reserved