Serialized Form


Package com.primix.tapestry

Class com.primix.tapestry.ApplicationRuntimeException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.ApplicationServlet implements Serializable

Serialized Fields

enginePool

Pool enginePool
A Pool used to store engines that are not currently in use. The key is on Locale.

specification

ApplicationSpecification specification
The application specification, which is read once and kept in memory thereafter.

attributeName

java.lang.String attributeName
The name under which the engine is stored within the HttpSession.

classLoader

java.lang.ClassLoader classLoader
Gets the class loader for the servlet. Generally, this class (ApplicationServlet) is loaded by the system class loader, but the servlet and other classes in the application are loaded by a child class loader. Only the child has the full view of all classes and package resources.

Class com.primix.tapestry.BindingException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.BodylessComponentException implements Serializable

Class com.primix.tapestry.NoSuchComponentException implements Serializable

Serialized Fields

componentId

java.lang.String componentId

Class com.primix.tapestry.NullValueForBindingException implements Serializable

Class com.primix.tapestry.PageLoaderException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

pageName

java.lang.String pageName

Class com.primix.tapestry.PageRecorderCommitException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.PageRedirectException implements Serializable

Serialized Fields

targetPageName

java.lang.String targetPageName

Class com.primix.tapestry.ReadOnlyBindingException implements Serializable

Class com.primix.tapestry.RedirectException implements Serializable

Serialized Fields

location

java.lang.String location

Class com.primix.tapestry.RenderOnlyPropertyException implements Serializable

Serialized Fields

component

IComponent component

propertyName

java.lang.String propertyName

Class com.primix.tapestry.RenderRewoundException implements Serializable

Class com.primix.tapestry.RequestCycleException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.RequiredParameterException implements Serializable

Serialized Fields

parameterName

java.lang.String parameterName

Class com.primix.tapestry.ResourceUnavailableException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.ScriptException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

session

ScriptSession session

Class com.primix.tapestry.StaleLinkException implements Serializable

Serialized Fields

pageName

java.lang.String pageName

targetIdPath

java.lang.String targetIdPath

targetActionId

java.lang.String targetActionId

Class com.primix.tapestry.StaleSessionException implements Serializable

Serialized Fields

pageName

java.lang.String pageName


Package com.primix.tapestry.callback

Class com.primix.tapestry.callback.DirectCallback implements Serializable

Serialized Fields

pageName

java.lang.String pageName

componentIdPath

java.lang.String componentIdPath

context

java.lang.String[] context

Class com.primix.tapestry.callback.PageCallback implements Serializable

Serialized Fields

pageName

java.lang.String pageName


Package com.primix.tapestry.components

Class com.primix.tapestry.components.ServiceLinkEventType implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName


Package com.primix.tapestry.engine

Class com.primix.tapestry.engine.AbstractEngine implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the state serialized by AbstractEngine.writeExternal(ObjectOutput).

This always set the stateful flag. By default, a deserialized session is stateful (else, it would not have been serialized).


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the following properties:

Class com.primix.tapestry.engine.SimpleEngine implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the object state as written by SimpleEngine.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Invokes the superclass implementation, then writes the number of recorders as an int (may be zero).

For each recorder, writes


Package com.primix.tapestry.event

Class com.primix.tapestry.event.ObservedChangeEvent implements Serializable

Serialized Fields

component

IComponent component

propertyName

java.lang.String propertyName

newValue

java.io.Serializable newValue

Class com.primix.tapestry.event.PageEvent implements Serializable


Package com.primix.tapestry.form

Class com.primix.tapestry.form.FormEventType implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName


Package com.primix.tapestry.html

Class com.primix.tapestry.html.InsertTextMode implements Serializable


Package com.primix.tapestry.inspector

Class com.primix.tapestry.inspector.View implements Serializable


Package com.primix.tapestry.parse

Class com.primix.tapestry.parse.TemplateParseException implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath

line

int line

Class com.primix.tapestry.parse.TokenType implements Serializable


Package com.primix.tapestry.record

Class com.primix.tapestry.record.PageRecorder implements Serializable

Class com.primix.tapestry.record.PageRecorderSerializationException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.record.RollbackException implements Serializable

Serialized Fields

componentId

java.lang.String componentId

propertyName

java.lang.String propertyName

newValue

java.lang.Object newValue

Class com.primix.tapestry.record.SimplePageRecorder implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the state stored by SimplePageRecorder.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes the changes. Writes the number of changes as an int, which may be zero.

For each change, writes:


Package com.primix.tapestry.spec

Class com.primix.tapestry.spec.AssetType implements Serializable

Class com.primix.tapestry.spec.BeanLifecycle implements Serializable

Class com.primix.tapestry.spec.BindingType implements Serializable


Package com.primix.tapestry.util

Class com.primix.tapestry.util.DynamicInvocationException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.util.Enum implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the state written by writeObject.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes the enumerationId (which is marked transient) to the output stream, using ObjectOutputStream.writeUTF(String), which is more efficient.

Class com.primix.tapestry.util.MultiKey implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the state previously written by MultiKey.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes a count of the keys, then writes each individual key.


Package com.primix.tapestry.util.ejb

Class com.primix.tapestry.util.ejb.XCreateException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.util.ejb.XEJBException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.util.ejb.XFinderException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.primix.tapestry.util.ejb.XRemoveException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package com.primix.tapestry.util.exception

Class com.primix.tapestry.util.exception.ExceptionDescription implements Serializable

Serialized Fields

exceptionClassName

java.lang.String exceptionClassName

message

java.lang.String message

properties

ExceptionProperty[] properties

stackTrace

java.lang.String[] stackTrace

Class com.primix.tapestry.util.exception.ExceptionProperty implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value


Package com.primix.tapestry.util.prop

Class com.primix.tapestry.util.prop.MissingAccessorException implements Serializable

Serialized Fields

rootObject

java.lang.Object rootObject

propertyPath

java.lang.String propertyPath

object

java.lang.Object object

propertyName

java.lang.String propertyName

Class com.primix.tapestry.util.prop.MissingPropertyException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

propertyPath

java.lang.String propertyPath


Package com.primix.tapestry.util.xml

Class com.primix.tapestry.util.xml.DocumentParseException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

lineNumber

int lineNumber

column

int column

resourcePath

java.lang.String resourcePath


Package com.primix.tapestry.valid

Class com.primix.tapestry.valid.ValidationConstraint implements Serializable


Package com.primix.vlib

Class com.primix.vlib.VirtualLibraryEngine implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the object state as written by SimpleEngine.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Invokes the superclass implementation, then writes the number of recorders as an int (may be zero).

For each recorder, writes

Class com.primix.vlib.VirtualLibraryServlet implements Serializable

Class com.primix.vlib.Visit implements Serializable

Serialized Fields

userPK

java.lang.Integer userPK

lastAccess

java.sql.Timestamp lastAccess
Set when the user first logs in. This is the time of their previous last login (logging in returns the old value then updates the value for subsequent logins).

engine

VirtualLibraryEngine engine


Package com.primix.vlib.ejb

Class com.primix.vlib.ejb.Book implements Serializable

Serialized Fields

columns

java.lang.Object[] columns

Class com.primix.vlib.ejb.BorrowException implements Serializable

Class com.primix.vlib.ejb.LoginException implements Serializable

Serialized Fields

passwordError

boolean passwordError

Class com.primix.vlib.ejb.Person implements Serializable

Serialized Fields

columns

java.lang.Object[] columns

Class com.primix.vlib.ejb.Publisher implements Serializable

Serialized Fields

primaryKey

java.lang.Integer primaryKey

name

java.lang.String name

Class com.primix.vlib.ejb.RegistrationException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package com.primix.vlib.ejb.impl

Class com.primix.vlib.ejb.impl.AbstractEntityBean implements Serializable

Serialized Fields

context

EntityContext context
The EntityContext provided by the application server.

Class com.primix.vlib.ejb.impl.AbstractMessageDrivenBean implements Serializable

Serialized Fields

context

MessageDrivenContext context

environment

Context environment
Set by AbstractMessageDrivenBean.ejbCreate(), this contains the java:comp/env context.

Class com.primix.vlib.ejb.impl.BookBean implements Serializable

Serialized Fields

bookId

java.lang.Integer bookId

author

java.lang.String author

title

java.lang.String title

description

java.lang.String description

ISBN

java.lang.String ISBN

rating

int rating

ownerPK

java.lang.Integer ownerPK

holderPK

java.lang.Integer holderPK

publisherPK

java.lang.Integer publisherPK

hidden

boolean hidden

lendable

boolean lendable

dateAdded

java.sql.Timestamp dateAdded

Class com.primix.vlib.ejb.impl.BookQueryBean implements Serializable

Serialized Fields

results

Book[] results
Stores the results from the most recent query.

Class com.primix.vlib.ejb.impl.KeyAllocatorBean implements Serializable

Serialized Fields

context

SessionContext context

keys

java.util.LinkedList keys
List of Integer instances; these are keys acquired from the database.

blockSize

int blockSize
Number of keys to allocate from the database at a time. Set from the ENC property "blockSize".

dataSource

DataSource dataSource
Data source, retrieved from the ENC property "jdbc/dataSource".

Class com.primix.vlib.ejb.impl.MailQueueBean implements Serializable

Class com.primix.vlib.ejb.impl.MailSenderBean implements Serializable

Serialized Fields

context

SessionContext context

session

Session session
Mail Session, obtained via JNDI.

Class com.primix.vlib.ejb.impl.OperationsBean implements Serializable

Serialized Fields

context

SessionContext context

mailQueueSender

QueueSender mailQueueSender

mailQueueSession

QueueSession mailQueueSession

Class com.primix.vlib.ejb.impl.PersonBean implements Serializable

Serialized Fields

personId

java.lang.Integer personId

email

java.lang.String email

firstName

java.lang.String firstName

lastName

java.lang.String lastName

password

java.lang.String password

verified

boolean verified

lockedOut

boolean lockedOut

admin

boolean admin

authorizationCode

java.lang.String authorizationCode

lastAccess

java.sql.Timestamp lastAccess

Class com.primix.vlib.ejb.impl.PublisherBean implements Serializable

Serialized Fields

publisherId

java.lang.Integer publisherId

name

java.lang.String name


Package net.sf.tapestry.contrib.palette

Class net.sf.tapestry.contrib.palette.SortMode implements Serializable


Package tutorial.adder

Class tutorial.adder.AdderServlet implements Serializable


Package tutorial.border

Class tutorial.border.BorderEngine implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the object state as written by SimpleEngine.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Invokes the superclass implementation, then writes the number of recorders as an int (may be zero).

For each recorder, writes

Class tutorial.border.BorderServlet implements Serializable


Package tutorial.hangman

Class tutorial.hangman.GameException implements Serializable

Class tutorial.hangman.HangmanGame implements Serializable

Serialized Fields

word

char[] word

guessed

char[] guessed

used

boolean[] used

lettersLeft

int lettersLeft

missed

int missed

maxMisses

int maxMisses

Class tutorial.hangman.HangmanServlet implements Serializable

Class tutorial.hangman.Visit implements Serializable

Serialized Fields

wordList

java.util.List wordList

game

HangmanGame game


Package tutorial.hello

Class tutorial.hello.HelloWorldServlet implements Serializable


Package tutorial.locale

Class tutorial.locale.LocaleServlet implements Serializable


Package tutorial.portal

Class tutorial.portal.PortalServlet implements Serializable

Class tutorial.portal.PortletModel implements Serializable

Serialized Fields

id

int id

expanded

boolean expanded

title

java.lang.String title

bodyPage

java.lang.String bodyPage

bodyIdPath

java.lang.String bodyIdPath

Class tutorial.portal.Stock implements Serializable

Serialized Fields

tickerId

java.lang.String tickerId

price

double price

change

double change

Class tutorial.portal.Visit implements Serializable

Serialized Fields

models

java.util.List models


Package tutorial.simple

Class tutorial.simple.SimpleServlet implements Serializable


Package tutorial.survey

Class tutorial.survey.Race implements Serializable

Class tutorial.survey.Sex implements Serializable

Serialized Fields

name

java.lang.String name

Class tutorial.survey.Survey implements Serializable

Serialized Fields

primaryKey

java.lang.Object primaryKey

name

java.lang.String name

age

int age

sex

Sex sex

race

Race race

likesDogs

boolean likesDogs

likesCats

boolean likesCats

likesFerrits

boolean likesFerrits

likesTurnips

boolean likesTurnips

Class tutorial.survey.SurveyEngine implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the object state as written by SimpleEngine.writeExternal(ObjectOutput).

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Invokes the superclass implementation, then writes the number of recorders as an int (may be zero).

For each recorder, writes

Class tutorial.survey.SurveyServlet implements Serializable


Package tutorial.valid

Class tutorial.valid.ValidServlet implements Serializable

Class tutorial.valid.Visit implements Serializable

Serialized Fields

stringData

java.lang.String stringData

intData

int intData

doubleData

double doubleData

decimalData

java.math.BigDecimal decimalData

bigIntData

java.math.BigInteger bigIntData

selectedColors

java.util.List selectedColors