Serialized Form


Package org.apache.lenya.ac

Class org.apache.lenya.ac.AccessControlException extends java.lang.Exception implements Serializable

Class org.apache.lenya.ac.Identity extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
In case of Tomcat the object will be restored from TOMCAT/work/Standalone/localhost/lenya/SESSIONS.ser

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
In the case of Tomcat the object will be serialized to TOMCAT/work/Standalone/localhost/lenya/SESSIONS.ser

Throws:
java.io.IOException
Serialized Fields

identifiables

java.util.Set identifiables

Class org.apache.lenya.ac.Machine extends java.lang.Object implements Serializable

Serialized Fields

address

java.net.InetAddress address

ipRanges

java.util.List ipRanges

Class org.apache.lenya.ac.World extends java.lang.Object implements Serializable


Package org.apache.lenya.ac.cache

Class org.apache.lenya.ac.cache.BuildException extends java.lang.Exception implements Serializable

Class org.apache.lenya.ac.cache.CachingException extends java.lang.Exception implements Serializable


Package org.apache.lenya.ac.cifs

Class org.apache.lenya.ac.cifs.CIFSUser extends FileUser implements Serializable


Package org.apache.lenya.ac.file

Class org.apache.lenya.ac.file.FileIPRange extends AbstractIPRange implements Serializable

Class org.apache.lenya.ac.file.FileUser extends AbstractUser implements Serializable

Serialized Fields

configurationDirectory

java.io.File configurationDirectory

Package org.apache.lenya.ac.ldap

Class org.apache.lenya.ac.ldap.LDAPUser extends FileUser implements Serializable

Serialized Fields

defaultProperties

java.util.Properties defaultProperties

ldapId

java.lang.String ldapId

ldapName

java.lang.String ldapName

Package org.apache.lenya.cms.authoring

Class org.apache.lenya.cms.authoring.CreatorException extends java.lang.Exception implements Serializable


Package org.apache.lenya.cms.cocoon.uriparameterizer

Class org.apache.lenya.cms.cocoon.uriparameterizer.URIParameterizerException extends java.lang.Exception implements Serializable


Package org.apache.lenya.cms.publication

Class org.apache.lenya.cms.publication.DocumentBuildException extends PublicationException implements Serializable

Class org.apache.lenya.cms.publication.DocumentDoesNotExistException extends DocumentException implements Serializable

Class org.apache.lenya.cms.publication.DocumentException extends PublicationException implements Serializable

Class org.apache.lenya.cms.publication.DocumentTypeBuildException extends java.lang.Exception implements Serializable

Class org.apache.lenya.cms.publication.NoChildDocumentExistException extends DocumentException implements Serializable

Class org.apache.lenya.cms.publication.PageEnvelopeException extends java.lang.Exception implements Serializable

Class org.apache.lenya.cms.publication.PublicationException extends java.lang.Exception implements Serializable

Class org.apache.lenya.cms.publication.SiteTreeException extends java.lang.Exception implements Serializable


Package org.apache.lenya.cms.publishing

Class org.apache.lenya.cms.publishing.ExportException extends java.lang.Exception implements Serializable

Class org.apache.lenya.cms.publishing.ParentNodeNotFoundException extends PublishingException implements Serializable

Class org.apache.lenya.cms.publishing.PublishingException extends java.lang.Exception implements Serializable


Package org.apache.lenya.cms.rc

Class org.apache.lenya.cms.rc.FileReservedCheckInException extends java.lang.Exception implements Serializable

Serialized Fields

source

java.lang.String source

date

java.util.Date date

username

java.lang.String username

typeString

java.lang.String typeString

type

short type

Class org.apache.lenya.cms.rc.FileReservedCheckOutException extends java.lang.Exception implements Serializable

Serialized Fields

source

java.lang.String source

checkOutDate

java.util.Date checkOutDate

checkOutUsername

java.lang.String checkOutUsername

Class org.apache.lenya.cms.rc.RevisionControlException extends java.lang.Exception implements Serializable


Package org.apache.lenya.cms.scheduler

Class org.apache.lenya.cms.scheduler.LoadQuartzServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

schedulerConfigurations

java.lang.String schedulerConfigurations

Package org.apache.lenya.cms.task

Class org.apache.lenya.cms.task.ExecutionException extends java.lang.Exception implements Serializable


Package org.apache.lenya.lucene.html

Class org.apache.lenya.lucene.html.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

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

java.lang.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

java.lang.String eol
The end of line string for this machine.

Class org.apache.lenya.lucene.html.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.lenya.lucene.parser

Class org.apache.lenya.lucene.parser.ParseException extends java.lang.Exception implements Serializable

Class org.apache.lenya.lucene.parser.SwingHTMLHandler.TagStack.UnderflowException extends java.lang.Exception implements Serializable


Package org.apache.lenya.util

Class org.apache.lenya.util.CacheMap extends org.apache.commons.collections.map.LRUMap implements Serializable

Class org.apache.lenya.util.Stack extends java.util.Vector implements Serializable

Serialized Fields

maxsize

int maxsize

Package org.apache.lenya.workflow

Class org.apache.lenya.workflow.WorkflowException extends java.lang.Exception implements Serializable


Package org.apache.lenya.xml

Class org.apache.lenya.xml.MalformedXPointerException extends java.lang.Exception implements Serializable

Class org.apache.lenya.xml.XMLEncToJavaEnc extends java.util.Hashtable implements Serializable



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.