Serialized Form
Package org.apache.cactus |
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)
Package org.apache.cactus.internal |
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.internal.client |
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.
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.internal.util |
Package org.apache.cactus.server |
Package org.apache.cactus.server.runner |
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 |
originalException
java.lang.Throwable originalException
- Original exception which caused this exception.
originalException
java.lang.Throwable originalException
- Original exception which caused this exception.
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.