Serialized Form
Package com.primix.tapestry |
rootCause
java.lang.Throwable rootCause
enginePool
Pool enginePool
- A
Pool
used to store engine
s 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.
rootCause
java.lang.Throwable rootCause
componentId
java.lang.String componentId
rootCause
java.lang.Throwable rootCause
pageName
java.lang.String pageName
rootCause
java.lang.Throwable rootCause
targetPageName
java.lang.String targetPageName
location
java.lang.String location
component
IComponent component
propertyName
java.lang.String propertyName
rootCause
java.lang.Throwable rootCause
parameterName
java.lang.String parameterName
rootCause
java.lang.Throwable rootCause
rootCause
java.lang.Throwable rootCause
session
ScriptSession session
pageName
java.lang.String pageName
targetIdPath
java.lang.String targetIdPath
targetActionId
java.lang.String targetActionId
pageName
java.lang.String pageName
Package com.primix.tapestry.callback |
pageName
java.lang.String pageName
componentIdPath
java.lang.String componentIdPath
context
java.lang.String[] context
pageName
java.lang.String pageName
Package com.primix.tapestry.components |
attributeName
java.lang.String attributeName
Package com.primix.tapestry.engine |
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:
- locale name (
Locale.toString()
)
- visit
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 |
component
IComponent component
propertyName
java.lang.String propertyName
newValue
java.io.Serializable newValue
Package com.primix.tapestry.form |
propertyName
java.lang.String propertyName
Package com.primix.tapestry.html |
Package com.primix.tapestry.inspector |
Package com.primix.tapestry.parse |
resourcePath
java.lang.String resourcePath
line
int line
Package com.primix.tapestry.record |
rootCause
java.lang.Throwable rootCause
componentId
java.lang.String componentId
propertyName
java.lang.String propertyName
newValue
java.lang.Object newValue
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:
- componentPath (
String
, may be null)
- propertyName (
String
)
- value (may be null)
Package com.primix.tapestry.spec |
Package com.primix.tapestry.util |
rootCause
java.lang.Throwable rootCause
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.
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 |
rootCause
java.lang.Throwable rootCause
rootCause
java.lang.Throwable rootCause
rootCause
java.lang.Throwable rootCause
rootCause
java.lang.Throwable rootCause
Package com.primix.tapestry.util.exception |
exceptionClassName
java.lang.String exceptionClassName
message
java.lang.String message
properties
ExceptionProperty[] properties
stackTrace
java.lang.String[] stackTrace
name
java.lang.String name
value
java.lang.String value
Package com.primix.tapestry.util.prop |
rootObject
java.lang.Object rootObject
propertyPath
java.lang.String propertyPath
object
java.lang.Object object
propertyName
java.lang.String propertyName
propertyName
java.lang.String propertyName
propertyPath
java.lang.String propertyPath
Package com.primix.tapestry.util.xml |
rootCause
java.lang.Throwable rootCause
lineNumber
int lineNumber
column
int column
resourcePath
java.lang.String resourcePath
Package com.primix.tapestry.valid |
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
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 |
columns
java.lang.Object[] columns
passwordError
boolean passwordError
columns
java.lang.Object[] columns
primaryKey
java.lang.Integer primaryKey
name
java.lang.String name
rootCause
java.lang.Throwable rootCause
Package com.primix.vlib.ejb.impl |
context
EntityContext context
- The EntityContext provided by the application server.
context
MessageDrivenContext context
environment
Context environment
- Set by
AbstractMessageDrivenBean.ejbCreate()
, this contains
the java:comp/env
context.
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
results
Book[] results
- Stores the results from the most recent query.
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".
context
SessionContext context
session
Session session
- Mail Session, obtained via JNDI.
context
SessionContext context
mailQueueSender
QueueSender mailQueueSender
mailQueueSession
QueueSession mailQueueSession
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
publisherId
java.lang.Integer publisherId
name
java.lang.String name
Package net.sf.tapestry.contrib.palette |
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
word
char[] word
guessed
char[] guessed
used
boolean[] used
lettersLeft
int lettersLeft
missed
int missed
maxMisses
int maxMisses
wordList
java.util.List wordList
game
HangmanGame game
id
int id
expanded
boolean expanded
title
java.lang.String title
bodyPage
java.lang.String bodyPage
bodyIdPath
java.lang.String bodyIdPath
tickerId
java.lang.String tickerId
price
double price
change
double change
models
java.util.List models
name
java.lang.String name
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
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
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