Expresso 5-6
A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

ACCESS_DENIED_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the access denied view
ACCOUNT_STATUS - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for account status
ACTIVE_ACCOUNT_STATUS - Static variable in class com.jcorporate.expresso.core.security.User
the string code for an active account
ADD - Static variable in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Field constants for add update search and delete functionality.
ADMIN_GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
ADMIN_USER - Static variable in class com.jcorporate.expresso.core.security.User
the admin user; user id = 3 usually
ALLOWED_HTML - Static variable in class com.jcorporate.expresso.core.security.filters.AllowedHtmlPlusURLFilter
 
ALL_FUNCTIONS - Static variable in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
all possible manipution functions
ALL_USERS_GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
used as default group for all users who register and their reg domain has no other group set
ANONYMOUS_ALLOWED_GUEST_USER - Static variable in class com.jcorporate.expresso.core.security.User
the anonymous user; used in systems where anonymous guest are allowed; different than UNKNOWN because there is some kind of status/login conferred by system; user id = 1 usually
ANY_CLASS - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
constant for indicating that any class can use this preference; it is shared
ANY_STATE_WILDCARD - Static variable in class com.jcorporate.expresso.services.dbobj.ControllerSecurity
wildcard used to indicate any state
APIAwareDispatcher - interface com.jcorporate.expresso.core.jsdkapi.APIAwareDispatcher.
Servlet API 2.0 does not have the RequestDispatcher interface.
APIAwareSession - interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession.
APIAwareSession defines a wrapper for a session object that can store & retrieve serializable objects into the session, using the calls appropriate to the selected Servlet API
APPLICATION_LOGON_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the login page
APPLICATION_LOGOUT_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the logout page
ARRAY_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
ATTRIBUTE_CHECKBOX - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a check box
ATTRIBUTE_CHECKBOX_VERTICAL - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a vertically aligned checkbox
ATTRIBUTE_CSS_STYLE - Static variable in class com.jcorporate.expresso.core.controller.Input
Defines the CSS style to use when rendering the input.
ATTRIBUTE_DROPDOWN - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a drop down box
ATTRIBUTE_ERROR - Static variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Attribute String for if there's an error with the field.
ATTRIBUTE_ERROR - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Attribute String for if there's an error with the field.
ATTRIBUTE_ERROR - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Attribute String for if there's an error with the field.
ATTRIBUTE_ERROR_MESSAGE - Static variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Attribute String for what message to display if there's an error with thie field.
ATTRIBUTE_ERROR_MESSAGE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Attribute String for what message to display if there's an error with thie field.
ATTRIBUTE_ERROR_MESSAGE - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Attribute String for what message to display if there's an error with thie field.
ATTRIBUTE_FILE - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is indended to be a file upload box.
ATTRIBUTE_HIDDEN - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a Hidden Field
ATTRIBUTE_LISTBOX - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a List Box
ATTRIBUTE_MULTIVALUED - Static variable in class com.jcorporate.expresso.core.controller.Input
Means that the Input will be some sort of multi-valued field and has valid values associated with it.
ATTRIBUTE_ORIGINAL_VALUE - Static variable in class com.jcorporate.expresso.core.controller.Input
Attribute that contains the original value of this input.
ATTRIBUTE_PAGE_LIMIT - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Attribute for what is the limit to retrieve from searchAndRetrieve operations
ATTRIBUTE_PASSWORD - Static variable in class com.jcorporate.expresso.core.controller.Input
Attribute for password boxes.
ATTRIBUTE_RADIO - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a Radio Button
ATTRIBUTE_RADIO_VERTICAL - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a Vertically Aligned Radio Button
ATTRIBUTE_READONLY - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be read only.
ATTRIBUTE_TEXTAREA - Static variable in class com.jcorporate.expresso.core.controller.Input
The Input is intended to be rendered as a Text Area
ATTRIBUTE_TEXTLINE - Static variable in class com.jcorporate.expresso.core.controller.Input
text input, single line (as opposed to text area)
ATTRIBUTE_TYPE - Static variable in class com.jcorporate.expresso.core.controller.Input
Attribute defines the HTML Type that will be used with the Input
AUTOINC_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
AUTOINC_TYPE is a special expresso type code for auto-increment field, a synonym for integer.
AVAILABLE - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Status for available
AbstractRandomNumber - class com.jcorporate.expresso.core.security.AbstractRandomNumber.
 
AbstractRandomNumber() - Constructor for class com.jcorporate.expresso.core.security.AbstractRandomNumber
 
AbstractStringEncryption - class com.jcorporate.expresso.core.security.AbstractStringEncryption.
This class represents a StringEncryption Interface
AbstractStringEncryption() - Constructor for class com.jcorporate.expresso.core.security.AbstractStringEncryption
Default Constructor
ActionTestServlet - class com.jcorporate.expresso.services.test.ActionTestServlet.
Deprecated. since v5.6, no longer compatible with Struts 1.1
ActionTestServlet() - Constructor for class com.jcorporate.expresso.services.test.ActionTestServlet
Deprecated.  
Add - class com.jcorporate.expresso.services.controller.dbmaint.Add.
Displays a form for a new DBObject record.
Add() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.Add
 
Add(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.Add
Default Constructor
AddUpdate - class com.jcorporate.expresso.services.controller.dbmaint.AddUpdate.
Processes date entered via standard form presented by Add.
AddUpdate() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.AddUpdate
Default Constructor
AddUpdate(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.AddUpdate
 
Address - class com.jcorporate.expresso.ext.dbobj.regobj.Address.
Creation date: 2001-08-24 11:57:54
Address() - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Address
Constructor
Address(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Address
Constructor
Address(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Address
Use over (String) constructor.
Address(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Address
For using DBObjects within Controllers.
AllowedHtmlPlusURLFilter - class com.jcorporate.expresso.core.security.filters.AllowedHtmlPlusURLFilter.
This class provides a filter implementation for HTML output, protecting against XSS exploits, but allows a small subset of HTML through, for simple formatting.
AllowedHtmlPlusURLFilter() - Constructor for class com.jcorporate.expresso.core.security.filters.AllowedHtmlPlusURLFilter
No-arg constructor required Just append special html filtering string list with allowed html
AppIntegration - class com.jcorporate.expresso.ext.dbobj.AppIntegration.
AppIntegration Provide a point of integration between different Expresso-based applications.
AppIntegration() - Constructor for class com.jcorporate.expresso.ext.dbobj.AppIntegration
Constructor
AppIntegration(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.AppIntegration
Use over (String) constructor.
AppIntegration(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.AppIntegration
For using DBObjects within Controllers.
ApproveRegistrationValidator - class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator.
This class is a helper class that allows the LoginController controller to authorize or deny a registration request
ApproveRegistrationValidator() - Constructor for class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator
Default constructor Creation date: (9/23/2001 2:23:06 PM) Author: Shash Chatterjee
AttributeTag - class com.jcorporate.expresso.ext.taglib.AttributeTag.
The AttributeTag can be used to display attributes from Input or Output objects.
AttributeTag() - Constructor for class com.jcorporate.expresso.ext.taglib.AttributeTag
 
AuditLog - class com.jcorporate.expresso.ext.dbobj.AuditLog.
The AuditLog is a table that is written to by AuditedSecuredDBObjects and HistAuditSecuredDBObjects.
AuditLog() - Constructor for class com.jcorporate.expresso.ext.dbobj.AuditLog
Constructor Create a new object of this type with no connection yet allocated.
AuditLog(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.AuditLog
Constructor
AuditLogL - class com.jcorporate.expresso.ext.dbobj.AuditLogL.
The AuditLogL object provides lookup values for the AuditLog table.
AuditLogL() - Constructor for class com.jcorporate.expresso.ext.dbobj.AuditLogL
Constructor Create a new object of this type with no connection yet allocated.
AuditLogL(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.AuditLogL
Constructor
AuditedSecuredDBObject - class com.jcorporate.expresso.core.dbobj.AuditedSecuredDBObject.
AuditedSecuredDBObject is an extension of SecuredDBObject that always writes an audit entry to the AuditLog table.
AuditedSecuredDBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.AuditedSecuredDBObject
Constructor
AuditedSecuredDBObject(DBConnection) - Constructor for class com.jcorporate.expresso.core.dbobj.AuditedSecuredDBObject
AuditedSecuredDBObject Constructor Constructor.
AuthValidationException - exception com.jcorporate.expresso.services.validation.AuthValidationException.
AuthValidationException
AuthValidationException() - Constructor for class com.jcorporate.expresso.services.validation.AuthValidationException
 
AuthValidationException(String) - Constructor for class com.jcorporate.expresso.services.validation.AuthValidationException
 
AuthValidationException(String, String) - Constructor for class com.jcorporate.expresso.services.validation.AuthValidationException
 
AuthValidationException(String, Throwable) - Constructor for class com.jcorporate.expresso.services.validation.AuthValidationException
 
AuthValidationException(Throwable) - Constructor for class com.jcorporate.expresso.services.validation.AuthValidationException
 
AutoControllerElement - interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement.
This interface is for objects that provide an automatic rendering capability to the system.
AutoDBObject - class com.jcorporate.expresso.core.dbobj.AutoDBObject.
This class provides convenience methods by querying the database table it is set to and automatically setting up it's own fields that way.
AutoDBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.AutoDBObject
AutoDBObject constructor comment.
AutoDBObject(DBConnection) - Constructor for class com.jcorporate.expresso.core.dbobj.AutoDBObject
AutoDBObject constructor comment.
AutoDBObject(int) - Constructor for class com.jcorporate.expresso.core.dbobj.AutoDBObject
Initialize an AutoDBObject with a uid.
add(ControllerElement) - Method in class com.jcorporate.expresso.core.controller.Block
Add an element to this Block
add(ControllerElement) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Convenience method to allow us to add any ControllerElement to this controllers inputs, outputs or transitions
add(ControllerElement) - Method in class com.jcorporate.expresso.core.controller.State
Convenience method to allow us to add any ControllerElement to this controllers inputs, outputs or transitions
add(DataObject) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Takes a DataObject and adds it to the underlying data source
add() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Adds the record to the defined data source.
add() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Adds the record to the defined data source.
add(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Takes a DataObject and adds it to the underlying data source
add() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Adds records to all joined tables based upon the values input.
add() - Method in class com.jcorporate.expresso.core.dbobj.AuditedSecuredDBObject
The add method writes an entry to the AuditLog with the ADD code.
add() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a new record to the target table.
add() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
 
add() - Method in class com.jcorporate.expresso.core.dbobj.HistAuditSecuredDBObject
On the add method, always write an entry to the history table.
add() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
we override not to check permissions (which is done at the table level by superclass) but rather to add default permissions
add(String, int) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
add(Job) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Deprecated. See the addJob(Class) method instead since Expresso 5.6
add(String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Deprecated. since 3/04; use addSetup() instead
add() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
If the user is allowed to add, invoke the superclass add
add(String, double) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a name/value pair into this object.
add(String, int) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a name/value pair into this object.
add(String, Integer) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a name/value pair into this object.
add(String, long) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a name/value pair into this object.
add(String, String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a name/value pair into this object.
add(String, double) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a name/value pair into this object.
add(String, int) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a name/value pair into this object.
add(String, Integer) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a name/value pair into this object.
add(String, long) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a name/value pair into this object.
add(String, String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a name/value pair into this object.
add() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
add() - Method in class com.jcorporate.expresso.core.security.User
Adds this user to the underlying storage mechanism (SQL-DB, LDAP, etc.)
add() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Adds the current UserInfo object into the repository
add() - Method in class com.jcorporate.expresso.ext.dbobj.AuditLog
Add method overriden to always insert current date.
add() - Method in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
Extends the usual add method to fetch a next number field
add() - Method in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Override of add to set the 'Downloaded' time to when the record was created.
add(PerfTestResult) - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
add() - Method in class com.jcorporate.expresso.ext.dbobj.RegisteredUser
 
add() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
add() - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Address
 
add() - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Contact
 
add() - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Person
 
add() - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Phone
 
add() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
add() - Method in class com.jcorporate.expresso.services.dbobj.ChangeLog
Override of DBObject.add() by setting the changetime to the current date.
add() - Method in class com.jcorporate.expresso.services.dbobj.ControllerDefault
Extend add to handle unspecified Style field
add() - Method in class com.jcorporate.expresso.services.dbobj.ControllerSecurity
Extend add to provide default values for the States field if it is left empty
add() - Method in class com.jcorporate.expresso.services.dbobj.DBOtherMap
Override of DBObject.add().
add() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Override of add to check for duplicate emails.
add() - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
Extend add to handle nested groups
add() - Method in class com.jcorporate.expresso.services.dbobj.GroupNest
Extend add to add all members of the "GroupName" group to the "MemberOf" group automatically
add() - Method in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
add() - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
Extends the usual add method to fetch a next number field and set the Updated flag to Y
add() - Method in class com.jcorporate.expresso.services.dbobj.JobSecurity
 
add() - Method in class com.jcorporate.expresso.services.dbobj.LogEntry
Extend the usual add method to set the date/time, and to provide default values for fields not specified
add() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
As per usual add, but it resets the fileMap so future calls to it will show the appropriate changes
add() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Extends the usual add method to check for duplicate entires and to provide an unique id
add() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
Extends the usual add method to check for duplicate entires and to provide an unique id
add() - Method in class com.jcorporate.expresso.services.dbobj.Setup
Extend add to call updatepool
add() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Extends the usual add method to fetch a next number field and set the Updated flag to Y
add(HtmlElement) - Method in class com.jcorporate.expresso.services.html.Break
Override the standard add method to note an exception
add(HtmlElement) - Method in class com.jcorporate.expresso.services.html.HtmlElement
Add a new element to this element's contents
add(HtmlElement) - Method in class com.jcorporate.expresso.services.html.Page
Add a new element to the page
add(HtmlElement) - Method in class com.jcorporate.expresso.services.html.Row
One can only add cells to tables.
add(HtmlElement) - Method in class com.jcorporate.expresso.services.html.Table
Add a new element to this table.
addArgument(String, String) - Method in class com.jcorporate.expresso.kernel.metadata.Method
 
addAsUserListener(UserListener) - Static method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
 
addAutoInput(String, String, String, int, int, Vector) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, DBObject, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(DBObject) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Convenience method to add an input for every non-secret field in a db object to the current response, using the default values and valid values provided by the db object itself
addAutoInput(String, String, String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, String, String, int, int, Vector, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, String, String, int, int, Vector) - Method in class com.jcorporate.expresso.core.controller.State
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, String, String) - Method in class com.jcorporate.expresso.core.controller.State
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInput(String, String, String, String) - Method in class com.jcorporate.expresso.core.controller.State
addAutoInput is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addAutoInputRenameField(String, String, DBObject, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
addAutoInputRenameField is a convenience method that creates a new Input object based on the specified field parameters and adds the input object to this controller object.
addBatch(List) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Adds an entire batch of DataObjects to the underlying data source
addBatch(List) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Adds an entire batch of DataObjects to the underlying JDBC data source
addBatch(List, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Adds an entire batch of DataObjects to the underlying JDBC data source
addBlobField(String, String) - Method in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Adds a BLOB field definition to this DBObject.
addBlock(Block) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Adds a Block to the response that will be formatted by the controller handler
addBlock(Block) - Method in class com.jcorporate.expresso.core.controller.State
Adds a block to the controller response associated with this state.
addCacheManager(ConfigCacheManager) - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
addCell(String) - Method in class com.jcorporate.expresso.services.html.Row
 
addChildComponent(ComponentConfig) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Adds a nested ComponentConfig bean to represent nested components.
addChildComponent(ComponentConfig) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Adds a nested ComponentConfig bean to represent nested components.
addChildComponent(ComponentMetadata) - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Add a new ComponentMetadata object as a child of this component
addClassHandler(ConfigClassHandler) - Static method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
addComponent(ExpressoComponent) - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
To register the component for control by the Component Manager.
addComponent(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
To register the component for control by the Component Manager.
addComponent(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
To register the component for control by the Component Manager.
addConfig(String, HttpServletRequest, ForwardConfig) - Static method in class com.jcorporate.expresso.core.controller.DynamicForwarder
Add's a forward config to the session as defined by 'pageStyle'
addContext(ConfigContext) - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
addController(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Add a controller to the default category
addController(Class) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method of adding a controller to the default category.
addController(String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method to add controller objects to the list of controllers in this Schema object.
addController(Class, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method of adding a controller to the default category.
addController(ControllerData) - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
A ControllerData metadata to this schema
addCrontabEntry(Date, CrontabListenerI) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Add a crontab entry
addCrontabEntry(int, boolean, CrontabListenerI) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Add a crontab entry
addCrontabEntry(int, int, int, int, int, int, CrontabListenerI) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Adds a crontab to execute based upon various Cron-like parameters as numbers
addCrontabEntry(int, int, int, int, int, int, String, CrontabListenerI) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Adds a crontab to execute based upon various Cron-like parameters as numbers
addCrontabEntry(int, int, int, int, int, int, String, CrontabListenerI, String) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Adds a crontab to execute based upon various Cron-like parameters as numbers
addCrontabEntry(CrontabEntry) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Add a constructed Crontab entry to the Crontab.
addCustomProperty(ConfigCustomProperty) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addDBObj(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Add a DB Object to the objects being used for this multidbobj query.
addDBObj(DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
addDBObject(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Method to add a dbobject to the list of dbobjects in this schema
addDBObject(Class, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method of adding a dbobject to the specified category.
addDBObject(Class) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method of adding a dbobject to the default category.
addDBObject(String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Method to add a dbobject to the list of dbobjects in this schema for a named dbother location in the default category.
addDBObject(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Method to add a dbobject to the list of dbobjects in this schema for a named dbother location and named category.
addDataObject(Class, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Add a DB Object to the objects being used for this multidbobj query.
addDataObject(String, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
 
addDataObject(String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
 
addDataObject(DBObjectData) - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
A DataObject metadata to this schem
addDataSourceAttachment(ByteArrayDataSource) - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method adds an attachment to the email to be sent.
addDataSourceAttachments(List) - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method accepts a list of byte array data source collection to be sent as attachments.
addDefault(String, String, String) - Method in class com.jcorporate.expresso.services.dbobj.ControllerDefault
 
addDefault(String, String, String, String) - Method in class com.jcorporate.expresso.services.dbobj.ControllerDefault
 
addDefaultValue(String) - Method in class com.jcorporate.expresso.core.controller.Input
supply another default value for this Input object; appropriate for multiple selection items
addDetail(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Specify a new "detail" db object, and the fields in this object they specify the fields in the related object
addDetail(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Specify a new "detail" db object, and the fields in this object they specify the fields in the related object
addError(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
 
addError(String, Object) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
add an error code, and an associated arg for translating that error code
addError(String, Object[]) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
add an error code, and associated args for translating that error code
addError(String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Deprecated. 7/04 v5.5 expresso uses only one property name, the default; use addError(String errmsg) instead
addError(String) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Adds an error to the default collection.
addError(String, Object) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Adds an error with one param to the default collection.
addError(String, Object, Object) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Adds an error with one param to the default collection.
addError(String, Object, Object, Object) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Adds an error with one param to the default collection.
addError(String, Object[]) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Adds an error with an array of arguments
addError(ChainedException) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
This method adds an error for each message in the ChainedException link.
addError(String, String) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Deprecated. 7/04 v5.5 since expresso uses only one property name, use addError(String errmsgkey) instead; if you want args/params for template replacement, use addError(key, (Object)replacementParam) Creation date: (8/29/00 2:43:13 PM) author Adam Rossi, PlatinumSolutions
addError(String) - Method in class com.jcorporate.expresso.core.controller.State
Adds an error to this controllerResponse's Error Collection
addError(Test, Throwable) - Method in class com.jcorporate.expresso.ext.controller.TestController
 
addFailure(Test, Throwable) - Method in class com.jcorporate.expresso.ext.controller.TestController
 
addFailure(Test, AssertionFailedError) - Method in class com.jcorporate.expresso.ext.controller.TestController
Added since JUnit 3.7
addField(String, String, int, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addField(String, String, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a field with more details: This version of addfield supplies the allowNull flags and a description of the field to be used when reporting errors to the user.
addField(String, String, int, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addField(String, String, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a field with more details: This version of addfield supplies the allowNull flags and a description of the field to be used when reporting errors to the user.
addField(String, String, int, boolean, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a field with more details: This version of addfield supplies the allowNull flags and a description of the field to be used when reporting errors to the user.
addFieldError(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Use this in your derived checkField() class to add error messages to be associated with various fields.
addFileAttachment(String) - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method adds an attachment to the email to be sent.
addFileAttachments(Vector) - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method provides a Vector of String names of files to be sent as attachments
addFilterString(String, String) - Method in class com.jcorporate.expresso.core.security.filters.FilterTree
Insert a filtering string into the parse tree.
addFinalState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
The constructor of the child object should call addFinalState to define the last state to be executed for this controller.
addFixedParam(ConfigPathFixedParam) - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
addFoundKeys(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This is used internally by JDBC Exceutor's and JDBC Query when dealing with queries to the underlying datasource.
addFunction(String, String) - Method in class com.jcorporate.expresso.core.job.Job
If a job can do more than one distinct function, it registers those functions so that the administration controller can tell the user about them.
addGroupPerm(String, int) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
add permissions for a group; will only ADD permissions, not replace will add row or update existing row (logical OR of bits) as necessary
addHeading(String) - Method in class com.jcorporate.expresso.services.html.Table
A shortcut method to quickly add a heading row to a table
addHttpPrefixIfNeeded(String) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Given a url string, if it's null or equals "" then just return it as is.
addIfNeeded() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Determine if a record with this key exists already - if not, add a new record.
addInParam(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Add a new field to the list of fields that are part of this object's list of input parameters.
addInParam(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a new field to the list of fields that are part of this object's list of input parameters.
addIndex(String, String, boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add an index to the table.
addIndex(String, String, boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add an index to the table.
addIndexedProperty(String, int, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add an indexed property (often seen in the javabean world as arrays)
addIndexedProperty(String, int, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add an indexed property (often seen in the javabean world as arrays)
addInput(Input) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Add an Input to the ControllerResponse
addInput(Input) - Method in class com.jcorporate.expresso.core.controller.State
Adds an input object to the controller response
addItem(CacheEntry) - Method in interface com.jcorporate.expresso.core.cache.Cache
Add a new item to the cache.
addItem(String, String, Cacheable) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Adds a Cacheable item into the cache
addItem(String, String, Cacheable, long) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Adds an item to the cache named by parameter cacheName
addItem(String, Cacheable) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Adds a Cacheable item into the cache
addItem(String, Cacheable, long) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Adds an item to the cache named by parameter cacheName
addItem(String, Cacheable) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Adds a Cacheable item into the cache
addItem(String, Cacheable, long) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Adds an item to the cache named by parameter cacheName
addItem(CacheEntry) - Method in class com.jcorporate.expresso.core.cache.OrderedCache
addItem method comment.
addItem(CacheEntry) - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Adds an item to this cache
addJdbc(ConfigJdbc) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addJndi(ConfigJndi) - Method in class com.jcorporate.expresso.core.misc.ConfigJdbc
Add Jndi info to Jdbc
addJob(Class) - Method in class com.jcorporate.expresso.core.dbobj.Schema
method of adding a job to the specified category.
addJob(JobData) - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
A JobData metadata to this schema
addJsFile(String, String) - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Add script JS file
addKey(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a new field to the list of fields that are part of this object's key.
addKey(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a new field to the list of fields that are part of this object's key.
addLayerToHide(String) - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
Gets the value
addLdap(ConfigLdap) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addLine(String) - Method in class com.jcorporate.expresso.services.html.ReportPage
Add a new line to the report
addListSeparator() - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add separator to the list, if required
addListener(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Specify a relationship between caches.
addListener(String, String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Specify a relationship between caches.
addListener(String, String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Specify a relationship between caches.
addListener(SysEventListener, String, String) - Method in class com.jcorporate.expresso.core.misc.DefaultSysEventHubImpl
 
addListener(SysEventListener, String, String) - Static method in class com.jcorporate.expresso.core.misc.SysEventHub
 
addListener(SysEventListener, String, String) - Method in interface com.jcorporate.expresso.core.misc.SysEventHubImpl
 
addListener(UserListener) - Static method in class com.jcorporate.expresso.core.security.User
Adds a UserListener object to list of listeners.
addLookupTransition(DataObjectMetaData, Input, String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.GetBase
Adds the lookup transition if the target is a DataObject.
addMappedProperty(String, String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add a mapped property.
addMappedProperty(String, String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add a mapped property.
addMessage(String) - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Add message to the current login.
addMessage(String) - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
addMetaData(InstallationOptions.InstallationMetadata) - Method in class com.jcorporate.expresso.kernel.InstallationOptions
Called by the Installable implementation to add a filled out metadata object to the Install Options
addMethod(Method) - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Add a new Method metadata object
addNested(ControllerElement) - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Add a nested item to this element
addNested(Output) - Method in class com.jcorporate.expresso.core.controller.Output
Add a new nested output item to this item
addNestedOutputs(Output, Throwable) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Adds the exceptions as nested outputs to the original log message
addNotify(UserInfo) - Method in class com.jcorporate.expresso.core.security.User
Used when a UserInfo Object adds itself outside of the 'User' class.
addOneContainer(Block, Containable) - Method in class com.jcorporate.expresso.services.controller.configuration.ShowContainerTree
Add a container and links to the block tree
addOption(String, String) - Method in class com.jcorporate.expresso.services.html.CheckBox
Add a new option to this checkbox
addOption(String, String) - Method in class com.jcorporate.expresso.services.html.DropDown
Add a new option to this drop-down
addOption(String, String) - Method in class com.jcorporate.expresso.services.html.Radio
Add a new option to this radio
addOptionalParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
Add a required parameter to this state
addOrUpdate(JDBCDataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Determine if a record with these fields exists already - if so, update.
addOrUpdate() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Determine if a record with these fields exists already - if so, update.
addOutParam(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Add a new field to the list of fields that are part of this object's list of output parameter.
addOutParam(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a new field to the list of fields that are part of this object's list of output parameter.
addOutput(Output) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Helper method that adds the output to either the parent block or the controller response, depending on what was needed
addOutput(Output) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Add an Output to the controller response object
addOutput(Output) - Method in class com.jcorporate.expresso.core.controller.State
Adds an output object to the controller response
addParam(String, String) - Method in class com.jcorporate.expresso.core.controller.Transition
Adds a parameter to a transition.
addParam(ConfigPathParam) - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
addParam(String, String, String, String) - Method in class com.jcorporate.expresso.services.html.ReportPage
 
addParam(String, String) - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Adds an application specific parameter into the validation entry Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee
addParamValidValues(String, Vector) - Method in class com.jcorporate.expresso.core.job.Job
Adds a list of valid values for the particular parmeters.
addParameter(String, String) - Method in class com.jcorporate.expresso.core.controller.State
Add a new parameter to this state
addParameter(String, boolean, String) - Method in class com.jcorporate.expresso.core.controller.State
Add a new parameter to this state
addParameter(String, boolean, String, String) - Method in class com.jcorporate.expresso.core.controller.State
Add a new parameter to this state
addParameter(String, String) - Method in class com.jcorporate.expresso.core.job.Job
Add a parameter
addParameter(ConfigClassHandlerParameter) - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandler
Adds a specific parameter to this class handler.
addParams(Transition) - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Add the fields, details, search and dbobj parameters to a given transition object
addPathMapping(ConfigPathMapping) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addPromptTransitions(State, ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.Controller
If nextState is a prompt state (as determined by the addStatePairing method) then add a 'next' and 'previous' transitions as required.
addProperty(String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add a property for the component
addProperty(String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Add a property for the component
addProperty(Property) - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Add a new Property to this component's metadata
addReadOnlyReference(Schema) - Static method in class com.jcorporate.expresso.services.test.SchemaManager
Adds a schema reference that is not removed when the count goes to zero because it is a read only schema.
addReadOnlySchemaDependency(String) - Method in class com.jcorporate.expresso.services.test.ControllerTestSuite
Call addReadOnlySchemaDependency() if your controller depends on a schema, but does not modify the underlying data in any way.
addReadOnlySchemaDependency(Class) - Method in class com.jcorporate.expresso.services.test.ControllerTestSuite
 
addRecordsToBlock(ArrayList, Block) - Method in class com.jcorporate.expresso.services.controller.dbmaint.ListBase
Given an interator containing database objects add all of those objects to the given output block as rows.
addReference(Schema) - Static method in class com.jcorporate.expresso.services.test.SchemaManager
Add a reference to a schema.
addReference(Schema, boolean) - Static method in class com.jcorporate.expresso.services.test.SchemaManager
Add a reference to a schema.
addRegDomainParamtoSession(HttpServletRequest, ControllerRequest, String) - Method in class com.jcorporate.expresso.core.controller.Controller
???????????????????????
addRelation(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Adds a relation to the data we've collected from Digester
addReportObject(ReportData) - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
A DataObject metadata to this schema
addReportPage(Class) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Add a new report page to the schema.
addReportPage(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Add a new ReportPage to the default category
addRequestedURLtoSession(HttpServletRequest, ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
 
addRequiredParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
Add a required parameter to this state
addRow(String) - Method in class com.jcorporate.expresso.services.html.ReportPage
Add a new row to the report's current table
addSchema(Vector) - Method in class com.jcorporate.expresso.services.test.DBTestSuite
 
addSchemaDependency(String) - Method in class com.jcorporate.expresso.services.test.ControllerTestSuite
Call this method to tell the testing system that you require such and such schema to exist for your controller test to run.
addServlet(Class) - Method in class com.jcorporate.expresso.core.dbobj.Schema
New method of adding a servlet to the specified category.
addSession(CurrentLogin) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Adds to the 'we have X many logins' hashtable.
addSetup(String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Add a new setup value to the named schema; will not change value if one already exists in Setup table
addSetup(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Add a new setup value to this schema for THIS schema; will not change value if one already exists in Setup table
addSetupDefault(ConfigSetupDefault) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addShowTransition(ExpressoComponent, Block) - Method in class com.jcorporate.expresso.services.controller.configuration.ShowContainerTree
Adds the transition to each block given each component to show any particular component
addSortKey(String, boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a field to be sorted in a search
addState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
The constructor of the child object should call addState to define each of the states available in this method.
addStatePairing(State, State, String) - Method in class com.jcorporate.expresso.core.controller.Controller
The constructor of the child object should call this method with a pairing of State objects.
addTimeStamp() - Method in class com.jcorporate.expresso.services.html.ReportPage
Add a date/time stamp to the report output
addToCache(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.CacheUtils
When using basic caching, this method is used to add a new DB object to the cache, where it is later used when retrieveing data instead of going directly to the database.
addToJS(Object, String, int, int) - Static method in class com.jcorporate.expresso.core.misc.JavascriptUtil
Adds given object to a javascript string
addToJS(Object, String, int, int, Class) - Static method in class com.jcorporate.expresso.core.misc.JavascriptUtil
 
addToJSVector(Object, String, int, int) - Static method in class com.jcorporate.expresso.core.misc.JavascriptUtil
Add object to string and return it for use in javascript.
addToQueue(LogEntry) - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
addTransition(Transition) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Add a Transition to this ControllerResponse
addTransition(Transition) - Method in class com.jcorporate.expresso.core.controller.State
Adds a transition to the controller response associated with a state.
addTransition(Transition) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
?????
addTransition(Transition) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
??????
addTypeMapping(ConfigTypeMapping) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
addUnmodifiedToCache(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.CacheUtils
Adds a non-modified object to the cache.
addValidValue(String, String) - Method in class com.jcorporate.expresso.core.controller.Input
Add a valid value to the Input's dropdown
addValidValue(String, String) - Method in class com.jcorporate.expresso.kernel.metadata.SimpleProperty
Add a valid value for the property
addVirtualField(String, String, int, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addVirtualField(String, String, int, int, boolean, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addVirtualField(String, String, int, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a new virtual field to the definition of this object.
addVirtualField(String, String, int, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Add a new virtual field to the definition of this object.
addVirtualField(String, String, int, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a new virtual field to the definition of this object.
addVirtualField(String, String, int, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a new virtual field to the definition of this object.
addVirtualField(String, String, int, int, boolean, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addVirtualField(String, String, int, int, boolean, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Add a field with more details: This version allows the user to specify a precision, for fields that use both a size and precision.
addedUser(User) - Method in interface com.jcorporate.expresso.core.security.UserListener
This method is called just after a new user is added Creation date: (5/12/2001 2:26:17 PM)
addedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
addedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
 
addedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
adjustExecutionTime(Calendar, Calendar) - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Adjusts the execution time so that the next execution time is proper ie.. all cron rules should be followed and the next cron execution should be greater than now.
adjustForMemory() - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Instructs the cache system to adjust it's usage profile based upon current memory information that the expresso system is telling us.
adjustForMemory() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Instructs the cache system to adjust it's usage profile based upon current memory information that the expresso system is telling us.
alarmTime - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
When is the next time for the alarm
allDataTypes - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Contains a list of all recognized expresso data types.
allNested() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return the nested items from this item
allowNull - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is a null value allowed for this field.
allowsNull() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Does this field allow nulls?
allowsNull() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Does this field allow nulls?
allowsNull(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Returns whether the field allows null values or not.
anyErrorsOrWarnings() - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
 
anyFieldsDistinct - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
If setFieldDistinct has been used to specify distinct/unique fields for the next query.
anyFieldsToRetrieve - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
If setFieldsToRetrieve has been used to specify fields which will be retrieve by the next query.
append(LoggingEvent) - Method in class com.jcorporate.expresso.core.logging.DBAppender
Uses Expresso's Log Handler.
append(double) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a double to the stringbuffer
append(int) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add an integer value to string
append(String) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a String to stringbuffer
append(String, String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Add a String parameters.
append(String, FileItem) - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Add a FileItem object as a parameters.
append(String, FileItem) - Method in interface com.jcorporate.expresso.core.misc.upload.ParameterParser
Add a FileItem object as a parameters.
append(String, String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Add a String parameters.
append(Object) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string to this string buffer.
append(char[]) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(FastStringBuffer) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends one FastStringBuffer to another so they can be merged with no unnecessary allocations
append(boolean) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Appends the string representation of the double argument to this string buffer.
appendCustomWhere - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Flag to indicate whether we append any custom WHERE clause to the one generated, or just use the supplied custom WHERE clause
appendSQLItem(String) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add an item to the list
appendSQLNestedValue(double) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current list
appendSQLNestedValue(int) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current list
appendSQLNestedValue(String) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current list
appendSQLPadValue(String) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current String (no list separator)
appendSQLValue(double) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current String (no list separator)
appendSQLValue(int) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current String (no list separator)
appendSQLValue(String) - Method in class com.jcorporate.expresso.core.misc.SQLFastStringBuffer
add a SQL value to the current String (no list separator)
arrayequals(byte[], byte[], int) - Static method in class com.jcorporate.expresso.core.misc.upload.MultipartStream
Compares count first bytes in the arrays a and b.
asBigDecimal() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieve the wrapped object as a BigDecimal object or zero if we're unable to convert it.
asBigDecimal() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the wrapped object as a BigDecimal object or zero if we're unable to convert it.
asBigDecimal() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asBoolean() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieve the boolean object value.
asBoolean() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the boolean object value.
asBoolean() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asDate() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieve the wrapped object as a Date object or possibly null if we can't convert it or the object is null.
asDate() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the wrapped object as a Date object or possibly null if we can't convert it or the object is null.
asDate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asDouble() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieve the wrapped object as a Double object or zero if we can't convert i
asDouble() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the wrapped object as a Double object or zero if we can't convert i
asDouble() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asInteger() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieves the wrapped object as an Integer or zero if it's an invalid format.
asInteger() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieves the wrapped object as an Integer or zero if it's an invalid format.
asInteger() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asStream() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Allows for retrieval of BLOB database types.
asStream() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the field as a InputStream.
asStream() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
asString() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieves the wrapped object as a String
asString() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieves the wrapped object as a String
asString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
assembleObject(String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Deprecated. v. 5.5+; 9/04; use getDBObject() instead
assertBoolean(String, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Throws an exception if theString can't be mapped to a boolean value.
assertNotBlank(String, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Make sure a string is not null.
atof(String) - Static method in class com.jcorporate.expresso.core.misc.Format
Converts a string of digits to an double
atoi(String) - Static method in class com.jcorporate.expresso.core.misc.Format
Converts a string of digits (decimal, octal or hex) to an integer
atol(String) - Static method in class com.jcorporate.expresso.core.misc.Format
Converts a string of digits (decimal, octal or hex) to a long integer
attachments - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
attachments - Variable in class com.jcorporate.expresso.core.misc.EventQueueEntry
The array collection of virtual byte array data source (attachments)
attributes - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
A generic map of attribute keys to attribute values
attributes - Variable in class com.jcorporate.expresso.core.dbobj.DBField
User Defined Attributes for each field.
attributes - Variable in class com.jcorporate.expresso.services.html.HtmlElement
 
autoField(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.Add
Automatically handle a single field on the form.
autoField(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.GetBase
implemented by subclass
autoField(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.Search
 
autoField(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.Update
Create an input for one field specified by the field name.
autoValidate(String, ErrorCollection) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
AutoValidate is a quick way to validate the fields of a specified dbobj.
autoValidate(String, ErrorCollection, Vector) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
AutoValidate is a quick way to validate the fields of a specified dbobj.
autoValidate(String, ErrorCollection) - Method in class com.jcorporate.expresso.core.controller.State
AutoValidate is a quick way to validate the fields of a specified dbobj.
autoValidate(String, ErrorCollection, Vector) - Method in class com.jcorporate.expresso.core.controller.State
AutoValidate is a quick way to validate the fields of a specified dbobj.
available - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Linked list of available connections to use from the connection pool
average(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Find the average of the values in the specified field of records selected by the DBObject selection criteria.

B

BACK_KEY - Static variable in class com.jcorporate.expresso.ext.taglib.Back
Default session key where the back arrow's back URL is stored
BIGINT_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
BIG_DECIMAL_ZERO - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
A static zero BIG DECIMAL object

author Peter Pilgrim

BINARY_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
BIT_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
BLOB_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
BLOCK_TITLE - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
BOOLEAN_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Boolean regular expression syntax for easy reference.
BOOLEAN_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
boolean is synonym for bit
Back - class com.jcorporate.expresso.ext.taglib.Back.
Tag to allow a "back arrow" for a series of pages.
Back() - Constructor for class com.jcorporate.expresso.ext.taglib.Back
 
Base64 - class com.jcorporate.expresso.core.misc.Base64.
Base 64 encoding class.
Base64() - Constructor for class com.jcorporate.expresso.core.misc.Base64
 
BaseDataObject - class com.jcorporate.expresso.core.dataobjects.BaseDataObject.
A base class that provides some functionality for all Data Objects
BaseDataObject() - Constructor for class com.jcorporate.expresso.core.dataobjects.BaseDataObject
 
BaseValueParser - class com.jcorporate.expresso.core.misc.upload.BaseValueParser.
BaseValueParser is a base class for classes that need to parse name/value Parameters, for example GET/POST data or Cookies (DefaultParameterParser and DefaultCookieParser)

It can also be used standalone, for an example see DataStreamParser.

BaseValueParser() - Constructor for class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Default constructor
BaseValueParser(String) - Constructor for class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Constructor that takes a character encoding
Block - class com.jcorporate.expresso.core.controller.Block.
A Block is a logical grouping of Expresso Controller Elements used for nesting.
Block() - Constructor for class com.jcorporate.expresso.core.controller.Block
Instantiation Constructor.
Block(String) - Constructor for class com.jcorporate.expresso.core.controller.Block
Convenience constructor - to make a new Block object with a specific name.
BlockTag - class com.jcorporate.expresso.ext.taglib.BlockTag.
 
BlockTag() - Constructor for class com.jcorporate.expresso.ext.taglib.BlockTag
 
Break - class com.jcorporate.expresso.services.html.Break.
Line break
Break() - Constructor for class com.jcorporate.expresso.services.html.Break
Constructor
Button - class com.jcorporate.expresso.services.html.Button.
Button A button for an HTML form
Button() - Constructor for class com.jcorporate.expresso.services.html.Button
Constructor: No arguments constructor to be able to create a basic button & set options individually
Button(String, String) - Constructor for class com.jcorporate.expresso.services.html.Button
Constructor
ByteArrayCounter - class com.jcorporate.expresso.core.misc.ByteArrayCounter.
ByteArrayCounter.java

Copyright 2000, 2001 Jcorporate Ltd.

ByteArrayCounter(int) - Constructor for class com.jcorporate.expresso.core.misc.ByteArrayCounter
ByteArrayCounter: Initialize a counter that uses an array of bytes
ByteArrayDataSource - class com.jcorporate.expresso.core.misc.ByteArrayDataSource.
Used to create a generic raw virtual DataSource for the MIME mail messages.
ByteArrayDataSource(byte[], String, String) - Constructor for class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Create a DataSource from raw data bytes
ByteArrayDataSource(String, String, String) - Constructor for class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Create a DataSource from a text String
basicAdd() - Method in class com.jcorporate.expresso.core.dbobj.DBObject

A "simplified"e; version of add that can be used to do a basic INSERT statement into this table.

begin() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
 
blockCache - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
A name to value map of blocks
blockCacheOrdered - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
A list of all blocks in the order they were added to the response
boundary - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
A byte sequence that partitions the stream.
boundaryLength - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The lenght of boundary token plus leading CRLF--.
bufSize - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The lenght of the buffer used for processing.
buffer - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The buffer used for processing.
buildAndInitializeComponents(RootContainerInterface, ExpressoServicesConfig) - Method in class com.jcorporate.expresso.kernel.SystemFactory
Goes through and initializes the individual Expresso Components
buildCaseInsensitiveList() - Method in class com.jcorporate.expresso.core.misc.ReservedWords
 
buildCaseSensitiveList() - Method in class com.jcorporate.expresso.core.misc.ReservedWords
 
buildControllerResponse(Document) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Deprecated.  
buildControllerResponse(WebResponse) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Deprecated.  
buildDOMTree(ExpressoServicesConfig) - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Convert the ExpressoServicesConfig bean to a DOM document that's compatible with what is expected in the expresso-services.xml file.
buildDefaultRegistrationDomain(String) - Static method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Returns the default registration domain.
buildDigester() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Builds the digester so it is ready to parse rules.
buildExpressoComponentSystem(String, String, String) - Static method in class com.jcorporate.expresso.kernel.SystemFactory
Basic initialization system.
buildExpressoComponentSystem(URL, URL, String) - Static method in class com.jcorporate.expresso.kernel.SystemFactory
Classloader compatable version of the factory system.
buildFromClause() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Builds the 'FROM' clause without the 'from' part.
buildFromClause() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Build a string consisting of an SQL 'from' clause using the customFromClause, the foreign-key or the join definitions.
buildNewConnection() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Creates a new database connection.
buildOrderByString(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Create the 'ORDER BY' clause in the select statement.
buildPreparedAddSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Helper Function to build a prepared statement's SQL for an ADD statement.
buildPreparedDeleteSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Helper function to build a prepared delete statement for batch deletes.
buildPreparedStoreProcedureSQL(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Helper Function to build a prepared statement's SQL for running STore Procedure statement.
buildPreparedUpdateSQL(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Helper function to build a prepared update statement for batch updates.
buildSelectFieldsString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Builds the part of the query that is for describing the fields/names to be selected
buildStoreProcedureCallableStatement(DBObject, CallableStatement) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildStoreProcedureCallableStatement(JDBCDataObject, CallableStatement) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildUpdateFieldString() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Builds the update field string portion setting question marks for all the field values to be formatted and parsed later in a Prepared statement
buildWhereClause(boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClause(JDBCDataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClause(boolean) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClauseBuffer(boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClauseBuffer(JDBCDataObject, boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Build and return a FastStringBuffer ring consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClauseBuffer(boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClauseBuffer(boolean, FastStringBuffer) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
buildWhereClauseBuffer(boolean, FastStringBuffer, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Build and return a string consisting of an SQL 'where' clause using the current field values as criteria for the search.
byteStream - Variable in class com.jcorporate.expresso.core.misc.upload.FileItem
Temporary storage for in-memory files.
byteValue() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the value of this Long as a byte.

C

CACHE_NAME - Static variable in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Cache name for the system security
CACHE_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.Setup
Name of the setup cache file.
CACHE_SIZE - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjLimit
 
CACHE_TTY - Static variable in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Cache Default Expiration Default value of 30 minutes.
CHAR_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
CHECK_PARAMETERS - Static variable in class com.jcorporate.expresso.core.dbobj.NextNumber
Set this to false and recompile to cause NextNumber to not check it's input parameters.
CLASS_HANDLER_NAME - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
CLASS_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreference
 
CLASS_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
CLOB_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
CONTROLLER_CLASS - Static variable in class com.jcorporate.expresso.services.dbobj.ControllerSecurity
field names
CONTROLLER_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of the JSP scope attribute that specifies the Expresso Controller
CONTROLLER_ORIGINAL_URL_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of the JSP scope attribute that contains the controller's original URL
CONTROLLER_PARAM_KEY - Static variable in class com.jcorporate.expresso.core.controller.Controller
key for putting controller into parameter map
CONTROLLER_REQUEST_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of the JSP scope attribute that contains the controller request
CONTROLLER_RESPONSE_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of the JSP scope attribute that contains the controller response
CREATED_DATE - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for created date
CTL_SUCC_CTL - Static variable in class com.jcorporate.expresso.core.controller.Controller
 
CTL_SUCC_STATE - Static variable in class com.jcorporate.expresso.core.controller.Controller
 
CTL_SUCC_TRAN - Static variable in class com.jcorporate.expresso.core.controller.Controller
 
Cache - interface com.jcorporate.expresso.core.cache.Cache.
A cache is a list of Cacheable objects that can be stored in memory, cleared, added to and removed from.
CacheAutoElement - class com.jcorporate.expresso.services.controller.ui.CacheAutoElement.
implementation of the AutoController Element which also uses Form Cache to set object values during creation phase.
CacheAutoElement() - Constructor for class com.jcorporate.expresso.services.controller.ui.CacheAutoElement
 
CacheCleaner - class com.jcorporate.expresso.core.cache.CacheCleaner.
This thread is initialized by CacheManager and slowly iterates through the Caches clearing out expired items.
CacheCleaner() - Constructor for class com.jcorporate.expresso.core.cache.CacheCleaner
 
CacheEntry - class com.jcorporate.expresso.core.cache.CacheEntry.
Wrapper for any Cacheable object to be stored in a cache.
CacheEntry(Cacheable) - Constructor for class com.jcorporate.expresso.core.cache.CacheEntry
Constructor 1 Sets the object to expire in the default time
CacheEntry(Cacheable, long) - Constructor for class com.jcorporate.expresso.core.cache.CacheEntry
Constructor 2
CacheEvent - class com.jcorporate.expresso.core.misc.CacheEvent.
CacheEvent represents an event that indicates that some cached information might have to be updated.
CacheEvent() - Constructor for class com.jcorporate.expresso.core.misc.CacheEvent
 
CacheEvent(String, String) - Constructor for class com.jcorporate.expresso.core.misc.CacheEvent
Convenience constructor to create a CacheEvent with the originator and event code immediately specified
CacheEvent(String, String, Cacheable) - Constructor for class com.jcorporate.expresso.core.misc.CacheEvent
Convenience constructor to create a CacheEvent with the originator, event code and originating object immediately specified
CacheEventListener - interface com.jcorporate.expresso.core.misc.CacheEventListener.
A CacheEvent represents an event that indicates that some cached information might have to be updated.
CacheException - exception com.jcorporate.expresso.core.cache.CacheException.
Exception thrown when there is a problem with logging a message
CacheException() - Constructor for class com.jcorporate.expresso.core.cache.CacheException
Constructor
CacheException(String) - Constructor for class com.jcorporate.expresso.core.cache.CacheException
Constructor
CacheException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.cache.CacheException
Constructor
CacheException(Throwable) - Constructor for class com.jcorporate.expresso.core.cache.CacheException
Constructor
CacheManager - class com.jcorporate.expresso.core.cache.CacheManager.
CacheManager.java Copyright 1999-2002 Jcorporate Ltd.
CacheManager() - Constructor for class com.jcorporate.expresso.core.cache.CacheManager
Default Constructor.
CacheStatEntry - class com.jcorporate.expresso.core.dbobj.CacheStatEntry.
Cache Statistic Entry.
CacheStatEntry(String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Creates new CacheStatEntry
CacheSync - class com.jcorporate.expresso.services.dbobj.CacheSync.
Entries here define the other VM's (even on other servers) that are also using this database, and with whom cache synchronizations should be attempted.
CacheSync() - Constructor for class com.jcorporate.expresso.services.dbobj.CacheSync
Constructor
CacheSync(int) - Constructor for class com.jcorporate.expresso.services.dbobj.CacheSync
Use instead of CacheSync(String theUser)
CacheSync(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.CacheSync
For using DBObjects within Controllers.
CacheSyncInterface - interface com.jcorporate.expresso.core.cache.CacheSyncInterface.
This represents the cache syncing interface for sending out notifications to other servers to remove an object from their cache.
CacheSyncMessage - class com.jcorporate.expresso.core.cache.CacheSyncMessage.
Data Bean for sending CacheSync messages across the wire.
CacheSyncMessage() - Constructor for class com.jcorporate.expresso.core.cache.CacheSyncMessage
 
CacheSystem - interface com.jcorporate.expresso.core.cache.CacheSystem.
This is an interface for an underlying cache system.
CacheUtils - class com.jcorporate.expresso.core.dbobj.CacheUtils.
Utility methods for putting a DBObject into a cache.
CacheUtils() - Constructor for class com.jcorporate.expresso.core.dbobj.CacheUtils
 
Cacheable - interface com.jcorporate.expresso.core.cache.Cacheable.

Cacheable.java

Copyright 2000-2002 Jcorporate Ltd.

CachedObject - class com.jcorporate.expresso.core.cache.CachedObject.
 
CachedObject(String, Serializable) - Constructor for class com.jcorporate.expresso.core.cache.CachedObject
Creates a new cached object
Cell - class com.jcorporate.expresso.services.html.Cell.
Cell - The Cell of an HTML table
Cell() - Constructor for class com.jcorporate.expresso.services.html.Cell
Constructor
Cell(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.Cell
Constructor Create a cell with the given element as it's contents
Cell(String) - Constructor for class com.jcorporate.expresso.services.html.Cell
Constructor with text contents for the new cell Create a new cell with the given text as its contents
ChainedException - exception com.jcorporate.expresso.kernel.exception.ChainedException.
Enhanced Exception class to allow Exception chaining.
ChainedException() - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Normal no-args constructor
ChainedException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Normal constructor with a single message
ChainedException(String, int) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Specify an error number
ChainedException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Constructor with a single message and a nested exception
ChainedException(String, Throwable, int) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Constructor with a single message and a nested exception with error number
ChainedException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Constructor with no message and a nested exception
ChainedException(Throwable, int) - Constructor for class com.jcorporate.expresso.kernel.exception.ChainedException
Constructor with no message and a nested exception, but with an error number
ChangeLog - class com.jcorporate.expresso.services.dbobj.ChangeLog.
 
ChangeLog() - Constructor for class com.jcorporate.expresso.services.dbobj.ChangeLog
Constructor
ChangePasswordValidator - class com.jcorporate.expresso.services.validation.ChangePasswordValidator.
This class is a helper class that allows the LoginController controller to validate the password-change request.
ChangePasswordValidator() - Constructor for class com.jcorporate.expresso.services.validation.ChangePasswordValidator
Default constructor Creation date: (9/23/2001 2:23:06 PM) Author: Shash Chatterjee
CharacterIterator - interface com.jcorporate.expresso.ext.regexp.CharacterIterator.
Deprecated. since v5.6, use jakarta oro
CheckBox - class com.jcorporate.expresso.services.html.CheckBox.
An HTML checkbox for use on HTML forms
CheckBox() - Constructor for class com.jcorporate.expresso.services.html.CheckBox
Constructor
CheckBox(String, String) - Constructor for class com.jcorporate.expresso.services.html.CheckBox
Create a checkbox with the field name as given with a specific current value
CheckBox(String, String, boolean) - Constructor for class com.jcorporate.expresso.services.html.CheckBox
Constructor Create the checkbox with a given name and value and state
CheckLogin - class com.jcorporate.expresso.core.servlet.CheckLogin.
CheckLogin accepts an HttpServletRequest and HttpServletResponse object pair, and attempts to check if the user is logged in.
CheckLogin() - Constructor for class com.jcorporate.expresso.core.servlet.CheckLogin
Default Constructor....
ClassLoaderComparator - class com.jcorporate.expresso.kernel.util.ClassLoaderComparator.
Utility class that checks to make sure that the classloader hasn't changed indicating a context reload took place
ClassLoaderComparator() - Constructor for class com.jcorporate.expresso.kernel.util.ClassLoaderComparator
 
ClassLocator - class com.jcorporate.expresso.kernel.util.ClassLocator.
Utility class that first tries to locate a context class loader, and if that exists, then give that a try.
ClassLocator() - Constructor for class com.jcorporate.expresso.kernel.util.ClassLocator
 
ClearOldValidation - class com.jcorporate.expresso.services.job.ClearOldValidation.
This job clears all expired validation queue entries.
ClearOldValidation() - Constructor for class com.jcorporate.expresso.services.job.ClearOldValidation
Creates an instance of ClearOldValidation.
CommandLineParser - class com.jcorporate.expresso.services.test.CommandLineParser.
Parser class for parsing the command line to get config directory and webapp directory Required arguments: /configDir =
/webAppDir =
CommandLineParser() - Constructor for class com.jcorporate.expresso.services.test.CommandLineParser
 
ComponentBase - class com.jcorporate.expresso.kernel.ComponentBase.
This class provides a convienience base class for the majority of the ExpressoComponent interfaces.
ComponentBase() - Constructor for class com.jcorporate.expresso.kernel.ComponentBase
Default do nothing constructor
ComponentBase(Containable) - Constructor for class com.jcorporate.expresso.kernel.ComponentBase
Constructor that takes the parent container as the argument
ComponentConfig - class com.jcorporate.expresso.kernel.digester.ComponentConfig.
This class represents the configuration of a component as parsed from the xxpresso-services.xml file.
ComponentConfig - class com.jcorporate.expresso.kernel.digester.ComponentConfig.
This class represents the configuration of a component as parsed from the xxpresso-services.xml file.
ComponentConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ComponentConfig
Default initialization system.
ComponentConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ComponentConfig
Default initialization system.
ComponentConfigBridge - class com.jcorporate.expresso.kernel.management.ComponentConfigBridge.
Provides getting and setting of configuration information for individual components
ComponentConfigBridge() - Constructor for class com.jcorporate.expresso.kernel.management.ComponentConfigBridge
Creates a new ComponentConfigBridge object.
ComponentContainer - interface com.jcorporate.expresso.kernel.ComponentContainer.
ContainerImpl is the equivelant of a Service Provider Interface (SPI) for the Expresso component containers.
ComponentFactory - class com.jcorporate.expresso.kernel.management.ComponentFactory.
This class provides several helper functions to help instantiate a particular component or runtime.
ComponentFactory() - Constructor for class com.jcorporate.expresso.kernel.management.ComponentFactory
Default constructor
ComponentLifecycle - interface com.jcorporate.expresso.kernel.ComponentLifecycle.
Lifecycle interface of an Expresso component.
ComponentManager - class com.jcorporate.expresso.ext.controller.ComponentManager.
Component Manager Controller Description: The Expresso Framework Copyright: Copyright (c) 2001-2002 Company: JCorporate Ltd.
ComponentManager() - Constructor for class com.jcorporate.expresso.ext.controller.ComponentManager
 
ComponentMetadata - class com.jcorporate.expresso.kernel.metadata.ComponentMetadata.
Bean class that stores the component metadata.
ComponentMetadata() - Constructor for class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Default constructor
ComponentMetadataConfig - class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig.
This class provides a digester interface to the ComponentMetadata information
ComponentMetadataConfig - class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig.
This class provides a digester interface to the ComponentMetadata information
ComponentMetadataConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Default constructor
ComponentMetadataConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Default constructor
ConfigCacheManager - class com.jcorporate.expresso.core.misc.ConfigCacheManager.
Bean to assist the reading of expresso-config.xml and works with the Digester.
ConfigCacheManager() - Constructor for class com.jcorporate.expresso.core.misc.ConfigCacheManager
 
ConfigChangeException - exception com.jcorporate.expresso.kernel.exception.ConfigChangeException.
This exception represents an error that occurs when changing the configuration of an object.
ConfigChangeException() - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigChangeException
Default Constructor with no message
ConfigChangeException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigChangeException
Constructor that stores a message with it
ConfigChangeException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigChangeException
Constructor for throwing an exception that contains a message and another Throwable exception buried within it.
ConfigChangeException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigChangeException
Constructor for thowing a wrapped, nested Exception object
ConfigClassHandler - class com.jcorporate.expresso.core.misc.ConfigClassHandler.
Deals with the various expresso class handlers.
ConfigClassHandler() - Constructor for class com.jcorporate.expresso.core.misc.ConfigClassHandler
 
ConfigClassHandlerParameter - class com.jcorporate.expresso.core.misc.ConfigClassHandlerParameter.
Public handler for loading class handler paremters within the expresso framework.
ConfigClassHandlerParameter() - Constructor for class com.jcorporate.expresso.core.misc.ConfigClassHandlerParameter
 
ConfigContext - class com.jcorporate.expresso.core.misc.ConfigContext.
Bean class helping with expresso-config.xml and working with the Digester to read the configuration.
ConfigContext() - Constructor for class com.jcorporate.expresso.core.misc.ConfigContext
 
ConfigCustomProperty - class com.jcorporate.expresso.core.misc.ConfigCustomProperty.
 
ConfigCustomProperty() - Constructor for class com.jcorporate.expresso.core.misc.ConfigCustomProperty
 
ConfigCustomProperty(String, String) - Constructor for class com.jcorporate.expresso.core.misc.ConfigCustomProperty
 
ConfigErrorHandler - class com.jcorporate.expresso.core.misc.ConfigErrorHandler.
 
ConfigErrorHandler() - Constructor for class com.jcorporate.expresso.core.misc.ConfigErrorHandler
 
ConfigExpresso - class com.jcorporate.expresso.core.misc.ConfigExpresso.
Class that maps to the <expresso-config> top level section in the expresso-config.xml file.
ConfigExpresso() - Constructor for class com.jcorporate.expresso.core.misc.ConfigExpresso
 
ConfigJdbc - class com.jcorporate.expresso.core.misc.ConfigJdbc.
Old Digester Class.
ConfigJdbc() - Constructor for class com.jcorporate.expresso.core.misc.ConfigJdbc
 
ConfigJndi - class com.jcorporate.expresso.core.misc.ConfigJndi.
A Commons digester class for JDBC section of the standardmaessig Expresso Configuration XML file.
ConfigJndi() - Constructor for class com.jcorporate.expresso.core.misc.ConfigJndi
 
ConfigLdap - class com.jcorporate.expresso.core.misc.ConfigLdap.
 
ConfigLdap() - Constructor for class com.jcorporate.expresso.core.misc.ConfigLdap
 
ConfigManager - class com.jcorporate.expresso.core.misc.ConfigManager.
ConfigManager is a static class that utilizes the Struts Digester utility to read an XML file of configuration parameters when Expresso starts up.
ConfigManager() - Constructor for class com.jcorporate.expresso.core.misc.ConfigManager
Default Constructer
ConfigPathFixedParam - class com.jcorporate.expresso.core.misc.ConfigPathFixedParam.
 
ConfigPathFixedParam() - Constructor for class com.jcorporate.expresso.core.misc.ConfigPathFixedParam
 
ConfigPathMapping - class com.jcorporate.expresso.core.misc.ConfigPathMapping.
Used for mapping URL paths.
ConfigPathMapping() - Constructor for class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
ConfigPathParam - class com.jcorporate.expresso.core.misc.ConfigPathParam.
 
ConfigPathParam() - Constructor for class com.jcorporate.expresso.core.misc.ConfigPathParam
 
ConfigSetupDefault - class com.jcorporate.expresso.core.misc.ConfigSetupDefault.
 
ConfigSetupDefault() - Constructor for class com.jcorporate.expresso.core.misc.ConfigSetupDefault
 
ConfigTypeMapping - class com.jcorporate.expresso.core.misc.ConfigTypeMapping.
Bean class for handling type mappings while being read by the Digester.
ConfigTypeMapping() - Constructor for class com.jcorporate.expresso.core.misc.ConfigTypeMapping
 
Configuration - interface com.jcorporate.expresso.kernel.Configuration.
This interface is a read-only interface into a dyna-bean.
ConfigurationBase - class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase.
Base class state for managing the Expresso Configuration System
ConfigurationBase(String, String) - Constructor for class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
 
ConfigurationException - exception com.jcorporate.expresso.core.misc.ConfigurationException.
Exception thrown when there is a problem with configuration of Expresso
ConfigurationException() - Constructor for class com.jcorporate.expresso.core.misc.ConfigurationException
Constructor
ConfigurationException(String) - Constructor for class com.jcorporate.expresso.core.misc.ConfigurationException
Constructor
ConfigurationException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.misc.ConfigurationException
Constructor
ConfigurationException(Throwable) - Constructor for class com.jcorporate.expresso.core.misc.ConfigurationException
Constructor
ConfigurationException - exception com.jcorporate.expresso.kernel.exception.ConfigurationException.
Exception that marks a configuration Exception.
ConfigurationException() - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigurationException
Default Constructor with no message
ConfigurationException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigurationException
Constructor that stores a message with it
ConfigurationException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigurationException
Constructor for throwing an exception that contains a message and another Throwable exception buried within it.
ConfigurationException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ConfigurationException
Constructor for thowing a wrapped, nested Exception object
ConnectionPoolException - exception com.jcorporate.expresso.core.db.exception.ConnectionPoolException.
Exception that is thrown by the ConnectionPool
ConnectionPoolException() - Constructor for class com.jcorporate.expresso.core.db.exception.ConnectionPoolException
Constructs a ConnectionPoolException with no detail message.
ConnectionPoolException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.ConnectionPoolException
Constructs a ConnectionPoolException with the specified detail message.
ConnectionPoolException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.db.exception.ConnectionPoolException
 
ConnectionPoolException(Throwable) - Constructor for class com.jcorporate.expresso.core.db.exception.ConnectionPoolException
 
ConsoleInstallLog - class com.jcorporate.expresso.kernel.ConsoleInstallLog.
This is a default implementation of InstallLog that sends all output to the System console.
ConsoleInstallLog() - Constructor for class com.jcorporate.expresso.kernel.ConsoleInstallLog
 
Contact - class com.jcorporate.expresso.ext.dbobj.regobj.Contact.
Creation date: 2001-08-24 11:57:54
Contact() - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Contact
Constructor
Contact(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Contact
Constructor
Contact(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Contact
For using DBObjects within Controllers.
Contact(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Contact
Use over (String) constructor.
Containable - interface com.jcorporate.expresso.kernel.Containable.
Containable is partially 'marker interface' much like java.lang.Serialiable.
ContainerComponentBase - class com.jcorporate.expresso.kernel.ContainerComponentBase.
This class provides basic implementations of the Containable Interface to save the typical programmer lots of typing.
ContainerComponentBase() - Constructor for class com.jcorporate.expresso.kernel.ContainerComponentBase
Default constructor that currently does nothing.
ContainerImplBase - class com.jcorporate.expresso.kernel.internal.ContainerImplBase.
This class provides a basic implementation of the ComponentContainer interface.
ContainerImplBase() - Constructor for class com.jcorporate.expresso.kernel.internal.ContainerImplBase
 
ContainerListener - interface com.jcorporate.expresso.kernel.ContainerListener.
This class is to provide for event notifications whenever a parent container changes.
ContainerVetoException - exception com.jcorporate.expresso.kernel.exception.ContainerVetoException.
This Exception is for the extremely rare case that the container you are a part of is about to install another component that would completely disrupt your own operation.
ContainerVetoException() - Constructor for class com.jcorporate.expresso.kernel.exception.ContainerVetoException
Default Constructor with no ContainerVetoException
ContainerVetoException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ContainerVetoException
Constructor that stores a message with it
ContainerVetoException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ContainerVetoException
Constructor for throwing an exception that contains a message and another Throwable exception buried within it.
ContainerVetoException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ContainerVetoException
Constructor for thowing a wrapped, nested Exception object
ContentTag - class com.jcorporate.expresso.ext.taglib.ContentTag.
ContentTag must be nested within an OutputTag tag.
ContentTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ContentTag
 
Context - class com.jcorporate.expresso.ext.taglib.Context.
A simple tag to provide the context path and/or the "expresso" directory.
Context() - Constructor for class com.jcorporate.expresso.ext.taglib.Context
 
ContextNested - interface com.jcorporate.expresso.core.dataobjects.ContextNested.
Context nested represents any object that can be retrieved or set to any specific data context.
Controller - class com.jcorporate.expresso.core.controller.Controller.
A sequence of interaction with a user is defined as a "Controller".
Controller() - Constructor for class com.jcorporate.expresso.core.controller.Controller
Default constructor
ControllerData - class com.jcorporate.expresso.kernel.metadata.ControllerData.
Contains all the metadata that a Controller uses as part of its Schema extension.
ControllerData() - Constructor for class com.jcorporate.expresso.kernel.metadata.ControllerData
Default constructor
ControllerDefault - class com.jcorporate.expresso.services.dbobj.ControllerDefault.
This class defines default limits on controllers.
ControllerDefault() - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerDefault
Constructor
ControllerDefault(int) - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerDefault
 
ControllerDefault(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerDefault
For using DBObjects within Controllers.
ControllerElement - class com.jcorporate.expresso.core.controller.ControllerElement.
A ControllerElement is the superclass for the three types of objects that are produced by a Controller when it transitions from one state to another.
ControllerElement() - Constructor for class com.jcorporate.expresso.core.controller.ControllerElement
Default constructor
ControllerException - exception com.jcorporate.expresso.core.controller.ControllerException.
Exception thrown when there is a problem with the Controller object completing it's assigned task
ControllerException() - Constructor for class com.jcorporate.expresso.core.controller.ControllerException
Constructor
ControllerException(String) - Constructor for class com.jcorporate.expresso.core.controller.ControllerException
Constructor
ControllerException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.controller.ControllerException
Constructor
ControllerException(Throwable) - Constructor for class com.jcorporate.expresso.core.controller.ControllerException
Constructor
ControllerFactory - interface com.jcorporate.expresso.core.controller.ControllerFactory.
Abstract interface for creating a controller.
ControllerForm - class com.jcorporate.expresso.core.controller.ControllerForm.
 
ControllerForm() - Constructor for class com.jcorporate.expresso.core.controller.ControllerForm
 
ControllerInstallLog - class com.jcorporate.expresso.core.controller.ControllerInstallLog.
This is an implementation of the IntallLog interface that is useful when running installation systems inside controllers.
ControllerInstallLog(ControllerResponse) - Constructor for class com.jcorporate.expresso.core.controller.ControllerInstallLog
Constructs a ControllerInstallLog and sets the ControllerResponse that we will be using to add the outputs to.
ControllerInstallLog() - Constructor for class com.jcorporate.expresso.core.controller.ControllerInstallLog
The point is that we don't want the default constructor used.
ControllerJob - class com.jcorporate.expresso.services.job.ControllerJob.
ControllerJob provides a Job "wrapper" for any Controller object.
ControllerJob() - Constructor for class com.jcorporate.expresso.services.job.ControllerJob
 
ControllerRequest - class com.jcorporate.expresso.core.controller.ControllerRequest.
ControllerRequest is a simple "wrapper" object that holds the parameters and data required for a controller to be able to transition to a new state.
ControllerRequest() - Constructor for class com.jcorporate.expresso.core.controller.ControllerRequest
Default Constructor.
ControllerResponse - class com.jcorporate.expresso.core.controller.ControllerResponse.
A ControllerResponse object contains the vector of Inputs, Outputs and Transitions that results from a call to "newState(String)" for a particular controller.
ControllerResponse() - Constructor for class com.jcorporate.expresso.core.controller.ControllerResponse
Default constructor for the controller response
ControllerRun - class com.jcorporate.expresso.core.utility.ControllerRun.
Special servlet designed to interact with server-side Controller objects
ControllerRun() - Constructor for class com.jcorporate.expresso.core.utility.ControllerRun
 
ControllerSecurity - class com.jcorporate.expresso.services.dbobj.ControllerSecurity.
Controller Security indicates which of the controllers contained in a schema can be accessed by which groups of users.
ControllerSecurity() - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerSecurity
 
ControllerSecurity(int) - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerSecurity
Constructor initializes the user context for this object too
ControllerSecurity(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.ControllerSecurity
For using DBObjects within Controllers.
ControllerTestCase - class com.jcorporate.expresso.services.test.ControllerTestCase.
Base class for testing controllers.
ControllerTestCase(String, String) - Constructor for class com.jcorporate.expresso.services.test.ControllerTestCase
Instantiates the ControllerTestCase.
ControllerTestCase(String, Class) - Constructor for class com.jcorporate.expresso.services.test.ControllerTestCase
Instantiates a Controller Test Case
ControllerTestSuite - class com.jcorporate.expresso.services.test.ControllerTestSuite.
Test suite that manages schema creation and deletion.
ControllerTestSuite() - Constructor for class com.jcorporate.expresso.services.test.ControllerTestSuite
 
ControllerUtils - class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils.
Utilities for use by the extended "expresso-aware" Struts tags
ControllerUtils() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
 
ControllerXSLMap - class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap.
Entries here define the mapping between a specific user and browser type and Controller combination to the correct XSL stlyesheet to be used to transform the outputs of this controller.
ControllerXSLMap() - Constructor for class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Constructor
ControllerXSLMap(int) - Constructor for class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Normal DBObject Constructor
CookieBase64 - class com.jcorporate.expresso.core.misc.CookieBase64.
Proprietary Base64-like encoding class that makes sure there are no special characters that are "illegal" to cookies.
CookieBase64() - Constructor for class com.jcorporate.expresso.core.misc.CookieBase64
 
CookieUtil - class com.jcorporate.expresso.core.misc.CookieUtil.
A utility class for encoding and decoding cookies before sending them to the browser
CookieUtil() - Constructor for class com.jcorporate.expresso.core.misc.CookieUtil
 
CreateSettingsBean - class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean.
This bean contains all the settings used by the create settings wizard
CreateSettingsBean() - Constructor for class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
Initializes the default values of the bean.
CreateSettingsWizard - class com.jcorporate.expresso.services.controller.configuration.CreateSettingsWizard.
Wizard-style controller that helps to create a blank set of settings for the Expresso Runtime.
CreateSettingsWizard() - Constructor for class com.jcorporate.expresso.services.controller.configuration.CreateSettingsWizard
 
CronDaemon - class com.jcorporate.expresso.services.crontab.CronDaemon.
This class provides the thread for listening on various crontabs.
CronDaemon(Crontab, boolean, String) - Constructor for class com.jcorporate.expresso.services.crontab.CronDaemon
 
CronException - exception com.jcorporate.expresso.services.crontab.CronException.
 
CronException() - Constructor for class com.jcorporate.expresso.services.crontab.CronException
 
Crontab - class com.jcorporate.expresso.services.crontab.Crontab.
This is the main API controller class that deals with the various crontab entries.
Crontab(boolean, String) - Constructor for class com.jcorporate.expresso.services.crontab.Crontab
Construct the Crontab thread
Crontab() - Constructor for class com.jcorporate.expresso.services.crontab.Crontab
Default constructor
CrontabEntry - class com.jcorporate.expresso.services.crontab.CrontabEntry.
CrontabEntry represents a repeatable 'action' that can take place at a given date and time.
CrontabEntry(Date, CrontabListenerI) - Constructor for class com.jcorporate.expresso.services.crontab.CrontabEntry
Constructs a Crontab Entry class.
CrontabEntry(int, boolean, CrontabListenerI) - Constructor for class com.jcorporate.expresso.services.crontab.CrontabEntry
Construct a new crontab entry with a given delay
CrontabEntry(int, int, int, int, int, int, CrontabListenerI) - Constructor for class com.jcorporate.expresso.services.crontab.CrontabEntry
Construct a Crontab entry.
CrontabEntry(int, int, int, int, int, int, String, CrontabListenerI) - Constructor for class com.jcorporate.expresso.services.crontab.CrontabEntry
Construct a Crontab entry.
CrontabListenerI - interface com.jcorporate.expresso.services.crontab.CrontabListenerI.
Implement this interface if you want your class called
CryptoManager - class com.jcorporate.expresso.core.security.CryptoManager.
CryptoManager.java

Singleton Class that acts as a facade for managing if strong or weak crypto is desired.

CryptoManager() - Constructor for class com.jcorporate.expresso.core.security.CryptoManager
Do not call this constructor directly.
CurrentLogin - class com.jcorporate.expresso.core.misc.CurrentLogin.
Bean that stores current login info in session; implements session binding listener so that it can hear when session is terminated.
CurrentLogin(String, String, String, String, long, int) - Constructor for class com.jcorporate.expresso.core.misc.CurrentLogin
Deprecated. use newInstance() instead; 9/04 v5.5+
CurrentLogin() - Constructor for class com.jcorporate.expresso.core.misc.CurrentLogin
Default constructor.
cSSClass - Variable in class com.jcorporate.expresso.services.html.HtmlElement
 
cSSID - Variable in class com.jcorporate.expresso.services.html.HtmlElement
 
cacheEvent(CacheEvent) - Method in interface com.jcorporate.expresso.core.misc.CacheEventListener
 
cacheIsChangedComparison() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
call after add() or update().
cacheIsChangedComparison() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
reset 'original' value and isChanged flags; call when add(), retrieve() or update() has occurred, and currentValue of data fields should be considered 'original value' for purposes of determining 'isChanged'
cacheIsChangedComparison() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
call when add() or update() has occurred, and currentValue of data fields should be considered 'original value' for purposes of determining 'isChanged'
cacheIsChangedComparison() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
reset 'original' value and isChanged flags on all fields, establishing a baseline for comparison.
calculateHandlerName(String) - Method in class com.jcorporate.expresso.core.controller.State
Calculates the appropriate method name based upon the name of the state to be used in setName. and sets the handlerName String to that value.
canGroupAdministrate() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
 
canGroupRead() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
 
canGroupWrite() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
 
canOthersAdministrate() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
canOthersRead() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
canOthersWrite() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
canOwnerAdministrate() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
always returns true
canOwnerRead() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
canOwnerWrite() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
canRequesterAdd() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
determine if getRequestingUid has rights to add this kind of object (not just this particular object, but ALL INSTANCES of this kind of object)
canRequesterAdministrate() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
canRequesterDelete() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
determine if getRequestingUid has rights to delete this kind of object (not just this particular object, but ALL INSTANCES of this kind of object)
canRequesterRead() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
determine if getRequestingUid has rights to read this row
canRequesterRead() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
determine if getRequestingUid has rights to read this kind of object (not just this particular object, but ALL INSTANCES of this kind of object)
canRequesterUpdate() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
determine if getRequestingUid has rights to update this kind of object (not just this particular object, but ALL INSTANCES of this kind of object)
canRequesterWrite() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
canonize(String, String) - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
This is method will attempt to convert the description attribute into a the default locale value string from a message resource bundle.
canonize(String, Locale, String) - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
This is method will attempt to convert the description attribute into a localised value string from a message resource bundle.
canonize(RequestContext, String, String) - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
This is method will attempt to convert the description attribute into a localised value string from a message resource bundle.
capacity() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Returns the current capacity of the String buffer.
caseInsensitiveWords - Variable in class com.jcorporate.expresso.core.misc.ReservedWords
The set of case insensitive reserved words.
caseSensitiveQuery - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
This flag tells the buildWhereClause method(s) to either be case sensitive (normal queries) or to be case insensitive.
caseSensitiveWords - Variable in class com.jcorporate.expresso.core.misc.ReservedWords
The set of case insensitive reserved words.
centerPad(String, int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
enclosed the string with padding character.
centerPad(String, int, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Enclosed the string with padding character

author Henri Yves AMAIZO

changeString(String, String, String) - Static method in class com.jcorporate.expresso.core.misc.JavascriptUtil
Substituate string s2 for s1 in s.
charAt(int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
charAt(int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
charAt(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Returns the character at a specific index in this string buffer.
charValue() - Method in class com.jcorporate.expresso.core.misc.ReusableChar
Returns the value of this Character object.
characterMap() - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Map accent characters with equivalent without accent.
characters(char[], int, int) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
DefaultHandler implementation for SAX parsing.
checkAllReferredToBy() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Extended by subclasses to make calls to ReferredToBy as needed.
checkAllReferredToBy() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
Check referential integrity of objects referring to this object
checkAllRefs() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Extended by subclasses to make calls to checkRef as needed.
checkAllRefs() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. Extends the checkAllRefs method to check for valid Registration Domain Id
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.DBObjSecurity
Extends the checkAllRefs method to check for valid UserGroup
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Extends the checkAllRefs method to check for valid Registration Domain Id
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.EventMail
Extends the checkAllRefs method to check for valid User and Event
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
Extends the checkAllRefs method to check for valid UserGroup
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.GroupNest
Extends the checkAllRefs method to check for valid UserGroup
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.JobSecurity
Extends the checkAllRefs method to check for valid UserGroup or if referential integrity is violated
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Extends the checkAllRefs method to check for valid UserGroup or if referential integrity is violated
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
Extends the checkAllRefs method to check for valid UserGroup or if referential integrity is violated
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
Extends the checkAllRefs method to check for valid UserGroup
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.UserPreferenceVal
Extends the checkAllRefs method to check for valid UserGroup
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Extends the checkAllRefs method to check for valid job queue entry
checkAllRefs() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueueParam
Extends the checkAllRefs method to check for valid job queue entry
checkAllRefsPublic() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Public interface to checkAllRefs()
checkAllowed(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
See if the current user has permission to perform the permissions
checkAllowed(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
No security is applied at the DBObject level, only at the level of SecuredDBObjects.
checkAllowed(String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
See if the current user has permission to perform the permissions
checkDeleteDetailPerm(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
extracted for subclasses checking
checkDeleteDetailPerm(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
check delete privilege for all detail records; different than superclass because we must set uid
checkEmailAuthCode(String) - Method in class com.jcorporate.expresso.core.security.User
This method just checks to make sure that the submitted emailAuthCode matches the real code.
checkField(String, String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Check that a given value is valid for a given field.
checkField(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Check that a given value is valid for a given field.
checkField(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve a list of valid value object for this particular dbobject
checkField(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Check that a given value is valid for a given field.
checkField(String, String) - Method in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
Overrided to check to make sure that the entered file pathname points to a real file.
checkInitialized(HttpServletRequest, ServletConfig) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Check if the configuration info needs to be read, and read it if so.
checkIsAllowed(ControllerRequest, User, DownloadFiles) - Method in class com.jcorporate.expresso.ext.controller.Download
Checks file permissions and throws an Exception, and logs an event if the user does not have permission to run.
checkKeyLength() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
// warn if key of this row may be too long
checkLogin(HttpServletRequest, HttpServletResponse, ServletConfig, String) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
Deprecated. use other checkLogin(request, forcedb); 9/04 v.5.5+
checkLogin(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
see if login is legitimate
checkLogin(HttpServletRequest) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
see if login is legitimate
checkLogin(HttpServletRequest, HttpServletResponse, ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
Deprecated. use other checkLogin(request, forcedb); 9/04 v.5.5+
checkLogin(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
Deprecated. use other checkLogin(request, forcedb); 9/04 v.5.5+
checkMask(String, String, Pattern) - Method in class com.jcorporate.expresso.core.controller.State
Checks a parameter given to the controller against a defined regular expression mask.
checkMemory() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager

Checks to make sure that there is enough memory available to use for more caches.

checkParamMasks() - Method in class com.jcorporate.expresso.core.controller.State
If any parameters for this state have an associated regular expression "mask", verify that the value for the parameter matches the mask.
checkParams(String, DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.NextNumberImpl
All parameters are fully checked to avoid potential NullPointerExceptions
checkPostalCode(String) - Method in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Checks a postal code for proper formatting The iso country definition should already have been retrieved.
checkRef(String, DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Convenience method for checking a reference where blank is *not* allowed in the foreign key; This test can be turned off if you add an Expresso setup (configuration) entry, 'isCheckRelationalIntegrity' set to false
checkRef(String, DBObject, String, boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Verify referential integrity from the given list of fields to the key fields in the given DB Object.
checkThisItem() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 5:42:08 PM)
checkTimeOut() - Method in class com.jcorporate.expresso.core.db.DBConnection
Checks if this connectino has timed out.
checkValue() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Make sure the value of the field is valid.
checkValue() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Make sure the value of the field is valid.
checkValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
checkZeroUpdate() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieves whether or not checkZeroUpdate is enabled for this data object
checkZeroUpdate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Returns the checkzero update as defined by the object's metadata.
checkZeroUpdate() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves whether or not checkZeroUpdate is enabled for this data object
checkZeroUpdate - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Check zero update setting author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001
checkZeroUpdate() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
clean() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Clean the connection pool - see if any connections have been idle more than the allowed number of seconds .
cleanAvailable() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Iterates once through the available connections and cleans them.
cleanDirs(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
CleanDirs is a utility method for cleaning up temporary directories, used by various methods to hold & process files on the file system.
cleanUp() - Method in class com.jcorporate.expresso.services.test.ControllerTestSuite
 
cleanUp() - Method in class com.jcorporate.expresso.services.test.DBTestSuite
 
clear() - Method in interface com.jcorporate.expresso.core.cache.Cache
Clear all items from the cache
clear(String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Removes all cache items for a particular data context
clear(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Clear's the named cache.
clear(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Clear's the named cache.
clear() - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Removes all cache items for a particular data context
clear(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Clear's the named cache.
clear() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Removes all cache items for a particular data context
clear() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
clear method comment.
clear() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Clear the cache by creating a new map
clear() - Method in class com.jcorporate.expresso.core.controller.DefaultForm
 
clear() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Clears all currently loaded fields
clear() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Clears all currently loaded fields
clear() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Clears all currently loaded fields
clear() - Method in class com.jcorporate.expresso.core.db.DBConnection
Clear all result sets and statements associated with this connection
clear() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Clear all result sets and statements associated with this connection
clear() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Set all fields to empty value & clear the last result set & clear sort keys and customWhereClause
clear() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
 
clear() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Insert the method's description here.
clear() - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Delete all current database log entries
clear() - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Clear all name/value pairs out of this object.
clear() - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Clear all name/value pairs out of this object.
clear() - Method in class com.jcorporate.expresso.core.security.User
Uncaches the underlying UserInfo implementation object
clear() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Clears the buffer and prepares it for reuse.
clearAttributes() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Clear the Attribute values
clearBlockCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
 
clearCallableStatement() - Method in class com.jcorporate.expresso.core.db.DBConnection
Clear a callable statement associated with this record.
clearDistinctFields() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This convenience method clears all the distinct flags of DBFields belonging to this DBObject

author Peter Pilgrim

clearError(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Used to clear field error flags.
clearFieldsToRetrieve() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This convenience method clears all the fileds to be retrieved DBFields belonging to this DBObject

author Yves Henri Amaizo

clearFileMap() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
clearFormCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Completely clear the internal formResponseCache Creation date: (7/19/00 6:53:58 PM) author: Adam Rossi, PlatinumSolutions
clearFormCache() - Method in class com.jcorporate.expresso.core.controller.State
Clears the form cache in the controller response
clearInputCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Clear the input cache
clearLowestCache() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Removed the least used Cache
clearNoNotify(String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Clears all caches in this db context but doesn't notify any listeners
clearNoNotify(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Clear the named cache, but don't send the remote system notifications.
clearNoNotify() - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Clears all caches in this db context but doesn't notify any listeners
clearNoNotify(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Clear the named cache, but don't send the remote system notifications.
clearNoNotify() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Clears all caches in this db context but doesn't notify any listeners
clearNoNotify(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Clear the named cache, but don't send the remote system notifications.
clearOutputCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Clear the output cache
clearPreparedStatement() - Method in class com.jcorporate.expresso.core.db.DBConnection
Clear a prepared statement associated with this record.
clearSortKeys() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Clear the sort keys
clearStatus() - Method in class com.jcorporate.expresso.ext.controller.TestController
Clears the status message.
clearTransitionCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
 
clearUsedCount() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
clearUsedCount() - Method in class com.jcorporate.expresso.core.controller.Output
Clears the used count
clone() - Method in class com.jcorporate.expresso.core.controller.Block
Generate a copy of this current Block
clone() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Shouldn't be normally called directly.
clone() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Returns a clone of this object.
clone() - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
clone method
clone() - Method in class com.jcorporate.expresso.core.controller.Input
Clones the input as per standard java.lang.Object specifications
clone() - Method in class com.jcorporate.expresso.core.controller.Output
Deep copy clone the object
clone() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Method that returns a copy of itself with all the fields properly filled out.
clone() - Method in class com.jcorporate.expresso.core.controller.State
returns a copy of itself
clone() - Method in class com.jcorporate.expresso.core.controller.Transition
Returns a copy of itself
clone() - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
close() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Close the query resources held by the object.
close(DBConnection) - Method in class com.jcorporate.expresso.core.db.DBInitializer
 
close() - Method in class com.jcorporate.expresso.core.logging.DBAppender
 
close() - Method in class com.jcorporate.expresso.ext.report.DocBookFilterWriter
Override from Writer.
close() - Method in class com.jcorporate.expresso.services.html.ReportPage
Close the report, writing the final HTML.
closeWriter() - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Closes the output writer ignoring any errors recieved.
codeMatches(String) - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Function to match the code in the DB versus the code in the request.
com.jcorporate.expresso.core - package com.jcorporate.expresso.core
The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.
com.jcorporate.expresso.core.cache - package com.jcorporate.expresso.core.cache
Package containing all of the objects for Expresso's Cache Manager, a general-purpose system for in-memory caching.
com.jcorporate.expresso.core.controller - package com.jcorporate.expresso.core.controller
This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.
com.jcorporate.expresso.core.controller.session - package com.jcorporate.expresso.core.controller.session
This package contains the interface PeristantSession and a number of implementations of this interface.
com.jcorporate.expresso.core.dataobjects - package com.jcorporate.expresso.core.dataobjects
The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.
com.jcorporate.expresso.core.dataobjects.jdbc - package com.jcorporate.expresso.core.dataobjects.jdbc
This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.
com.jcorporate.expresso.core.db - package com.jcorporate.expresso.core.db
Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso.
com.jcorporate.expresso.core.db.datasource - package com.jcorporate.expresso.core.db.datasource
DataSource components for establishing database connections and connection pooling via JNDI Also contains all Exceptions used for Data Source while working with Expresso.
com.jcorporate.expresso.core.db.exception - package com.jcorporate.expresso.core.db.exception
Specific database exceptions, subclassing DBException
com.jcorporate.expresso.core.dbobj - package com.jcorporate.expresso.core.dbobj
Ancestor objects for all Database Objects and Schemas.
com.jcorporate.expresso.core.i18n - package com.jcorporate.expresso.core.i18n
This package contains classes used for Expresso's I18N capabilities.
com.jcorporate.expresso.core.job - package com.jcorporate.expresso.core.job
Classes that define "Jobs" or server-side tasks that are run asynchronously to the user's web browser.
com.jcorporate.expresso.core.jsdkapi - package com.jcorporate.expresso.core.jsdkapi
The different versions of the Servlet API have different methods for handling includes, forwards, session attributes, etc.
com.jcorporate.expresso.core.logging - package com.jcorporate.expresso.core.logging
This package contains the objects that form Expresso's interface to the log4j logging system, including a custom appender to write to Expresso database-based log.
com.jcorporate.expresso.core.misc - package com.jcorporate.expresso.core.misc
Miscellaneous objects for file manipulation, running OS processes, etc
com.jcorporate.expresso.core.misc.upload - package com.jcorporate.expresso.core.misc.upload
Classes to assist in parsing multi-part upload requests
com.jcorporate.expresso.core.security - package com.jcorporate.expresso.core.security
This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.
com.jcorporate.expresso.core.security.filters - package com.jcorporate.expresso.core.security.filters
Contains the mechanisms to filter malicious control characters from strings before being sent to a browser.
com.jcorporate.expresso.core.security.strongencryption - package com.jcorporate.expresso.core.security.strongencryption
Package for containing Hashing and Symmetric encryption.
com.jcorporate.expresso.core.security.weakencryption - package com.jcorporate.expresso.core.security.weakencryption
Package for containing Hashing and Symmetric encryption.
com.jcorporate.expresso.core.servlet - package com.jcorporate.expresso.core.servlet
Base classes for all JavaCorporate servlets.
com.jcorporate.expresso.core.servlet.viewhandler - package com.jcorporate.expresso.core.servlet.viewhandler
Servlets to render the View.
com.jcorporate.expresso.core.utility - package com.jcorporate.expresso.core.utility
Package to contain all of the 'utility' programs in Expresso - these are applications that run from the command line (e.g. not servlets)
com.jcorporate.expresso.ext.controller - package com.jcorporate.expresso.ext.controller
Controllers that are optional to Expresso.
com.jcorporate.expresso.ext.dbobj - package com.jcorporate.expresso.ext.dbobj
Contains database object definitions for download files functionality and self-Registered User functionality.
com.jcorporate.expresso.ext.dbobj.regobj - package com.jcorporate.expresso.ext.dbobj.regobj
Example database objects for use in the built in registration system
com.jcorporate.expresso.ext.job - package com.jcorporate.expresso.ext.job
Jobs that are optional to the Expresso system.
com.jcorporate.expresso.ext.ldap - package com.jcorporate.expresso.ext.ldap
This package contains the LDAP-aware implementation of the UserInfo interface.
com.jcorporate.expresso.ext.regexp - package com.jcorporate.expresso.ext.regexp
Deprecated Regular Expression Package.
com.jcorporate.expresso.ext.report - package com.jcorporate.expresso.ext.report
Contains an example of a ReportPage object to report statistics on downloaded files.
com.jcorporate.expresso.ext.struts.taglib - package com.jcorporate.expresso.ext.struts.taglib
This package contains tag libraries that correspond to the Struts Library tags.
com.jcorporate.expresso.ext.struts.taglib.bean - package com.jcorporate.expresso.ext.struts.taglib.bean
Expresso extensions of Struts bean tags.
com.jcorporate.expresso.ext.struts.taglib.html - package com.jcorporate.expresso.ext.struts.taglib.html
Expresso extensions of Struts html tags.
com.jcorporate.expresso.ext.struts.taglib.logic - package com.jcorporate.expresso.ext.struts.taglib.logic
Expresso extensions of Struts logic tags.
com.jcorporate.expresso.ext.taglib - package com.jcorporate.expresso.ext.taglib
This package contains an abundance of Expresso specific tags.
com.jcorporate.expresso.ext.xml.controller - package com.jcorporate.expresso.ext.xml.controller
Contains a controller object for importing and export DBObject data into XML formats.
com.jcorporate.expresso.ext.xml.dbobj - package com.jcorporate.expresso.ext.xml.dbobj
Contains database objects for configuring XSL transformations of XML output from Controller objects.
com.jcorporate.expresso.kernel - package com.jcorporate.expresso.kernel
The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime.
com.jcorporate.expresso.kernel.digester - package com.jcorporate.expresso.kernel.digester
This package contain bean classes and digester rule classes for loading the expresso runtime configuration file, and expresso component metadata.
com.jcorporate.expresso.kernel.digester - package com.jcorporate.expresso.kernel.digester
This package contain bean classes and digester rule classes for loading the expresso runtime configuration file, and expresso component metadata.
com.jcorporate.expresso.kernel.exception - package com.jcorporate.expresso.kernel.exception
This package contains an exception hierarchy that can be thrown by the Expresso runtime system..
com.jcorporate.expresso.kernel.internal - package com.jcorporate.expresso.kernel.internal
This package contains classes that should not be normally used or referenced outside of the kernel package hierarchy.
com.jcorporate.expresso.kernel.management - package com.jcorporate.expresso.kernel.management
This package provide classes that provide the core logic for managing the Expresso configuration hierarchy.
com.jcorporate.expresso.kernel.metadata - package com.jcorporate.expresso.kernel.metadata
This package contains bean classes that are created/loaded by the Digester system to represent metadata for Expresso components.
com.jcorporate.expresso.kernel.util - package com.jcorporate.expresso.kernel.util
This package contains utility classes that assist in the operation of the kernel package and any other Expresso classes.
com.jcorporate.expresso.services.controller.configuration - package com.jcorporate.expresso.services.controller.configuration
 
com.jcorporate.expresso.services.controller.dbmaint - package com.jcorporate.expresso.services.controller.dbmaint
This package contains the various State objects that make up the "Model" of the DBMaint controller.
com.jcorporate.expresso.services.controller.ui - package com.jcorporate.expresso.services.controller.ui
Objects that provide an automatic user interface rendering capability to the system
com.jcorporate.expresso.services.crontab - package com.jcorporate.expresso.services.crontab
Objects that provide a system to run scheduled, recurring jobs.
com.jcorporate.expresso.services.dbobj - package com.jcorporate.expresso.services.dbobj
Common database objects - used in many different applications
com.jcorporate.expresso.services.html - package com.jcorporate.expresso.services.html
HTML objects - used to build HTML pages by servlets to define their user interface.
com.jcorporate.expresso.services.job - package com.jcorporate.expresso.services.job
Contains a "test" job that can be used to verify that the Job Handler sub-system of Expresso is working correctly.
com.jcorporate.expresso.services.servlet - package com.jcorporate.expresso.services.servlet
Contains servlets used to maintain and view the database log, show status of the system, and to provide a servlet-based front-end to the DBTool program for creating database tables and other setup.
com.jcorporate.expresso.services.test - package com.jcorporate.expresso.services.test
Contains classes that assist in unit testing using JUnit and Cactus testing.
com.jcorporate.expresso.services.validation - package com.jcorporate.expresso.services.validation
This package provides for a 'validation framework'.
comment(char[], int, int) - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
 
commit() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
 
commit() - Method in class com.jcorporate.expresso.core.db.DBConnection
Send a COMMIT to the database, closing the current transaction If the database driver claims it doesn't support transactions, then we skip this.
commit() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Send a COMMIT to the database, closing the current transaction If the database driver claims it doesn't support transactions, then we skip this.
compare(Object, Object) - Method in class com.jcorporate.expresso.core.dbobj.ValidValue.DescriptionComparator
Comparison method Compares its two arguments for order.
compare(Object, Object) - Method in class com.jcorporate.expresso.core.dbobj.ValidValue.ValueComparator
Comparison method Compares its two arguments for order.
compare(String) - Static method in class com.jcorporate.expresso.core.utility.XlateUtil
Compares all MessagesBundles against all directories.
compare(String, String) - Static method in class com.jcorporate.expresso.core.utility.XlateUtil
Compares the files for a particular language.
compareDecimals(String, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Compare 2 decimals string

author Henri Yves AMAIZO

compareIntegers(String, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Compare 2 integers string.
compareOneFile(BufferedReader, String) - Static method in class com.jcorporate.expresso.core.utility.XlateUtil
Given a buffered reader, checks against the default language
compareTables(InstallLog, Vector, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Reverse engineer the table for each db object for every known schema, then compare the fields in the database to the fields in the db object and report on the differences to the the log and to System.err

todo why isn't this log passed in used?

compareTo(Object) - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Compares this object with the specified object for order.
compareTo(ReusableChar) - Method in class com.jcorporate.expresso.core.misc.ReusableChar
Compares two Characters numerically.
compareTo(Object) - Method in class com.jcorporate.expresso.core.misc.ReusableChar
Compares this Character to another Object.
compareTo(ReusableLong) - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Compares two Longs numerically.
compareTo(Object) - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Compares this Long to another Object.
compareTo(Object) - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Standard comparison operator.
compile(String) - Method in class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
compiler - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Used for regular expression compilation
compiler - Static variable in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Used for regular expression compilation
compiler - Static variable in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
Used for regular expression compilation
completedSuccessfully() - Method in class com.jcorporate.expresso.ext.dbobj.URLReader
 
component - Variable in class com.jcorporate.expresso.ext.taglib.StyleSheetTag
The component to use for the stylesheet.
componentToUse - Variable in class com.jcorporate.expresso.ext.taglib.StyleSheetTag
 
condition() - Method in class com.jcorporate.expresso.ext.struts.taglib.logic.ExNotPresentTag
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
condition(boolean) - Method in class com.jcorporate.expresso.ext.struts.taglib.logic.ExPresentTag
Evaluate the condition that is being tested by this particular tag, and return true if the nested body content of this tag should be evaluated, or false if it should be skipped.
config(ServletConfig) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Called by the initial load servlet to initialize the entire system
configure(Configuration) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
 
configure(Configuration) - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Lifecycle event for configuration.
configure(Configuration) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
configure(Configuration) - Method in class com.jcorporate.expresso.core.db.DBConfig
Configuration Event.
configure(Configuration) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Sets up all the types now that we know the parent's data context.
configure(Configuration) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Provide Configurations
configure(Configuration) - Method in class com.jcorporate.expresso.core.security.CryptoManager
Configure the Cryptographic manager
configure(Configuration) - Method in interface com.jcorporate.expresso.kernel.ComponentLifecycle
Configure the service.
configure(Configuration) - Method in class com.jcorporate.expresso.kernel.DataContext
This is the implementation of the ExpressoComponent configure() component event lifecycle.
configure(Configuration) - Method in class com.jcorporate.expresso.kernel.RootContainer
Configure the global container including type conversion for default values.
configure(Configuration) - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Configure the DefaultServiceWriter.
configureComponent(ComponentConfig, ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Configures a single component.
connect(String, String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Connect to the database, ready to execute statements
connect(JndiDataSource) - Method in class com.jcorporate.expresso.core.db.DBConnection
Connect to the database, ready to execute statements
connectionSetup(String, String, String, String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Sets up the connection whether JDBC or JNDI Datasources
constructComponent(ComponentContainer, ComponentConfig) - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Constructs a Component.
constructComponentContainer() - Method in class com.jcorporate.expresso.kernel.SystemFactory
Single location that constructs all the Container Implementation classes.
constructComponentContainer() - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Constructs a blank component container and provides an eventual single point to change to allow people to swap different implementations of their component containers.
constructControllers() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Adds the appropriate controllers to the schema
constructDBObjects() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Adds all the Expresso DbObjects
constructDefaultConfig(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
This class provides the ability to instantiated a blank component initialized only with the default values provided by the component's metadata.
constructMetadata() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Construction method so that you can create custom derived metadata classes derived from JoinedDataObjectMetaData for custom fields, etc.
constructNewMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Construction method to allow for specialized metadata with specialized fields other than DBObjectDef.
constructNotLoggedInUser() - Method in class com.jcorporate.expresso.core.security.User
 
constructRootContainer() - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Constructs a blank root container that has not been initialized yet, but has metadata fully loaded
constructSQL() - Method in class com.jcorporate.expresso.core.dbobj.DBIndex
Constructs a SQL CREATE INDEX statement for use in the DBCreate sequence
constructSetupValues() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Adds the setup values for this schema to the schema's definition
contains(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Checks if a particular dbobject resides in a given schema.
contains(String, String) - Method in interface com.jcorporate.expresso.kernel.Configuration
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
 
containsCrontabEntry(CrontabEntry) - Method in class com.jcorporate.expresso.services.crontab.Crontab
Checks if a given crontab entry is sitting in the queue waiting for execution
containsKey(Object) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Determine whether a given key has been inserted.
containsKey(Object) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Determine whether a given key has been inserted.
containsWildCards(JDBCDataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
See if this field value contains wild cards (e.g. pattern matching criteria for the database).
containsWildCards(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
See if this field value contains wild cards (e.g. pattern matching criteria for the database).
content - Variable in class com.jcorporate.expresso.core.misc.upload.FileItem
Cached contents of the file.
contentString - Variable in class com.jcorporate.expresso.services.html.Text
 
contentType - Variable in class com.jcorporate.expresso.core.misc.upload.FileItem
The content type passed by the browser or null if not defined.
contents - Variable in class com.jcorporate.expresso.services.html.HtmlElement
 
contextMap - Variable in class com.jcorporate.expresso.core.dbobj.NextNumberImpl
Top level hashMap - This level separates the db contexts.
controllerCache - Variable in class com.jcorporate.expresso.core.controller.DefaultControllerFactory
Class Instantiation.
controllerProcess() - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Run the target controller.
convert(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
convert(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
convertAndTrim(String) - Static method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
A static version of the convert method, which trims the string data and applies the conversion specified in the property given by URL_CASE_FOLDING.
convertCommaToDot(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Replace all comma by dot

author Henri Yves AMAIZO

convertDotToComma(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Replace all dots byt comma

author Henri Yves AMAIZO

convertNewline(String) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Convert newlines to what we want.
cookieDecode(String) - Static method in class com.jcorporate.expresso.core.misc.CookieUtil
cookieDecode - given a string, encrypt it to block plaintext snooping traffic to catch user ids and passwords.
cookieEncode(String) - Static method in class com.jcorporate.expresso.core.misc.CookieUtil
cookieEncode - given a string, encrypt it to block plaintext snooping traffic to catch user ids and passwords.
copyAttributes(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
called by newInstance(), this method should make sure that the newly created object is properly initialized
copyAttributes(DBObject) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
this method should make sure that the 'returnObj' object is properly initialized with copied UID and data context as this (parent) object
copyFile(String, String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Utility method to copy a file from one place to another & delete the original.
copyFile(File, File) - Static method in class com.jcorporate.expresso.ext.report.XMLPrinter
 
copyStream(InputStream, OutputStream) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
CopyStream does just what it says: It copies the entire contents of the input stream to the output stream by using reading and writing in 4k chunks.
count() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Just like find, but only retrieves the count, not the records themselves.
count() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Just like find, but only retrieves the count, not the records themselves.
count() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieves the count of any particular join based upon the field values of the data object.
count() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Just like find, but only retrieves the count, not the records themselves.
count(String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Just like find, but only retrieves the count, not the records themselves.
count() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Just like find, but only retrieves the count, not the records themselves.
count() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Security check on count
countTotalRecords - Variable in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Allows counting total records to be skipped so we can improve performance on large tables.
counterLock - Static variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
 
counterValue - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Unique id for sorting.
countryCodeLock - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
countryCodes - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
cplusCommentColor - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
createAction(String) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
Creates and return the Action controller.
createAndExecuteSearch(ArrayList) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Refactoring to split the execution of a query statement into the query part and the load part.
createAndRunStoreProcedure(ArrayList) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Refactoring to split the execution of a query statement into the query part and the load part.
createAsNeeded(Schema, String) - Method in class com.jcorporate.expresso.core.db.TableCreator
Try to do a search on each DBObject member - if we fail we know the table does not exist.
createCache(String, String, boolean) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Creates a cache as specified by the parameters listed.
createCache(String, String, boolean, int) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
createCache(String, boolean) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Creates a cache as specified by the parameters listed.
createCache(String, boolean, int) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
createCache(String, boolean, int) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Creates a cache as specified by the parameters listed.
createCache(String, boolean) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Creates a cache defined by whether the cache is to be ordered, it's name and it's maximum size.
createCallableStatement(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Creates a CallableStatment object.
createConfigBean(DefaultConfigBean, ComponentConfig, ComponentMetadata) - Method in class com.jcorporate.expresso.kernel.metadata.IndexedProperty
Load the configBean with values for this property.
createConfigBean(DefaultConfigBean, ComponentConfig, ComponentMetadata) - Method in class com.jcorporate.expresso.kernel.metadata.MappedProperty
Load the configBean with values for this property.
createConfigBean(DefaultConfigBean, ComponentConfig, ComponentMetadata) - Method in class com.jcorporate.expresso.kernel.metadata.Property
Override in subclasses.
createConfigBean(DefaultConfigBean, ComponentConfig, ComponentMetadata) - Method in class com.jcorporate.expresso.kernel.metadata.SimpleProperty
Load the configBean with values for this property.
createDBObjectBlock(ControllerRequest, ControllerResponse, DataObject) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Creates a DBObject Block that contains all the non-secret fields for the DBObject.
createDBObjectBlock(ControllerRequest, ControllerResponse, String, DataObject) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Creates a DBObject Block that contains all the non-secret fields for the DBObject.
createDBObjectBlock(ControllerRequest, ControllerResponse, DataObject) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Creates a DBObject Block that contains all the non-secret fields for the DBObject.
createDBObjectBlock(ControllerRequest, ControllerResponse, String, DataObject) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Creates a DBObject Block that contains all the non-secret fields for the DBObject.
createDataObject(Class, String, int) - Static method in class com.jcorporate.expresso.core.dataobjects.DataObjectFactory
Typesafe way of creating a data object that doesn't implement Defineable
createDataObject(Class, String, String, int) - Static method in class com.jcorporate.expresso.core.dataobjects.DataObjectFactory
Typesafe way of creating a dataobject
createIndices(DBObject, DBConnection, boolean) - Method in class com.jcorporate.expresso.core.db.TableCreator
create indices, using provided connection if any, and complaining upon failure if specified
createItem(String, int, boolean) - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Creates a new instance of a FileItem.
createNestedDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Creates a new copy of blank data objects for use in the main objects
createNewConnection() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Creates a new connection to the data source
createNewMetadata(String, Object) - Method in class com.jcorporate.expresso.kernel.InstallationOptions
Kind of a factory method.
createObject(Class, String, int) - Static method in class com.jcorporate.expresso.core.dataobjects.DataObjectFactory
Creates an object that doesn't implement Defineable.
createObject(Class, String, String, int) - Static method in class com.jcorporate.expresso.core.dataobjects.DataObjectFactory
Create an object given the class, datacontext, definition and uid.
createPreparedStatement(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Creates a PreparedStatment object.
createQueryStringFromMap(Map, String) - Static method in class com.jcorporate.expresso.core.controller.SecureRequestUtils
Builds a query string from a given map of parameters
createSecurityCache() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Creates the security caches Synchronized to provide thread safety since this is accessing a system-wide object.
createStatement() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return a Statement object from this connection - for compatibility with the DBConnection object in Turbine
createTable(DBObject) - Method in class com.jcorporate.expresso.core.db.TableCreator
Create the table needed by this DB Object in the database.
createTable() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
Create the sequence in the database.
createTableSQLDefinition(DBObject, FastStringBuffer) - Method in class com.jcorporate.expresso.core.db.TableCreator
Create the SQL statement to create the table.
createTables(InstallLog, Vector, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Create the tables required by the database objects in the list of schemas.
createTestResult() - Method in class com.jcorporate.expresso.ext.controller.TestController
Creates the TestResult to be used for the test run.
createValidationCode() - Static method in class com.jcorporate.expresso.services.validation.ValidationEntry
Create a cryptographically sound validation code for use in the validation operation [Currently generates a 256-bit random number] Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee, strengthened by Mike Rimov
createWordWrappedString(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Take an input string S, break the string into parts of N up to 72 characters long which word wrapped with respective to blank space characters and separated with the newline characters.
createWordWrappedString(String, int, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Take an input string S, break the string into parts of N up to F characters long which word wrapped with respective to blank space characters and separated with the supplied delimiter D.
created - Variable in class com.jcorporate.expresso.core.cache.CacheEntry
When created *
criteria - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
The dataobject to use to build the SQL search/update statements.
cssObject() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
 
cstyleCommentColor - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
ctlrResp - Variable in class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
ctlrResp - Variable in class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
currentState - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The current state
currentStatus - Variable in class com.jcorporate.expresso.core.dataobjects.BaseDataObject
Default constructed status
currentValue - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
The Current Value
currentValue - Variable in class com.jcorporate.expresso.services.html.CheckBox
 
customResponse - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
NOTE: Any Controller that must access the HttpServletResponse object available from the ControllerRequest object and handle making it's own response to the client (e.g. a custom mime type, multimedia stream, etc), should call setCustomResponse(true) to tell the caller that it should not try to format the Outputs, Inputs, and Transitions from this controller call.
customWhereClause - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
If we are using a custom where clause for this query, it's stored here.

D

DATETIME_FORMAT - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
 
DATETIME_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
datetime is a synonym for timestamp
DATE_FORMAT - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
 
DATE_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Date regular expression syntax for easy reference.
DATE_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
DBAccessDeniedException - exception com.jcorporate.expresso.core.db.exception.DBAccessDeniedException.
This class is thrown when an attempt is made to access a resource protected by the Expresso Framework, the framework will throw this Exception.
DBAccessDeniedException() - Constructor for class com.jcorporate.expresso.core.db.exception.DBAccessDeniedException
Constructs a DBAccessDeniedException with no detail message.
DBAccessDeniedException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.DBAccessDeniedException
Constructs a DBAccessDeniedException with the specified detail message.
DBAppender - class com.jcorporate.expresso.core.logging.DBAppender.
JDBC type appender for Log4j
DBAppender() - Constructor for class com.jcorporate.expresso.core.logging.DBAppender
 
DBConfig - class com.jcorporate.expresso.core.db.DBConfig.
Database Configuration Component
DBConfig() - Constructor for class com.jcorporate.expresso.core.db.DBConfig
Default constructor.
DBConnection - class com.jcorporate.expresso.core.db.DBConnection.
Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBConnection(String, String, String) - Constructor for class com.jcorporate.expresso.core.db.DBConnection
Constructor Create a new connection object
DBConnection(JDBCConfig) - Constructor for class com.jcorporate.expresso.core.db.DBConnection
Constructor Create a new connection object
DBConnection(String, String, String, String) - Constructor for class com.jcorporate.expresso.core.db.DBConnection
Constructor Create a new connection object
DBConnectionPool - class com.jcorporate.expresso.core.db.DBConnectionPool.
a generic database connection pooling object.
DBConnectionPool() - Constructor for class com.jcorporate.expresso.core.db.DBConnectionPool
Default Constructor
DBController - class com.jcorporate.expresso.core.controller.DBController.
An extension of the basic Controller object that knows how to connect to a database, and how to read it's own security information for each state
DBController() - Constructor for class com.jcorporate.expresso.core.controller.DBController
 
DBCreate - class com.jcorporate.expresso.services.servlet.DBCreate.
Servlet to initialize the database and various default items in it.
DBCreate() - Constructor for class com.jcorporate.expresso.services.servlet.DBCreate
 
DBDescription - class com.jcorporate.expresso.ext.taglib.DBDescription.
 
DBDescription() - Constructor for class com.jcorporate.expresso.ext.taglib.DBDescription
 
DBException - exception com.jcorporate.expresso.core.db.DBException.
DBException
DBException() - Constructor for class com.jcorporate.expresso.core.db.DBException
 
DBException(String) - Constructor for class com.jcorporate.expresso.core.db.DBException
 
DBException(String, String) - Constructor for class com.jcorporate.expresso.core.db.DBException
 
DBException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.db.DBException
 
DBException(Throwable) - Constructor for class com.jcorporate.expresso.core.db.DBException
 
DBF_DBDESC - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBF_DBKEY - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBF_DBNAME - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBF_DB_FILTER_FNAME - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBF_DB_FILTER_VALUE - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBF_DB_FILTER_WHERE - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBField - class com.jcorporate.expresso.core.dbobj.DBField.
A DBField object represents a single field definition in a DBObjectDef.
DBField(String, String, int, int, boolean, String) - Constructor for class com.jcorporate.expresso.core.dbobj.DBField
Constructor: A DBField is initialized knowing it's name, type, size, description and whether or not it can accept null or empty values
DBField(String, String, int, boolean, String) - Constructor for class com.jcorporate.expresso.core.dbobj.DBField
constructor for types with no size
DBIndex - class com.jcorporate.expresso.core.dbobj.DBIndex.
Bean class that describes a database index.
DBIndex() - Constructor for class com.jcorporate.expresso.core.dbobj.DBIndex
Default Constructor - Sets everything to null
DBIndex(String, String, String, boolean) - Constructor for class com.jcorporate.expresso.core.dbobj.DBIndex
All in one constructor
DBInitializer - class com.jcorporate.expresso.core.db.DBInitializer.
DBInitializer is a multi-purpose tool for working with database objects.
DBInitializer() - Constructor for class com.jcorporate.expresso.core.db.DBInitializer
Constructor
DBInitializer(String) - Constructor for class com.jcorporate.expresso.core.db.DBInitializer
Constructor
DBM_ACTION_KEY - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBM_ACTION_SEARCH - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
 
DBMaint - class com.jcorporate.expresso.ext.taglib.DBMaint.
A simple tag to provide a row for a table that contains links to the DBMaint controller providing add/update/delete functionality for a specific DB object.
DBMaint() - Constructor for class com.jcorporate.expresso.ext.taglib.DBMaint
 
DBMessage - class com.jcorporate.expresso.services.dbobj.DBMessage.
A DBMessage is a string that is intercepted coming from the DBMS as an error or warning message.
DBMessage() - Constructor for class com.jcorporate.expresso.services.dbobj.DBMessage
 
DBMessage(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DBMessage
 
DBMessage(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.DBMessage
For using DBObjects within Controllers.
DBNotLoggedInException - exception com.jcorporate.expresso.core.db.exception.DBNotLoggedInException.
This class is thrown when an attempt is made to access a resource protected by the Expresso Framework and specifically the end user has not prsented any login credentials yet.
DBNotLoggedInException() - Constructor for class com.jcorporate.expresso.core.db.exception.DBNotLoggedInException
Constructs a DBNotLoggedInException with no detail message.
DBNotLoggedInException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.DBNotLoggedInException
Constructs a DBNotLoggedInException with the specified detail message.
DBOBJECT_LABEL - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
DBOBJECT_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjSecurity
field names
DBObjImpl - class com.jcorporate.expresso.services.dbobj.DBObjImpl.
Deprecated. since Expresso 5.3 [never used]
DBObjImpl() - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjImpl
Deprecated.  
DBObjImpl(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjImpl
Deprecated.  
DBObjImpl(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjImpl
Deprecated. For using DBObjects within Controllers.
DBObjLimit - class com.jcorporate.expresso.services.dbobj.DBObjLimit.
A DBObjLimit defines the number of records the standard maintenance servlet will display before it breaks a page.
DBObjLimit() - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjLimit
 
DBObjLimit(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjLimit
 
DBObjLimit(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjLimit
For using DBObjects within Controllers.
DBObjSecurity - class com.jcorporate.expresso.services.dbobj.DBObjSecurity.

Database Object Security: What is this user allowed to do with a given database object

DBObjSecurity() - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjSecurity
 
DBObjSecurity(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjSecurity
Construct a DBObjSecurity object with the given owner credentials
DBObjSecurity(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.DBObjSecurity
For using DBObjects within Controllers.
DBObject - class com.jcorporate.expresso.core.dbobj.DBObject.
DBObjects are the core of Expresso's object-relational mapping.
DBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject
Default Constructor.
DBObject(DBConnection) - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject
Constructor that sets a connection as the object is created - typically this is used when a particular DBConnection is required for the purposes of maintaining a database transaction.
DBObject(DBConnection, String) - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject
Constructor that sets a connection as the object is created - typically this is used when a particular DBConnection is required for the purposes of maintaining a database transaction.
DBObject(RequestContext) - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject
For using DBObjects within Controllers.
DBObject(String) - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject
Initialize this DBObject and set the db/context to the specified key
DBObject.FieldError - class com.jcorporate.expresso.core.dbobj.DBObject.FieldError.
Private class that defines errors for fields.
DBObject.FieldError() - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject.FieldError
Default Constructor
DBObject.FieldError(String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject.FieldError
Constructor that sets all fields.
DBObject.FieldUpdate - class com.jcorporate.expresso.core.dbobj.DBObject.FieldUpdate.
Private class used to track field updates
DBObject.FieldUpdate() - Constructor for class com.jcorporate.expresso.core.dbobj.DBObject.FieldUpdate
Constructor
DBObjectData - class com.jcorporate.expresso.kernel.metadata.DBObjectData.
DBObject specific metadata.
DBObjectData() - Constructor for class com.jcorporate.expresso.kernel.metadata.DBObjectData
Default constructor
DBObjectDef - class com.jcorporate.expresso.core.dbobj.DBObjectDef.
This object contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
DBObjectDef() - Constructor for class com.jcorporate.expresso.core.dbobj.DBObjectDef
Default Constructor.
DBOtherMap - class com.jcorporate.expresso.services.dbobj.DBOtherMap.
DBOtherMap Tells about database objects that reside in Other Databases - e.g. somewhere other than the control database where this table is found.
DBOtherMap() - Constructor for class com.jcorporate.expresso.services.dbobj.DBOtherMap
Constructor
DBOtherMap(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DBOtherMap
 
DBOtherMap(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.DBOtherMap
For using DBObjects within Controllers.
DBRecordChangedException - exception com.jcorporate.expresso.core.db.exception.DBRecordChangedException.
 
DBRecordChangedException() - Constructor for class com.jcorporate.expresso.core.db.exception.DBRecordChangedException
Constructs a DBRecordChanged with no detail message.
DBRecordChangedException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.DBRecordChangedException
Constructs a DBRecordChanged with the specified detail message.
DBRecordNotFoundException - exception com.jcorporate.expresso.core.db.exception.DBRecordNotFoundException.
 
DBRecordNotFoundException() - Constructor for class com.jcorporate.expresso.core.db.exception.DBRecordNotFoundException
Constructs a DBRecordNotFoundException with no detail message.
DBRecordNotFoundException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.DBRecordNotFoundException
Constructs a DBRecordNotFoundException with the specified detail message.
DBSequence - class com.jcorporate.expresso.core.dbobj.DBSequence.
DBSequence is a special DBObject that wraps a database sequence.
DBSequence() - Constructor for class com.jcorporate.expresso.core.dbobj.DBSequence
DBSequence constructor comment.
DBSequence(DBConnection) - Constructor for class com.jcorporate.expresso.core.dbobj.DBSequence
Creation date: (4/7/00 2:45:10 PM)
DBSequence(int) - Constructor for class com.jcorporate.expresso.core.dbobj.DBSequence
 
DBServlet - class com.jcorporate.expresso.core.servlet.DBServlet.
A Servlet set up to have access to a relational database from the server side.
DBServlet() - Constructor for class com.jcorporate.expresso.core.servlet.DBServlet
 
DBTestSuite - class com.jcorporate.expresso.services.test.DBTestSuite.
Database Test suite that needs a database setup during startup and a schema tear down at completion.
DBTestSuite() - Constructor for class com.jcorporate.expresso.services.test.DBTestSuite
 
DBTool - class com.jcorporate.expresso.core.utility.DBTool.
DBTool is a multi-purpose tool for working with database objects.
DBTool() - Constructor for class com.jcorporate.expresso.core.utility.DBTool
Constructor
DBToolTests - class com.jcorporate.expresso.core.utility.DBToolTests.
What this does:

Runs DBCreate on the schemas and makes sure that no exceptions are thrown while creating.

DBToolTests(String) - Constructor for class com.jcorporate.expresso.core.utility.DBToolTests
 
DBTransaction - class com.jcorporate.expresso.core.db.DBTransaction.
Generic database transaction object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBTransaction() - Constructor for class com.jcorporate.expresso.core.db.DBTransaction
Constructor Create a new connection object
DBTransaction(DBConnectionPool) - Constructor for class com.jcorporate.expresso.core.db.DBTransaction
Constructor Create a new connection object
DBTransaction(String) - Constructor for class com.jcorporate.expresso.core.db.DBTransaction
Constructor Create a new connection object
DB_CONN_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DBOtherMap
 
DB_OBJECT_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjLimit
 
DB_OBJECT_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DBOtherMap
 
DECIMAL_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
DEFAULT_BUFSIZE - Static variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The default lenght of the buffer used for processing.
DEFAULT_BUNDLE_NAME - Static variable in class com.jcorporate.expresso.core.i18n.MessageBundle
The default bundle name
DEFAULT_BUNDLE_PATH - Static variable in class com.jcorporate.expresso.core.i18n.MessageBundle
 
DEFAULT_CLASS_HANDLER - Static variable in class com.jcorporate.expresso.core.dbobj.NextNumber
 
DEFAULT_CLASS_HANDLER - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
DEFAULT_COLUMNS - Static variable in class com.jcorporate.expresso.ext.taglib.InputTag
Default columns setting
DEFAULT_CPLUS_COMMENT_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_CSTYLE_COMMENT_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_DB_CONTEXT_NAME - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Constant name for the 'Default' database context
DEFAULT_DB_CONTEXT_NAME - Static variable in class com.jcorporate.expresso.core.db.DBTransaction
Constant name for the 'Default' database context
DEFAULT_DECIMAL_NUMBER_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_DOUBLE_QUOTE_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_EXPRESSO_SERVICES - Static variable in class com.jcorporate.expresso.kernel.SystemFactory
Default filename to look for in classloader if all else fails.
DEFAULT_INDENT - Static variable in class com.jcorporate.expresso.ext.report.XMLPrinter
 
DEFAULT_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
DEFAULT_PERMISSION_GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
if no group has been named, here's a default name (10 char max) which is created by UserGroup.populateDefaultValues()
DEFAULT_PRIMITIVE_VAR_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_RESERVED_KEYWORD_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_ROWS - Static variable in class com.jcorporate.expresso.ext.taglib.InputTag
Default rows setting
DEFAULT_SINGLE_QUOTE_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_SPECIAL_KEYWORD_COLOR - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
DEFAULT_STYLE - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
DEFAULT_UPLOAD_SIZE_THRESHOLD - Static variable in class com.jcorporate.expresso.core.misc.upload.FileItem
The maximal size of request that will have it's elements stored in memory.
DEFAULT_VALUE - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
DELETE - Static variable in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Designates a Delete Operation
DEMO_GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
DESCRIP - Static variable in class com.jcorporate.expresso.services.dbobj.DBOtherMap
 
DESCRIPTION - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
DISABLED_ACCOUNT_STATUS - Static variable in class com.jcorporate.expresso.core.security.User
the string code for an disabled account
DOMWriter - interface com.jcorporate.expresso.kernel.management.DOMWriter.
This interface is the link between an XML DOM and the file it should serialize to.
DOUBLE_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
DSException - exception com.jcorporate.expresso.core.db.datasource.DSException.
Date Source Interface
DSException() - Constructor for class com.jcorporate.expresso.core.db.datasource.DSException
Default Constructor
DSException(String) - Constructor for class com.jcorporate.expresso.core.db.datasource.DSException
Constructs a DSException using a message
DSException(String, String) - Constructor for class com.jcorporate.expresso.core.db.datasource.DSException
 
DSException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.db.datasource.DSException
Constructs a DSException using a message
DSException(Throwable) - Constructor for class com.jcorporate.expresso.core.db.datasource.DSException
Constructs a DSException embedding an Exception within it.
DataContext - class com.jcorporate.expresso.kernel.DataContext.
This class is the code equivilant of the original <context> tag in the older expresso-config files.
DataContext() - Constructor for class com.jcorporate.expresso.kernel.DataContext
The default constructor.
DataContextIterator - class com.jcorporate.expresso.kernel.util.DataContextIterator.
This class is useful for iterating through all data contexts that are installed at the root level of the Expresso Runtime hierarchy.
DataContextIterator() - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
Default constructor.
DataContextIterator(String) - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
Constructor that finds a runtime by name.
DataContextIterator(RootContainerInterface) - Constructor for class com.jcorporate.expresso.kernel.util.DataContextIterator
Constructor that uses the RootContainerInterface given to it.
DataException - exception com.jcorporate.expresso.core.dataobjects.DataException.
Base class exception for the dataobjects framework.
DataException() - Constructor for class com.jcorporate.expresso.core.dataobjects.DataException
Default Constructor
DataException(String) - Constructor for class com.jcorporate.expresso.core.dataobjects.DataException
Constructs a DataException using a message
DataException(String, String) - Constructor for class com.jcorporate.expresso.core.dataobjects.DataException
 
DataException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.dataobjects.DataException
Constructs a DataException using a message
DataException(Throwable) - Constructor for class com.jcorporate.expresso.core.dataobjects.DataException
Constructs a DataException embedding an Exception within it.
DataExecutorInterface - interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface.
This class' job is to provide an interface between DataObjects and the underlying data source.
DataField - interface com.jcorporate.expresso.core.dataobjects.DataField.
This class represents a single field of data that is stored within the data object.