Serialized Form
Package org.apache.turbine |
Package org.apache.turbine.modules |
reload
boolean reload
- This can be serialized
CACHE
boolean CACHE
- This can be serialized
Package org.apache.turbine.om |
is_new
boolean is_new
- attribute to determine if this object has previously been saved.
primaryKey
ObjectKey primaryKey
- The unique id for the object which can be used for persistence.
modified
boolean modified
- A flag which can be set to indicate that an object has been
modified, since it was last retrieved from the persistence
mechanism.
tmpKeys
java.util.ArrayList tmpKeys
sbuf
java.lang.StringBuffer sbuf
key
SimpleKey[] key
key
java.lang.Object key
- The underlying key value.
Package org.apache.turbine.om.security |
name
java.lang.String name
- The name of this object.
attributes
java.util.Map attributes
- The attributes of this object.
permissionSet
PermissionSet permissionSet
- The permissions for this role.
createDate
java.util.Date createDate
lastAccessDate
java.util.Date lastAccessDate
permStorage
java.util.Hashtable permStorage
- This is data that will survive a servlet engine restart.
tempStorage
java.util.Hashtable tempStorage
- This is data that will not survive a servlet engine restart.
Package org.apache.turbine.services |
configuration
org.apache.velocity.runtime.configuration.Configuration configuration
isInitialized
boolean isInitialized
initableBroker
InitableBroker initableBroker
name
java.lang.String name
properties
java.util.Properties properties
serviceBroker
ServiceBroker serviceBroker
Package org.apache.turbine.services.cache |
contents
java.lang.Object contents
- The object to be cached.
defaultage
long defaultage
- Default age (30 minutes).
created
long created
- When created.
expires
long expires
- When it expires.
stale
boolean stale
- Is this object stale/expired?
timeToLive
long timeToLive
- How long to wait before removing an untouched object from the cache.
Negative numbers mean never remove (the default).
lastAccess
long lastAccess
- The last time the Object was accessed from the cache.
Package org.apache.turbine.services.intake.validator |
message
java.lang.String message
Package org.apache.turbine.services.intake.xmlmodel |
inputs
java.util.List inputs
basePackage
java.lang.String basePackage
name
java.lang.String name
value
java.lang.String value
message
java.lang.String message
parent
XmlField parent
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
baseClass
java.lang.String baseClass
name
java.lang.String name
key
java.lang.String key
type
java.lang.String type
onError
java.lang.String onError
multiValued
java.lang.String multiValued
parent
XmlGroup parent
rules
java.util.List rules
ruleMap
java.util.Map ruleMap
ifRequiredMessage
java.lang.String ifRequiredMessage
mapToObject
java.lang.String mapToObject
mapToProperty
java.lang.String mapToProperty
validator
java.lang.String validator
fields
java.util.List fields
mapToObjects
java.util.List mapToObjects
defaultMapToObject
java.lang.String defaultMapToObject
parent
AppData parent
groupName
java.lang.String groupName
key
java.lang.String key
poolCapacity
java.lang.String poolCapacity
Package org.apache.turbine.services.jsp.tags |
def
java.lang.String def
- The default body tag attributes, if none is specified in the screen.
attributes
java.lang.String attributes
- attributes parameter can be used to add screen specific attribute values
to the <body> tag.
template
java.lang.String template
- template parameter defines the template whose contents will replace
this tag in the layout.
section
java.lang.String section
- section attribute. Valid values are head or body.
staticContent
boolean staticContent
- contextRelevant attribute. Meant to allow the Screen
java code to be skipped in the event the content is static.
Not working and have not decided whether to make it work or
remove the functionality.
template
java.lang.String template
- template parameter defines the template to set
mandatory parameter
action
java.lang.String action
- action parameter defines the action to set
optional parameter
Package org.apache.turbine.services.schedule |
second
int second
- Valid entry ( 0-60 ).
minute
int minute
- Valid entry ( 0-59 ).
hour
int hour
- Valid entry ( 0-23 ).
weekday
int weekday
- Valid entry ( 1-7 ).
day_of_month
int day_of_month
- Valid entry ( 1-31 ).
task
java.lang.String task
- The Task to perform.
runtime
long runtime
- Next runtime.
email
java.lang.String email
- E-mail address to send notification of job run.
jobIsActive
boolean jobIsActive
- indicates if job is currently running
jobProp
java.util.Hashtable jobProp
- Storage for additional properties
Package org.apache.turbine.services.security.ldap |
createDate
java.util.Date createDate
lastAccessDate
java.util.Date lastAccessDate
timeout
int timeout
permStorage
java.util.Hashtable permStorage
- This is data that will survive a servlet engine restart.
tempStorage
java.util.Hashtable tempStorage
- This is data that will not survive a servlet engine restart.
Package org.apache.turbine.torque.engine.sql |
Package org.apache.turbine.util |
maxSize
int maxSize
- The size of the cache. The newest elements in the sequence are kept
toward the end.
keySequence
java.util.LinkedList keySequence
- The sequence used to keep track of the hash keys. Younger objects are
kept towards the end of the list. Does not allow duplicates.
nested
java.lang.Throwable nested
- Holds the reference to the exception or error that caused
this exception to be thrown.
nested
java.lang.Throwable nested
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.apache.turbine.util.db |
ignoreCase
boolean ignoreCase
singleRecord
boolean singleRecord
cascade
boolean cascade
selectModifiers
StringStackBuffer selectModifiers
selectColumns
StringStackBuffer selectColumns
orderByColumns
StringStackBuffer orderByColumns
asColumns
java.util.Hashtable asColumns
joinL
java.util.ArrayList joinL
joinR
java.util.ArrayList joinR
dbName
java.lang.String dbName
- The name of the database.
limit
int limit
- To limit the number of rows to return.
-1
means return all
rows.
offset
int offset
- To start the results at a row other than the first one.
aliases
java.util.HashMap aliases
Package org.apache.turbine.util.db.pool |
Package org.apache.turbine.util.security |
roleSets
java.util.Map roleSets
- The sets of roles that the user has in different groups
permissionSets
java.util.Map permissionSets
- The sets of permissions that the user has in different groups
set
java.util.TreeSet set
- Set to hold the Group Set
set
java.util.TreeSet set
- Set to hold the Permission Set
set
java.util.TreeSet set
- Set to hold the Role Set
Package org.apache.turbine.util.upload |
this$0
MultipartStream this$0
this$0
MultipartStream this$0
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.