© 2001 BEA Systems, Inc.

com.bea.commerce.platform.mail
Class ServletResults

java.lang.Object
  |
  +--com.bea.commerce.platform.mail.ServletResults
All Implemented Interfaces:
java.io.Serializable

public class ServletResults
extends java.lang.Object
implements java.io.Serializable

Wrapper class to hold the results from a JSP request.

See Also:
Serialized Form

Field Summary
 java.lang.String charset
          The encoding used in the content
 java.lang.String content
          The contents of the response, as a String
 java.lang.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

contentType

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

charset

public java.lang.String charset
The encoding used in the content

content

public java.lang.String content
The contents of the response, as a String
Constructor Detail

ServletResults

public ServletResults()

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved