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.expr