Serialized Form
Package org.apache.cocoon |
m_throwable
Throwable m_throwable
- The Throwable that caused this exception to be thrown.
Package org.apache.cocoon.auth |
id
String id
- The unique id of the user.
attributes
Map<K,V> attributes
- The user attributes.
roles
List<E> roles
- Cache the roles info.
Package org.apache.cocoon.auth.impl |
counter
int counter
- Number of applications using the security handler.
user
User user
- The corresponding user.
applications
List<E> applications
- The applications the user is logged in to.
userInfo
Document userInfo
- The document delivered by the pipeline.
roles
List<E> roles
- The cached list of roles for this user.
principal
Principal principal
- The principal belonging to the user.
Package org.apache.cocoon.caching |
a
List<E> a
- Deprecated.
validityObjects
Map<K,V> validityObjects
- Deprecated.
saxFragment
Object saxFragment
- Deprecated.
validityObjects
SourceValidity[] validityObjects
response
byte[] response
expires
Long expires
lastModified
long lastModified
contentType
String contentType
validityObjects
Map<K,V> validityObjects
- Deprecated.
response
byte[] response
- Deprecated.
cacheValidity
CacheValidity cacheValidity
- Deprecated.
type
int type
- The component type
identifier
String identifier
- The component identifier
key
Serializable key
- The unique key
hashCode
int hashCode
- the hash code
cachePoint
boolean cachePoint
- cachePoint
toString
String toString
v1
CacheValidity v1
- Deprecated.
v2
CacheValidity v2
- Deprecated.
cachedDateTime
long cachedDateTime
- Deprecated.
timeInCache
long timeInCache
- Deprecated.
key
String key
- The key
external
boolean external
- Is this an external pipeline call?
cacheKey
String cacheKey
- cache key
toString
String toString
- cache toString()
sources
List<E> sources
- Deprecated.
timeStamps
List<E> timeStamps
- Deprecated.
isNew
boolean isNew
- Deprecated.
resolver
SourceResolver resolver
- Deprecated.
map
Map<K,V> map
- Deprecated.
keys
List<E> keys
- The keys
hashCode
int hashCode
- the hash code
toString
String toString
sourceValidity
SourceValidity sourceValidity
- Deprecated.
timeStamp
long timeStamp
- Deprecated.
Package org.apache.cocoon.caching.impl |
m_keyMMap
org.apache.commons.collections.MultiHashMap m_keyMMap
m_eventMMap
org.apache.commons.collections.MultiHashMap m_eventMMap
Package org.apache.cocoon.caching.validity |
m_event
Event m_event
m_name
String m_name
m_hashcode
int m_hashcode
m_name
String m_name
m_value
String m_value
m_hashcode
int m_hashcode
Package org.apache.cocoon.components |
settings
Settings settings
logger
Logger logger
Package org.apache.cocoon.components.accessor |
manager
ServiceManager manager
Package org.apache.cocoon.components.axis.providers |
Package org.apache.cocoon.components.elementprocessor |
_element_name
String _element_name
_reason
String _reason
Package org.apache.cocoon.components.expression |
closure
ExpressionContext closure
contextBean
Object contextBean
namespaces
NamespacesTable namespaces
throwable
Throwable throwable
- The Throwable that caused this exception to be thrown.
Package org.apache.cocoon.components.flow |
Package org.apache.cocoon.components.flow.javascript |
node
org.mozilla.javascript.Scriptable node
handler
org.apache.commons.jxpath.DynamicPropertyHandler handler
Package org.apache.cocoon.components.flow.javascript.fom |
currentCall
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.CallContext currentCall
pageLocal
PageLocalScopeHolder pageLocal
context
Context context
request
Request request
session
Session session
classLoader
ClassLoader classLoader
useSession
boolean useSession
locked
boolean locked
wk
WebContinuation wk
scope
PageLocalScope scope
id
String id
Package org.apache.cocoon.components.language |
errors
CompilerError[] errors
filename
String filename
Package org.apache.cocoon.components.notification |
n
Notifying n
- The Notifying Object used internally to keep Notifying fields
Package org.apache.cocoon.components.source.impl |
m_binary
byte[] m_binary
m_xml
byte[] m_xml
m_extra
Serializable m_extra
exists
boolean exists
contentLength
long contentLength
mimeType
String mimeType
lastModified
long lastModified
properties
Map<K,V> properties
expiry
long expiry
When validity expiration is performed.
delay
long delay
The delay from now used to calculate the expiration time.
uris
List<E> uris
An ordered list of URIs which should be checked.
isClosed
boolean isClosed
Is this instance is closed (accepts modifications or is validable)?
validity
SourceValidity validity
m_name
String m_name
m_isCollection
boolean m_isCollection
m_children
String[] m_children
Package org.apache.cocoon.components.source.impl.validity |
delay
long delay
expires
long expires
delegate
SourceValidity delegate
Package org.apache.cocoon.components.validation |
Package org.apache.cocoon.components.web3.impl |
orderedKeys
ArrayList<E> orderedKeys
Package org.apache.cocoon.components.xpointer.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.apache.cocoon.environment |
wrappedParameters
Parameters wrappedParameters
map
Map<K,V> map
Package org.apache.cocoon.environment.wrapper |
names
Map<K,V> names
- The parameter names are the keys and the value is a List object
Package org.apache.cocoon.generation |
expiry
long expiry
delay
long delay
files
List<E> files
fileDates
List<E> fileDates
err
Error err
Package org.apache.cocoon.mail |
request
Request request
logger
Logger logger
Package org.apache.cocoon.servlet |
contextDir
File contextDir
log
Logger log
loggerManager
LoggerManager loggerManager
creationTime
long creationTime
- The time the cocoon instance was created
cocoon
Cocoon cocoon
- The
Cocoon
instance
exception
Exception exception
- Holds exception happened during initialization (if any)
appContext
DefaultContext appContext
- Avalon application context
allowReload
boolean allowReload
- Allow reloading of cocoon by specifying the
cocoon-reload=true
parameter with a request
showTime
boolean showTime
- Allow adding processing time to the response
hiddenShowTime
boolean hiddenShowTime
- If true, processing time will be added as an HTML comment
showCocoonVersion
boolean showCocoonVersion
- Flag to enable/disable X-Cocoon-Version header
enableUploads
boolean enableUploads
- Allow processing of upload requests (mime/multipart)
autoSaveUploads
boolean autoSaveUploads
allowOverwrite
boolean allowOverwrite
silentlyRename
boolean silentlyRename
maxUploadSize
int maxUploadSize
uploadDir
File uploadDir
workDir
File workDir
cacheDir
File cacheDir
containerEncoding
String containerEncoding
defaultFormEncoding
String defaultFormEncoding
servletContext
ServletContext servletContext
classLoader
ClassLoader classLoader
- The classloader that will be set as the context classloader if init-classloader is true
initClassLoader
boolean initClassLoader
parentComponentManagerClass
String parentComponentManagerClass
parentComponentManagerInitParam
String parentComponentManagerInitParam
parentComponentManager
ComponentManager parentComponentManager
- The parent ComponentManager, if any. Stored here in order to be able to dispose it in destroy().
forceLoadParameter
String forceLoadParameter
forceSystemProperty
String forceSystemProperty
manageExceptions
boolean manageExceptions
- If true or not set, this class will try to catch and handle all Cocoon exceptions.
If false, it will rethrow them to the servlet container.
enableInstrumentation
boolean enableInstrumentation
- Flag to enable avalon excalibur instrumentation of Cocoon.
instrumentManager
InstrumentManager instrumentManager
- The
InstrumentManager
instance
servletContextPath
String servletContextPath
- This is the path to the servlet context (or the result
of calling getRealPath('/') on the ServletContext.
Note, that this can be null.
servletContextURL
String servletContextURL
- This is the url to the servlet context directory
requestFactory
RequestFactory requestFactory
- The RequestFactory is responsible for wrapping multipart-encoded
forms and for handing the file payload of incoming requests
servlet
Servlet servlet
classloader
ClassLoader classloader
Package org.apache.cocoon.servlet.multipart |
Package org.apache.cocoon.sitemap |
location
Location location
loc
Location loc
Package org.apache.cocoon.template.environment |
err
Error err
templateUri
String templateUri
templateKey
Serializable templateKey
sourceValidity
SourceValidity sourceValidity
templateValidity
SourceValidity templateValidity
Package org.apache.cocoon.util |
Package org.apache.cocoon.util.jxpath |
namespaces
NamespacesTable namespaces
Package org.apache.cocoon.util.location |
locations
List<E> locations
locations
List<E> locations
readResolve
private Object readResolve()
- Ensure serialized unknown location resolve to
Location.UNKNOWN
.
uri
String uri
line
int line
column
int column
description
String description
Package org.apache.cocoon.webapps.authentication.configuration |
name
String name
- Deprecated.
- The unique name of the handler
loadResource
String loadResource
- Deprecated.
- The load resource (optional)
saveResource
String saveResource
- Deprecated.
- The save resource (optional)
loadResourceParameters
SourceParameters loadResourceParameters
- Deprecated.
- The load resource parameters (optional)
saveResourceParameters
SourceParameters saveResourceParameters
- Deprecated.
- The save resource parameters (optional)
loadOnDemand
boolean loadOnDemand
- Deprecated.
- Is the application loaded on demand
handler
HandlerConfiguration handler
- Deprecated.
- The corresponding handler
configurations
Map<K,V> configurations
- Deprecated.
- The configuration fragments
saveOnLogout
boolean saveOnLogout
- Deprecated.
- Save the context on logout
name
String name
- Deprecated.
- The unique name of the handler
redirectURI
String redirectURI
- Deprecated.
- The redirect-to URI
redirectParameters
SourceParameters redirectParameters
- Deprecated.
- The redirect parameters
authenticationResource
String authenticationResource
- Deprecated.
- The authentication resource
logoutResource
String logoutResource
- Deprecated.
- The logout resource
authenticatorClass
String authenticatorClass
- Deprecated.
- The class name of the authenticator to use
authenticationResourceParameters
SourceParameters authenticationResourceParameters
- Deprecated.
- The authentication resource parameters
loadResource
String loadResource
- Deprecated.
- The load resource (optional)
loadResourceParameters
SourceParameters loadResourceParameters
- Deprecated.
- The load resource (optional) parameters
saveResource
String saveResource
- Deprecated.
- The save resource (optional)
saveResourceParameters
SourceParameters saveResourceParameters
- Deprecated.
- The save resource (optional) parameters
applications
Map<K,V> applications
- Deprecated.
- The Application Configurations
configurations
Map<K,V> configurations
- Deprecated.
- The configuration fragments
saveOnLogout
boolean saveOnLogout
- Deprecated.
- Save the context on logout
Package org.apache.cocoon.webapps.authentication.context |
name
String name
- Deprecated.
handler
UserHandler handler
- Deprecated.
authContext
SessionContext authContext
- Deprecated.
handlerName
String handlerName
- Deprecated.
initialized
boolean initialized
- Deprecated.
context
Context context
- Deprecated.
xpathProcessor
XPathProcessor xpathProcessor
- Deprecated.
resolver
SourceResolver resolver
- Deprecated.
roles
List<E> roles
- Deprecated.
- A list of roles the user is in
Package org.apache.cocoon.webapps.authentication.user |
handler
UserHandler handler
- Deprecated.
- The handlers
application
String application
- Deprecated.
- The application
handler
HandlerConfiguration handler
- Deprecated.
- The corresponding handler
appsLoaded
boolean appsLoaded
- Deprecated.
- Are all apps loaded?
context
AuthenticationContext context
- Deprecated.
- The context
loadedApps
List<E> loadedApps
- Deprecated.
- Loaded List
applicationContexts
List<E> applicationContexts
- Deprecated.
- Application contexts
userID
String userID
- Deprecated.
- The unique user ID
handlers
Map<K,V> handlers
- Deprecated.
- The handlers
Package org.apache.cocoon.webapps.session.context |
logger
Logger logger
- Deprecated.
- The logger.
name
String name
- Deprecated.
- Name of this context
contextData
Document contextData
- Deprecated.
- The content of this context
xpathProcessor
XPathProcessor xpathProcessor
- Deprecated.
- The XPath Processor
name
String name
- Deprecated.
- Context name
data
Document data
- Deprecated.
- The content of the context
attributes
Map<K,V> attributes
- Deprecated.
- The attributes
loadResource
String loadResource
- Deprecated.
- load resource
saveResource
String saveResource
- Deprecated.
- save resource
xpathProcessor
XPathProcessor xpathProcessor
- Deprecated.
- The XPath Processor
resolver
SourceResolver resolver
- Deprecated.
- The source resolver
Package org.apache.cocoon.xml |
previous_ch
char[] previous_ch
- If ch (in characters()) contains an unmatched '{' then
we save the chars from '{' onward in previous_ch.
Next call to characters() prepends the saved chars to ch before processing
(and sets previous_ch to null).
saxbits
List<E> saxbits
- Stores list of
SaxBit
objects.
ch
char[] ch
ch
char[] ch
namespaceURI
String namespaceURI
localName
String localName
qName
String qName
name
String name
prefix
String prefix
ch
char[] ch
target
String target
data
String data
name
String name
name
String name
publicId
String publicId
systemId
String systemId
namespaceURI
String namespaceURI
localName
String localName
qName
String qName
attrs
Attributes attrs
name
String name
prefix
String prefix
uri
String uri
xml
XMLizable xml
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.