Serialized Form


Package com.fc.taglibs.castor

Class com.fc.taglibs.castor.CastorCreateTag implements Serializable

Serialized Fields

data

java.lang.Object data
The object to create

db

org.exolab.castor.jdo.Database db
The database to perform the update

jdo

org.exolab.castor.jdo.DataObjects jdo
The JDO object

jdoName

java.lang.String jdoName
The name of the JDO object to be retrieved from page scope

name

java.lang.String name
The name of the data object to be retrieved from page scope

newTransaction

boolean newTransaction
Whether we are starting a new transaction

Class com.fc.taglibs.castor.CastorDeleteTag implements Serializable

Serialized Fields

data

java.lang.Object data
The object to update

db

org.exolab.castor.jdo.Database db
The database to perform the update

name

java.lang.String name
The name of the data object to be retrieved from page scope

Class com.fc.taglibs.castor.CastorJdoTag implements Serializable

Serialized Fields

id

java.lang.String id
The id by which we will refer to the JDO object in the JSP page.

jndiName

java.lang.String jndiName
The JNDI name of the JDO object we will use.

Class com.fc.taglibs.castor.CastorLoadTag implements Serializable

Serialized Fields

data

java.lang.Object data
The object to load

c

java.lang.Class c
The Class of the object to load

db

org.exolab.castor.jdo.Database db
The database to perform the update

id

java.lang.String id
The id by which we will refer to the data object in the JSP page.

className

java.lang.String className
The fully qualified class name of the bean returned

key

java.lang.String key
The primary key of the bean in the database

scope

java.lang.String scope
The scope the bean will be placed in. Default to page scope

accessModeSet

boolean accessModeSet
For determining access mode

_accessMode

short _accessMode

accessMode

java.lang.String accessMode

Class com.fc.taglibs.castor.CastorOqlBindTag implements Serializable

Serialized Fields

value

java.lang.String value
The value to bind to the query

query

org.exolab.castor.jdo.OQLQuery query
The castor objects we will need.

Class com.fc.taglibs.castor.CastorOqlTag implements Serializable

Serialized Fields

query

java.lang.String query
The OQL string

db

org.exolab.castor.jdo.Database db

oql

org.exolab.castor.jdo.OQLQuery oql

Class com.fc.taglibs.castor.CastorQueryResultsTag implements Serializable

Serialized Fields

id

java.lang.String id
The id by which we will refer to the Results object in the JSP page.

size

java.lang.String size
The size of the results page

page

java.lang.String page
The current page

indexId

java.lang.String indexId
The name of a variable containing the current index of the loop

_size

int _size
These two booleans are to ensure that paged results are set correctly

_page

int _page

indexIdSet

boolean indexIdSet

sizeSet

boolean sizeSet

pageSet

boolean pageSet

pagedResults

boolean pagedResults

accessModeSet

boolean accessModeSet
For determining access mode

_accessMode

short _accessMode

accessMode

java.lang.String accessMode

db

org.exolab.castor.jdo.Database db
The castor objects we will need.

query

org.exolab.castor.jdo.OQLQuery query

results

org.exolab.castor.jdo.QueryResults results

index

int index

Class com.fc.taglibs.castor.CastorTransactionTag implements Serializable

Serialized Fields

jdoName

java.lang.String jdoName
The name of the page scoped JDO DataObjects object

db

org.exolab.castor.jdo.Database db
The castor objects we will need.

jdo

org.exolab.castor.jdo.DataObjects jdo
The castor objects we will need.

Class com.fc.taglibs.castor.CastorUpdateTag implements Serializable

Serialized Fields

data

java.lang.Object data
The object to update

db

org.exolab.castor.jdo.Database db
The database to perform the update

jdo

org.exolab.castor.jdo.DataObjects jdo
The JDO object

jdoName

java.lang.String jdoName
The name of the JDO object to be retrieved from page scope

name

java.lang.String name
The name of the data object to be retrieved from page scope

newTransaction

boolean newTransaction
Whether we are starting a new transaction



Copyright © 2003-2003 Patrick van Kann. All Rights Reserved.