Serialized Form


Package org.apache.cactus

Class org.apache.cactus.Cookie extends java.lang.Object 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.HttpSessionCookie extends Cookie implements Serializable

Class org.apache.cactus.WebTestResult extends java.lang.Object 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 extends junit.framework.AssertionFailedError 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.ClientException extends ChainedException implements Serializable

Class org.apache.cactus.client.ParsingException extends ChainedException implements Serializable

Class org.apache.cactus.client.ServletExceptionWrapper extends java.lang.Throwable 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 extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.cactus.server.runner

Class org.apache.cactus.server.runner.ServletTestRunner extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

transformer

java.lang.Object transformer
The XML transformer. Avoid direct dependancy by using reflection.


canSetSystemProperty

boolean canSetSystemProperty
Indicates whether the servlet has sufficient permissions to set a system property, to be able to set the cactus.contentURL property. This is set to false if the first attempt to set the property throws a SecurityException.


Package org.apache.cactus.util

Class org.apache.cactus.util.ChainedException extends java.lang.Exception implements Serializable

Serialized Fields

originalException

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

Class org.apache.cactus.util.ChainedRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

originalException

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



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