|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.mail.ServletResults
Wrapper class to hold the results from a JSP request.
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 |
public java.lang.String contentType
public java.lang.String charset
public java.lang.String content
Constructor Detail |
public ServletResults()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |