Serialized Form


Package org.apache.cactus

Class org.apache.cactus.Cookie implements Serializable

Serialized Fields

name

java.lang.String name
The cookie name

value

java.lang.String value
The cookie value

comment

java.lang.String comment
The cookie description.
See Also:
Cookie.setComment(String)

domain

java.lang.String domain
The cookie domain.
See Also:
Cookie.setDomain(String)

expiryDate

java.util.Date expiryDate
The cookie expiry date.
See Also:
Cookie.setExpiryDate(Date)

path

java.lang.String path
The cookie path.
See Also:
Cookie.setPath(String)

isSecure

boolean isSecure
True if the cookie should only be sent over secure connections.
See Also:
Cookie.setSecure(boolean)

Class org.apache.cactus.WebTestResult implements Serializable

Serialized Fields

exceptionClassName

java.lang.String exceptionClassName
Name of the exception class if an error occurred

exceptionStackTrace

java.lang.String exceptionStackTrace
Save the stack trace as text because otherwise it will not be transmitted back to the client (the stack trac field in the Throwable class is transient).

exceptionMessage

java.lang.String exceptionMessage
The exception message if an error occurred


Package org.apache.cactus.client

Class org.apache.cactus.client.AssertionFailedErrorWrapper implements Serializable

Serialized Fields

stackTrace

java.lang.String stackTrace
The stack trace that was sent back from the servlet redirector as a string.

className

java.lang.String className
The class name of the exception that was raised on the server side.

Class org.apache.cactus.client.ServletExceptionWrapper implements Serializable

Serialized Fields

stackTrace

java.lang.String stackTrace
The stack trace that was sent back from the servlet redirector as a string.

className

java.lang.String className
The class name of the exception that was raised on the server side.


Package org.apache.cactus.server

Class org.apache.cactus.server.ServletTestRedirector implements Serializable


Package org.apache.cactus.util

Class org.apache.cactus.util.ChainedRuntimeException implements Serializable

Serialized Fields

originalException

java.lang.Throwable originalException
Original exception which caused this exception.



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.