© 2005 BEA Systems, Inc.

com.bea.p13n.mail
Class ServletResults

java.lang.Object
  extended bycom.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()
           
 
Methods inherited 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()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved