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.
DataFieldMetaData - interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData.
This interface will eventually have the same public functionality as DBField.
DataObject - interface com.jcorporate.expresso.core.dataobjects.DataObject.
This interface represents the basic needs of a dataobject, namely to add, update and delete itself, set it's own fields, and deal with things accordingly It is currently considered BETA code at this time.
DataObjectFactory - class com.jcorporate.expresso.core.dataobjects.DataObjectFactory.
Constructs 'often' DataObjects based upon standard order of initialization and the interfaces it implements.
DataObjectMetaData - interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData.
This interface contains the "definition" of the DBObject, while the DBObject itself contains only the data itself.
DataQueryInterface - interface com.jcorporate.expresso.core.dataobjects.DataQueryInterface.
This interface provides a standard interface to deal with parts that operate and return multiple DataObjects.
DataSourceInterface - interface com.jcorporate.expresso.core.db.datasource.DataSourceInterface.
DataSourceComponent are the pure core of the Expresso framework.
DataTransfer - class com.jcorporate.expresso.ext.controller.DataTransfer.
DataTransfer is a controller used to move data from one db/context to another, with various options
DataTransfer() - Constructor for class com.jcorporate.expresso.ext.controller.DataTransfer
Default constructor
DataTransferObject - class com.jcorporate.expresso.core.dataobjects.DataTransferObject.
Basic HashMap wrapper for the Data Transfer Object pattern.
DataTransferObject() - Constructor for class com.jcorporate.expresso.core.dataobjects.DataTransferObject
 
DateTime - class com.jcorporate.expresso.core.misc.DateTime.
prepare timestamps for database storage
DateTime() - Constructor for class com.jcorporate.expresso.core.misc.DateTime
Constructor
DefaultAutoElement - class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement.
Default implementation of the AutoController Element.
DefaultAutoElement() - Constructor for class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
The constructor here is protected.
DefaultCacheManager - class com.jcorporate.expresso.core.cache.DefaultCacheManager.
[Currently a placeholder.
DefaultCacheManager() - Constructor for class com.jcorporate.expresso.core.cache.DefaultCacheManager
 
DefaultConfigBean - class com.jcorporate.expresso.kernel.internal.DefaultConfigBean.
This class represents a default implementation of the Configuration interface.
DefaultConfigBean() - Constructor for class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
 
DefaultContainerImpl - class com.jcorporate.expresso.kernel.DefaultContainerImpl.
This class is the default Container Implementation used by the Expresso Framework.
DefaultContainerImpl() - Constructor for class com.jcorporate.expresso.kernel.DefaultContainerImpl
Basic constructor.
DefaultControllerFactory - class com.jcorporate.expresso.core.controller.DefaultControllerFactory.
This version of Controller Factory acts dumb.
DefaultControllerFactory() - Constructor for class com.jcorporate.expresso.core.controller.DefaultControllerFactory
Do nothing constructor
DefaultDataField - class com.jcorporate.expresso.core.dataobjects.DefaultDataField.
Default implementation of the DataField interface.
DefaultDataField(DataFieldMetaData, DataObject) - Constructor for class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Creates a new DefaultDataField object.
DefaultEscapeHandler - class com.jcorporate.expresso.core.db.DefaultEscapeHandler.
This class character field filtering that is known to be compliant with the Firebird, MySQL and PostgreSQL databases.
DefaultEscapeHandler() - Constructor for class com.jcorporate.expresso.core.db.DefaultEscapeHandler
 
DefaultForm - class com.jcorporate.expresso.core.controller.DefaultForm.
* This class is a bridge between Expresso's Controller system and the Struts Action Form.
DefaultForm() - Constructor for class com.jcorporate.expresso.core.controller.DefaultForm
 
DefaultInit - class com.jcorporate.expresso.core.servlet.DefaultInit.
DefaultInit is an "empty" implementation of InitServlet, just so that there is a non-abstract implementation for Expresso to use when no specific lists are loaded.
DefaultInit() - Constructor for class com.jcorporate.expresso.core.servlet.DefaultInit
 
DefaultMimetypes - class com.jcorporate.expresso.services.dbobj.DefaultMimetypes.
Static object table that allows allocation and discarding the MimeTypes[] static string array.
DefaultMimetypes() - Constructor for class com.jcorporate.expresso.services.dbobj.DefaultMimetypes
 
DefaultParameterParser - class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser.
DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
DefaultParameterParser() - Constructor for class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Create a new empty instance of ParameterParser.
DefaultParameterParser(String) - Constructor for class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Create a new empty instance of ParameterParser.
DefaultServiceWriter - class com.jcorporate.expresso.kernel.management.DefaultServiceWriter.
Default Implementation of the class used to write the ExpressoServices configuration file to a file or stream.
DefaultServiceWriter() - Constructor for class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Default Constructor
DefaultSysEventHubImpl - class com.jcorporate.expresso.core.misc.DefaultSysEventHubImpl.
 
DefaultSysEventHubImpl() - Constructor for class com.jcorporate.expresso.core.misc.DefaultSysEventHubImpl
 
DefaultTransaction - class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction.
An implementation of a transaction object.
DefaultTransaction() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
 
DefaultUserInfo - class com.jcorporate.expresso.services.dbobj.DefaultUserInfo.
Default implementation of the UserInfo object.
DefaultUserInfo() - Constructor for class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Default constructor
DefaultUserInfo(int) - Constructor for class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Constructor with UID
DefaultUserInfo(DBConnection) - Constructor for class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
constructor for db transactions
DefaultUserInfo(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
For using DBObjects within Controllers.
DefaultViewHandler - class com.jcorporate.expresso.core.servlet.viewhandler.DefaultViewHandler.
ViewHandler designed to generate a default view in HTML when no other view is specified
DefaultViewHandler() - Constructor for class com.jcorporate.expresso.core.servlet.viewhandler.DefaultViewHandler
 
Defineable - interface com.jcorporate.expresso.core.dataobjects.Defineable.
Interface for providing auto-definition of DataObjects.
DelayThread - class com.jcorporate.expresso.core.security.DelayThread.
Simple class called to suspend thread execution for x many seconds before offering a retry to login.
DelayThread() - Constructor for class com.jcorporate.expresso.core.security.DelayThread
 
DelayThread(int) - Constructor for class com.jcorporate.expresso.core.security.DelayThread
Create the object and when run, pause for x number of seconds.
Describable - interface com.jcorporate.expresso.kernel.Describable.
This interface represents an object that can have it's metadata described by an XML file.
DocBookFilterReader - class com.jcorporate.expresso.ext.report.DocBookFilterReader.
A FilterReader that understands the docbook entities and converts them to their character codes.
DocBookFilterReader(Reader) - Constructor for class com.jcorporate.expresso.ext.report.DocBookFilterReader
Create the reader on a stream.
DocBookFilterWriter - class com.jcorporate.expresso.ext.report.DocBookFilterWriter.
A FilterWriter that understands the docbook entities and converts them from their character codes.
DocBookFilterWriter(Writer) - Constructor for class com.jcorporate.expresso.ext.report.DocBookFilterWriter
Create the writer on a stream.
DocBookPrinter - class com.jcorporate.expresso.ext.report.DocBookPrinter.
A (DOM) parser that understands the docbook schema and prints it nicely.
DocBookPrinter() - Constructor for class com.jcorporate.expresso.ext.report.DocBookPrinter
 
DoubleQuoteEscapeHandler - class com.jcorporate.expresso.core.db.DoubleQuoteEscapeHandler.
This class provides escape handling mechanism for SapDB.
DoubleQuoteEscapeHandler() - Constructor for class com.jcorporate.expresso.core.db.DoubleQuoteEscapeHandler
 
Download - class com.jcorporate.expresso.ext.controller.Download.
The download controller provides a ready-to-use component for people to download files through.
Download() - Constructor for class com.jcorporate.expresso.ext.controller.Download
 
DownloadFiles - class com.jcorporate.expresso.ext.dbobj.DownloadFiles.
This DBobject is used by the Download Controller to manage information about files available for download, security groups allowed to download which files, Download notes, and Mime Types settings.
DownloadFiles() - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadFiles
Constructor
DownloadFiles(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadFiles
Use over (String) constructor.
DownloadFiles(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadFiles
For using DBObjects within Controllers.
DownloadLog - class com.jcorporate.expresso.ext.dbobj.DownloadLog.
DownloadLog Log the latest download of a file by a user
DownloadLog() - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadLog
Constructor
DownloadLog(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadLog
Use over (String) constructor.
DownloadLog(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.DownloadLog
For using DBObjects within Controllers.
DownloadUsers - class com.jcorporate.expresso.ext.report.DownloadUsers.
A list of users who have downloaded a certain number of times
DownloadUsers() - Constructor for class com.jcorporate.expresso.ext.report.DownloadUsers
Constructor
DropDown - class com.jcorporate.expresso.services.html.DropDown.
Encapsulates an HTML drop-down box on an HTML form
DropDown(String) - Constructor for class com.jcorporate.expresso.services.html.DropDown
Constructor Create a new DropDown list with the specified field name
DropDown(String, String) - Constructor for class com.jcorporate.expresso.services.html.DropDown
Create a drop down with the field name as given with a specific current value
DuplicateKeyException - exception com.jcorporate.expresso.core.dataobjects.DuplicateKeyException.
Exception that gets thrown when there's a duplicate key in the table.
DuplicateKeyException() - Constructor for class com.jcorporate.expresso.core.dataobjects.DuplicateKeyException
Default Constructor
DuplicateKeyException(String) - Constructor for class com.jcorporate.expresso.core.dataobjects.DuplicateKeyException
Constructs a DataException using a message
DuplicateKeyException(String, String) - Constructor for class com.jcorporate.expresso.core.dataobjects.DuplicateKeyException
 
DuplicateKeyException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.dataobjects.DuplicateKeyException
Constructs a DataException using a message
DuplicateKeyException(Throwable) - Constructor for class com.jcorporate.expresso.core.dataobjects.DuplicateKeyException
Constructs a DataException embedding an Exception within it.
DynamicCmd - class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd.
Base class for all command classes.
DynamicCmd() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Default constructor
DynamicCmd(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Constructor most often used
DynamicForwarder - class com.jcorporate.expresso.core.controller.DynamicForwarder.
Used for custom dynamic routing.
DynamicForwarder() - Constructor for class com.jcorporate.expresso.core.controller.DynamicForwarder
Do not call directly
dataContext - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The data context for this controller response
dataContext - Variable in class com.jcorporate.expresso.core.misc.EventQueueEntry
dbName to use for locating the user to notify
dataContext - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
default data context
dataSourceAttachments - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
dayOfMonth - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
day of month for the crontab
dayOfWeek - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
day of week for the crontab
db - Variable in class com.jcorporate.expresso.ext.taglib.ExConfigTag
 
db - Variable in class com.jcorporate.expresso.ext.taglib.ExSessionTag
 
db - Variable in class com.jcorporate.expresso.ext.taglib.ExSetupTag
Defines the db Context to use in the tag.
dbInitialize() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Initialize our database pool(s)
dbKey - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
dbKey is used to indicate that this object is actually stored in other than the default database.
dbName - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
dbToUse - Variable in class com.jcorporate.expresso.ext.taglib.ExConfigTag
 
dbToUse - Variable in class com.jcorporate.expresso.ext.taglib.ExSessionTag
 
dbToUse - Variable in class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
dbURL - Variable in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
The local Database URL object for setting the connection to database via JNDI.
dbUninitialize() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Remove our database pool(s)

Closes all connections so that Hypersonic can handle multiple test suites from multiple VM's thrown at it as long as each test suite calls dbUninitialize in the teardown method.

debug(String) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Log a debug message
debug(String) - Method in class com.jcorporate.expresso.core.servlet.ServletInstallLog
Log a debug message
debug(String) - Method in class com.jcorporate.expresso.kernel.ConsoleInstallLog
Logs debug messages
debug(String) - Method in interface com.jcorporate.expresso.kernel.InstallLog
Log a debug message
debugLogging - Static variable in class com.jcorporate.expresso.core.logging.LoggingSwitch
 
decimalNumberColor - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
decode(String) - Static method in class com.jcorporate.expresso.core.misc.Base64
decode - Decodes a Base64 encoded string back into its original binary format.
decode(String) - Static method in class com.jcorporate.expresso.core.misc.HexEncoder
Decodes a string containing hexadecimal characters into the resulting binary values.
decode(String) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Decodes a String into a Long.
decode(String) - Static method in class com.jcorporate.expresso.core.misc.URLUTF8Encoder
 
decode(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Remove %20 from a string replacing it with spaces
decodeNoPadding(String) - Static method in class com.jcorporate.expresso.core.misc.Base64
Note: this function does not process stricly compliant Base64 code.
decodeNoPadding(String) - Static method in class com.jcorporate.expresso.core.misc.CookieBase64
Note: this function does not process stricly compliant Base64 code.
decrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Same as decryptString, but only deals in byte arrays.
decrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
Same as decryptString, but only deals in byte arrays.
decrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.weakencryption.StringEncryption
Same as decryptString, but only deals in byte arrays.
decryptString(byte[]) - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Decode a string.
defaultGroup() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
defaultPermissions() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
override this to change default
delay() - Static method in class com.jcorporate.expresso.core.security.DelayThread
Executed in the main thread.
delay(int) - Static method in class com.jcorporate.expresso.core.security.DelayThread
Executed in the main thread.
delete(DataObject) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Takes a DataObject and deletes it from the underlying data source
delete() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Deletes this defined record.
delete() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Deletes this defined record.
delete(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Takes a DataObject and deletes it from the underlying data source.
delete() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Deletes the join.
delete() - Method in class com.jcorporate.expresso.core.dbobj.AuditedSecuredDBObject
The Delete method first writes an entry to the AuditLog table, then deletes the object.
delete() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Delete this record from the target table.
delete(boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Delete this record, optionally deleting any associated detail records.
delete() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
 
delete(boolean) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
delete row. always delete permission records too
delete() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Delete a record from the target table
delete() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
delete() - Method in class com.jcorporate.expresso.core.security.User
Calls back registered listeners so they can cleanup and then deletes the user
delete() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Deletes the current UserInfo object from the repository
delete() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
delete() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Deletes the User (Not implemented)
delete() - Method in class com.jcorporate.expresso.services.dbobj.DBOtherMap
Override of DBOBject.delete().
delete() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Override of deleteMethod() to notify UserListeners of deltion
delete() - Method in class com.jcorporate.expresso.services.dbobj.GroupNest
Extend delete to remove all of the members of the "GroupName" group from the "MemberOf" group automatically
delete() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
As per usual delete, but it resets the fileMap so future calls to it will show the appropriate changes
delete() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Extends the usual delete method to delete associated registration object entries
delete() - Method in class com.jcorporate.expresso.services.dbobj.Setup
Extend update to call updatepool
delete() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
Extend the super.delete() method to first delete the GroupMembers elements that refer to the group being deleted
delete() - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Deletes the validation entry and all the connected parameters
deleteAll(DataObject, boolean) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Takes a DataObject and deletes it from the underlying data source
deleteAll(DataObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Takes a DataObject and deletes it from the underlying data source.
deleteAll() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Delete all of the records specified by the current search criteria.
deleteAll(boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Delete all of the records specified by the current search criteria.
deleteAll() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
check that all objects can be deleted; must retrieve all objects to check individually
deleteAll() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Security check on deleteAll
deleteBatch(List) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Updates an entire batch of DataObjects
deleteBatch(List, boolean) - Method in interface com.jcorporate.expresso.core.dataobjects.DataExecutorInterface
Updates an entire batch of DataObjects
deleteBatch(List, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Updates an entire batch of DataObjects
deleteBatch(List) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Deletes an entire batch of DataObjects
deleteDetails(DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
If this DB object has associated detail objects, locate the appropriate related detail records and delete them as well.
deleteNotify(UserInfo) - Method in class com.jcorporate.expresso.core.security.User
Used for when a UserInfo implementation deletes itself outside of the User Interface
deleteSchema(Page, String, Vector) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Method wipes out more than one installed schema.
deleteSchema(Page, String, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Method to remove an installed schema.
deleteSchema(String, Schema) - Static method in class com.jcorporate.expresso.services.test.SchemaDeleter
Deletes a schema from the given data context.
deleteSchemas(String) - Static method in class com.jcorporate.expresso.services.test.SchemaDeleter
Removes the schemas listed in theSchema's list.
deleteTable(String, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Delete Table - Deletes a table from the specified db
deletedUser(User) - Method in interface com.jcorporate.expresso.core.security.UserListener
This method is called just before a user is deleted Creation date: (5/12/2001 2:26:17 PM)
deletedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
Called when a User is deleted from the system.
deletedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
Whenever a user is deleted, we must delete all of their registration records for security reasons.
deletedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
denotesRange(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
Does a given field value denote a range?
denotesRange(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Does a given field value denote a range?
denyAccess() - Method in class com.jcorporate.expresso.ext.taglib.RestrictAccessTag
 
description - Variable in class com.jcorporate.expresso.core.dbobj.DBField
The user friendly description of this field.
description - Variable in class com.jcorporate.expresso.core.dbobj.ValidValue
 
destroy() - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Destroys the CacheManager.
destroy() - Method in interface com.jcorporate.expresso.core.cache.CacheSyncInterface
Used for closing out any resources by whatever class is implementing the cache sync interface
destroy() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
 
destroy() - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Remove myself as a controller factory
destroy() - Method in class com.jcorporate.expresso.core.controller.ExpressoPlugin
End plugin.
destroy() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Event Handler for the destruction of this component.
destroy() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
destroy() - Method in class com.jcorporate.expresso.core.db.DBConfig
Destroy method.
destroy() - Method in class com.jcorporate.expresso.core.db.TypeMapper
Destroys the component.
destroy() - Static method in class com.jcorporate.expresso.core.dbobj.NextNumber
Fill in for potential resource removal Should be called by ConfigInit.
destroy() - Method in class com.jcorporate.expresso.core.dbobj.Schema
 
destroy() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Call this to destroy all items that ConfigManager uses.
destroy() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Destroy all content for this form file.
destroy() - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Implemented by lower levels to destroy the cryptographic managers.
destroy() - Method in class com.jcorporate.expresso.core.security.CryptoManager
Method removes all static entries.
destroy() - Method in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
Unregisters the cryptographic handler
destroy() - Method in class com.jcorporate.expresso.core.servlet.DBServlet
Implemented for when the context is unloaded.
destroy() - Method in class com.jcorporate.expresso.core.servlet.DefaultInit
 
destroy() - Method in class com.jcorporate.expresso.core.servlet.InitServlet
Called when the context is destroyed for either reload or application close
destroy() - Method in class com.jcorporate.expresso.core.servlet.RuntimeInitServlet
Destroys the servlet and the Global Expresso runtime container.
destroy() - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Called when the web context is destroyed or reloaded
destroy() - Method in interface com.jcorporate.expresso.kernel.ComponentLifecycle
Called upon destruction of the service.
destroy() - Method in class com.jcorporate.expresso.kernel.DataContext
Destroy event of the ComponentLifecycle interface.
destroy() - Static method in class com.jcorporate.expresso.kernel.LogManager
Destroy the lastUsed Map
destroy() - Method in class com.jcorporate.expresso.kernel.RootContainer
Destroys the container and unregisters itself from the ExpressoRuntimeMap
destroy() - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Destroy the root container and everything it contains.
destroy() - Method in class com.jcorporate.expresso.kernel.RuntimeInitServlet
Destroys the servlet and the Global Expresso runtime container.
destroy() - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Implementation of the Destroy() lifecycle event.
destroyContainer() - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Called when the container is to be destroyed
destroyContainer() - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Global Container Destruction.
destroyContainer() - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
 
digest(Digester, URL) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Mergest the data from the given URL into the current object.
digit(char, int) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Returns the numeric value of the character ch in the specified radix.
disableLogging() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Disable change logging of all objects of this type
disableLogging() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Disable change logging of all objects of this type
disableLogging() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Disable change logging of this object
discardBodyData() - Method in class com.jcorporate.expresso.core.misc.upload.MultipartStream
Reads body-data from the current encapsulation and discards it.
disconnect() - Method in class com.jcorporate.expresso.core.db.DBConnection
Close the connection to the database
disconnectAll() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Disconnect all of the current connections.
display(PrintWriter) - Method in class com.jcorporate.expresso.ext.report.DownloadUsers
Display the report
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Break
Display the break
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Button
Implement the standard display method for this element
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Cell
Display the Cell
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.CheckBox
Display this CheckBox to the appropriate PrintWriter
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.DropDown
Display this DropDown to the appropriate PrintWriter
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.FileInput
"Display" the file input field to a form
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Form
Display the form
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Heading
Display the heading
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.HiddenField
"Display" the hidden field to a form
display(OutputStream) - Method in class com.jcorporate.expresso.services.html.HtmlElement
Alternate display method using an output stream
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.HtmlElement
Display the element to the client Each HtmlElement must implement this method
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.List
Display the list
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.ListItem
Display the list item
display(HttpServletRequest, HttpServletResponse, String) - Method in class com.jcorporate.expresso.services.html.Page
 
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Page
Raw display after content type and charset has been set.
display(PrintWriter) - Method in class com.jcorporate.expresso.services.html.Page
Display the page to the client Once a page is displayed it cannot be displayed again or new element added to it.
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Paragraph
Display the paragraph
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.PasswordField
Display the password field to the client
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Radio
Display this Radio to the appropriate PrintWriter
display(HttpServletRequest, HttpServletResponse, String) - Method in class com.jcorporate.expresso.services.html.ReportPage
 
display(PrintWriter) - Method in class com.jcorporate.expresso.services.html.ReportPage
Display to the screen (browser) in the normal way
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.ReportPage
depth is ignored
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Row
 
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.StackTrace
 
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Table
Display the table
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.Text
 
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.TextArea
 
display(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.TextField
Display the text field on the page
displayNoRuntime(ControllerRequest, ControllerResponse) - Method in class com.jcorporate.expresso.services.controller.configuration.ShowComponent
 
displayPartial(HttpServletRequest, HttpServletResponse, String) - Method in class com.jcorporate.expresso.services.html.Page
 
displayPartial(PrintWriter) - Method in class com.jcorporate.expresso.services.html.Page
Display a partial page to the client, which can be included in another page such as a jsp page.
displayStatus() - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Displays the cache status.
displayStatus() - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Displays the cache status.
displayStatus() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Displays the cache status.
displayValue(String, String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.GetBase
Format a value for display in the HTML being returned to the client
displayValue(DataFieldMetaData, Date, Locale) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Same as display value but for Date/DateTime types.
displayValue(DataFieldMetaData, String, String, Locale) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Format a value for display in the HTML being returned to the client
dispose() - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Disposes the parser.
dispose() - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Disposes the parser.
distinctFields - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Map of any distinct fields for retrieval.
doAfterBody() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSelectTag
Save any body content of this tag, which will generally be the option(s) representing the values displayed to the user.
doAfterBody() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
Save the associated label from the body content.
doAfterBody() - Method in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
doController(String, Hashtable) - Static method in class com.jcorporate.expresso.core.utility.ControllerRun
Perform the named Controller
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.bean.ExDefineTag
Retrieve the required property and expose it as a scripting variable.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Render the end of this form.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag
Process the end of this tag.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Render the end of this form.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag
Process the end of this tag.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
 
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSelectTag
Render the end of this form.
doEndTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
Process the end of this tag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.AttributeTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.BlockTag
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ContentTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.DBDescription
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ElementCollection
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ErrorMessageBundleTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ErrorTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ExConfigTag
Retrieve the required property and expose it as a scripting variable.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ExOutputVarTag
Retrieve the required property and expose it as a scripting variable.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ExSessionTag
Retrieve the required property and expose it as a scripting variable.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ExSetupTag
Retrieve the required property and expose it as a scripting variable.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.IfElementExists
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.IfErrorExists
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.IfLoggedIn
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
No special handling at end of tag
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.LabelTag
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.Login
 
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.OutputTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.RestrictAccessTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.StyleSheetTag
This part of the tag writes out the appropriate CSS directive to the page
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.TransitionParamsTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Standard doEndTag.
doEndTag() - Method in class com.jcorporate.expresso.ext.taglib.UserName
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.DBServlet
Ancestor calls this function (with super.doGet) to handle making database connection, getting user login info and other common tasks
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.PathHandler
Both GET and POST for the PathHandler simply pass thru to the "process" method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Ancestor calls this function (with super.doGet) to handle making database connection, getting user login info and other common tasks.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.Test
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
Both GET and POST for the ViewHandler simply pass the information from parameters and form fields on to the named controller object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.services.servlet.DBCreate
doGet method presents a form allowing the user to select several intialize options
doInitBody() - Method in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.DBServlet
Ancestor calls this method via super.doPost to handle standard operations
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.PathHandler
Both GET and POST for the PathHandler simply pass thru to the "process" method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Ancestor calls this method via super.doPost to handle standard operations.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.Test
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
Handle POST method, typically from a form.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.services.servlet.DBCreate
doPost receives the options from the form & calls methods to actually perform the intiailizations
doRun(Test, boolean) - Method in class com.jcorporate.expresso.ext.controller.TestController
 
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.bean.ExDefineTag
Retrieve the required property and expose it as a scripting variable.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.bean.ExMessageTag
Process the start tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.bean.ExWriteTag
Process the start tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBaseFieldTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Creates the new variable for a ControllerElement and introduces it as a scope object as part of the JavaServer Page.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag
Process the start of this tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExCheckboxTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag

Creates the new variable for a ControllerElement and introduces it as a scope object as part of the JavaServer Page.

doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExHtmlTag
Process the start of this tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag
Process the start of this tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLinkTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSelectTag
Render the beginning of this form.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
Process the start of this tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExTextareaTag
Generate the required input tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.logic.ExIterateTag
Construct an iterator for the specified collection, and begin looping through the body once per element.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.AttributeTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.BlockTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ContentTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.Context
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ElementCollection
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ErrorMessageBundleTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ErrorTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ExConfigTag
Retrieve the required property and expose it as a scripting variable.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ExOutputVarTag
Retrieve the required property and expose it as a scripting variable.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ExSessionTag
Retrieve the required property and expose it as a scripting variable.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ExSetupTag
Retrieve the required property and expose it as a scripting variable.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
Standard doEndTag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.IfElementExists
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.IfErrorExists
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.IfLoggedIn
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
The tag implementation is right here...
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.LabelTag
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.Login
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.OutputTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.RestrictAccessTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.StyleSheetTag
Do nothing until end tag.
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.TableHead
 
doStartTag() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Do nothing until end tag.
doubleQuoteColor - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
doubleValue() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the value of this Long as a double.
ds - Variable in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
The local DataSource object for setting the connection to database via JNDI.
dumpDOM(Node) - Method in class com.jcorporate.expresso.core.misc.StringDOMParser
Dumps the DOM tree to the log.
dumpDebugInfo() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Helper function that dumps all the current contents of the inUse connections.
dumpNode(Category) - Method in class com.jcorporate.expresso.core.security.filters.FilterTreeNode
Dumps the contents of the tree to the log.
dumpNode() - Method in class com.jcorporate.expresso.core.security.filters.FilterTreeNode
Dumps a printout of the node and subnodes to System.out
dumpNode(FastStringBuffer, int) - Method in class com.jcorporate.expresso.core.security.filters.FilterTreeNode
Dumps the contents of the tree to the log.

E

ELLIPSES - Static variable in class com.jcorporate.expresso.core.misc.StringUtil
HTML code for ellipses (3 dots, like '...' as one character) used for appending to a truncate() line if necessary
EMAIL_ADDRESS - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for user's email
EMAIL_ADDRESS_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Email address length
EMAIL_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Email Regular Expression Constant.
EMPTY_STRING - Static variable in class com.jcorporate.expresso.core.misc.StringUtil
 
EMailAuthenticator - class com.jcorporate.expresso.core.misc.EMailAuthenticator.
EMailAuthenticator This object is used to provide the Authenticator object required by JavaMail when it connects to an e-mail server that is secured.
EMailAuthenticator() - Constructor for class com.jcorporate.expresso.core.misc.EMailAuthenticator
Implement the required constructor
EMailSender - class com.jcorporate.expresso.core.misc.EMailSender.
EMailSender is a class that hides the details of sending email through an SMTP server using the JavaMail API and the Java Activation framework (JAF).
EMailSender() - Constructor for class com.jcorporate.expresso.core.misc.EMailSender
EMailSender constructor
ERRORCOLLECTIONKEY - Static variable in class com.jcorporate.expresso.core.controller.ErrorCollection
 
ERROR_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the error page view
ERROR_STYLE - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
EVENT_ADD - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Event 'Add' code
EVENT_DELETE - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Event 'Delete' Code
EVENT_UPDATE - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Event 'Update' Code
EXPIRED - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Status for Expired
EXPIRES - Static variable in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
EXPRESSO_DTD_COPY_LOCATION - Static variable in class com.jcorporate.expresso.core.misc.ConfigManager
constant path for DTD file; we expect DTD to be placed here, probably by a ANT copy before running servlet engine searched relative to class dir
EXPUID - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for the user id
EXPUID - Static variable in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
EXPUID - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreference
 
ElementCollection - class com.jcorporate.expresso.ext.taglib.ElementCollection.
A custom tag that iterates through nested controller elements.
ElementCollection() - Constructor for class com.jcorporate.expresso.ext.taglib.ElementCollection
 
ElementIterator - class com.jcorporate.expresso.ext.taglib.ElementIterator.
 
ElementIterator() - Constructor for class com.jcorporate.expresso.ext.taglib.ElementIterator
 
EmbeddedComponent - class com.jcorporate.expresso.kernel.EmbeddedComponent.
An Embedded Component is a component that is (1) Not a container and (2) it's metadata is embedded within the metadata of its parent.
EmbeddedComponent() - Constructor for class com.jcorporate.expresso.kernel.EmbeddedComponent
Default Do Nothing Constructor
ErrorCollection - class com.jcorporate.expresso.core.controller.ErrorCollection.
An ErrorCollection is the Controller-specific ActionErrors collection for Expresso Creation date: (8/29/00 2:10:58 PM)
ErrorCollection() - Constructor for class com.jcorporate.expresso.core.controller.ErrorCollection
ErrorCollection constructor comment.
ErrorMessageBundleTag - class com.jcorporate.expresso.ext.taglib.ErrorMessageBundleTag.
Description of the Class created June 27, 2002 *
ErrorMessageBundleTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ErrorMessageBundleTag
 
ErrorTag - class com.jcorporate.expresso.ext.taglib.ErrorTag.
The ErrorTag renders an Expresso ErrorCollection on a page.
ErrorTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ErrorTag
 
EscapeHandler - interface com.jcorporate.expresso.core.db.EscapeHandler.
This interface is the base interface by which we escape characters that are to be written to the database.
Event(String, String, String, boolean) - Static method in class com.jcorporate.expresso.core.misc.EventHandler
Queue the requested event for later processing
Event - class com.jcorporate.expresso.services.dbobj.Event.
Event
Event() - Constructor for class com.jcorporate.expresso.services.dbobj.Event
 
Event(int) - Constructor for class com.jcorporate.expresso.services.dbobj.Event
 
Event(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.Event
For using DBObjects within Controllers.
Event(String, String, String, boolean) - Constructor for class com.jcorporate.expresso.services.dbobj.Event
The one-liner version of event via this special constructor This method is used to create the event and send the notifications all in one step.
EventHandler - class com.jcorporate.expresso.core.misc.EventHandler.
The EventHandler is an asynchronous handler for email Event notifications - it accepts requests to trigger an event, then sends them "eventually" in a seperate thread
EventHandler() - Constructor for class com.jcorporate.expresso.core.misc.EventHandler
Constructor
EventMail - class com.jcorporate.expresso.services.dbobj.EventMail.
EventMail objects tell who is to be notified when an event is triggered
EventMail() - Constructor for class com.jcorporate.expresso.services.dbobj.EventMail
 
EventMail(int) - Constructor for class com.jcorporate.expresso.services.dbobj.EventMail
 
EventMail(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.EventMail
For using DBObjects within Controllers.
EventQueueEntry - class com.jcorporate.expresso.core.misc.EventQueueEntry.
Event queue entry class represents a unit of work for the event handler thread.
EventQueueEntry(String, String, boolean) - Constructor for class com.jcorporate.expresso.core.misc.EventQueueEntry
A class that represents a queue entry for the Event handler thread
ExBaseFieldTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExBaseFieldTag.
Extension of the Convenience base class for the various input tags for text fields.
ExBaseFieldTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExBaseFieldTag
 
ExBodyFxTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag.
body info for for ComboBox Tag Copyright 2002, 2002 Yves Henri AMAIZO.
ExBodyFxTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Constructor for ComboBoxTag
ExButtonTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag.
Renders an HTML BUTTON tag within the Struts framework.
ExButtonTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag
 
ExCheckboxTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExCheckboxTag.
Tag for input fields of type "checkbox".
ExCheckboxTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExCheckboxTag
 
ExComboBoxTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag.
Tag for ComboBox
ExComboBoxTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Constructor for ComboBoxTag
ExConfigTag - class com.jcorporate.expresso.ext.taglib.ExConfigTag.
Define a scripting variable based on the value(s) of the specified bean property.
ExConfigTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ExConfigTag
 
ExDefineTag - class com.jcorporate.expresso.ext.struts.taglib.bean.ExDefineTag.
Define a scripting variable based on the value(s) of the specified bean property.
ExDefineTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.bean.ExDefineTag
 
ExHtmlTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExHtmlTag.
Renders an HTML element.
ExHtmlTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExHtmlTag
 
ExImageTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag.
Tag for input fields of type "image".
ExImageTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag
 
ExIterateTag - class com.jcorporate.expresso.ext.struts.taglib.logic.ExIterateTag.
Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute.
ExIterateTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.logic.ExIterateTag
 
ExLayerInputTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag.
Tag for input fields of type "LayerInput".
ExLayerInputTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
Constructor for ExLayerInputTag
ExLayerTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag.
Tag for input fields of type "Layer".
ExLayerTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
Constructor for LayerTag
ExLinkTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExLinkTag.
Tag for input fields of type "Link".
ExLinkTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExLinkTag
 
ExMessageTag - class com.jcorporate.expresso.ext.struts.taglib.bean.ExMessageTag.
Expresso-specific extension to the MessageTag from Struts: this version gets it's message string from the ControllerRequest object, which knows the current user's locale settings already, and also has the application schema code, which allows us to use the appropriate message bundle file for the current application, as Expresso support multiple message bundles, one per schema
ExMessageTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.bean.ExMessageTag
 
ExNotPresentTag - class com.jcorporate.expresso.ext.struts.taglib.logic.ExNotPresentTag.
Evalute the nested body content of this tag if the specified value is not present for this request.
ExNotPresentTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.logic.ExNotPresentTag
 
ExOutputVarTag - class com.jcorporate.expresso.ext.taglib.ExOutputVarTag.
Define a scripting variable based on the value(s) of the specified bean property.
ExOutputVarTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ExOutputVarTag
 
ExPresentTag - class com.jcorporate.expresso.ext.struts.taglib.logic.ExPresentTag.
Evalute the nested body content of this tag if the specified value is present for this request.
ExPresentTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.logic.ExPresentTag
 
ExRadioLayerTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag.
Tag for input fields of type "RadioLayer".
ExRadioLayerTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
 
ExRadioTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioTag.
Tag for input fields of type "Radio".
ExRadioTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioTag
 
ExRemoteLayerTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag.
Tag for input fields of type "RemoteLayer".
ExRemoteLayerTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag
 
ExSelectTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExSelectTag.
Special extension of the Select tag that gets it's contents from an Input object
ExSelectTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExSelectTag
 
ExSessionTag - class com.jcorporate.expresso.ext.taglib.ExSessionTag.
Define a scripting variable based on the value(s) of the specified bean property.
ExSessionTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ExSessionTag
 
ExSetupTag - class com.jcorporate.expresso.ext.taglib.ExSetupTag.
Define a scripting variable based on the value(s) of the specified bean property.
ExSetupTag() - Constructor for class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
ExSubmitTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag.
Tag for input fields of type "submit".
ExSubmitTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
 
ExTextareaTag - class com.jcorporate.expresso.ext.struts.taglib.html.ExTextareaTag.
Custom tag for input fields of type "textarea".
ExTextareaTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.ExTextareaTag
 
ExWriteTag - class com.jcorporate.expresso.ext.struts.taglib.bean.ExWriteTag.
Tag that retrieves the specified property of the specified bean, converts it to a String representation (if necessary), and writes it to the current output stream, optionally filtering characters that are sensitive in HTML.
ExWriteTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.bean.ExWriteTag
 
ExcelViewHandler - class com.jcorporate.expresso.core.servlet.viewhandler.ExcelViewHandler.
Does the same thing as ExcelViewHandler but sents the MIMETYPE for MS-excel
ExcelViewHandler() - Constructor for class com.jcorporate.expresso.core.servlet.viewhandler.ExcelViewHandler
 
ExpressoAccessException - exception com.jcorporate.expresso.kernel.exception.ExpressoAccessException.
ExpressoAccessException is thrown when an attempt to access a component is denied for security reasons.
ExpressoAccessException() - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoAccessException
 
ExpressoAccessException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoAccessException
 
ExpressoActionServlet - class com.jcorporate.expresso.core.controller.ExpressoActionServlet.
Title: Expresso Project Description: Copyright: Copyright (c) 2001, 2002, 2003 Company: Jcorporate
ExpressoActionServlet() - Constructor for class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Default constructor
ExpressoBodyTagSupport - class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport.
 
ExpressoBodyTagSupport() - Constructor for class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
ExpressoComponent - interface com.jcorporate.expresso.kernel.ExpressoComponent.
Base interface for an Expresso component.
ExpressoConstants - class com.jcorporate.expresso.core.ExpressoConstants.
Expresso constants are defined in this class to bring the framework into line with current best practice.
ExpressoLink - class com.jcorporate.expresso.ext.taglib.ExpressoLink.
Create an a href for an Expresso Transition
ExpressoLink() - Constructor for class com.jcorporate.expresso.ext.taglib.ExpressoLink
 
ExpressoPlugin - class com.jcorporate.expresso.core.controller.ExpressoPlugin.
Title: Expresso Project Description: Copyright: Copyright (c) 2001, 2002, 2003 Company: Jcorporate
ExpressoPlugin() - Constructor for class com.jcorporate.expresso.core.controller.ExpressoPlugin
Default constructor
ExpressoReport - interface com.jcorporate.expresso.ext.report.ExpressoReport.
ExpressoReport is a generic interface for allowing reports to be "printed" An example usage of an ExpressoReport is the ReportPage object as defined in com.jcorporate.expresso.services.html.ReportPage.
ExpressoRequestProcessor - class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor.
Title: Expresso Project Description: Copyright: Copyright (c) 2001, 2002, 2003 Company: Jcorporate
ExpressoRequestProcessor() - Constructor for class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
Default constructor
ExpressoRuntimeException - exception com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException.
ExpressoRuntimeException is the base class for most wrapper exceptions that the Expresso component hierarchy will throw on component level exceptions
ExpressoRuntimeException() - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException
Default Constructor with no message
ExpressoRuntimeException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException
Constructor that stores a message with it
ExpressoRuntimeException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException
Constructor for throwing an exception that contains a message and another Throwable exception buried within it.
ExpressoRuntimeException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.ExpressoRuntimeException
Constructor for thowing a wrapped, nested Exception object
ExpressoRuntimeMap - class com.jcorporate.expresso.kernel.management.ExpressoRuntimeMap.
This class allows controllers and other classes to potentially access Expresso Runtime Environments that they aren't necessarily a part of.
ExpressoRuntimeMap() - Constructor for class com.jcorporate.expresso.kernel.management.ExpressoRuntimeMap
Default constructor
ExpressoSchema - class com.jcorporate.expresso.core.ExpressoSchema.
Standard Schema object for the Expresso framework.
ExpressoSchema() - Constructor for class com.jcorporate.expresso.core.ExpressoSchema
Constructor
ExpressoServicesConfig - class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig.
Digester class representing the entire expresso-services.xml file
ExpressoServicesConfig - class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig.
Digester class representing the entire expresso-services.xml file
ExpressoServicesConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Default Constructor
ExpressoServicesConfig() - Constructor for class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Default Constructor
ExpressoTagSupport - class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport.
 
ExpressoTagSupport() - Constructor for class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
ExpressoTestCase - class com.jcorporate.expresso.services.test.ExpressoTestCase.
Base class for Expresso test cases.
ExpressoTestCase(String) - Constructor for class com.jcorporate.expresso.services.test.ExpressoTestCase
Basic constructor - initializes the underlying Expresso configuration system.
elapsedTimeAsString(long) - Method in class com.jcorporate.expresso.ext.controller.TestController
Returns the formatted string of the elapsed time.
elements - Variable in class com.jcorporate.expresso.ext.taglib.ElementCollection
 
elements - Variable in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
enableLogging() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Enable logging of changes to this object.
enableLogging() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Enable logging of changes to this object.
enableLogging() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Enable logging of changes to this object.
enableReturnToSender(ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.Transition
Call this method when the state/controller being transitioned to should return control back to the calling state once it has 'completed' successfully.
encode(byte[]) - Static method in class com.jcorporate.expresso.core.misc.Base64
encode - Encodes a binary byte array into an Ascii String (including 80 column line wrap.
encode(byte[]) - Static method in class com.jcorporate.expresso.core.misc.HexEncoder
Encode an array of binary data into a string of hexadecimal values.
encode(String) - Static method in class com.jcorporate.expresso.core.misc.HexEncoder
Encode an array of binary data into a string of hexadecimal values.
encode(String) - Static method in class com.jcorporate.expresso.core.misc.URLUTF8Encoder
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
encodeNoPadding(byte[]) - Static method in class com.jcorporate.expresso.core.misc.Base64
Note: this function does not process stricly compliant Base64 code.
encodeNoPadding(byte[]) - Static method in class com.jcorporate.expresso.core.misc.CookieBase64
Note: this function does not process stricly compliant Base64 code.
encrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Same as encryptString, but only deals in byte arrays.
encrypt(byte[], String) - Method in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
Encrypts a byte array of data based upon the method desired.
encrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
Same as encryptString, but only deals in byte arrays.
encrypt(byte[]) - Method in class com.jcorporate.expresso.core.security.weakencryption.StringEncryption
Same as encryptString, but only deals in byte arrays.
encryptString(String) - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Encode a string.
encrypted - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Set this value to true if you want a particular string field encrypted (Not implemented yet)
endCDATA() - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
 
endDTD() - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
 
endDocument() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
DefaultHandler implementation for SAX parsing.
endElement(String, String, String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
DefaultHandler implementation for SAX parsing.
endEntity(String) - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
 
endTable() - Method in class com.jcorporate.expresso.services.html.ReportPage
End the current table in the output stream of this report
endTest(Test) - Method in class com.jcorporate.expresso.ext.controller.TestController
 
endTimer(long, HttpServletRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
Used for logging time of requests.
ensureCapacity(int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureSchemaExists(Schema, InstallLog) - Static method in class com.jcorporate.expresso.services.test.SchemaCreator
 
equals(Object) - Method in class com.jcorporate.expresso.core.controller.State
Deprecated. use direct comparison of state name instead. this algorithm which allows 2 kinds of objects is ugly, and no longer used in expresso as of 5/04, v.5.5.1 LAH
equals(Object) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Checks to see if two data objects are equal.
equals(Object) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Checks to see if two data objects are equal.
equals(Object) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Tests whether two joined DataObjects are equal
equals(Object) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Equals implementation.
equals(Object) - Method in class com.jcorporate.expresso.core.dbobj.ValidValue.DescriptionComparator
Equivalence method
equals(Object) - Method in class com.jcorporate.expresso.core.dbobj.ValidValue.ValueComparator
Equivalence method
equals(Object) - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.jcorporate.expresso.core.misc.ReusableChar
Compares this object against the specified object.
equals(Object) - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Compares this object against the specified object.
equals(Object) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Determine if two component configuration beans are equal by checking all fields and all child component's configurations.
equals(Object) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Determine if two component configuration beans are equal by checking all fields and all child component's configurations.
equals(Object) - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Test for equality... two ExpressoServiceConfig objets are equal if all the components are the same and each ComponentConfig is completely equal.
equals(Object) - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Test for equality... two ExpressoServiceConfig objets are equal if all the components are the same and each ComponentConfig is completely equal.
equals(Object) - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Returns true if the two alarm times of the comparing crontab entries are equal.
error(String, Throwable) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Log an error exception
error(String) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Log an error message
error(SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 
error(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.StringDOMParser
Issue an error
error(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
Error.
error(String, Throwable) - Method in class com.jcorporate.expresso.core.servlet.ServletInstallLog
Log an error exception
error(String) - Method in class com.jcorporate.expresso.core.servlet.ServletInstallLog
Log an error message
error(SAXParseException) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Issue an error
error(SAXParseException) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Issue an error
error(String, Throwable) - Method in class com.jcorporate.expresso.kernel.ConsoleInstallLog
Logs error messages
error(String) - Method in class com.jcorporate.expresso.kernel.ConsoleInstallLog
Logs error messages
error(String, Throwable) - Method in interface com.jcorporate.expresso.kernel.InstallLog
Log an error exception
error(String) - Method in interface com.jcorporate.expresso.kernel.InstallLog
Log an error message
escapeHandler - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Class that performs appropriate escaping in the strings being sent to the partuclar database.
escapeString(String) - Method in class com.jcorporate.expresso.core.db.DefaultEscapeHandler
 
escapeString(String) - Method in class com.jcorporate.expresso.core.db.DoubleQuoteEscapeHandler
 
escapeString(String) - Method in interface com.jcorporate.expresso.core.db.EscapeHandler
Escape a string so that all special characters for that database are properly escaped.
escapeString(String) - Method in class com.jcorporate.expresso.core.db.MySQLEscapeHandler
 
establishLocale(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Figure out a Locale by reading the current request.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.controller.Controller
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
execute(ComponentContext, ControllerRequest, ControllerResponse, ServletContext) - Method in class com.jcorporate.expresso.core.controller.TilesController
This method will be called by the perform() method.
execute() - Method in class com.jcorporate.expresso.core.db.DBConnection
Execute the actual query Queries executed by this method are expected to return a result - use executeUpdate for queries that do not.
execute(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
One-step execute that sets the query on the fly NOTE: Do not use for UPDATE or DELETE, use executeUpdate instead This method throws DBException if no result set is returned
executeExclusiveUpdate(String) - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
This allows an exclusive updated to be done to a database.
executeProcedure() - Method in class com.jcorporate.expresso.core.db.DBConnection
Execute the actual store procedure in callableStatment Store procedures method are expected to return a result - use executeUpdate for queries that do not.
executeUpdate(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
One-step executeUpdate - for statements that don't return a result set No result set is expected from this method, but the getUpdateCount() method can be called to see how many rows were affected
exists(PageContext, String, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Determines if the defined name and property combination exists in the ControllerResponse for the page context
existsCache(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Checks to see if the cache already exists.
existsCache(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Checks to see if the cache already exists.
existsCache(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Checks to see if the cache already exists.
expandValue(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Method to "expand" some simple "macro" codes allowed in property file and Setup values.
expandValue(String) - Method in class com.jcorporate.expresso.core.misc.SystemMacros
Expand the value with all the available system macros
expiresAfter - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Time it expires after
expiresAfter(int, int, int) - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Method to set the time delta from current time when the request will expire if unused Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee
exportToFile(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
Filename should NOT include an extension, as export writes a DTD and XML file
exportToStreamXML(PrintWriter) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
Export the records for the current selection in the specified database object into an XML format output stream Creation date: (4/2/00 8:38:58 PM)
expressoFieldTypeString - Variable in class com.jcorporate.expresso.core.dbobj.DBField
The string "type" used to specify this type of field in Expresso
extractClassName(String) - Method in class com.jcorporate.expresso.ext.controller.TestController
 

F

FAILURE_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that denotes failure of operations
FIELD_SEPARATOR - Static variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
FLD_ADDED_ON - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_ALLOWED - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
 
FLD_COMMAND - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
command to apply to all jobs on server. currently, only restart and stop are available
FLD_COMMAND_ID - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
FLD_COMPONENT_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.SchemaList
Field name for 'component code'
FLD_COUNTRY - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
FLD_CURR_JOBNUM - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_DESCRIP - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_DESCRIP - Static variable in class com.jcorporate.expresso.services.dbobj.SchemaList
Field name for the schema description
FLD_DESCRIPTION - Static variable in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
FLD_DESCRIPTION - Static variable in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
FLD_DISPLAY_NAME - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_DL_NOTES - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_DOMAINCODE - Static variable in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
FLD_DOMAINID - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
 
FLD_DOWNLOADED - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_EXPIRES_AT - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_EXPUID - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
 
FLD_EXP_UID - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_FILEPATHNAME - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_FILE_EXTENSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
FLD_FILE_NUMBER - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_FILE_NUMBER - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_FILE_PATH_NAME - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_FILE_SUFFIX - Static variable in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Suffix for the filename field.
FLD_FILE_URL - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_FREEMEM - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_GROUPNAME - Static variable in class com.jcorporate.expresso.services.dbobj.GroupNest
Field Names for the GROUPNEST table
FLD_GROUP_NAME - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_HOSTNAME - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_ID - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_IP - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_ISOCODE - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
FLD_IS_ACTIVE - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_IS_RESTRICTED - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_JOBCODE - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_JOBCRON_PARAMS - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_JOBNUMBER - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_JOBOSNAME - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_JOB_NUMBER - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueueParam
 
FLD_JOB_PROGRESS_MSG - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_LAST_UPDATED - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_LOAD_AVERAGE - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_LOG_ENTRY - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadLog
Field name constant
FLD_MEMBEROF - Static variable in class com.jcorporate.expresso.services.dbobj.GroupNest
 
FLD_MIMEICON - Static variable in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
FLD_MIMENUMBER - Static variable in class com.jcorporate.expresso.services.dbobj.MimeTypes
Field Names for the MIMETYPES table
FLD_MIMETYPE - Static variable in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
FLD_MIME_SUFFIX - Static variable in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Suffix for the mime number field.
FLD_MIME_TYPE - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_NOTES - Static variable in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
FLD_NUMBER - Static variable in class com.jcorporate.expresso.ext.dbobj.regobj.Phone
 
FLD_OPERATION - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_OSNAME - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_PARAM_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueueParam
 
FLD_PARAM_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueueParam
 
FLD_PARAM_NUM - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueueParam
 
FLD_PARAM_NUMBER - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueueParam
 
FLD_PARAM_VAL - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueueParam
 
FLD_PARAM_VALUE - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueueParam
 
FLD_POSTALREGEXP - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
FLD_POWERFACTOR - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_PRIORITY - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_PROCESSED_BY - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_PROCESSED_ON - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_PROJECT - Static variable in class com.jcorporate.expresso.ext.dbobj.DownloadFiles
 
FLD_QUEUE_ID - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueueParam
 
FLD_REQUEST_TIME - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
FLD_REQUEST_TIME - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_RESTRICTID - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
 
FLD_SCHEMA_CLASS - Static variable in class com.jcorporate.expresso.services.dbobj.SchemaList
Field name for the schema class
FLD_SERVERID - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
FLD_SERVERID - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_SERVERID - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_SIZE_SUFFIX - Static variable in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Suffix for the file size field.
FLD_STATUS - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_STATUS_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
FLD_STATUS_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_STATUS_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_TIMESTAMP - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_TOTALMEM - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_TYPE - Static variable in class com.jcorporate.expresso.ext.dbobj.regobj.Contact
Field Name Values
FLD_TYPE - Static variable in class com.jcorporate.expresso.ext.dbobj.regobj.Phone
 
FLD_UID - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
FLD_UID - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
FLD_USEDMEM - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
FLD_VAL_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_VAL_HANDLER - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
FLD_VERSION_NUMBER - Static variable in class com.jcorporate.expresso.services.dbobj.SchemaList
Field name for virtual field component code.
FLOAT_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Floating point regular expression syntax for easy reference.
FLOAT_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Floating point regular expression syntax for easy reference.
FLOAT_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
FULL_NAME - Static variable in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. Field name for full name.
FULL_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for full name.
FULL_NAME_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Full name field length
FastStringBuffer - class com.jcorporate.expresso.kernel.util.FastStringBuffer.
A fast string buffer implements a mutable sequence of characters.
FastStringBuffer() - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
FastStringBuffer(int) - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
FastStringBuffer(String) - Constructor for class com.jcorporate.expresso.kernel.util.FastStringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
FieldRangeParser - class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser.
The responsibilities of this class is to verify range values for fields and throw an exception if there is any 'monkeybusiness' detected in the field.
FieldRangeParser() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
Default constructor.
FileInput - class com.jcorporate.expresso.services.html.FileInput.
A field on an HTML form that allows uploading of a file
FileInput() - Constructor for class com.jcorporate.expresso.services.html.FileInput
Constructor
FileInput(String, String) - Constructor for class com.jcorporate.expresso.services.html.FileInput
Constructor Create a hidden field with the given name and value
FileItem - class com.jcorporate.expresso.core.misc.upload.FileItem.
This class represents a file that was received by Turbine using multipart/form-data POST request.
FileItem(String, String) - Constructor for class com.jcorporate.expresso.core.misc.upload.FileItem
Constructs a new FileItem.
FileTag - class com.jcorporate.expresso.ext.struts.taglib.html.FileTag.
Custom tag for input fields of type "file".
FileTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.FileTag
Construct a new instance of this tag.
FileUtil - class com.jcorporate.expresso.core.misc.FileUtil.
Utilities for manipulations of disk files
FileUtil() - Constructor for class com.jcorporate.expresso.core.misc.FileUtil
Constructor
Filter - class com.jcorporate.expresso.core.security.filters.Filter.
This is the base class for all filters.
Filter() - Constructor for class com.jcorporate.expresso.core.security.filters.Filter
 
Filter(String[], String[]) - Constructor for class com.jcorporate.expresso.core.security.filters.Filter
Constructor that fills that creates and fills the replacementList.
FilterManager - class com.jcorporate.expresso.core.security.filters.FilterManager.
The primary purpose of this class is to filer out particular characters from a HTTP respone.
FilterManager() - Constructor for class com.jcorporate.expresso.core.security.filters.FilterManager
Manager for filters.
FilterTree - class com.jcorporate.expresso.core.security.filters.FilterTree.
A filter tree is a data structure that allows for quick matching and replacement of strings.
FilterTree() - Constructor for class com.jcorporate.expresso.core.security.filters.FilterTree
 
FilterTreeNode - class com.jcorporate.expresso.core.security.filters.FilterTreeNode.
This class provides a "filter parse tree" interface to the system.
FilterTreeNode() - Constructor for class com.jcorporate.expresso.core.security.filters.FilterTreeNode
 
Form - class com.jcorporate.expresso.services.html.Form.
An HTML form
Form() - Constructor for class com.jcorporate.expresso.services.html.Form
Constructor
Form(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.Form
Constructor Create a form with the contents of the given element
Form(String) - Constructor for class com.jcorporate.expresso.services.html.Form
Constructor
Format - class com.jcorporate.expresso.core.misc.Format.
 
Format(String) - Constructor for class com.jcorporate.expresso.core.misc.Format
Formats a number in a printf format, like C
fTestLoader - Variable in class com.jcorporate.expresso.ext.controller.TestController
 
fast_keyword_map - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.StringDOMParser
Fatal error.
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
Fatal error.
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Fatal error.
fatalError(SAXParseException) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Fatal error.
fieldName - Variable in class com.jcorporate.expresso.core.dbobj.DBField
 
fieldName - Variable in class com.jcorporate.expresso.core.dbobj.DBObject.FieldUpdate
 
fieldName - Variable in class com.jcorporate.expresso.services.html.FileInput
 
fieldName - Variable in class com.jcorporate.expresso.services.html.HiddenField
 
fieldName - Variable in class com.jcorporate.expresso.services.html.TextField
 
fieldSize - Variable in class com.jcorporate.expresso.core.dbobj.DBField
The size of this field.
fieldValue - Variable in class com.jcorporate.expresso.services.html.FileInput
 
fieldValue - Variable in class com.jcorporate.expresso.services.html.HiddenField
 
fieldValue - Variable in class com.jcorporate.expresso.services.html.TextField
 
fileName - Variable in class com.jcorporate.expresso.core.misc.upload.FileItem
The original filename in the user's filesystem.
filterMethod - Variable in class com.jcorporate.expresso.core.dbobj.DBField
What is the string filtering method applied with this filter
filterString(String, Class, String) - Method in class com.jcorporate.expresso.core.security.filters.FilterManager
The method that does the actual string filtering.
finalize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Override of base object finalization to make sure that the database resources are closed if for some reason they haven't had this done to them already.
finalize() - Method in class com.jcorporate.expresso.core.db.DBConnection
Disconnect abandoned connections
finalize() - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. If for any reason the app exits, and gc is getting called we need to flush what we've got and then bail.
finalize() - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Just in case..... if all references to the root container have been released and GC is running, then make sure we 'cleanly' destroy all nested components.
finalize() - Method in class com.jcorporate.expresso.services.crontab.Crontab
Clearing the cron thread if the crontab is killed
finalize() - Method in class com.jcorporate.expresso.services.html.HtmlElement
See if the object has been displayed
finalizeUpdate(DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
 
finalizeUpdate(DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated.  
find() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Finds a single record based upon the criteria specified by the DataTransferObject
find(DataObject) - Method in interface com.jcorporate.expresso.core.dataobjects.DataQueryInterface
Finds a single record based upon the criteria specified by the DataObject
find(DataTransferObject) - Method in interface com.jcorporate.expresso.core.dataobjects.DataQueryInterface
Finds a single record based upon the criteria specified by the DataTransferObject
find() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Finds a single record based upon the criteria specified by the DataTransferObject
find(DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery
 
find(DataTransferObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery
 
find() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Find the object.
find() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
A lot like retrieve, but works with any fields, not just the key field.
find() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
 
find() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
find object on criteria provided in fields
find() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Just like retrieve, but works with any fields, not just the key field.
find() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
find() - Method in class com.jcorporate.expresso.core.security.User
Find a user matching the values of the properties that have been set
find() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Find a UserInfo object in the repository that matches the non-empty properties filled in the current UserInfo object
find() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Find the LDAP user
find() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Override to provide better performance.
find() - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
Extend the normal find method to read the parameters once the find is done.
find() - Method in class com.jcorporate.expresso.services.dbobj.Setup
 
find() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Extend the normal find method to read the parameters once the find is done.
findByte(byte, int) - Method in class com.jcorporate.expresso.core.misc.upload.MultipartStream
Searches a byte of specified value in the buffer starting at specified position.
findControllerForm(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
Return the Struts ActionForm associated with this controller as specified in the Struts config file.
findElement(PageContext, String, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Finds a controller element specified by name and/or property
findEndOfHref(String, int) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Finds the end of a hyperlink
findForward(String) - Method in class com.jcorporate.expresso.core.controller.ServletControllerResponse
Searches for the action forward associated with the action mapping (controller).
findForwardConfig(ActionConfig, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Find a forward config given an action config and a state name Does not return higher level forwards, just the one for the given state IF it exists
findForwardStore(String) - Method in class com.jcorporate.expresso.core.controller.ServletControllerResponse
Searches for the action forward associated with the action mapping (controller), with the side-effect of storing the action forward in the controller response.
findInput(PageContext, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Find an input out of the ControllerReponse
findSeparator() - Method in class com.jcorporate.expresso.core.misc.upload.MultipartStream
Searches the boundary in buffer region delimited by head and tail.
findTransition(PageContext, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Locate and return the transition named by the specified property
finish(String) - Method in class com.jcorporate.expresso.core.job.Job
Finish up the Job, clearing the job queue entry, sending a completion email, flush the queues, etc
finish(String, Throwable) - Method in class com.jcorporate.expresso.core.job.Job
Finish up the Job, clearing the job queue entry, sending a completion email, flush the queues, etc
finish() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
This method is called on when a successful form post has been made.
first() - Method in class com.jcorporate.expresso.core.db.DBConnection
Scroll to the first record in the result set
floatValue() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the value of this Long as a float.
flush() - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
flush() - Static method in class com.jcorporate.expresso.core.misc.EventHandler
 
forDigit(int, int) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines the character representation for a specific digit in the specified radix.
forKey() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return a string we can use in error messages to indicate the record that had the problem by including the key and the current database/context
forceAllSchemaDelete() - Static method in class com.jcorporate.expresso.services.test.SchemaManager
 
forceSchemaDelete(Schema) - Static method in class com.jcorporate.expresso.services.test.SchemaManager
Forces the schema deletion even if the schema is marked "read only"
form(char) - Method in class com.jcorporate.expresso.core.misc.Format
Formats a character into a string (like sprintf in C)
form(double) - Method in class com.jcorporate.expresso.core.misc.Format
Formats a double into a string (like sprintf in C)
form(long) - Method in class com.jcorporate.expresso.core.misc.Format
Formats a long integer into a string (like sprintf in C)
form(String) - Method in class com.jcorporate.expresso.core.misc.Format
Formats a string into a larger string (like sprintf in C)
formatDateTime(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Given the value of a date/time or date/time field, return the value formatted as appropriate for the current DBMS.
formatDateTime(DataObject, String, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Given the value of a date/time or datetime field, return the value formatted as appropriate for the current DBMS.
formatDateTime(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Given the value of a date/time or date/time field, return the value formatted as appropriate for the current DBMS.
formatDateTimeInternal(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
This class combines the old getFieldDate() with quoteIfNeeded() to format the Date-Time fields appropriately for storage.
formatParaText(String) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Print the text formatted for a tag that does not place significance on multiple whitespace.
forward(Servlet, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareDispatcher
This method is used to forward to a new URL
forward(HttpServletRequest, HttpServletResponse, String) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericDispatcher
This method is used to forward to a new URL
from - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.Block
Return a controller element based upon the xml fragment
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.ControllerElement
Base Class 'deserialization' from XML given a DOM Node N.
fromXML(Node, ControllerElement) - Static method in class com.jcorporate.expresso.core.controller.ControllerElement
Return a controller element based upon the xml fragment
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.ControllerResponse
Assemble a ControllerResponse from an xml document (may be document fragment).
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.Input
Return a controller element based upon the xml fragment [Factory Method]
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.Output
Return a controller element based upon the xml fragment
fromXML(String) - Static method in class com.jcorporate.expresso.core.controller.Transition
Return a Transition based upon the String based xml fragment
fromXML(Node) - Static method in class com.jcorporate.expresso.core.controller.Transition
Return a controller element based upon the xml fragment

G

GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
field name for the group about which "group privilege settings" (read/write) apply
GROUP_DESCRIPTION - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
GROUP_DESCRIP_MAX_LEN - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
GROUP_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.ControllerSecurity
 
GROUP_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjSecurity
 
GROUP_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
GROUP_NAME_FIELD - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
GROUP_NAME_MAX_LEN - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
GROUP_ONLY_READWRITE_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
group can write, but others cannot even read
GROUP_PERMISSIONS_TABLE_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
 
GROUP_PERMISSION_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
GROUP_READ_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
GROUP_READ_ONLY_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
GROUP_WRITE_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
GenericDispatcher - class com.jcorporate.expresso.core.jsdkapi.GenericDispatcher.
As we no longer support the 2.0 Servlet API, this class is just a wrapper to the appropriate methods, as they do not vary between 2.1 thru 2.3 of the API.
GenericDispatcher() - Constructor for class com.jcorporate.expresso.core.jsdkapi.GenericDispatcher
 
GenericSession - class com.jcorporate.expresso.core.jsdkapi.GenericSession.
Different servlet API's have slightly different methods for putting & getting attributes into the session, so we have a method here for cross-API access to the session, and methods that automatically "wrap" string values stored in the session in SerializableString, so the web-apps can be distributed & session shared by appropriate app servers
GetBase - class com.jcorporate.expresso.services.controller.dbmaint.GetBase.
Base class for search/add & update operations that were previously carried out in DBMaint.doGet().
GetBase() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.GetBase
 
GetBase(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.GetBase
 
GroupMembers - class com.jcorporate.expresso.services.dbobj.GroupMembers.
Group Member definitions table.
GroupMembers() - Constructor for class com.jcorporate.expresso.services.dbobj.GroupMembers
 
GroupMembers(int) - Constructor for class com.jcorporate.expresso.services.dbobj.GroupMembers
Initializes object with permissions given by user id.
GroupMembers(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.GroupMembers
For using DBObjects within Controllers.
GroupMembers(DBConnection) - Constructor for class com.jcorporate.expresso.services.dbobj.GroupMembers
constructor for db transactions
GroupNest - class com.jcorporate.expresso.services.dbobj.GroupNest.
Group Nesting
GroupNest() - Constructor for class com.jcorporate.expresso.services.dbobj.GroupNest
 
GroupNest(int) - Constructor for class com.jcorporate.expresso.services.dbobj.GroupNest
 
GroupNest(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.GroupNest
For using DBObjects within Controllers.
gb2312 - class com.jcorporate.expresso.core.security.filters.gb2312.
This class provides a filter implementation of the Filter class for the chinese gb2312
gb2312() - Constructor for class com.jcorporate.expresso.core.security.filters.gb2312
 
generateEventHandler(FastStringBuffer) - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Generates HTML attributes for the JavaScript event handler
generatePageTransitions(ControllerRequest, RecordPaginator, int) - Method in class com.jcorporate.expresso.services.controller.dbmaint.ListBase
Generates an arrayList of transitions to allow direct jumping to a page.
generateStyleClass(FastStringBuffer) - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Generates HTML attributes for style, class, and style id
generateToken(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
Generate a new transaction token, to be used for enforcing a single request for a particular transaction.
get(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Directly gets the DataField Data without having to deal with the DataField itself
get(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve the native object type for the given field name.
get(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Get the value object associated with the field specifieed.
get(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Directly gets the DataField Data without having to deal with the DataField itself
get(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a String for the given name.
get() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the contents of the file as an array of bytes.
get(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a String for the given name.
get(String) - Method in interface com.jcorporate.expresso.kernel.Configuration
Return the value of a simple property with the specified name
get(String, int) - Method in interface com.jcorporate.expresso.kernel.Configuration
Return the value of an indexed property with the specified name.
get(String, String) - Method in interface com.jcorporate.expresso.kernel.Configuration
Return the value of a mapped property with the specified name, or null if there is no value for the specified key
get(String) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
 
get(String, int) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
 
get(String, String) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
 
getAccess() - Method in class com.jcorporate.expresso.kernel.metadata.Property
Retrieve the access of this property
getAccountStatus() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Retrieve the current account status.
getAccountStatus() - Method in class com.jcorporate.expresso.core.security.User
Returns the current status of the account.
getAccountStatus() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Retrieve the current account status.
getAccountStatus() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getAccountStatus() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getAccountStatus() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Retrieve the account status of the user
getAction() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
Gets the action
getAction() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag
Gets the action
getActionConfig(String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Gets the action mapping associated with the controller and default root module.
getActionConfig(String, String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Gets the action mapping associated with the controller and the module name.
getActionConfigList(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Gets all the action mappings associated with the controller and the default module.
getActionConfigList(String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Gets all the action mappings associated with the controller and the module name.
getActionForward(ServletControllerRequest, ActionConfig, ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.Controller
Determine the forward appropriate for this controller/state, either from parameters or from configuration files, or from remapping based on past extensions like .xsl
getActionForward() - Method in class com.jcorporate.expresso.core.controller.ServletControllerResponse
Gets the action forward that the controller should forward or redirect to
getActionMappings() - Method in class com.jcorporate.expresso.services.test.ActionTestServlet
Deprecated. For the Struts 1.1 do not use this method
getAdmin(String) - Static method in class com.jcorporate.expresso.core.security.User
Retrieves the User instance of the current user.
getAdminId() - Static method in class com.jcorporate.expresso.core.security.User
determine admin id (usually '3') WARNING: assumes dbname = 'default'
getAdminId(String) - Static method in class com.jcorporate.expresso.core.security.User
determine admin id (usually '3')
getAdministrateGroups() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
getAlarmTime() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Get the alarm time in system time.
getAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
 
getAliasesInOrder() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves a list of Aliases in order that they were added
getAlignment() - Method in class com.jcorporate.expresso.core.controller.Output
Get the suggested alignment for this item
getAllAttributes() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Returns a Read Only Map of all attributes in name-value pairs.
getAllAttributes() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Retrieve a list of all attribute names in the field
getAllAttributes() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Returns a Read Only Map containing all the current attributes set for this particular data object instance.
getAllAttributes(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve all the attributes so you can iterate through them.
getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Returns a Read Only Map of all attributes in name-value pairs.
getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returns a Read Only Map containing all the current attributes set for this particular data object instance.
getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
getAllAttributes() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieves all the attributes for this data object
getAllAttributes(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve all the attributes so you can iterate through them.
getAllAttributes() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Retrieves all attribute names for this particular data field's metadata
getAllAttributes() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Returns a Read Only Map containing all the current attributes set for this particular data object instance.
getAllAttributes(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve all the attributes so you can iterate through them.
getAllCacheNames() - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Return an iterator over a list of Strings that contain all the names of the caches stored in the system [For dbContext default]
getAllCacheNames() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Return an iterator over a list of Strings that contain all the names of the caches stored in the system [For dbContext default]
getAllCacheNamesIterator(String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Get the names of all of the Caches being held for a particular context
getAllConfigKeys() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return an enumeration of all of the valid configuration keys.
getAllConfigurations() - Method in class com.jcorporate.expresso.core.db.DBConfig
Retrieves a list of all JDBCConfig objects.
getAllDBFields() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getAllDetails() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getAllElements() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
This method returns all elements of a multipart request.
getAllEntries() - Method in class com.jcorporate.expresso.services.crontab.Crontab
Retrieve a list of all items that are part of the queue.
getAllFields() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Deprecated. use getAllFieldsMap instead
getAllFieldsIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Way to get an interator into the allFields objects
getAllFieldsMap() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the "allFields" Hashtable, which contains all of the DBField objects that make up this DB object.
getAllFieldsMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the "allFields" Hashtable, which contains all of the DBField objects that make up this DB object.
getAllFieldsMap() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the "allFields" Hashtable, which contains all of the DBField objects that make up this DB object.
getAllGroups() - Static method in class com.jcorporate.expresso.services.dbobj.UserGroup
convenience method
getAllIndexedProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of all indexed properties.
getAllIndexedProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of all indexed properties.
getAllInstallNames() - Method in class com.jcorporate.expresso.kernel.InstallationOptions
 
getAllInstallValues() - Method in class com.jcorporate.expresso.kernel.InstallationOptions
 
getAllJobHandlers() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Gets all job handlers in the system
getAllKeys() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Deprecated. Use getAllKeysMap or getAllKeysIterator instead
getAllKeysIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Non-threadsafe way to get an interator into the allKeys data structure
getAllKeysMap() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the "allKeys" hash, containing the DBField objects that make up the primary key for this db object.
getAllKeysMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the "allKeys" hash, containing the DBField objects that make up the primary key for this db object.
getAllKeysMap() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the "allKeys" hash, containing the DBField objects that make up the primary key for this db object.
getAllMappedProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of all mapped properties.
getAllMappedProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of all mapped properties.
getAllNested() - Method in interface com.jcorporate.expresso.core.dataobjects.NestableDataObject
Retrieve an array of all nested data objects.
getAllNested() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve an array of all nested data objects.
getAllRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve a list of all relations
getAllUsers() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Unsupported operation
getAllUsers() - Method in class com.jcorporate.expresso.core.security.User
Returns a list of all the Users in the database.
getAllUsers() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns a Vector of all the UserInfo objects in the repository
getAllUsers() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getAllUsers() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getAllUsers() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Retrieve a list of all users... may get REALLY intensive!
getAlt() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Insert the method's description here.
getAncestor(String) - Method in class com.jcorporate.expresso.ext.taglib.ExOutputVarTag
 
getAncestor(String) - Method in class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
getAncestor(String) - Method in class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
getAndClearMessages() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Gets the current messages associated with this current login and then automatically removes them.
getAppendCustomWhereClause() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Gets the settings of appendCustomWhereClause.
getAttachments() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the Attachments
getAttrib(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
get the named attribute of this Controller
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the value of an "attribute" for this ControllerElement item.
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Deprecated. v5.5, 4/2004; use getAttrib() instead, and cast to string
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve an attribute as specified from the request
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.DefaultForm
Returns the attribute that has been set for a particular field OR null if it doesn't exist.
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.State
get attribute from request
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Retrieves the object from the request context.
getAttribute(String) - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Retrieves the object from the request context.
getAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves the object from the request context.
getAttribute(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieves any user defined attributes for this field.
getAttribute(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Returns an attribute keyed by name.
getAttribute(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Return an "attribute".
getAttribute(String, String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Gets an Object attribute from the field's metatdata
getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieves any user defined attributes for this field.
getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Return an "attribute".
getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
getAttribute(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the attribute for this particular dataobject.
getAttribute(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the attribute for the field
getAttribute(String) - Method in class com.jcorporate.expresso.core.dbobj.DBField
Returns an attribute keyed by name.
getAttribute(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return an "attribute".
getAttribute(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Gets an Object attribute from the field's metatdata
getAttribute(String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Return an "attribute".
getAttribute(HttpServletRequest, String) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession
Get an attribute from the session
getAttribute(HttpServletRequest, String) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Retrieve any other object
getAttribute(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
Deprecated. Retrieve any other object
getAttribute(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_2Session
 
getAttribute(String) - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Get an attribute stored in hashtable in session.
getAttribute(String) - Method in class com.jcorporate.expresso.services.html.HtmlElement
Get an attribute from this element
getAttributeNames() - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Retrieves all attribute names in the request context.
getAttributeNames() - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Retrieves all attribute names in the request context.
getAttributeNames() - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves all attribute names in the request context.
getAttributeNames(HttpServletRequest) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession
Get all the attribute names from the request
getAttributeNames(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Retrieve all attribute names
getAttributeNames(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
Deprecated. Retrieve all attribute names
getAttributeNames(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_2Session
 
getAttributeString(HttpServletRequest, String) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Return a string stored in the session, unwrapping it from the SerializableString it was stored in
getAttributes() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return the entire Hashtable of attribute values for this ControllerElement
getAttributes() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Get the attributes Map
getAttributes() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the attribute Map
getAttributes() - Method in class com.jcorporate.expresso.core.controller.DefaultForm
Returns the attributes Hashtable.
getAttributesIterator() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Returns a copy of all attributes associated with this field.
getAttributesIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Returns a copy of all attributes associated with this field.
getAttributesIterator(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get an iterator for all of the attributes specified for a field
getAttributesIterator(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getAttributesOrNull() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Same as above but will return null if no attributes have ever been set.
getAutoCommit() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the state of the auto-commit flag
getAutoControllerElement() - Static method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Constructor.
getBLOB(DBObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Returns a single stream for a LOB object.
getBackURL(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.misc.HTTPUtil
Return the "back" URL, usually displayed at the bottom of the servlet page to provide the user a way to go back to the page they called the servlet from
getBase(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Get the base filename of a file (e.g. no directory or extension)
getBeanProperty(PageContext, String, String, boolean) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils

We interpret property names as follows: A "normal" name (e.g. no special characters) should represent the contents of an output object.

getBigDecimal(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a BigDecimal object from the resultset
getBigDecimal(String, BigDecimal) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a BigDecimal for the given name.
getBigDecimal(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a BigDecimal for the given name.
getBigDecimal(String, BigDecimal) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a BigDecimal for the given name.
getBigDecimal(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a BigDecimal for the given name.
getBigDecimals(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of BigDecimals for the given name.
getBigDecimals(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of BigDecimals for the given name.
getBinaryStream(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a Large object as a binary stream.
getBinaryStream(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a Large object as a binary stream.
getBlob(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Retrieves a java.sql.Blob object given the criteria object set previously.
getBlob(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a BLOB object from the result set.
getBlob(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a BLOB object from the result set.
getBlobFileSize(String) - Method in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Convenience method to get the LOB attachment content length
getBlobFileSizeInt(String) - Method in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Convenience method to get the LOB attachment content length as an integer
getBlobFilename(String) - Method in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Convenience method to get the LOB attachment filename
getBlobMimeType(String) - Method in class com.jcorporate.expresso.services.dbobj.MediaDBObject
Convenience method to get the LOB attachment mime content type
getBlobStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Retrieve an input stream for a binary object stored in the database.
getBlock(String) - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a newsted Block by name.
getBlock(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get a specific block.
getBlock() - Method in class com.jcorporate.expresso.ext.taglib.BlockTag
 
getBlocks() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a list of blocks contained within this Block
getBlocks() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Return the vector of Blocks for this controller state to the client
getBool(String, boolean) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a Boolean for the given name.
getBool(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a Boolean for the given name.
getBool(String, boolean) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a Boolean for the given name.
getBool(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a Boolean for the given name.
getBoolean(String, boolean) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a boolean for the given name.
getBoolean(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a boolean for the given name.
getBoolean(String, boolean) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a boolean for the given name.
getBoolean(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a boolean for the given name.
getBooleanFieldValue(Boolean) - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Internal refactoring for getting what a boolean field should be set to.
getBooleanFieldValue(boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Internal refactoring for getting what a boolean field should be set to.
getBorder() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLinkTag
 
getBundleName() - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Gets the resource bundle name author: Peter Pilgrim, Sun Sep 07 12:16:56 BST 2003
getBundlePath() - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Returns the location of the Messages bundle path as specified by your schema.
getByte(String, byte) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a byte for the given name.
getByte(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a byte for the given name.
getByte(String, byte) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a byte for the given name.
getByte(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a byte for the given name.
getBytes(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Get the BLOB bytes for this particular dataset row.
getBytes() - Method in class com.jcorporate.expresso.core.misc.ByteArrayCounter
getBytes: Return a copy of the byte array.
getBytes(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of bytes for the given name.
getBytes(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of bytes for the given name.
getCLOB(DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated.  
getCLOB(DBObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Retrieves the CLOB data for the specified DBObject and the specified fieldName
getCSSClass() - Method in class com.jcorporate.expresso.services.html.HtmlElement
 
getCache(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Retrieve a given cache by name.
getCache(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Retrieve a given cache by name.
getCacheEntry(String) - Method in interface com.jcorporate.expresso.core.cache.Cache
Retrieve the low-level CacheEntry for the cache.
getCacheEntry(String) - Method in class com.jcorporate.expresso.core.cache.OrderedCache
Retrieve the low-level CacheEntry for the cache.
getCacheEntry(String) - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Retrieve the cache entry specified by the item key
getCacheHits() - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Retrieve the number of cache hits
getCacheManager() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getCacheMisses() - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Retrieve the number of cache misses
getCacheName() - Method in class com.jcorporate.expresso.core.cache.CacheSyncMessage
 
getCacheSize() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get the current Cache size of this object.
getCacheSize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves the cache size for the primary object
getCacheSize() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Gets the set size of the cache for this DBOBject
getCacheSize() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get the current Cache size of this object.
getCacheStatsMap() - Static method in class com.jcorporate.expresso.core.dbobj.DBObject
 
getCacheSystem(String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Retrieve the cache system appropriate for the data context
getCacheUtil() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
'Pseudo' factory method to retrieve the caching utility class instance.
getCachedLookup(String) - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Threadsafe cache dealing... check to see if the ip address is already in the listing
getCallingServlet() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the calling servlet.
getCatalog() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the Catalog for the current connection
getCautionCount() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getCharacterEncoding() - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Get the character encoding that will be used by this ValueParser.
getCharacterEncoding() - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Get the character encoding that will be used by this ValueParser.
getChars(int, int, char[], int) - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCharset() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
return the current object's character set
getCharset() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
return the current object's character set
getCharset() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
return the current object's character set
getCheckClassName() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 3:39:59 PM)
getCheckZeroUpdate() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Gets the check zero update boolean flag for this database connection pool author Peter Pilgrim
getCheckZeroUpdate() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Gets the check zero update flags for this DBObject.
getChildComponent(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Search for a child component by the given component name
getChildComponent(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Search for a child component by the given component name
getChildComponents() - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Retrieves a list of instances of all contained ExpressoComponents.
getChildComponents() - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Retrieves a list of instances of all contained ExpressoComponents.
getChildComponents() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieves a list of child component configurations.
getChildComponents() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieves a list of child component configurations.
getChildComponents() - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Retrieves a list of instances of all contained ExpressoComponents.
getChildren() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve a list of children
getClassHandler() - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandler
 
getClassHandler(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return the Class dealing with the named ClassHandler
getClassHandlerParameter(String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Returns the given parameter for a class handler.
getClassHandlers() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getClassName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
 
getClassName() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the classname for this component.
getClassName() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the classname for this component.
getClassName() - Method in class com.jcorporate.expresso.kernel.metadata.SchemaComponentBase
 
getClassValue() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
 
getClassValue() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Get the class value, used for buttons Creation date: (07/12/02)
getClientAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Retrieves a value of a cookie set on the client's system.
getClientAttribute(String) - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Retrieves a value of a cookie set on the client's system.
getClientAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves a value of a cookie set on the client's system.
getClob(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Retrieves a java.sql.Clob object given the criteria object set previously.
getClob(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a BLOB object from the result set.
getClob(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieves a BLOB object from the result set.
getClobAsciiStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Retrieve a java.io.InputStream a.k.a.
getClobStream(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Retrieve a java.io.Reader a.k.a Unicode stream for a CLOB field.
getClobString(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
CLOB convenience method.
getCode() - Method in class com.jcorporate.expresso.core.misc.CacheEvent
Get the "event code" passed to this event - the exact meaning of the code is dependant on the object generating the event.
getCode() - Method in class com.jcorporate.expresso.services.html.ReportPageParam
Return the code of this parameter
getCols() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the cols
getCompiledUrlPattern() - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
Returns the compiled Regular Expression Pattern instead of just the regular expression string.
getComponent() - Method in class com.jcorporate.expresso.ext.taglib.StyleSheetTag
Setter method for Name.
getConfig() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return the list of configuration values required by this schema
getConfig() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return the top-level configuration object, an instance of the ConfigExpresso class.
getConfigDir() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return the pathname of the configuration directory (specified as "configDir"
getConfigInputSources(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Returns a hashmap keyed by filename, and data ='s a series of input streams corresponding to xml files of the desired doctype.
getConfigKey() - Method in class com.jcorporate.expresso.core.misc.CacheEvent
Get the config key passed to this event, or return "default" if none specified
getConfigName() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Retrieve the db configuration name
getConfigName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
getConfiguration(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.management.ComponentConfigBridge
Given a component, retrieve the component config object for this component.
getConfigurationFailureException() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
 
getConnection() - Method in class com.jcorporate.expresso.core.db.DBConnection

Low level function that allows you to retrieve the JDBC connection associated with this DBConnection.

getConnection() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Find an available connection in the default connection pool, if any.
getConnection(String) - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Get a connection from the pool.
getConnection() - Method in class com.jcorporate.expresso.core.db.SimpleDataSource
Retreive a java.sql.Connection for this data source.
getConnection(String, String) - Method in class com.jcorporate.expresso.core.db.SimpleDataSource
[Unused] Normally would retrieve a connection with the given username and password.
getConnection() - Method in interface com.jcorporate.expresso.core.db.datasource.DataSourceInterface
Get database connection from datasource defined in JNDI
getConnection() - Method in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Get connection from JNDI Factory retrieve from the context previously set up.
getConnection(String, String) - Method in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Get connection from JNDI Factory retrieve from the context previously set up.
getConnection() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getConnection() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObjectTransaction
 
getConnectionPool() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Retrieve the connection pool associated with this DBObject.
getConnectionPool() - Method in class com.jcorporate.expresso.core.db.SimpleDataSource
Helper method to retrieve the instance of the connectionPool we're attached to
getContainer() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
getContainer() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
getContainerComponent() - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Return the 'wrapped' container ExpressoComponent.
getContainerComponent() - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Return the 'wrapped' container ExpressoComponent.
getContainerImplementation() - Method in interface com.jcorporate.expresso.kernel.Containable
Retrieves the actual container implementation
getContainerImplementation() - Method in class com.jcorporate.expresso.kernel.ContainerComponentBase
Retrieves the actual container implementation
getContent(String) - Method in class com.jcorporate.expresso.core.controller.ControllerElement
 
getContent() - Method in class com.jcorporate.expresso.core.controller.Input
(Convenience for JSTL access, to be parallel with Output) Return a single default value supplied by the Controller for this Input object; returns the 0th item in list (we expect this function to be used only for single selection items)
getContent() - Method in class com.jcorporate.expresso.core.controller.Output
Get the "contents" of this Output, the string value that this Output object represents
getContent() - Method in class com.jcorporate.expresso.ext.taglib.OutputTag
 
getContentCount() - Method in class com.jcorporate.expresso.services.html.HtmlElement
Return the count of contents in this item
getContentType() - Method in class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Returns the content type (mime type)
getContentType() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the content type passed by the browser or null if not defined.
getContents() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
getContents() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Returns the contents of this controller element
getContext(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return the context configuration object for the named context.
getContext() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Most often used for testing to peak into things.
getContext() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
getContextDescription() - Method in class com.jcorporate.expresso.kernel.DataContext
Retrieves the context description
getContextName() - Method in class com.jcorporate.expresso.core.cache.CacheSyncMessage
 
getContextPath(HttpServletRequest) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareDispatcher
Retrieve the context path.
getContextPath(HttpServletRequest) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession
Retrieve the context path
getContextPath(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericDispatcher
API 2.2 actually implements the getContextPath method, so we return the result directly.
getContextPath(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Retrieve the context path
getContextPath(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
Deprecated. Retrieve the context path
getContextPath(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_2Session
Get a sessions's current context path
getContextPath() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Get the web-app context path for this web application
getContextPath() - Method in class com.jcorporate.expresso.core.misc.SystemMacros
 
getContexts() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getContinueURL(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.misc.HTTPUtil
Return the name of the URL to "continue" to from this servlet,
getController(String) - Method in interface com.jcorporate.expresso.core.controller.ControllerFactory
Dumb construction method.... just tries to create the controller.
getController(String, String) - Method in interface com.jcorporate.expresso.core.controller.ControllerFactory
Dumb construction method.... just tries to create the controller.
getController(ControllerRequest) - Method in interface com.jcorporate.expresso.core.controller.ControllerFactory
This method is similar to getController(className) except that it may try to route the construction call to the appropriate servlet constructor IF the request is a HttpServletControllerRequest AND the implementation chooses to accept this mission.
getController(String) - Method in class com.jcorporate.expresso.core.controller.DefaultControllerFactory
Retrieve the Action controller that matches the class name
getController(String, String) - Method in class com.jcorporate.expresso.core.controller.DefaultControllerFactory
Retrieve the Action controller that matches the class name The moduleName is ignored for this implementation.
getController(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.DefaultControllerFactory
Retrieve the Action controller that matches the class name The Struts 1.1 modules are ignored for this implementation.
getController(String) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Struts compatible version of the controller factory.
getController(String, String) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Struts compatible version of the controller factory.
getController(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
This method is similar to getController(className) except that it may try to route the construction call to the appropriate controlling servlet
getController() - Method in class com.jcorporate.expresso.core.controller.State
retrieve the controller instance that is associated with this state
getControllerChainingTransition() - Method in class com.jcorporate.expresso.core.controller.Controller
Return the transition that will be executed once this controller completes without errors.
getControllerClass() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the controller class name
getControllerElement() - Method in class com.jcorporate.expresso.ext.taglib.AttributeTag
GET / SET controllerElement Retrieve the controller element name for the attribute tag
getControllerFactory() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Returns the controller factory object.
getControllerList() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return a list of the Controller objects that are members of this schema.
getControllerName() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Retrieve the name of the controller we use.
getControllerObject() - Method in class com.jcorporate.expresso.core.controller.Transition
Return the name of the controller object that this Transition referred to.
getControllerRequest() - Method in class com.jcorporate.expresso.core.controller.State
Gets the ControllerRequest object associated with this state.
getControllerResponse() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
 
getControllerResponse() - Method in class com.jcorporate.expresso.core.controller.State
Retrieves the ControllerResponse object associated with this state
getControllerResponse() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
getControllerResponse() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
getControllerSecurityTransition() - Method in class com.jcorporate.expresso.core.controller.Controller
Return the transition that will be executed if any state in this controller cannot be run because the user does not have sufficient authorization.
getControllers() - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
Retrieve a readonly list of controllers for this schema
getCounter() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve an incrementing id value unique across crontab instances
getCountry() - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Used to get the sub-language country code
getCountry() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getCountryCodes() - Static method in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
getCreateDate() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getCreateDate() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the date that this UserInfo object was created
getCreateDate() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getCreateDate() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getCreateDate() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Get the account creation date
getCreated() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
getCreatedTime() - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieve the time that this connection was created in System time.
getCriteria() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Protected method to get at the criteria object from any derived classes
getCronAlarmEntry() - Method in class com.jcorporate.expresso.core.job.Job
Retrieve the cron alarm entry
getCronEntry() - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
 
getCronManager() - Method in class com.jcorporate.expresso.core.utility.JobHandler
Retrieve the crontab for this job handler.
getCryptoKey() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getCryptoKey() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
getCryptoManager() - Method in class com.jcorporate.expresso.core.security.AbstractRandomNumber
 
getCryptoManager() - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
 
getCryptoManager() - Method in class com.jcorporate.expresso.core.security.StringHash
 
getCurrentConfig() - Method in class com.jcorporate.expresso.core.db.DBConfig
Retrieves the current Configuration
getCurrentDBObj() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Deprecated. Since Expresso 5.1 Use getDataObject() for compatibility with AutoDBObject, JoinedDataObject, etc. Will be removed in Expresso 5.2
getCurrentLogins() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Returns a hashtable of the current login objects
getCurrentState() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Return the current State object, based on the state we last transitioned into
getCurrentTable() - Method in class com.jcorporate.expresso.services.html.ReportPage
Get the current table being used by the report
getCurrentUsers() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getCustomFromClause() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Gets the customFromClause
getCustomProperties() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getCustomProperties() - Method in class com.jcorporate.expresso.kernel.DataContext
Custom Properties Map that was identical to that of the customProperties in the old Expresso 5 config file.
getCustomProperty(String) - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getCustomProperty(String) - Method in class com.jcorporate.expresso.kernel.DataContext
Retrieves the custom property by key.
getCustomStringFieldValue(DBConnection, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
This convenience method retrieve through the resultSet.MetaData the date value of field define as date or time DBObject
getCustomWhereClause() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Allows us to query the custom where clause (if any). ' WHERE ' has been prepended to the clause.
getCustomWhereClause() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Gets the customWhereClause
getDBConfig() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Get the DBConfig Class
getDBController() - Method in class com.jcorporate.expresso.core.controller.State
Deprecated. 4/04 v5.5 use getController and cast.
getDBDriver() - Method in class com.jcorporate.expresso.core.db.DBConnection
Send back the name of the JDBC driver class being used to access the database
getDBField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get the DBField object specified by the fieldname
getDBMessage() - Method in class com.jcorporate.expresso.core.db.DBException
Retrieve the message that was received from the JDBC driver
getDBMetaData() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the DatabaseMetaData for the connection
getDBName() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Deprecated. 10/2004 v.5.6 use getDataContext instead
getDBName() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the database from the request, if there is a request available
getDBName() - Method in class com.jcorporate.expresso.core.controller.State
Return the name of the database connection we use - or null for the default connection
getDBName() - Method in class com.jcorporate.expresso.core.db.DBConnection
Returns the name of the currently set DataContext
getDBName() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Return the current database name/config key
getDBName() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since Expresso 5.1 Use getDataContext() instead
getDBName() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Return the name of the context/database connection that this DB object is using.
getDBName() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObjectTransaction
Return the name of the context/database connection that this DB object is using.
getDBName() - Method in interface com.jcorporate.expresso.core.dbobj.RequestContext
See @com.jcorporate.expresso.core.controller.ControllerRequest for an implementation example of this interface.
getDBName() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Deprecated. Use getDataContext() instead. Since v.5.5
getDBName() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Bean method that gets the current database name.
getDBName() - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method returns the name of the DB context, either preset by the caller, or "default" if not set.
getDBName() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getDBName() - Method in class com.jcorporate.expresso.core.security.User
Retrieve the data context for this particular object implementation
getDBName() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Deprecated. since 5.6, use getDataContext() instead
getDBName(HttpServletRequest) - Method in class com.jcorporate.expresso.core.servlet.DBServlet
Return the "alternate" database name, if one is set.
getDBName() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Return the name of the context/database connection that this DB object is using.
getDBName() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
 
getDBName() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
 
getDBName() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the db name
getDBObjDescrip(Locale) - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getDBObjMap() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Retrieves the DBObject Map for table creation.
getDBObjName() - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Retrieve the classname of the DBObject for this cache stat
getDBObject(String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
This returns the encapsulated instance of the 'model' DBObject that was provided in 'addDBObj()';

After a searchAndRetrieveList(), each MultiDBObject in the list has, encapsulated, an object of each type which was previously added as a model.

getDBObject() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
 
getDBObject() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
 
getDBURL() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the URL field for this connection
getDOMWriter() - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Retrieves the DOMWriter isntantiated class.
getDOMWriter() - Method in interface com.jcorporate.expresso.kernel.management.ServiceWriter
Retrieves the DOM Writer.
getDataContext() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Return the name of the database connection we use - or null for the default connection
getDataContext() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the database from the request, if there is a request available
getDataContext() - Method in class com.jcorporate.expresso.core.controller.State
Return the name of the database connection we use - or null for the default connection
getDataContext() - Method in interface com.jcorporate.expresso.core.dataobjects.ContextNested
Retrieve the data context for this particular object implementation
getDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.DataTransferObject
 
getDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Read only property that tells what data context we're a part of.
getDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returns the name of the currently set DataContext
getDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Returns the name of the currently set DataContext
getDataContext() - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieve the data context name we're associated with
getDataContext() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Return the current database name/config key
getDataContext() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Retrieve the data context name we're associated with
getDataContext() - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Retrieve the data context of the stat entry
getDataContext() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Returns the name of the currently set DataContext
getDataContext() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Return the name of the context/database connection that this DB object is using.
getDataContext() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return the name of the context/database connection that this schema is being applied to.
getDataContext() - Method in class com.jcorporate.expresso.core.dbobj.SchemaFactory
 
getDataContext() - Method in class com.jcorporate.expresso.core.job.Job
Retrieve the data context of the job
getDataContext() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the DataContext
getDataContext() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getDataContext() - Method in class com.jcorporate.expresso.core.security.User
Returns the currently set DB context
getDataContext() - Method in interface com.jcorporate.expresso.core.security.UserInfo
gets the DB context; can return null
getDataContext() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getDataContext() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
gets the DB context; can return null
getDataContext(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Retrieve the DataContext that the given component is a part of
getDataContext() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the data context for this report.
getDataContext() - Method in class com.jcorporate.expresso.services.test.SchemaCreator
 
getDataContext() - Method in class com.jcorporate.expresso.services.test.SchemaDeleter
Retrieve the currently set data context.
getDataContextName(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Given the component that we loaded, find the data context name we're a part of.
getDataField(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Returns the object embedded within the field keyed by the fieldName parameter.
getDataField(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returns the object embedded within the field keyed by the fieldName parameter
getDataField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Returns the object embedded within the field keyed by the fieldName parameter
getDataField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Same as getField, but works with the DataObject interface for now.
getDataObject() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Retrieve the data object
getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
This function is useful for low level work where you want to modify the underlying data objects in a behavior diffent that the default behavior of the JoinedDataObject.
getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Retrieve a list of the dataobjects for this join.
getDataObjects() - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
Retrieve a readonly list of DBObjects for this schema
getDataObjectsInOrder() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves a list of DataObjects that were used in Order
getDataSource(String) - Static method in class com.jcorporate.expresso.core.db.DBConnectionPool
Retrieve a dumb datasource implementation that is compatible with items such as reporting tools, etc.
getDataTransferObject() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Gets the data transfer object usually for serialization purposes
getDataURL() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Get the database connection url
getDataURL() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
getDatabaseURL() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getDate(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getDate(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getDateField(DataObject, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Helper function that helps convert any string values from the database's format
getDateForDB() - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date field formatted for insertion into a database Value of the date is the current date author Yves Henri AMAIZO
getDateForDB(int, int, int) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date field formatted for insertion into a database author Yves Henri AMAIZO
getDateForDB(Date) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a time field formatted for insertion into a database author Yves Henri AMAIZO
getDateForDB(Date, String) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Takes into account for the database context.
getDateFormatString(boolean, Locale) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get the Date or DateTime format for a Locale.
getDateString() - Static method in class com.jcorporate.expresso.core.misc.DateTime
Return the current date as a formatted string
getDateTimeForDB() - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database Value of the date/time is the current date and time
getDateTimeForDB(String) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database Value of the date/time is the current date and time
getDateTimeForDB(int, int, int, int, int, int, String) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database Value of the date/time is the current date and time
getDateTimeForDB(Date, String) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database
getDateTimeForDB(int, int, int, int, int, int) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database Value of the date/time is the current date and time
getDateTimeForDB(Date) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time field formatted for insertion into a database (default context)
getDateTimeString() - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time string containing the current date and time, formatted for user readability
getDateTimeString(Date) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a date/time string for a given date and time, formatted for user readability
getDateTimeType() - Method in class com.jcorporate.expresso.core.db.DBConnection
getDateTimeType allows DBObjects to ask what the correct database type is for date/time values
getDayOfMonth() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve the day of month setting
getDayOfWeek() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Return day of week setting
getDb() - Method in class com.jcorporate.expresso.ext.taglib.ExConfigTag
 
getDb() - Method in class com.jcorporate.expresso.ext.taglib.ExSessionTag
 
getDb() - Method in class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
getDb() - Method in class com.jcorporate.expresso.ext.taglib.Login
 
getDbConfig() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getDbFieldName() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 5:36:16 PM)
getDbName() - Static method in class com.jcorporate.expresso.core.db.DBInitializer
 
getDbURL() - Method in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Gets the dbURL
getDbobj() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getDef() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Return the DBObjectRef object that contains the definition of the current DBObject.
getDefaultComponentCode() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Returns the default component code for this schema.
getDefaultComponentCode() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Returns the default component code for this schema.
getDefaultDescription() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Returns the default description for this schema.
getDefaultDescription() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Returns the default description for this schema.
getDefaultForm() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the DefaultForm object
getDefaultLocale() - Static method in class com.jcorporate.expresso.core.i18n.Messages
get default locale (much better to get it from user's request!!)
getDefaultParams() - Method in class com.jcorporate.expresso.services.html.ReportPage
Return a Vector of default parameter objects
getDefaultRuntime() - Static method in class com.jcorporate.expresso.kernel.management.ExpressoRuntimeMap
Retrieve the default runtime.
getDefaultValue() - Method in class com.jcorporate.expresso.core.controller.Input
Return a single default value supplied by the Controller for this Input object; returns the 0th item in list (we expect this function to be used only for single selection items)
getDefaultValue() - Method in class com.jcorporate.expresso.core.controller.Output
Return contents; convenience method to unify Input/Output method names
getDefaultValue() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Retrieve the default value of the field.
getDefaultValue(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retreive the default value of a particular field for when it is first instantiated
getDefaultValue(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the default value for the specified
getDefaultValue() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Retrieve the default value for the field.
getDefaultValue(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getDefaultValue(String) - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
Retrieve the default parameter value for the given parameter name
getDefaultValue() - Method in class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
 
getDefaultValue(String) - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the default parameter value for the given parameter name
getDefaultValue() - Method in class com.jcorporate.expresso.services.html.ReportPageParam
Return the default value for this parameter
getDefaultValueList() - Method in class com.jcorporate.expresso.core.controller.Input
Return a list of default values supplied by the Controller for this Input object; appropriate for multiple selection items
getDefaultWildCards() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Return a list of default wild card characters.
getDefinition() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getDefinitionName() - Method in interface com.jcorporate.expresso.core.dataobjects.Defineable
Retrieve the key to the definition name for the given DBObject.
getDefinitionName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieves the definition name in accordance with the
getDefinitionName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
 
getDefinitionName() - Method in class com.jcorporate.expresso.core.dbobj.AutoDBObject
Retrieve the key to the definition name for the given DBObject.
getDelay() - Method in class com.jcorporate.expresso.core.security.DelayThread
return the current setting for number of seconds to delay
getDelimiter() - Method in class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
Getter for delimiter
getDescrip() - Method in class com.jcorporate.expresso.services.html.ReportPageParam
Return the description of this parameter
getDescription() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the description of this element
getDescription() - Method in class com.jcorporate.expresso.core.controller.State
Get the description of this state, as supplied when the state is created.
getDescription() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the description of this field.
getDescription() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return a description of this database object.
getDescription(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the long description of a field, if available
getDescription(Locale, String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve an localized description as per the locale defined for the 'client'
getDescription(Locale) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve the table description in a localized way.
getDescription() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the description of the dataobject join
getDescription(Locale, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve an i18n'ized description as per the locale defined for the 'client'
getDescription(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Get the unlocalized description for a field name
getDescription(Locale) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the table description in a localized way.
getDescription() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
 
getDescription() - Method in class com.jcorporate.expresso.core.db.DBConnection
Returns the text description of this connection.
getDescription() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Returns the text description of this connection.
getDescription() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the description of this field
getDescription() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return a description of this database object.
getDescription(Locale) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve the table description in a localized way.
getDescription(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the long description of a field, if available
getDescription(Locale, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve an i18n'ized description as per the locale defined for the 'client'
getDescription() - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
Gets the description of the valid value
getDescription() - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
Gets the description of the valid value
getDescription() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getDescription() - Method in class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
 
getDescription() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the friendly name of the component
getDescription() - Method in class com.jcorporate.expresso.kernel.metadata.Method
 
getDescription() - Method in class com.jcorporate.expresso.kernel.metadata.Property
Retrieve the description for this property.
getDetailFieldsForeign(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve the foreign key fields
getDetailFieldsForeign(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the foreign key fields
getDetailFieldsForeign(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getDetailFieldsLocal(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve the local key fields.
getDetailFieldsLocal(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the local key fields.
getDetailFieldsLocal(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getDetailSet() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve a list of all the detail objects
getDetailSet() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Returns the detail set for the primary data object
getDetailSet() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve a set of detail objects.
getDetails() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get a list of all db objects that are specified as being "details" to this db object.
getDetails() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getDir(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Return a vector of the file/dir names in any give directory
getDir(String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
Return a vector of the file/dir names in any give directory
getDisplayLength() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the display length suggested by the controller for this item.
getDisplayName() - Method in class com.jcorporate.expresso.core.security.User
Returns a descriptiptive, longer name for the user this is NOT THE UNIQUE LOGIN NAME.
getDistinct(DBConnectionPool) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Add the DISTINCT keyword to the query if the join is supposed to be distinct.
getDistinctFieldArrayList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Get a special ArrayList object list of all of the fields in this object that are set to distinct
getDistinctFieldCount() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This convenience method counts DBFields belonging to this DBObject that are set to distinct.
getDistinctFields() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This convenience method iterates through all the fields belonging to this DBObject returns an array of field names ( String ) that are set to distinct.
getDistinctRowsetKeyword() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Gets the SQL keyword to remove duplicate records from a database query.
getDomWriterClass() - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Retrieves the previously set classname of the Dom Writer
getDomainId(String) - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
Use this function to lookup any domain names given the InetAddress
getDouble(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Fetch the given field of the current row as a double
getDouble(String, double) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a double for the given name.
getDouble(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a double for the given name.
getDouble(String, double) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a double for the given name.
getDouble(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a double for the given name.
getDownloadTime(ControllerResponse, long) - Method in class com.jcorporate.expresso.ext.controller.Download
Returns a string estimating download time at 28.8k This function assumes a download rate of 5 Mb / minute
getElement() - Method in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
getElements() - Method in class com.jcorporate.expresso.ext.taglib.ElementCollection
 
getEmail() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getEmail() - Method in class com.jcorporate.expresso.core.security.User
Returns the email address of the user
getEmail() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the email address for this user
getEmail() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getEmail() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getEmail() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Retrieve the email address of the account
getEmailAuthCode() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getEmailAuthCode() - Method in class com.jcorporate.expresso.core.security.User
Here we generate an authorization code that would be hard for someone to guess.
getEmailAuthCode() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the email auth code previously set for this user
getEmailAuthCode() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getEmailAuthCode() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Here we generate an authorization code that would be hard for someone to guess.
getEmailAuthCode() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Create an email authorization code.
getEmailValCode() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getEmailValCode() - Method in class com.jcorporate.expresso.core.security.User
Returns the code required for authorization via email
getEmailValCode() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Retrieve the validation code required for authorization by email
getEmailValCode() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getEmailValCode() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getEmailValCode() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Retrieve the email validation code
getEncryptMode() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getEncryptMode() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
getEndRecordNumber() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
Returns the end record number for a particular page.
getEntityRef(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Helper to xmlEscape()
getErrorCollection() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Returns the Error collection that exists in the current session.
getErrorCount() - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Creation date: (8/29/00 2:38:57 PM) author Adam Rossi, PlatinumSolutions
getErrorList() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
 
getErrorList() - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLImportDocument
The set of exceptions that have occurred during processing.
getErrorMessage() - Method in class com.jcorporate.expresso.core.dbobj.DBObject.FieldError
Returns the error message associated with this FieldError class.
getErrorNumber() - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Return the error number if one was supplied
getErrorState() - Method in class com.jcorporate.expresso.core.controller.State
Retrieves the state that has been set as the error state
getErrorStrings() - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Retrieve a list of error strings corresponding to the ActionError
getErrorStyle() - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Allows for easy overriding fo the style name for special customization.
getErrorStyle() - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Returns the style to be used if the Input field has an error with it.
getErrorTransition() - Method in class com.jcorporate.expresso.core.controller.State
Return the error transition.
getErrors() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the error collection for this response
getErrors() - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
Creation date: (8/29/00 2:17:36 PM) author Adam Rossi, PlatinumSolutions
getErrors(String) - Method in class com.jcorporate.expresso.core.controller.ErrorCollection
 
getErrors() - Method in class com.jcorporate.expresso.core.controller.State
Returns the errors collection of this current request and current state.
getErrors() - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
 
getEscapeHandler() - Method in class com.jcorporate.expresso.core.db.DBConnection
Gets the Escape Handler class for this connection
getEscapeHandler() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Get the current character escape handler for this class.
getEventArguments() - Method in class com.jcorporate.expresso.core.misc.SysEvent
 
getEventCode() - Method in class com.jcorporate.expresso.core.misc.SysEvent
 
getEventObject() - Method in class com.jcorporate.expresso.core.misc.SysEvent
 
getException() - Method in class com.jcorporate.expresso.core.misc.OSProcess
??
getExecutor() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Use this function to acquire the Executor interface that is associated with this data object
getExecutor() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Use this function to acquire the Executor interface that is associated with this data object
getExecutor() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Use this function to acquire the Executor interface that is associated with this data object
getExecutor() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Use this function to acquire the Executor interface that is associated with this data object
getExitValue() - Method in class com.jcorporate.expresso.core.misc.OSProcess
Retrieve the operating system exit value.
getExpectedDefaultPopulation() - Method in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Useful method for unit testing to make sure that everything got added during setup as expected.
getExpectedDefaultPopulation() - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Useful method for unit testing to make sure that everything got added during setup as expected.
getExpectedDefaultPopulation() - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
Useful method for unit testing to make sure that everything got added during setup as expected.
getExpectedDefaultPopulation() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Useful method for unit testing to make sure that everything got added during setup as expected.
getExpires() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
getExpiresAt() - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Method to retrieve the absolute date/time when the request expires.
getExpressoDir() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getExpressoDir() - Method in class com.jcorporate.expresso.core.misc.SystemMacros
 
getExpressoServicesConfig() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve the current ExpressoServicesConfiguration file bean.
getExpressoServicesConfig() - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Retrieve the current ExpressoServicesConfiguration file bean.
getExpressoServicesFile() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve the currently set Expresso Services file.
getExpressoServicesFile() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve the currently set Expresso Services file.
getExpressoServicesFileURL() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve the URL of the file that currently is set for the Expresso Services file.
getExpressoServicesFileURL() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve the URL of the file that currently is set for the Expresso Services file.
getExpressoToJava(String) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Retrieve a DBField to java.sql.Types mapping value.
getExpressoToSQLMap() - Method in class com.jcorporate.expresso.core.db.TypeMapper
Get the ExpressoToSQL Map
getExtension(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Get the file extension (after the ".")
getExtension(String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
Get the file extension (after the ".")
getFailureCount() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getFailureReason() - Method in class com.jcorporate.expresso.ext.dbobj.URLReader
 
getFatalException() - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
 
getField(String) - Method in class com.jcorporate.expresso.core.controller.DefaultForm
 
getField(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve the field value as a String
getField(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve the field value as a String
getField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the field value as a String
getField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the string value of a field in this object as a string
getField(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Get the actual DBField value specified by fieldname

Creation date: (9/18/00 11:37:10 AM)

getField(String) - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Deprecated. Use the direct getLoginName, getEmail, getPassword, etc.
getField(String) - Method in interface com.jcorporate.expresso.core.security.UserInfo
Deprecated. Use the direct getLoginName, getEmail, getPassword, etc. methods instead
getField(String) - Method in class com.jcorporate.expresso.ext.dbobj.PerfTests
 
getField(String) - Method in class com.jcorporate.expresso.ext.dbobj.RegisteredUser
 
getField(String) - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
getField method comment.
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.ControllerSecurity
Extend the getField object to return the virtual fields
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.EventMail
Extend the usual getField method to return values for the virtual field
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
Extend the normal getField method
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
 
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.SchemaList
Used to deal with the virtual field VersionNumber.
getField(String) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
getFieldBigDecimal(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the BigDecimal value of a field in this object.
getFieldBigDecimal(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Returns a BigDecimal object author Peter Pilgrim date Wed Jul 24 19:36:37 BST 2002
getFieldBoolean(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Boolean typesafe getField
getFieldByte(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive byte value of a field in this object.
getFieldByteArray(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive byteArray value of a field in this object.
getFieldData(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Internal mechanism for getting the raw field data
getFieldDate(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the value of a field as a Date object
getFieldDate(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getFieldDecimalFormatted(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the value of a field as a Date object
getFieldDecimalFormatted(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getFieldDouble(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive double value of a field in this object. we use the locale specified in the properties file directly to determine how to parse the field
getFieldDouble(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Returns a double object author Peter Pilgrim date Wed Jul 24 19:36:37 BST 2002
getFieldErrorMessage(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Retrieve the error message associated with this field.
getFieldExpression() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
 
getFieldExpressionList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
 
getFieldFloat(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive float value of a field in this object. we use the locale specified in the properties file directly to determine how to parse the field
getFieldFloat(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getFieldFromNestedName(String) - Method in interface com.jcorporate.expresso.core.dataobjects.NestableDataObject
Often times, field names for the external interface will be different from the of a nested field name in a data object.
getFieldFromNestedName(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Often times, field names for the external interface will be different from the of a nested field name in a data object.
getFieldInt(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive integer value of a field in this object.
getFieldInt(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getFieldList() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Deprecated. Use getFieldListArray or getFieldListIterator instead
getFieldList() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getFieldListArray() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get a list of all of the fields in this object This is threadsafe in that it makes a new copy of the fieldNamesInOrder ArrayList
getFieldListArray() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve a list of all the field names
getFieldListArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a list of all of the fields in this object This is threadsafe in that it makes a new copy of the fieldNamesInOrder ArrayList
getFieldListIterator() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returna a list of all field names available to this class in order.
getFieldListIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a list of all of the fields in this object This iterator is not thread safe.
getFieldLong(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the prmitive long value of a field in this object.
getFieldLong(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
getFieldMetaData() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Returns a handle to the Field MetaData object.
getFieldMetaData(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieves the metadata for a particular field name
getFieldMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Returns a handle to the Field MetaData object.
getFieldMetaData(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieves the metadata for a particular field name
getFieldMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
getFieldMetaData(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the Field MetaData for the specified field name
getFieldMetaData(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Returns the metadata for the specified field.
getFieldMetadata(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get the DBField object specified by the fieldname
getFieldMetadata(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the metadata for the particular field
getFieldMetadata(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve the metadata for the field.
getFieldName() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 3:36:25 PM)
getFieldName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
 
getFieldName() - Method in class com.jcorporate.expresso.core.dbobj.DBObject.FieldError
Returns the fieldName that this error message belongs to.
getFieldName() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Retrieves field name from 'Content-disposition' header.
getFieldNames() - Method in class com.jcorporate.expresso.core.dbobj.DBIndex
 
getFieldShort(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the primitive integer value of a field in this object.
getFields() - Method in class com.jcorporate.expresso.core.controller.DefaultForm
 
getFields() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
This convenience method iterates through all the fields belonging to this DBObject returns an array of field names ( String ).
getFields() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
This convenience method iterates through all the fields belonging to this DBObject returns an array of field names ( String ).
getFields(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Deprecated. Use getFieldsMap() instead
getFields() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
This convenience method iterates through all the fields belonging to this DBObject returns an array of field names ( String ).
getFieldsMap(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Get a hashtable that contains a set of field/type values for the given table
getFieldsParam() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Return the "decoded" 'fields' parameter, consisting of a series of pipe-delimited fields and values
getFieldsToRetrieve(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the List containing the details of fields to retrieve for the DataObject with the given alias
getFieldsToRetrieveCount() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This convenience method counts DBFields belonging to this DBObject that are set to retrieve.
getFieldsToRetrieveIterator() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Get a special Iterator object list of all of the fields in this object that are set to retrieve Author Yves henri Amaizo
getFileData() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Get the data in byte array for for this file.
getFileElements() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
This method is called on to retrieve all the FormFile input elements of the request.
getFileItem(String) - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Return a FileItem object for the given name.
getFileItem(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ParameterParser
Return a FileItem object for the given name.
getFileItems(String) - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Return an array of FileItem objects for the given name.
getFileItems(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ParameterParser
Return an array of FileItem objects for the given name.
getFileListingRecursive(String, String, String, Vector) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Return a vector of the recursive listing of the file names starting from in any given directory
getFileMap(String) - Static method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Use this function to get a javax.activation.MimetypesFileTypeMap object that is intantiated with the data stored in the MimeTypes table rather than the system default.
getFileName(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
If a particular parameter represents an uploaded file (which can be determined by the isFileParameter(String) method) then this method retrieves the server-side file name - e.g. the location that has the data that was uploaded stored in it.
getFileName(String) - Method in class com.jcorporate.expresso.core.controller.State
If a particular parameter represents an uploaded file (which can be determined by the isFileParameter(String) method) then this method retrieves the server-side file name - e.g. the location that has the data that was uploaded stored in it.
getFileName() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the original filename in the user's filesystem.
getFileName() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Retrieves file name from 'Content-disposition' header.
getFileSize() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Get the size of this file
getFilterClass() - Method in class com.jcorporate.expresso.core.dbobj.DBField
getter for Filter Class used in conjuction with get/setFilterMethod
getFilterClass() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
the INSTANCE value of filter class that will be used for all string filtering for THIS INSTANCE.
getFilterManager() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getFilterMethod() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the filter method currently used for this field.
getFinalState() - Method in class com.jcorporate.expresso.core.controller.Controller
Return the final state for this controller.
getFixedFields() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Fixed fields are a hastable of field values keyed to field names that should not be modified.
getFixedParams() - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
getFloat(String, float) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a float for the given name.
getFloat(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a float for the given name.
getFloat(String, float) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a float for the given name.
getFloat(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a float for the given name.
getForeignAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
Retrieve the foreign alias
getForeignAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
getForeignField() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
Retrieve the foreign field
getForeignKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
getForeignKeyToPrimaryKeyMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getForm() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the action form as a convenience for pure Struts writer.
getFormAttribute() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
 
getFormCache() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the entire formResponseCache Hashtable Creation date: (7/19/00 7:18:51 PM) author: Adam Rossi, PlatinumSolutions
getFormCache(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Fetch the requested field from the response cache.
getFormCache(String) - Method in class com.jcorporate.expresso.core.controller.State
Retrieve the form cash value
getFormCacheAttribute(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Gets the saved cache attribute.
getFormEncoding() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve the form encoding attribute of this block
getFormMethod() - Method in class com.jcorporate.expresso.core.controller.Block
Get the form method whether GET or POST
getFormTransition() - Method in class com.jcorporate.expresso.core.controller.Block
Get the Form Transition
getForward() - Method in class com.jcorporate.expresso.ext.taglib.Login
 
getForwardName() - Method in class com.jcorporate.expresso.core.controller.ServletControllerResponse
Gets the logical name of the action forward that the controller should forward or redirect to.
getFoundCount() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the number of records found in the last search operation.
getFoundKeysArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the Array of keys (in the form field/field/field) that was found in the last search() call
getFreeMem() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Retrieve the amount of free memory in Kilobytes
getFriendlyFieldName() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 3:57:23 PM)
getFriendlyName(DownloadFiles) - Method in class com.jcorporate.expresso.ext.controller.Download
Returns the friendly download name
getFullName() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. get descriptive, full name
getFullName() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
get descriptive, full name (first + last names) of person
getFullUrl() - Method in class com.jcorporate.expresso.core.controller.Transition
Similar to getURL but also includes the context path.
getFunctions() - Method in class com.jcorporate.expresso.core.job.Job
Retrieve the functions the Job Handler can execute
getGlobalMask() - Method in class com.jcorporate.expresso.core.dataobjects.BaseDataObject
Get the compiled regular expression for this base data object.
getGlobalMask() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve the DBObject's current global mask
getGlobalMask() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Get the compiled regular expression for this base data object.
getGlobalMask() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Get the compiled regular expression for this base data object.
getGroup(String) - Static method in class com.jcorporate.expresso.services.dbobj.UserGroup
 
getGroupDescription() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
convenience method
getGroupName() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
convenience method
getGroupname() - Method in class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
Getter for groupname member
getGroups() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
find any existing permission groups for this object.
getGroups() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Currently unsupported.
getGroups() - Method in class com.jcorporate.expresso.core.security.User
Return a vector of the group names that this user belongs to
getGroups() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Return a vector of the group names that this user belongs to
getGroups() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getGroups() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Get the groups associated with this User
getGroups() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Get the groups that below to this user
getGroupsList() - Method in class com.jcorporate.expresso.core.security.User
Return a List of the group names that this user belongs to
getHTMLParamString() - Method in class com.jcorporate.expresso.core.controller.Transition
Returns a hidden form field string that is safe in either the GET or POST case.
getHandlerName() - Method in class com.jcorporate.expresso.core.controller.State
Return the name of the method that will handle transitions to this state.
getHasSetupTables() - Method in class com.jcorporate.expresso.kernel.DataContext
Returns a Boolean object value equivilant to the tranditional javabean naming convention.
getHeader(String) - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Returns a header with specified name.
getHelp() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getHistoryTableClassName() - Method in class com.jcorporate.expresso.core.dbobj.HistAuditSecuredDBObject
The assumption here is that the history table DBObject is called objectname + "History", such as "VendorHistory" for the DBObject "Vendor".
getHostName() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Get the host name.
getHour() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve hour setting
getHref() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
 
getHttpPort() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getHttpPort() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve the HTTP port of this server
getHttpServletRequest() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the http servlet response object

Important: A Controller should only use this method if strictly necessary, and not write output that is otherwise able to be handled with inputs, outputs and transitions.

getHttpServletResponse() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the http servlet response object

Important: A Controller should only use this method if strictly necessary, and not write output that is otherwise able to be handled with inputs, outputs and transitions.

getID() - Method in class com.jcorporate.expresso.core.utility.JobHandler
Retrieve the server id
getIPAddress() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
 
getISOValuesDefault(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic version of getValidValues with supports internationalisation (i18n) that stores/retrieves the valid values in a locale dependent Caches

Valid values are store inside cache with a key name that equals myClassName+"."

getISOValuesDefault(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic filtered version of getValidValues with supports internationalisation (i18n) that stores/retrieves the valid values in a locale dependent Caches

Valid values are store inside cache with a key name that equals myClassName+"."

getISOValuesDefault(String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic version of getValidValues with supports internationalisation (i18n) that stores/retrieves the valid values in a locale dependent Caches.
getIconURL() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Returns the icon URL associated with this MimeType object
getId() - Method in class com.jcorporate.expresso.core.db.DBConnection
Get's the id of this connection.
getId() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Get transaction id
getId(HttpServletRequest) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession
Get the session id
getId(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Retrieve the session id
getId(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
Deprecated. Retrieve the session id
getId(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_2Session
Gets the Session ID
getId() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
Gets the id
getId() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
Gets the id
getId() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag
Gets the id
getIdFromLogin(String, String) - Static method in class com.jcorporate.expresso.core.security.User
utility
getImage() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
getImages() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getImmortal() - Method in class com.jcorporate.expresso.core.db.DBConnection
Gets whether or not if this connection times out.
getInParamFieldListIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve an interator of IN param fields
getInParamListArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a list of all of the names of the IN param fields in this object
getIndent(int) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Get the normal indentation for a level.
getIndentLength(int) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
getIndexArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since 5.6, Use ((DBObjectDef)getMetaData()).getIndexArray() instead
getIndexArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get an array of DBIndex objects for purpose of creating them through the schema.
getIndexName() - Method in class com.jcorporate.expresso.core.dbobj.DBIndex
 
getIndexedProperties(String) - Method in interface com.jcorporate.expresso.kernel.Configuration
Retrieve ALL the indexed properties defined by parameter name.
getIndexedProperties(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of index properties.
getIndexedProperties(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a map of index properties.
getIndexedProperties(String) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
Retrieve ALL the indexed properties defined by parameter name.
getIndexedProperty(String, int) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a particular indexed property.
getIndexedProperty(String, int) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a particular indexed property.
getIndexedValue(int) - Method in class com.jcorporate.expresso.kernel.metadata.IndexedProperty
Retrieve a value at a certain index
getInitParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Retrieve the initialization parameter
getInitParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
?
getInitialState() - Method in class com.jcorporate.expresso.core.controller.Controller
Get the initial state in a controller.
getInlineTags() - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
getInput(String) - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a nested input by name.
getInput(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Return a specific Input item.
getInput() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
 
getInputStream() - Method in class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Returns the input stream associated with the data source
getInputStream() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Get an InputStream that represents this file.
getInputs() - Method in class com.jcorporate.expresso.core.controller.Block
Get the nested Inputs
getInputs() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Return the vector of input items for this controller state to the client.
getInstallOption(String) - Method in class com.jcorporate.expresso.kernel.InstallationOptions
Retrieves the installation option keyed by name.
getInstallationOptions() - Method in interface com.jcorporate.expresso.kernel.Installable
This method is used to query the object for any Installation Options.
getInstance() - Static method in class com.jcorporate.expresso.core.cache.CacheManager

Singleton instantiation.

getInstance(DataFieldMetaData, DataObject) - Static method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
create new object for this field
getInstance() - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
Retrieve an instance of the field range parser.
getInstance() - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
 
getInstance(JoinedDataObject, DataObject, String, DataObject, String) - Static method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
Construct a new JoinedDataField object
getInstance(String) - Static method in class com.jcorporate.expresso.core.db.DBConnectionPool
Version of getInstance that can only get an already initialized connection pool to an alternate database
getInstance() - Static method in class com.jcorporate.expresso.core.db.TableCreator
The way to a Table Creator's Heart; or more importantly the way to get a reference to a TableCreator object.
getInstance(String) - Static method in class com.jcorporate.expresso.core.db.TypeMapper
Retrieves an instance of the type mapper.
getInstance() - Static method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Singleton implementation.
getInstance() - Static method in class com.jcorporate.expresso.core.dbobj.NextNumber
Factory Method returns a constructed instance of the NextNumber Manager.
getInstance() - Static method in class com.jcorporate.expresso.core.dbobj.Schema
 
getInstance() - Static method in class com.jcorporate.expresso.core.dbobj.SchemaFactory
 
getInstance() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return the reference instance of the config manager Use this in preference to the singleton APIs.
getInstance() - Static method in class com.jcorporate.expresso.core.misc.ReservedWords
Singleton instance pattern.
getInstance() - Static method in class com.jcorporate.expresso.core.misc.SystemMacros
 
getInstance() - Static method in class com.jcorporate.expresso.core.security.CryptoManager
Singleton Generator.
getInstance() - Static method in class com.jcorporate.expresso.core.security.filters.FilterManager
The singleton implementation.
getInstance() - Static method in class com.jcorporate.expresso.core.servlet.CheckLogin
 
getInstance() - Static method in class com.jcorporate.expresso.kernel.SystemFactory
Factory Method.
getInstance() - Static method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Retrieve an instance of the component factory.
getInstance() - Static method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Retrieve an instance of FastString buffer from the object pool.
getInstance(ServletConfig) - Static method in class com.jcorporate.expresso.services.test.ActionTestServlet
Deprecated.  
getInstructions() - Method in class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Returns a copy of the current regular expression program in a character array that is exactly the right length to hold the program.
getInt(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Fetch the given field of the current row as an integer
getInt(String, int) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an int for the given name.
getInt(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an int for the given name.
getInt(String, int) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an int for the given name.
getInt(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an int for the given name.
getInteger(String, int) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an Integer for the given name.
getInteger(String, Integer) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an Integer for the given name.
getInteger(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an Integer for the given name.
getInteger(String, int) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an Integer for the given name.
getInteger(String, Integer) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an Integer for the given name.
getInteger(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an Integer for the given name.
getIntegers(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of Integers for the given name.
getIntegers(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of Integers for the given name.
getInternetCodes() - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
getInts(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of ints for the given name.
getInts(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of ints for the given name.
getInverse() - Method in class com.jcorporate.expresso.ext.taglib.IfElementExists
 
getInverse() - Method in class com.jcorporate.expresso.ext.taglib.IfLoggedIn
 
getInverse() - Method in class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
Getter for inverse member
getItem(String) - Method in interface com.jcorporate.expresso.core.cache.Cache
Get the item indicated by the given key from the cache.
getItem(String, String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Get a particular item in the cache
getItem(String, String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Get a particular item in the cache
getItem(String, String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Get a particular item in the cache
getItem(String) - Method in class com.jcorporate.expresso.core.cache.OrderedCache
removeItem method comment.
getItem(String) - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Get an item as defined by the key.
getItemCount() - Method in interface com.jcorporate.expresso.core.cache.Cache
Retrieve Cache Item Count
getItemCount(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Return a count of the number of items in a cache.
getItemCount(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Return a count of the number of items in a cache.
getItemCount(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Return a count of the number of items in a cache.
getItemCount() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
getItemCount method comment.
getItemCount() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Get the number of items in the cache
getItems() - Method in interface com.jcorporate.expresso.core.cache.Cache
Get all the items in the cache
getItems(String, String) - Static method in class com.jcorporate.expresso.core.cache.CacheManager
Return all of the items in a cache.
getItems(String) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Return all of the items in a cache.
getItems(String) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Return all of the items in a cache.
getItems() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
Retrieves all the items in this cache May return an empty Vector if the cache contents have expired.
getItems() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Return all the items in a Vector This is a REALLY messy function for unordered caches.
getJDBCConfig(String) - Static method in class com.jcorporate.expresso.core.db.DBConnectionPool
Return the JDBConfig regardless of initialization by kernel package or DefaultInit servlet
getJDBCConfig(String) - Method in class com.jcorporate.expresso.core.db.TableCreator
Protected method to get JDBC Configurations whether running Expresso Runtime or not.
getJDBCMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Retrieve the JDBCObjectMetaData
getJDBCUtil() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Get the JDBC Util functions
getJNDIConfig(JDBCConfig) - Method in class com.jcorporate.expresso.core.db.DBConnection
 
getJNDIConfig(JDBCConfig) - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Function that retrieves the JNDI config.
getJavaSQLType(String) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Return a java.sql.Types integer that maps to the field type listed
getJavaScript() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Return the different JavaScript actions : onclick, e.a.
getJdbc() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getJdbc(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Get the Jdbc configuration (if any) for the named context
getJdbcRequired(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Get a Jdbc configuration object, throwing an exception if there is not one for the specified context
getJndiConfig() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getJobHandler(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Returns a specific job handler.
getJobNumber() - Method in class com.jcorporate.expresso.core.job.Job
Return the jobnumber of this job
getJobNumber() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Return Job Number for this CrontabEntry's associated JobQueue entry
getJobParameter(String) - Method in class com.jcorporate.expresso.core.job.Job
Convenience method to get the job parameters one by one as needed.
getJobParameterList() - Method in class com.jcorporate.expresso.core.job.Job
Returns a List of the parameters given to the job
getJobQueueEntry() - Method in class com.jcorporate.expresso.core.job.Job
Return the job queue entry that caused this job to begin
getJobStatus() - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
 
getJobs() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return an enumeration of the jobs that are members of this schema
getJobs() - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
Retrieve a readonly list of Jobs for this schema
getJoinMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Type safe return to the metadata for internal use.
getJoinType() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
 
getJoinType() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
getKey() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
getKey() - Method in class com.jcorporate.expresso.core.cache.CacheSyncMessage
 
getKey() - Method in interface com.jcorporate.expresso.core.cache.Cacheable
Every class that can stay in the system cache must define a way to get a unique key
getKey() - Method in class com.jcorporate.expresso.core.cache.CachedObject
Gets the unique key that separates the object in the cache
getKey() - Method in class com.jcorporate.expresso.core.controller.Input
Retrieve the key for the input.
getKey() - Method in class com.jcorporate.expresso.core.controller.Output
Get the name of this output element
getKey() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Every class that can stay in the system cache must define a way to get a unique key
getKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the key used for this join
getKey() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get a string consisting of the values of each key field for this object appended together with a | between them.
getKey() - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
Gets the real value of the valid value as a cache key
getKey(DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.NextNumber
Builds the key string for lookup within the dbobject hashmap.
getKey() - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
Gets the real value of the valid value as a cache key
getKey() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
getKeyFieldList() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Deprecated. Use getKeyFieldArray instead
getKeyFieldListArray() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get a list of all of the names of the key fields in this object
getKeyFieldListArray() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves the key field list array... which in reality is the key fields of the primary data object
getKeyFieldListArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a list of all of the names of the key fields in this object
getKeyFieldListIterator() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve iterator of all keys
getKeyFieldListIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get a list of all of the fields in this object This iterator is not thread safe.
getKeyFieldListIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve an interator of key fields
getKeyParameter(DataObject) - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Create a key parameter for locating the DBObject.
getKeyValue(String) - Method in interface com.jcorporate.expresso.core.dataobjects.Mappable
Given a 'friendly name' get the key value for this object.
getKeyValue(String) - Method in class com.jcorporate.expresso.core.security.User
Given a 'friendly name' get the key value for this object.
getKeys() - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
 
getKeys() - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
 
getKeys() - Method in class com.jcorporate.expresso.ext.taglib.TableHead
 
getLabel() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the label of this element
getLabel() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getLabel() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve the label of the entry
getLanguage() - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
 
getLanguage() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getLastTouched() - Method in class com.jcorporate.expresso.core.db.DBConnection
getLastTouched method is used to tell when the last time a connection was used.
getLdap() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getLength(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the length of a field
getLength(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the length of a field
getLength() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the length of the field in characters
getLength(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the length of a field
getLength(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the length of a field
getLengthInt() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the length of this field as an integer
getLengthInt(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the length of a field as an integer
getLengthInt(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the length of a field as an integer
getLengthInt() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the length of this field as an integer
getLengthInt(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the length of this field as an integer
getLengthInt(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getLimitationPosition() - Method in class com.jcorporate.expresso.core.db.DBConnection
programmatically gets the limitation optimisation insertion position

author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001

getLimitationPosition() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
programmatically gets the limitation optimisation insertion position

author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001

getLimitationSyntax() - Method in class com.jcorporate.expresso.core.db.DBConnection
programmatically gets the limitation syntax string
getLimitationSyntax() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Programmatically gets the limitation syntax string

author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001

getLines() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the suggested number of lines for this item
getListener() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve the listener for the crontab.
getLoadAverage() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Not implemented
getLoader() - Static method in class com.jcorporate.expresso.ext.controller.TestController
Returns the loader to be used.
getLocalAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
Retrieve the local alias
getLocalAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
getLocalConnection() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Return local DBConnection value

author Yves Henri AMAIZO <amy_amaizo@compuserve.com>

getLocalConnection() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Returns the local connection currently associated with this DBObject...
getLocalField() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
Retrieve the local field
getLocalKey() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
getLocale() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Returns the locale of this request.
getLocale() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the Locale for the request
getLocale() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
 
getLocale() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve the DBObject's current locale
getLocale() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve the DBObject's current locale
getLocale() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the Locale of the current object
getLocale() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the current locale for this dbobject
getLocale() - Method in interface com.jcorporate.expresso.core.dbobj.RequestContext
See @com.jcorporate.expresso.core.controller.ControllerRequest for an implementation example of this interface.
getLocale(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.i18n.Messages
 
getLog() - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
returns a controller test case Log4j Category for your own easy logging without having to do special initialization etc.
getLog() - Method in class com.jcorporate.expresso.services.test.ExpressoTestCase
Utilize this function for quick and easy logging for test cases
getLogDirectory() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getLogDirectory() - Static method in class com.jcorporate.expresso.services.test.TestSystemInitializer
 
getLogInTime() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
 
getLogManager() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve the LogManager object for the system
getLogManager() - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Retrieve the log manager
getLogMsg() - Method in class com.jcorporate.expresso.core.logging.LogException
Return the logging message
getLogWriter() - Method in class com.jcorporate.expresso.core.db.SimpleDataSource
Retrieve the current logWriter.
getLogger() - Method in class com.jcorporate.expresso.core.controller.Controller
Call from subclass to log into Category with subclass name will create logger with subclass name as necessary.
getLogger() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
convenience for getting logger for current (sub) class
getLogger() - Static method in class com.jcorporate.expresso.core.misc.CurrentLogin
Loads the Log4j Logger if necessary.
getLogin() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the login name used to connect to the database
getLoginController() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Retrieve the login controller for your schema.
getLoginFromId(int, String) - Static method in class com.jcorporate.expresso.core.security.User
utility
getLoginName() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getLoginName() - Method in class com.jcorporate.expresso.core.security.User
Returns the string that the user needs to use to login.
getLoginName() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the login name of this user
getLoginName() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getLoginName() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getLoginName() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getLoginName() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
get name used for login query that is accompanied by password
getLoginTimeout() - Method in class com.jcorporate.expresso.core.db.SimpleDataSource
Retrieve the login timeout [unimplemented]
getLong(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Fetch the given field of the current row as a long
getLong(String) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the long value of the system property with the specified name.
getLong(String, long) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a long for the given name.
getLong(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a long for the given name.
getLong(String, long) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a long for the given name.
getLong(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a long for the given name.
getLongObjects(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of Longs for the given name.
getLongObjects(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of Longs for the given name.
getLongs(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of longs for the given name.
getLongs(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of longs for the given name.
getLookup() - Method in class com.jcorporate.expresso.core.controller.Input
Returns the class name of a database object that can be used to look up valid values for this Input item, if there is one.
getLookupDefinition() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Future versions of Expresso will rely more on objects that are shown as unique by a combination of their classname and their definition names.
getLookupDefinition() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Future versions of Expresso will rely more on objects that are shown as unique by a combination of their classname and their definition names.
getLookupField() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
getLookupField(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
getLookupField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
getLookupField() - Method in class com.jcorporate.expresso.core.dbobj.DBField
When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
getLookupField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
When you get a lookup object, to perform a complete mapping between the two, you need to know what field name in the remote object maps to this field.
getLookupObject() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the value for the lookupObject for this field
getLookupObject(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get a field's lookup object - this is the name of another database object that can be used to look up valid values for this object.
getLookupObject(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Get a field's lookup object - this is the name of another database object that can be used to look up valid values for this object.
getLookupObject() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the value for the lookupObject for this field
getLookupObject(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get a field's lookup object - this is the name of another database object that can be used to look up valid values for this object.
getLookupObject(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a field's lookup object - this is the name of another database object that can be used to look up valid values for this object.
getLookupValues(DBObject, String, HTTPPersistentSession) - Static method in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
Performs the lookup.
getMappedDataContext() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Returns the name of the physical database that we're talking with.
getMappedDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returns the name of the physical database that we're talking with.
getMappedDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Returns the name of the physical database that we're talking with.
getMappedDataContext() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the mapped data context for this data object
getMappedDescription() - Method in interface com.jcorporate.expresso.core.dataobjects.Mappable
It returns if the field description for the mapped value as specified by the key value parameter.
getMappedDescription() - Method in class com.jcorporate.expresso.core.security.User
It returns if the field description for the mapped value as specified by the key value parameter.
getMappedProperties(String) - Method in interface com.jcorporate.expresso.kernel.Configuration
Retrieved all the mapped properties defined by name
getMappedProperties(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve all mapped property key/value pairs for a given property name
getMappedProperties(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve all mapped property key/value pairs for a given property name
getMappedProperties(String) - Method in class com.jcorporate.expresso.kernel.internal.DefaultConfigBean
Retrieved all the mapped properties defined by name
getMappedProperty(String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the value of a mapped property
getMappedProperty(String, String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the value of a mapped property
getMappedValue(String) - Method in interface com.jcorporate.expresso.core.dataobjects.Mappable
Given a key value, return the mapped value.
getMappedValue(String) - Method in class com.jcorporate.expresso.core.security.User
Given a key value, return the mapped value.
getMappedValue(String) - Method in class com.jcorporate.expresso.kernel.metadata.MappedProperty
Retrieve the value of the mapped property.
getMapping() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the action mapping as a convenience for pure Struts writer.
getMapping() - Method in class com.jcorporate.expresso.core.controller.ServletControllerResponse
Gets the ActionMapping associated with the controller .
getMapping() - Method in class com.jcorporate.expresso.core.controller.Transition
This function returns the mapping of the Struts action (including the .do part) but without a context prepended to the mapping.
getMapping(String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Deprecated. this method is now deprecated and does no anything since Struts 1.1 ConfigManager.getActionConfig(String moduleName, String controllerName, String stateName )
getMapping() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Get the ActionMapping instance for this request
getMapping() - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getMask() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Get the compiled regular expression for this field.
getMask() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Get the compiled regular expression for this field.
getMatch(String, String, int) - Method in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
wlo: This is a copy of getMatch(String, String, String).
getMatch(String, String, String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Figure out which XSL map entry should match, given a username, trx class name and User-Agent string & set this db object to the appropriate object.
getMatch(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
Figure out which UserAgent entry this User-Agent string from the browser should match & set this db object to the appropriate object.
getMatchFlags() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the current match behaviour flags.
getMatcher() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
Retrieves an instance of a perl5 pattern matcher that is thread local to be thread safe.
getMax(String, boolean) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the Maximum value in the table of a particular field

Contributed by Madan Mohanrao Kulkarni [kulsmadya@rediffmail.com]

getMax(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the Maximum value in the table of a particular field

Contributed by Madan Mohanrao Kulkarni [kulsmadya@rediffmail.com]

getMax(String, DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.NextNumber
Gets the maximum value for a particular object and field Used if there's no value loaded in memory or state.
getMaxConnections() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Useful for querying the potential of the dbconnection pool's status
getMaxKeyLen() - Static method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
getMaxLength() - Method in class com.jcorporate.expresso.core.controller.Input
Return the maximum recommended length of the value for this Input object.
getMaxRecords() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
A DB Object can be told to only retrieve a certain number of records.
getMaxRecords() - Method in class com.jcorporate.expresso.core.dataobjects.QueryAttributes
 
getMaxRecords() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
A DB Object can be told to only retrieve a certain number of records.
getMaxRecords() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the maximum number of records.
getMaxRecords() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
A DB Object can be told to only retrieve a certain number of records.
getMaxRecords() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
A DB Object can be told to only retrieve a certain number of records.
getMaxRetries() - Method in class com.jcorporate.expresso.core.misc.ConfigCacheManager
 
getMaxlength() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter method for maxlength.
getMembers() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return an enumeration of the database objects that belong to this schema
getMessage() - Method in class com.jcorporate.expresso.core.db.DBException
Returns the Exception Message
getMessage() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getMessage() - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Extend getMessage to return the nested message (if any) if we don't have one
getMessage() - Method in class com.jcorporate.expresso.kernel.exception.ExpressoAccessException
 
getMessage() - Method in class com.jcorporate.expresso.services.validation.AuthValidationException
 
getMessageBundle() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the 'relative resource path' to the MessageBundle
getMessageBundlePath() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Returns the path to the messages bundle property file
getMessageBundlePath() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return the path, relative to the classpath, of the MessageBundle file for this schema.
getMetaData() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve the database object's metadata.
getMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve the database object's metadata.
getMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Retrieve the database object's metadata
getMetaData() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the database object's metadata.
getMetaData() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the ResultSetMetaData from the last executed query
getMetaData() - Method in class com.jcorporate.expresso.kernel.ComponentBase
Retrieve the metadata for the component
getMetaData() - Method in class com.jcorporate.expresso.kernel.EmbeddedComponent
Returns the metadata by retrieving the appropriate metadata from the parent
getMetaData() - Method in interface com.jcorporate.expresso.kernel.ExpressoComponent
Retrieve the metadata for this component.
getMetadata() - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Retrieve the componentMetadata that has been built via a call to loadComponentMetadata
getMetadata() - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Retrieve the componentMetadata that has been built via a call to loadComponentMetadata
getMetadataLocation() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Base metadata location.
getMetadataLocation() - Method in class com.jcorporate.expresso.kernel.ComponentBase
Return the metadata of this class.
getMetadataLocation() - Method in interface com.jcorporate.expresso.kernel.Describable
Get the location of the metadata.
getMetadataName() - Method in class com.jcorporate.expresso.core.db.DBConfig
Retrieve the name of the metadata that is embedded in the parent component.
getMetadataName() - Method in class com.jcorporate.expresso.core.db.TypeMapper
Because we look up our metadata in the parent component, we have to somehow know WHAT component's metadata is ours.
getMetadataName() - Method in class com.jcorporate.expresso.kernel.EmbeddedComponent
Because we look up our metadata in the parent component, we have to somehow know WHAT component's metadata is ours.
getMethod(String) - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the metadata
getMethods() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve all registered methods
getMimeType(String, String) - Static method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Give it a file name and a data context and we'll get the MimeType object associated with it.
getMimeTypeFromMimeId(int, String) - Static method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Given a Expresso standard MimeTypes "MimeNumber" field and a data context and we'll get the MimeType object associated with it.
getMinMemoryPercentage() - Method in class com.jcorporate.expresso.core.misc.ConfigCacheManager
 
getMinPasswordSize() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getMinute() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve the minutes of the entry
getMonth() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Return the month value of the entry
getMultiple() - Method in class com.jcorporate.expresso.core.controller.Input
Retrieve the multi select status.
getMultiple() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the multiple value to use
getMyDataObject() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Retrieves an instance of my dataobject instance.
getMyDataObjects() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getMyJndi() - Method in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Gets the myJndi
getMyJndi() - Method in class com.jcorporate.expresso.core.misc.ConfigJdbc
Retrieve the JNDI configuration information
getMyKeys() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get a string consisting of the values of each key field for this object appended together with a | between them.
getMyUpdatesArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return the array of updates (see the inner class) that specify what changes were just made to this object.
getName() - Method in interface com.jcorporate.expresso.core.cache.Cache
Get the name of the cache
getName() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
getName method comment.
getName() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Returns the name of this cache
getName() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the name of this element.
getName() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
get title title and name are synonymous--easier for JSTL
getName() - Method in class com.jcorporate.expresso.core.controller.State
Get the name of this state.
getName() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the name of the field
getName() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Get the name of this object
getName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Get the name of this object
getName() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the name of the field
getName() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get the name of this object
getName() - Method in class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Returns the name of the data source.
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandler
 
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigCustomProperty
 
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigPathFixedParam
 
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigPathParam
 
getName() - Method in class com.jcorporate.expresso.core.misc.ConfigSetupDefault
 
getName() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the name of the FileItem
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBaseFieldTag
 
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Gets the name
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag
 
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Gets the name
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag
 
getName() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.AttributeTag
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.BlockTag
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.ErrorMessageBundleTag
Setter method for Name.
getName() - Method in class com.jcorporate.expresso.ext.taglib.ErrorTag
Setter method for Name.
getName() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
Setter method for Name.
getName() - Method in class com.jcorporate.expresso.ext.taglib.IfElementExists
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.IfErrorExists
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter method for Name.
getName() - Method in class com.jcorporate.expresso.ext.taglib.LabelTag
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.OutputTag
 
getName() - Method in class com.jcorporate.expresso.ext.taglib.TransitionParamsTag
Setter method for Name.
getName() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Getter method for getName().
getName() - Method in class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
 
getName() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the name of the component
getName() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the name of the component
getName() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve The 'name' of the runtime configuration.
getName() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Retrieve The 'name' of the runtime configuration.
getName() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the name of the component
getName() - Method in class com.jcorporate.expresso.kernel.metadata.Method
 
getName() - Method in class com.jcorporate.expresso.kernel.metadata.Property
Retrieve the name of the property
getName() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
Retrieve the name for this name value pair
getName() - Method in class com.jcorporate.expresso.services.html.HtmlElement
Return the name of this element
getNameForSQL(int) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Get the actual java.sql.Type in a friendly String name
getNamedBlocks() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve the Blocks as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedBlocks() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the Blocks as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedInputs() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve the inputs as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedInputs() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the Inputs as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedOutputs() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve the outputs as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedOutputs() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the Outputs as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedTransitions() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve the transitions as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNamedTransitions() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the Transitions as a map so that JSTL can cope with navigating the ControllerResponse through a named fashion
getNested() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return the entire Vector of nested elements in this element
getNested(String) - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return a specific Element nested within this Element
getNested() - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Retrieve the nested exception
getNestedCount() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
A method to support JSTL 1.0 usage; returns the size of the nested controller elements.
getNestedFromFieldName(String) - Method in interface com.jcorporate.expresso.core.dataobjects.NestableDataObject
Retrieves a nested dataobject based upon the public field name that the DataObject publishes.
getNestedFromFieldName(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieves a nested dataobject based upon the public field name that the DataObject publishes.
getNestedIterator() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Retrieve the iterator to all tested objects.
getNestedMap() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return a Map of all nested elements keyed by controllerElement name.
getNestedMap() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Useful for JSTL iteration of all items in response.
getNestedOrNull() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Same as getNested.
getNext() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
 
getNext(String, DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.NextNumber
Get the nextnumber for this dbobject.
getNext(String, DBObject, String) - Method in class com.jcorporate.expresso.core.dbobj.NextNumberImpl
Get the nextnumber for this dbobject.
getNextURI(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.misc.HTTPUtil
Creation date: (9/26/00 12:21:19 PM)
getNode() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRadioLayerTag
Gets the node
getNode() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExRemoteLayerTag
Gets the node
getNodes(Document, String) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Deprecated.  
getNormalStyle() - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Allows for easy overriding of the style name for special customization
getNormalStyle() - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Returns the style to be used if the input has normal non-required characteristics
getNotLoggedInUser() - Method in class com.jcorporate.expresso.core.security.User
Returns the static constant notLogged in user.
getNumContents() - Method in class com.jcorporate.expresso.core.controller.Block
Get the number of elements contained within the nested block
getNumber() - Method in class com.jcorporate.expresso.core.misc.ConfigPathParam
 
getNumericValue(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Returns the Unicode numeric value of the character as a nonnegative integer.
getOSClass() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Retrieves either windows or unix depending on the os name
getOSName() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Returns the operating system name as defined by the "os.name" system property
getObject() - Method in class com.jcorporate.expresso.core.misc.CacheEvent
Get the object reference to the object that generated the event
getObject(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an Object for the given name.
getObject(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an Object for the given name.
getObjectAndField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Utility method Retrieve the object name and the field name
getObjectClassName() - Method in class com.jcorporate.expresso.core.dataobjects.DataTransferObject
 
getObjectName() - Method in class com.jcorporate.expresso.core.logging.LogException
 
getObjectParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
 
getObjectParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
?
getObjects(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of Objects for the given name.
getObjects(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of Objects for the given name.
getOffsetRecord() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Gets the number of records that be skipped.
getOffsetRecord() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Gets the number of records that be skipped.
getOffsetRecord() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Gets the number of records that be skipped.
getOffsetRecord() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Gets the number of records that be skipped.
getOffsetRecord() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Gets the number of records that be skipped.
getOnclick() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onclick
getOnclick() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Getter method for javascript : onclick by Jan MOONS
getOndblclick() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the ondblclick
getOnhelp() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onhelp
getOnkeydown() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onkeydown
getOnkeypress() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onkeypress
getOnkeyup() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onkeyup
getOnmousedown() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onmousedown
getOnmousemove() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onmousemove
getOnmouseout() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onmouseout
getOnmouseover() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onmouseover
getOnmouseup() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the onmouseup
getOptional() - Method in class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
getOptionalParameters() - Method in class com.jcorporate.expresso.core.controller.State
Deprecated. 3/5/04 v5.5 Use getOptionalParametersList instead
getOptionalParametersList() - Method in class com.jcorporate.expresso.core.controller.State
Returns a list of optional parameters.
getOriginalValue() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Deprecated. 8/04 v.5.5 do not expose this cache Retrieve the last original value if the data has changed. Will return null if isChanged() is false
getOriginalValue() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve the last original value if the data has changed.
getOriginalValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
Deprecated. 8/04 v.5.5 do not expose this cache
getOriginator() - Method in class com.jcorporate.expresso.core.misc.CacheEvent
Return the name of the class originating this event
getOtherDBLocations() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Return a cloned Hashtable containing all of the DBOtherMap entries author Adam Rossi, PlatinumSolutions
getOtherDbLocation(String, String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Get the cached "other db" location for a specific object Creation date: (1/5/01 6:57:06 PM) author: Adam Rossi, PlatinumSolutions
getOutParamFieldListIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Retrieve an interator of IN param fields
getOutParamFieldsCount() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
This convenience method counts DBFields belonging to this DBObject that are set to retrieve.
getOutParamListArray() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Get a list of all of the names of the OUT param fields in this object
getOutput(String) - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a nested output by name.
getOutput(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get a specific output item.
getOutput() - Method in class com.jcorporate.expresso.ext.taglib.OutputTag
 
getOutputContent(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the contents of a particular Output item.
getOutputRequired(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the named output, but throw if it's not found.
getOutputStream() - Method in class com.jcorporate.expresso.core.misc.ByteArrayDataSource
Returns the output stream associated with the data source
getOutputStream() - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
getOutputStream() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns an OutputStream that can be used for storing the contensts of the file.
getOutputs() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a list of Outputs nested wtihin this block
getOutputs() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
The client calls this method for each state to determine what output to show to the user.
getOwner() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Returns a handle to the DataObject that is the container for this Data Field
getOwner() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Returns a handle to the DataObject that is the container for this Data Field
getOwner() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
getOwnerController() - Method in class com.jcorporate.expresso.core.controller.Transition
Sets the controller that created this transition.
getPage() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
getPage() - Method in class com.jcorporate.expresso.services.html.ReportPage
Return a reference to the current page
getPageCount() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
Get the number of pages [using recorg pagination] that exist for this record.
getPageNumber() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
 
getPageNumber() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Returns the current page number as specified in the 'page' parameter
getParam(String) - Method in class com.jcorporate.expresso.core.controller.Transition
Return the value for a specific parameter for this transition object.
getParam(String) - Method in class com.jcorporate.expresso.services.html.ReportPage
Return the value of the named parameter
getParamName() - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandlerParameter
 
getParamString(boolean) - Method in class com.jcorporate.expresso.core.controller.Transition
 
getParamString() - Method in class com.jcorporate.expresso.core.controller.Transition
Return a string of the current params This is NOT URL encoded string.
getParamValidValues(String) - Method in class com.jcorporate.expresso.core.job.Job
Retrieve all valid values for the given parameter
getParamValue() - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandlerParameter
 
getParamValue(String) - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
Get the parameter value for the named parameter code
getParamValue(String) - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Get the parameter value for the named parameter code
getParamValues(ServletControllerRequest, String) - Static method in class com.jcorporate.expresso.core.controller.Controller
Fetches array of parameter values from underlying HTTP request; use this in a web app to access the underlying parameters in the HTTP request which have the same name; parameters with the same name are not reflected in the hashtable maintained by ControllerRequest;
getParamValues(String) - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Fetches array of parameter values from underlying HTTP request; use this in a web app to access the underlying parameters in the HTTP request which have the same name; parameters with the same name are not reflected in the hashtable of params maintained by ControllerRequest;
getParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Fetch the value for the given parameter.
getParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the parameter
getParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
Fetch the value for the given parameter.
getParameter(String) - Method in class com.jcorporate.expresso.core.misc.ConfigClassHandler
Returns a specific parameter value
getParameterDescription(String) - Method in class com.jcorporate.expresso.core.job.Job
Get the value of a specified parameter
getParameterNames() - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
Retrieve a list of parameters that this report supports.
getParameterNames() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve a list of parameters that this report supports.
getParameterNamesAndDescriptions() - Method in class com.jcorporate.expresso.core.job.Job
Retreive all parameters
getParameters() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Return the complete hashtable of parameters all keyed by parameter names
getParameters() - Method in class com.jcorporate.expresso.core.controller.State
Return the list of parameters required by this State
getParams() - Method in class com.jcorporate.expresso.core.controller.Transition
Return the hashtable of parameters for this transition object.
getParams() - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
getParams() - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
Get the job queue parameters associated with this queue entry
getParams() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Get the job queue parameters associated with this queue entry
getParams() - Method in class com.jcorporate.expresso.services.html.ReportPage
Return the parameters for this report
getParams() - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Method to return all the application-specific parameters associated with this validation request Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee
getParen(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Gets the contents of a parenthesized subexpression after a successful match.
getParenCount() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the number of parenthesized subexpressions available after a successful match.
getParenEnd(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the end index of a given paren level.
getParenLength(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the length of a given paren level.
getParenStart(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the start index of a given paren level.
getParent() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Return the "parent" of this element - e.g. the element that this element is nested within
getParent() - Method in class com.jcorporate.expresso.kernel.ComponentBase
Retrieve reference to the component container
getParent() - Method in class com.jcorporate.expresso.kernel.EmbeddedComponent
Retrieve the parent component [if any].
getParent() - Method in interface com.jcorporate.expresso.kernel.ExpressoComponent
Retrieve the parent component [if any].
getParentContainer() - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Return the parent container
getParentContainer() - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Return the parent container
getParentContainer() - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Return the parent container
getParentPool() - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieve what DBConnectionPool 'owns' this pool
getParser() - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
Return the SAXParser we will use to parse the input stream.
getPassword() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Retrieve the password for this data connection
getPassword() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
getPassword() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the password string being used to connect to the database
getPassword() - Method in class com.jcorporate.expresso.core.misc.ConfigLdap
 
getPassword() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getPassword() - Method in class com.jcorporate.expresso.core.security.User
Returns the password string for the user.
getPassword() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the password for this user
getPassword() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getPassword() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getPassword() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getPassword() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getPasswordAuthentication() - Method in class com.jcorporate.expresso.core.misc.EMailAuthenticator
Implement the required getPasswordAuthentication method by using the appropriate config values
getPath() - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
getPath(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Get the path of a file name
getPath(String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
Get the path of a file name
getPath(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Return a path that the Locator utils could find later to relocate this component.
getPathMappings() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getPatternMatcher() - Method in class com.jcorporate.expresso.core.controller.State
Retrieve a thread local instance of the Perl5 pattern matcher.
getPatternMatcher() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Retrieve a thread local instance of the Perl5 pattern matcher.
getPatternMatcher() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Retrieve a thread local instance of the Perl5 pattern matcher.
getPeristentAttributeNames() - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Retrieves all attribute names from the session context.
getPeristentAttributeNames() - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Retrieves all attribute names from the session context.
getPeristentAttributeNames() - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves all attribute names from the session context.
getPermissions() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getPermissions() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Retrieve the permissions
getPermissions() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
finds row permissions for the target row of this DBObject. if no row permissions are already persisted, the returned permissions object will be constructed and keyed to generating object, but all permissions will be false
getPersistentAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Retrieves the object from the session context.
getPersistentAttribute(String) - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Retrieves the object from the session context.
getPersistentAttribute(String) - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves the object from the session context.
getPersistentAttributes() - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Retrieves the persistent attributes table.
getPersonal() - Method in class com.jcorporate.expresso.core.misc.EMailSender
This method sets the address to be used in the From header
getPool() - Method in class com.jcorporate.expresso.core.db.DBTransaction
 
getPoolList() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Return the entire pool of connections as a Vector
getPowerFactor() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
 
getPrecision() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the precision of this field as an integer
getPrecision(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve the precision of a particular field
getPrecision(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the precision of a particular field
getPrecision() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the precision of this field as an integer
getPrecision(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Get the precision of thie field, if one was specified
getPrecision(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getPreparedPassKey() - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Retrieve the pass key prepped by the base class.
getPrimaryAlias() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the short name of the primary data object.
getPrimaryGroup() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getPrimaryGroup() - Method in class com.jcorporate.expresso.core.security.User
the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryGroup() - Method in interface com.jcorporate.expresso.core.security.UserInfo
the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryGroup() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryGroup() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryGroup() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryGroup(UserInfo) - Static method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
getPrimaryToForeignKeyMap() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getProgram() - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns the current regular expression program in use by this matcher object.
getProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a read-only map of all 'normal' properties keyed by the property name.
getProperties() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve a read-only map of all 'normal' properties keyed by the property name.
getProperties() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the properties for the component
getProperty() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
Gets the property
getProperty() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
Gets the property
getProperty() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
Gets the property
getProperty() - Method in class com.jcorporate.expresso.ext.taglib.ErrorTag
 
getProperty(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the value of a property
getProperty(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Retrieve the value of a property
getQueryInterface() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Use this function to acquire the DataQueryInterface that is associated with this data object [Currently unsupported]
getQueryInterface() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Use this function to acquire the DataQueryInterface that is associated with this data object
getQueryInterface() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Use this function to acquire the DataQueryInterface that is associated with this data object
getQueryInterface() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the QueryInterface... currently not supported
getRandomBytes(int) - Method in class com.jcorporate.expresso.core.security.AbstractRandomNumber
getRandomBytes - Returns a byte array of random bytes.
getRandomBytes(int) - Method in class com.jcorporate.expresso.core.security.strongencryption.RandomNumber
getRandomBytes - Returns a byte array of random bytes.
getRandomBytes(int) - Method in class com.jcorporate.expresso.core.security.weakencryption.RandomNumber
getRandomBytes - Returns a byte array of random bytes.
getRandomGenerator() - Method in class com.jcorporate.expresso.core.security.CryptoManager
Returns an instantiated subclass of AbstractRandomNumber depending if strong or weak crypto is desired.
getRandomSeed() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
getReadCount() - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Retrieve the overall read count for dbobjects
getReadGroups() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
getRecordPaginator() - Method in class com.jcorporate.expresso.services.controller.dbmaint.ListBase
Gets the currently used paginator
getRedirectString(HttpServletRequest, String, String, boolean) - Static method in class com.jcorporate.expresso.core.controller.SecureRequestUtils
Creates a redirect URL string if the current request should be redirected
getRegComplete() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getRegComplete() - Method in class com.jcorporate.expresso.core.security.User
Whether registration has been completed beyond the basic user info
getRegComplete() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the status of whether extended registration has been completed or not Valid values are "Y" or "N"
getRegComplete() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getRegComplete() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getRegComplete() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getRegistrationController() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Retrieve the registration controller.
getRegistrationDomain() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getRegistrationDomain() - Method in class com.jcorporate.expresso.core.security.User
Returns the unique integer for the registration domain that this user belongs to
getRegistrationDomain() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the unique integer for the registration domain that this user belongs to
getRegistrationDomain() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getRegistrationDomain() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getRegistrationDomain() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getRegistrationObject() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Instantiates the controller based upon the current Controller Value
getRelation(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the relation bean for between two aliases
getRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getRelations() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Retrieves a list of the relations with this bean.
getReplacementString() - Method in class com.jcorporate.expresso.core.security.filters.FilterTreeNode
 
getReportCode() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the report code
getReportFileExtension() - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
Retrieve the recommended file extension for the report.
getReportFileExtension() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the recommended file extension for the report.
getReportFormats() - Method in interface com.jcorporate.expresso.ext.report.MultiFormatReport
Retrieve a List of ValidValue objects that define by key and friendly name the types of reports that are available.
getReportMimeType() - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
The report engine driver is most likely going to need to know what kind of MimeType to expect the report.
getReportMimeType() - Method in class com.jcorporate.expresso.services.html.ReportPage
Retrieve the report mime type.
getReportParameters() - Method in class com.jcorporate.expresso.services.html.ReportPage
Protected "getter" function so derived classes can get the report parameters
getReports() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return the list of ExpressoReport objects that are required by this schema.
getReports() - Method in class com.jcorporate.expresso.kernel.metadata.SchemaData
Retrieve a readonly list of Reports for this schema
getRequest() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the ControllerRequest associated with this object
getRequest() - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
Gets the parsed servlet request.
getRequest() - Method in interface com.jcorporate.expresso.core.misc.upload.ParameterParser
Gets the parsed servlet request.
getRequestParameters(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.controller.SecureRequestUtils
Creates query String from request body parameters
getRequestPath() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Returns the request path set earlier.
getRequestURL(HttpServletRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
recreate requested URL; never null, though could be empty string
getRequestedState() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the requested state
getRequestingUid() - Method in interface com.jcorporate.expresso.core.dataobjects.Securable
Retrieve the uid of the user who's security permissions we're using.
getRequestingUid() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the current UID definition name.
getRequestingUid() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
New version of "setUser()", returns the integer UID of the permissions this dbobject is operating under
getRequestingUser() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Retrieve the UID of requesting user.
getRequiredClass() - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Retrieve a class that must exist in the classpath for this to work.
getRequiredClass() - Method in interface com.jcorporate.expresso.kernel.management.DOMWriter
Retrieve a class that must exist in the classpath for this to work.
getRequiredClass() - Method in class com.jcorporate.expresso.kernel.management.TraxDOMWriter
Retrieve a class that must exist in the classpath for this to work.
getRequiredClass() - Method in class com.jcorporate.expresso.kernel.management.XercesDOMWriter
Retrieve a class that must exist in the classpath for this to work.
getRequiredDecorator() - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Returns the string to append to a field label if it is required.
getRequiredParametersList() - Method in class com.jcorporate.expresso.core.controller.State
Same as getParameters, but returns a List instead
getRequiredStyle() - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Allows for easy overriding fo the style name for special customization.
getRequiredStyle() - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Returns the style to be used if the Input is required
getResponse() - Method in class com.jcorporate.expresso.core.controller.State
 
getResponse(PageContext) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Get the current ControllerResponse object from the session
getResponse() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
 
getResponse() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
 
getResultSet() - Method in class com.jcorporate.expresso.core.db.DBConnection
Retrieve the current result set in the connection.
getResults() - Method in class com.jcorporate.expresso.ext.controller.RunTestThread
 
getReturnToSender() - Method in class com.jcorporate.expresso.core.controller.State
Return the return-to-sender transition.
getReturnType() - Method in class com.jcorporate.expresso.kernel.metadata.Method
 
getRoot() - Method in class com.jcorporate.expresso.core.misc.ConfigLdap
 
getRoot() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getRootConfig() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Returns the Root of the ComponentConfig tree generated by the Digester.
getRootConfig() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Returns the Root of the ComponentConfig tree generated by the Digester.
getRootNode() - Method in class com.jcorporate.expresso.core.security.filters.FilterTree
 
getRows() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the rows
getRunTime() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getRuntime(String) - Static method in class com.jcorporate.expresso.kernel.management.ExpressoRuntimeMap
Retrieve a runtime environment as specified by the name parameter.
getRuntime(ControllerRequest) - Method in class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
Retreives the current runtime that we're working on.
getRuntimeName() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getSQL() - Method in class com.jcorporate.expresso.core.db.DBConnection
Gets the SQL string to be executed
getSQLRelationList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve a list of precalculated relations for the where clauses.
getSQLToDBMap() - Method in class com.jcorporate.expresso.core.db.TypeMapper
Get the SQL to Database type Map
getSchema() - Method in class com.jcorporate.expresso.core.controller.Controller
Get the name of the schema object that this Controller belongs to
getSchema() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the name of the schema object that this Controller belongs to
getSchema() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieve the schema object's class name associated with this data object
getSchema() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve the schema class name
getSchema() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
getSchema(String) - Method in class com.jcorporate.expresso.core.dbobj.SchemaFactory
 
getSchema(String) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Instantiate & return the schema class given in the current parameter
getSchema(String) - Method in class com.jcorporate.expresso.core.job.Job
Instantiate & return the schema class given in the current parameter BUG BUG: This function isn't right, what was the intention: -MR
getSchema() - Method in class com.jcorporate.expresso.core.misc.ConfigSetupDefault
 
getSchema() - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Return the name of the schema class that this servlet is registered within
getSchema() - Method in class com.jcorporate.expresso.ext.struts.taglib.bean.ExMessageTag
 
getSchema() - Method in class com.jcorporate.expresso.ext.taglib.Context
 
getSchema() - Method in class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
getSchemaData() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the SchemaData bean from the metadata object
getSchemaHierarchy() - Method in class com.jcorporate.expresso.core.controller.Controller
Deprecated. 7/04; v5.5. just name changed. see getSchemaStack
getSchemaInstance() - Method in class com.jcorporate.expresso.core.controller.Controller
Retrieve a full instance of the Schema object that is associated with this controller
getSchemaStack() - Method in class com.jcorporate.expresso.core.controller.Controller
Retrieve a stack of all schemas. hands out actual object instance; singleton for this controller.
getSchemaStack() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the schema stack.
getSearchParam() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Return the "decoded" search parameter, consisting of a series of fields and values pipe-delimited
getSecretKey() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getSecurityContext() - Method in class com.jcorporate.expresso.kernel.DataContext
Retrieve the name of the security context to use for objects in this data context.
getSelectedDisplay() - Method in class com.jcorporate.expresso.core.controller.Input
get the display string associated with the currently-selected (default).
getSerialForm(DataFieldMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
This function is called whenever the DBField is about to be written to the database.
getSerializedForm() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Returns the form in a way suitable for storage in a database or other data source.
getSerializedForm(DBField) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This function is called whenever the DBField is about to be written to the database.
getServer() - Method in class com.jcorporate.expresso.core.misc.ConfigLdap
 
getServerList() - Method in class com.jcorporate.expresso.core.utility.JobHandler
Return a list of current Job objects
getServerName(HttpServletRequest) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Return the name of the current web server system
getServerPort(HttpServletRequest) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Return the port number the servlet runtime engine is running on
getServerPrefix() - Method in class com.jcorporate.expresso.core.misc.SystemMacros
 
getServicesFileLocation() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieves the URL location of the services file location.
getServicesFileLocation() - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Retrieves the URL location of the services file location.
getServlet() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Get the ActionServlet instance
getServletAPI() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getServletAPI() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve the servlet API of the system
getServletAPIVersion() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Queries the current servletAPI defined in the configuration system
getServletPrefix(HttpServletRequest) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Return a string to be used as part of the URL to call this servlet.
getServletPrefix(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
 
getServletRequest() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the servlet request object

Important: A Controller should only use this method if strictly necessary, and not write output that is otherwise able to be handled with inputs, outputs and transitions.

getServletResponse() - Method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Gets the servlet response object

Important: A Controller should only use this method if strictly necessary, and not write output that is otherwise able to be handled with inputs, outputs and transitions.

getServletResponse() - Method in class com.jcorporate.expresso.core.controller.Transition
Gets an underlying ServletResponse if it has been set either through setting the controller response or manually
getServlets() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return an enumeration of the servlets that are members of this schema
getSession() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Returns the Persistant Session Wrapper object to store requests between environments.
getSession() - Method in class com.jcorporate.expresso.core.controller.State
 
getSessionId() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Bean method that gets the session id.
getSessionId() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getSessionId() - Method in class com.jcorporate.expresso.ext.dbobj.URLReader
 
getSetupDefault(String, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return the value if this property is defined in the properties file for this config key.
getSetupDefaults() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getSetupValue(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Retrieve one of the Setup values for the schema.
getSetupValue(String) - Method in class com.jcorporate.expresso.kernel.DataContext
Retrieve a 'setup value'.
getSetupValue(String) - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve a specific setup value for the container.
getSetupValue(String) - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Retrieve a global setup value (should be rarely used in a good system design)
getSetupValues() - Method in class com.jcorporate.expresso.kernel.DataContext
Retrieves a map of all setup values for this data context.
getSetupValues() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve all the setup values for the root container.
getSetupValues() - Method in interface com.jcorporate.expresso.kernel.RootContainerInterface
Retrieves ALL setup values available for the whole system
getShortNameAsAlias() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Get whether the shortName specified when a DBObject is added is also used as an alias for the table in the query.
getShowStackTrace() - Method in class com.jcorporate.expresso.kernel.RootContainer
Get the show stack trace.
getShowlabel() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter Method for showlabel.
getSimpleDateFormat(String) - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Get a SimpleDateFormat object that is cached.
getSimpleDateFormat(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Get a SimpleDateFormat object that is cached.
getSize() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the size of the file.
getSize() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter method for size.
getSortKey() - Method in class com.jcorporate.expresso.services.controller.dbmaint.ListBase
This method determines how the list is sorted.
getSpecificBeanProperty(PageContext, String, String, boolean) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Get a property from a specific ControllerElement stored as a bean in the current page
getSqlRelationList() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
 
getSrc() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Insert the method's description here.
getSslPort() - Method in class com.jcorporate.expresso.core.misc.ConfigExpresso
 
getSslPort() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve the location of the Expresso SSL port.
getStackTraceAsString(Throwable) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
A utility method to return an exception stacktrace as a String

Written by Peter Pilgrim Mon Mar 15 23:12:15 GMT 2004

getStartController() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Return a single transaction as the "starting point" for this application.
getStartRecordNumber() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
Modified code based upon xin lee.
getStartingRecords() - Method in class com.jcorporate.expresso.core.dataobjects.QueryAttributes
 
getState(String) - Method in class com.jcorporate.expresso.core.controller.Controller
Return a specific state
getState() - Method in class com.jcorporate.expresso.core.controller.Transition
Retrieve the currently set state
getState() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
Gets the display
getStateFormClass() - Method in class com.jcorporate.expresso.core.controller.State
Return the class name (if any) of the state form associated with this state.
getStates() - Method in class com.jcorporate.expresso.core.controller.Controller
Return the hashtable of valid states for this controller
getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.BaseDataObject
Get the status of this record.
getStatus() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve the status code of the dataobject.
getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve the status code of the dataobject.
getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.DefaultTransaction
 
getStatus() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve the status of the data object
getStatus() - Method in class com.jcorporate.expresso.core.utility.JobHandler
Useful for determining current state from the outside.
getStatus() - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Returns the current status of the validation request Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee
getStderr() - Method in class com.jcorporate.expresso.core.misc.OSProcess
Retrieve a vector of all lines printed to std error
getStdout() - Method in class com.jcorporate.expresso.core.misc.OSProcess
Retrieve a vector of all lines printed to std out
getStoreLocation() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the File objects for the FileItems's data temporary location on the disk.
getStream() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getString(String) - Method in class com.jcorporate.expresso.core.controller.Controller
Convenience version, uses default locale of default db context

IMPORTANT: in general, if there's a ControllerResponse object available, use ControllerResponse.getString(String) instead, this is able to return the local language by considering the user's locale.

getString(String, Object[]) - Method in class com.jcorporate.expresso.core.controller.Controller
Convenience version, uses default locale of default db context

IMPORTANT: In general, if there's a ControllerResponse object available, use ControllerResponse.getString(String) instead, this is able to return the local language by considering the user's locale.

getString(String, Object[]) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
retrieve an appropriate localized string from the correct Schema object.
getString(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Convenience version of the above with no arguments.
getString(String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Convenience method of getString(String,Object[]) where first (and only) param of args will be string1
getString(String, String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Convenience method to retrieve the string with two formatting parameters
getString(String, String, String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve a localized string with 3 formatting parameters
getString(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve a localized string with 4 formatting parameters
getString(String, Object[], ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.DBController
Deprecated. The getString method from ControllerRequest should be used in *all* cases - this method is not reliable, as the same DBController instance is shared between users.
getString(String, Object[]) - Method in class com.jcorporate.expresso.core.controller.State
Convenience method - simply passes the request for a string on to the ControllerResponse object associated with this State
getString(String) - Method in class com.jcorporate.expresso.core.controller.State
Convenience method - simply passes the request for a string on to the ControllerResponse object associated with this State
getString(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the numbered field as a string, trimming off any trailing whitespace
getString(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getString(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Get the i18N'ized string for this schema
getString(String, Object[]) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method to get a local language string from within any SecuredDBObject by using the user's language perferences automatically
getString(String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method of the above with no arguments
getString(String, String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method of the above without array arguments
getString(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method of the above without array arguments
getString(String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method of the above without array arguments
getString(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience method of the above without array arguments
getString(String, Object[]) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Formats the string code with the appropriate argument array.
getString(String, Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
The "full" form of getString must specify a schema, language and country.
getString(String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method to return a specified string from the default schema, with no arguments
getString(String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method that gets a string with arguments using the default schema (e.g. no specific schema specified) but with the specified arguments
getString(String, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
get string translation
getString(Stack, Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method that gets a string using the schemaStack, looping through stack until the key is found
getString(String, HttpServletRequest, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method to use the current default schema
getString(Locale, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
 
getString(Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
 
getString(String, Locale, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
getString(schema, locale, stringCode)
getString(String, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
If we have no information about what language we should be using, we use the defaults out of the properties file if present.
getString(HttpServletRequest, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
 
getString(HttpServletRequest, String, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Return a string out of our message bundle
getString(HttpServletRequest, String, String, String) - Method in class com.jcorporate.expresso.core.i18n.Messages
Return a string out of our message bundle
getString(HttpServletRequest, String, String, String, String) - Method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method to return a string out of our message bundle, using the thres string arguments as the replacement arguments
getString(String) - Method in class com.jcorporate.expresso.core.job.Job
Getstring without any substitution capabilities
getString(String, String) - Method in class com.jcorporate.expresso.core.job.Job
Internationalization methods.
getString(String, String, String) - Method in class com.jcorporate.expresso.core.job.Job
Internationalization methods.
getString(String, String, String, String) - Method in class com.jcorporate.expresso.core.job.Job
Internationalization methods.
getString(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.job.Job
Internationalization methods.
getString(String, Object[]) - Method in class com.jcorporate.expresso.core.job.Job
Pass on a call to retrieve an appropriate localized string from the correct Schema object.
getString(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a String for the given name.
getString(String, String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return a String for the given name.
getString() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the contents of the file as a String, using default encoding.
getString(String) - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Returns the contents of the file as a String, using specified encoding.
getString(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a String for the given name.
getString(String, String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return a String for the given name.
getString(HttpServletRequest, String, Object[]) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Pass on a call to retrieve an appropriate localized string from the correct Schema object
getString(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Convenience method to request a localized message with no parameters
getString(Locale, String) - Method in class com.jcorporate.expresso.ext.taglib.DBMaint
 
getString(PageContext, String) - Static method in class com.jcorporate.expresso.ext.taglib.MessageUtil
 
getString(PageContext, String, Object[]) - Static method in class com.jcorporate.expresso.ext.taglib.MessageUtil
 
getString(String) - Method in class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator
Convenience version of the above with no arguments.
getString(String, Object[]) - Method in class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator
Pass on a call to retrieve an appropriate localized string from the correct Schema object.
getString(String) - Method in class com.jcorporate.expresso.services.validation.LoginEmailValidator
Convenience version of the above with no arguments.
getString(String, Object[]) - Method in class com.jcorporate.expresso.services.validation.LoginEmailValidator
Pass on a call to retrieve an appropriate localized string from the correct Schema object.
getStringByPath(String, String, String, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Variation on the above gets a string from a specified message bundle path
getStringEncryption() - Method in class com.jcorporate.expresso.core.security.CryptoManager
Factory method that returns an instantiated subclass of AbstractStringEncryption depending of strong or weak crypto is desired.
getStringFilter(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
get the current filter for a particular field.
getStringForUser(int, String, String, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
use locale based on user ID, which is set as user preference; use with discrimination--it may be better to get locale from request
getStringFromBundle(Locale, String) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Return a string for a specific locale
getStringFromDefaultSchemaBundle(Locale, String) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Return a string for a specific locale, using the default (expresso) schema
getStringHash() - Method in class com.jcorporate.expresso.core.security.CryptoManager
Factory method that returns an instantiated subclass of AbstractStringHash depending of strong or weak crypto is desired.
getStringNoTrim(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the numbered field as a string, not trimming any trailing spaces
getStringNoTrim(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string
getStringOrNull(String, Object[]) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Formats the string code with the appropriate argument array.
getStringRequired(String, Object[]) - Method in class com.jcorporate.expresso.core.i18n.MessageBundle
Formats the string code with the appropriate argument array, throwing an exception if the key does not exist.
getStringRequired(String, Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Return a string out of our message bundle associated with the specified schemaClass, throwing an exception if it's not found
getStringRequired(String, String) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Return a string out of our message bundle associated with the specified schemaClass, throwing an exception if it's not found
getStringRequired(Stack, Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method that gets a string using the schemaStack, looping through it until the key is found
getStringUnrequired(Stack, Locale, String, Object[]) - Static method in class com.jcorporate.expresso.core.i18n.Messages
Convenience method that gets a string using the schemaStack, looping through it until the key is found
getStrings(String) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of Strings for the given name.
getStrings(String, String[]) - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Return an array of Strings for the given name.
getStrings(String) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of Strings for the given name.
getStrings(String, String[]) - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
Return an array of Strings for the given name.
getStyle() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Retrieve the style that the controller response is set to
getStyle() - Method in class com.jcorporate.expresso.core.controller.Output
/** Return the suggested "style" for displaying this Output item
getStyle() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the style
getStyleClass() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the styleClass
getStyleId() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Gets the styleId
getStyleSheet() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getSubject() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the Subject
getSubnode(ReusableChar) - Method in class com.jcorporate.expresso.core.security.filters.FilterTreeNode
 
getSuccessTransition() - Method in class com.jcorporate.expresso.core.controller.State
Return the success transition.
getSupportedConfigurations() - Method in class com.jcorporate.expresso.core.db.DBConfig
Retrieves a list of all supported configuration keys and types as retrieved from the metadata for this component.
getSystemUid() - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Retrieve the uid of the 'System Account'
getTableDefinition(String, String) - Method in class com.jcorporate.expresso.ext.controller.RunSQL
Builds a table definition and enters it into a block.
getTableFields() - Method in class com.jcorporate.expresso.core.dataobjects.DataTransferObject
Gets the table fields in bulk
getTableName() - Method in class com.jcorporate.expresso.core.dbobj.DBIndex
 
getTag() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
Gets the tag
getTargetDbCatalog() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
Retrieve the database catalogue name associated with this data object
getTargetDbCatalog() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the Schema Name of the current database object.
getTargetDbCatalog() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the Schema Name of the current database object.
getTargetDbSchema() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
Retrieve the database schema name associated with this data object
getTargetDbSchema() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the Schema Name of the current database object.
getTargetDbSchema() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the Schema Name of the current database object.
getTargetSQLTable(String) - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
Retrieve the full table name associated with this data object
getTargetSQLTable(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Set the target table for this DBObject.
getTargetSQLTable(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the Table Name of the current database object.
getTargetStoreProcedure() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the Store procedure Name of the current database object.
getTargetTable() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
Return the Table Name of the current database object.
getTargetTable() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the Table Name of the current database object.
getTempDirectory(String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Retrieve the temp directory in the form of a java.io.File object.
getTempFileLocation() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
getTest(String) - Method in class com.jcorporate.expresso.ext.controller.TestController
Returns the Test corresponding to the given suite.
getTestContext() - Static method in class com.jcorporate.expresso.services.test.TestSystemInitializer
Get what the current testing context is.
getTests() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Deprecated. Since Expresso 5.6 Tests have been separated from the main code base.
getTextElements() - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
This method is called on to retrieve all the text input elements of the request.
getTheEvent() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the TheEvent
getTheFilter() - Method in class com.jcorporate.expresso.services.controller.dbmaint.Lookup
Get property: theFilter
getTheMessage() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the TheMessage
getTheUrl(boolean) - Method in class com.jcorporate.expresso.core.controller.Transition
Internal use for retrieving the URL that this transition points to.
getThisDBObj() - Method in class com.jcorporate.expresso.core.dbobj.AutoDBObject
getThisDBObj method comment.
getThisDBObj() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This will return a new object of the type of the subclass.
getThisDBObj() - Method in class com.jcorporate.expresso.core.dbobj.DBSequence
NOTE: Subclass must override.
getThisDBObj() - Method in class com.jcorporate.expresso.ext.dbobj.AuditLog
Standard method to create a new copy of this particular database object
getThisDBObj() - Method in class com.jcorporate.expresso.ext.dbobj.AuditLogL
Standard method to create a new copy of this particular database object
getThisDBObj() - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
 
getThisDBObj() - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
 
getThisDBObj() - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
getThisDBObj() - Method in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Standard method to return a new CacheSync object
getThisDBObj() - Method in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
Standard method to return a new UserAgent object
getThisDBbj(DataTransferObject) - Static method in class com.jcorporate.expresso.core.dbobj.DBObject
Constructor method that takes a DataTransferObject and builds a full fledged DBObject out of it.
getThisDownloadFile(ControllerRequest, User) - Method in class com.jcorporate.expresso.ext.controller.Download
Convenience method to retrieve the download file based upon the file parameter
getThisMultiDBObj() - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Construct a new MultiDBObject
getThreadNumber() - Method in class com.jcorporate.expresso.ext.controller.RunTestThread
 
getTime(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getTime(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getTimeForDB() - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a time field formatted for insertion into a database Value of the time is the current time
getTimeForDB(int, int, int) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get atime field formatted for insertion into a database
getTimeForDB(Date) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Get a time field formatted for insertion into a database
getTimeForDB(Date, String) - Static method in class com.jcorporate.expresso.core.misc.DateTime
Takes into account for the database context.
getTimestamp(String) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getTimestamp(int) - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the value in the named field as a string, trimming off any trailing whitespace
getTitle() - Method in class com.jcorporate.expresso.core.controller.Controller
Return the title of this Controller
getTitle() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Get the name of this element.
getTitle() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
get title title and name are synonymous--easier for JSTL
getTitle() - Method in class com.jcorporate.expresso.core.job.Job
Retrieve the title of the job.
getTitle() - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Ancestors of this class override this method to return a specific title that is used by the security administration Controllers to describe the servlet
getTitle() - Method in class com.jcorporate.expresso.core.servlet.Test
 
getTitle() - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.ComponentManager
Returns the title of this controller
getTitle() - Method in class com.jcorporate.expresso.ext.controller.DataTransfer
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.Download
Returns title of this controller
getTitle() - Method in class com.jcorporate.expresso.ext.controller.HealthCheck
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.ReportServer
Override of Controller.getTitle() to provide a meaningful name to this controller
getTitle() - Method in class com.jcorporate.expresso.ext.controller.RunSQL
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.RunTests
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.TestController
 
getTitle() - Method in class com.jcorporate.expresso.ext.controller.Upload
Return the title of this Controller
getTitle() - Method in class com.jcorporate.expresso.ext.job.SendNotice
Retrieve the title of this job
getTitle() - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
Retrieve the title of the report
getTitle() - Method in class com.jcorporate.expresso.ext.taglib.Back
 
getTitle() - Method in class com.jcorporate.expresso.ext.xml.controller.XMLController
Return the title of this Transaction
getTitle() - Method in class com.jcorporate.expresso.services.html.ReportPage
Return the title of this report
getTitle() - Method in class com.jcorporate.expresso.services.job.ClearOldValidation
Retrieve the friendly title name of the job
getTitle() - Method in class com.jcorporate.expresso.services.job.ControllerJob
REtrieve the job title
getTitle() - Method in class com.jcorporate.expresso.services.job.TestJob
 
getTitle() - Method in class com.jcorporate.expresso.services.job.ValidationJob
The name of this Job, used typically in UI screens Creation date: (9/23/2001 9:30:54 AM) Author: Shash Chatterjee
getTitleKey() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
return raw key, without running through msg bundle string translation--useful for when 'cloning' in Transition
getTotalMem() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Retrieve the total system memory in kilobytes
getTotalRecordCount() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
Returns the total record count retrieved for this database search
getTransactionConnection() - Method in class com.jcorporate.expresso.core.db.DBTransaction

Low level function that allows you to retrieve the JDBC connection associated with this DBConnection.

getTransactionIdentifier() - Method in class com.jcorporate.expresso.core.db.DBTransaction
Get transaction identifier which is myDescription + transactionId
getTransactionMode() - Method in class com.jcorporate.expresso.core.db.DBConnection
Return the Database current transaction mode set.
getTransition(String) - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a nested transition by name.
getTransition(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get a specific transition item.
getTransitions() - Method in class com.jcorporate.expresso.core.controller.Block
Retrieve a list of Transitions nested wtihin this block
getTransitions() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
The getTransitions method is called by the client to this controller in order to determine what the possible next states are from the current state.
getTransitionsIterator() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
????????????
getTriggeringObjectClass() - Method in class com.jcorporate.expresso.core.misc.SysEvent
 
getType() - Method in class com.jcorporate.expresso.core.controller.ControllerElement
Returns whatever the type is
getType(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Return the type of a field - this method returns the internal Expresso type
getType(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Return the type of a field - this method returns the internal Expresso type
getType(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Return the type of a field - this method returns the internal Expresso type
getType(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Returns a value indicating a character category.
getType() - Method in class com.jcorporate.expresso.ext.taglib.AttributeTag
 
getType() - Method in class com.jcorporate.expresso.ext.taglib.ElementCollection
 
getType() - Method in class com.jcorporate.expresso.ext.taglib.IfElementExists
 
getType() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter method for Type.
getType() - Method in class com.jcorporate.expresso.ext.taglib.LabelTag
 
getType() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Insert the method's description here.
getType() - Method in class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
 
getType() - Method in class com.jcorporate.expresso.kernel.metadata.Property
Retrieve the java type of this property
getType() - Method in class com.jcorporate.expresso.services.html.ReportPageParam
Return the type code for this parameter
getTypeForDB(String) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Map a type used in Expresso to an appropriate database-specific type, utilizing the default type mapping followed by the custom type mapping(s) for this context (if any)
getTypeForExpresso(int) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Map a type used in SQL to an appropriate expresso-specific type
getTypeForSQL(int) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Retrieve a 'friendly' name for a java.sql.Type integer
getTypeMap() - Method in class com.jcorporate.expresso.core.db.DBConnection
Attempt to return a mapping of java.sql.Type types to actual type names used by this database.
getTypeMapper() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Retrieve the TypeMapper associated with this persistence connection.
getTypeMappings() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
getTypeString() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the database type of the field as specified with a string in the DBObject itself
getTypeString() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the database type of the field as specified with a string in the DBObject itself
getUid() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Get the user id as an integer
getUid() - Method in class com.jcorporate.expresso.core.controller.State
Retrieve the State user ID.
getUid() - Method in interface com.jcorporate.expresso.core.dbobj.RequestContext
See @com.jcorporate.expresso.core.controller.ControllerRequest for an implementation example of this interface.
getUid() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Bean method that gets the current uid.
getUid() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the Uid
getUid() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getUid() - Method in class com.jcorporate.expresso.core.security.User
 
getUid() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the user id for this user
getUid() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getUid() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getUid() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getUidString() - Method in class com.jcorporate.expresso.core.security.User
Returns the unique integer used as a key to identify the user
getUninstallOptions() - Method in interface com.jcorporate.expresso.kernel.Installable
This method is used to query the Installable object for any uninstallation options.
getUpdateCount() - Method in class com.jcorporate.expresso.core.db.DBConnection
Returns the number of rows affected by the last operation .
getUpdateDate() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getUpdateDate() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the date that this UserInfo object was last modified
getUpdateDate() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getUpdateDate() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getUpdateDate() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getUrl() - Method in class com.jcorporate.expresso.core.controller.Transition
Returns a URL reference for this transition.
getUrl() - Method in class com.jcorporate.expresso.core.misc.ConfigJdbc
Gets the JDBC URL
getUrlPattern() - Method in class com.jcorporate.expresso.core.misc.ConfigPathMapping
 
getUsedCount() - Method in interface com.jcorporate.expresso.core.cache.Cache
Get how many times this cache has been used
getUsedCount() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
Used for figuring out how often this has been used
getUsedCount() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
getUsedCount method comment.
getUsedCount() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Return the number of times this cache has been accessed
getUsedCount() - Method in class com.jcorporate.expresso.core.controller.Output
 
getUsedMem() - Static method in class com.jcorporate.expresso.core.utility.SystemInfo
Get the used memory in bytes
getUser() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Get the user name
getUser() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Get the database from the request, if there is a request available
getUser() - Method in class com.jcorporate.expresso.core.controller.State
Deprecated. 3/5/04 use ControllerRequest getUid() instead.
getUser() - Method in class com.jcorporate.expresso.core.job.Job
Return the username who requested this job
getUser() - Method in class com.jcorporate.expresso.core.misc.ConfigLdap
 
getUser(ControllerRequest) - Static method in class com.jcorporate.expresso.core.security.User
Convenience routine to find current user.
getUserFromId(int, String) - Static method in class com.jcorporate.expresso.core.security.User
Pull up the User object associated with the integer id
getUserInfo() - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
get requesting user
getUserInfo() - Method in class com.jcorporate.expresso.core.security.User
Return the UserInfo object Normally you would not use this directly, except in special cases where you need to get to the UserInfo object.
getUserName() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Retrieve the user name for this db connection
getUserName() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
getUserName() - Method in class com.jcorporate.expresso.core.misc.CurrentLogin
Bean method that gets the currently logged in user name.
getUserName() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
 
getUserName() - Method in interface com.jcorporate.expresso.core.security.UserInfo
Returns the descriptive string for this user
getUserName() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. Since Expresso 5.5; use getFullName() instead to avoid confusion with login name
getUserName() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
 
getUserName() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Deprecated. Since Expresso 5.5; use getFullName() instead to avoid confusion with login name
getValidValueDescrip(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This is a convenience method which will return a ValidValue description for a multi-valued field.
getValidValues() - Method in class com.jcorporate.expresso.core.controller.Input
Return the list of Valid Values that are allowed for this Input item.
getValidValues(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
New method to replace getValues with a structure of valid values and descriptions.
getValidValues(String) - Method in class com.jcorporate.expresso.core.security.User
Returns the possible values for the multivalued properties
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.AppIntegration
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.PerfTests
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.RegisteredUser
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Contact
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Person
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.dbobj.regobj.Phone
 
getValidValues(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Override the method getValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
Override the method getValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.CacheSync
Override the method getValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.DBObjImpl
Deprecated. Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.DBObjLimit
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.DBObjSecurity
Override the method getValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Get the valid values for various fields on this data object
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.EventMail
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.JobQueue
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.JobSecurity
Override the method getValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
Returns the valid values for any particular field
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValues(String) - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Override the method getValidValues to provide specific values for our multi-valued fields
getValidValuesList(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Retrieve a list of valid value object for this particular dbobject
getValidValuesList(String) - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Retrieve a list of valid value object for this particular dbobject
getValidValuesList(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Retrieve a list of valid value object for this particular dbobject
getValidValuesList(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Retrieve a list of valid value object for this particular dbobject
getValidationItem(int) - Method in class com.jcorporate.expresso.core.controller.ValidationSet
Creation date: (8/29/00 12:55:43 PM)
getValidationItems() - Method in class com.jcorporate.expresso.core.controller.ValidationSet
Creation date: (8/29/00 12:56:39 PM)
getValue() - Method in class com.jcorporate.expresso.core.cache.CachedObject
Get the value of the object
getValue() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Retrieves the wrapped object for the Data Field
getValue() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
retrieve value object for this field
getValue() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
Retrieve the value of the object.
getValue() - Method in class com.jcorporate.expresso.core.dbobj.ISOValidValue
Gets the real value of the valid value
getValue() - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
Gets the real value of the valid value
getValue() - Method in class com.jcorporate.expresso.core.misc.ConfigCustomProperty
 
getValue() - Method in class com.jcorporate.expresso.core.misc.ConfigPathFixedParam
 
getValue() - Method in class com.jcorporate.expresso.core.misc.ConfigSetupDefault
 
getValue() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerInputTag
Gets the value
getValue() - Method in class com.jcorporate.expresso.ext.taglib.ExpressoLink
Insert the method's description here.
getValue() - Method in class com.jcorporate.expresso.ext.taglib.InputTag
Getter Method for Value.
getValue() - Method in class com.jcorporate.expresso.ext.taglib.TableHead
 
getValue() - Method in class com.jcorporate.expresso.ext.taglib.TransitionParamsTag
Creation date: (12/29/2000 %r)
getValue() - Method in class com.jcorporate.expresso.ext.taglib.TransitionTag
Insert the method's description here.
getValue() - Method in class com.jcorporate.expresso.kernel.metadata.SimpleProperty
Retrieve the value of the property
getValue() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
Get the actual value object
getValue(String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a config value for the default schema Config values are like INI file variables or registry entries - except stored in a database.
getValue(String, String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a config value for the default schema Config values are like INI file variables or registry entries - except stored in a database.
getValueRequired(String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a value from the configuration values.
getValueRequired(String, String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a value from the configuration values.
getValueUnrequired(String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a value from the configuration values.
getValueUnrequired(String, String, String) - Static method in class com.jcorporate.expresso.services.dbobj.Setup
Get a value from the configuration values.
getValues() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Method to return a Vector of ValidValue Template method--not implemented in this superclass.
getValues() - Method in interface com.jcorporate.expresso.core.dbobj.LookupInterface
Method to return a Vector of ValidValue This method may be implemented by objects that want to provide a list of valid values for other DB objects.
getValues() - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Unsupported Operation
getValues() - Method in class com.jcorporate.expresso.core.security.User
 
getValues() - Method in class com.jcorporate.expresso.ext.dbobj.AuditLogL
Provide a list of AUDIT Codes for other objects to use.
getValues() - Method in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
 
getValues() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestSet
 
getValues() - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
 
getValues() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Method to return a Vector of ValidValue This method may be implemented by objects that want to provide a list of valid values for other DB objects.
getValues() - Method in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
 
getValues() - Method in class com.jcorporate.expresso.kernel.metadata.IndexedProperty
Retrieve a map of all indicies and their corresponding values for this property
getValues() - Method in class com.jcorporate.expresso.kernel.metadata.MappedProperty
Retrieve a list of all mapped property values.
getValues() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
getValues() - Method in class com.jcorporate.expresso.services.dbobj.Event
 
getValues() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
getValues() - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDomain
 
getValues() - Method in class com.jcorporate.expresso.services.dbobj.SchemaList
Get a vector of valid values mapping Schema Classes to Schema Descriptions
getValues() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
Gets the valid values, specifically it returns a map of GroupNames to GroupDescriptions
getValuesDefault(String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic version of getValidValues that stores/retrieves the valid values in a Cache.
getValuesDefault(String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic filtered version of getValidValues that stores/retrieves the valid values in a Cache.
getValuesDefault(String, String, String, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Basic version of getValidValues that stores/retrieves the valid values in a Cache.
getVersion() - Method in class com.jcorporate.expresso.core.ExpressoSchema
Gets the current version of this Framework
getVersion() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Method to return the current version number of an application Schema.
getVersionNumber() - Method in class com.jcorporate.expresso.kernel.metadata.ComponentMetadata
Retrieve the version number as a String
getWarningCount() - Method in class com.jcorporate.expresso.ext.dbobj.PerfTestResult
 
getWarnings() - Method in class com.jcorporate.expresso.core.misc.ConfigErrorHandler
 
getWebAppDir() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Get the actual filesystem directory that is the root of this web-app
getWebAppDir() - Method in class com.jcorporate.expresso.core.misc.SystemMacros
 
getWebHostPort(ControllerRequest) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Get web server address
getWildCards() - Method in class com.jcorporate.expresso.core.db.DBConnection
Deprecated. 9/04, v5.5+ use DBConnectionPool.getDefaultWildCards() instead
getWildCardsList() - Method in class com.jcorporate.expresso.core.db.DBConnection
Deprecated. 9/04, v5.5+ use DBConnectionPool.getDefaultWildCards() instead
getWildCardsList() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
 
getWriteGroups() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 
getWriter() - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Get the output writer.
getYear() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Return the year value of the entry
globalCounter - Static variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
 
globalMask - Variable in class com.jcorporate.expresso.core.dataobjects.BaseDataObject
 
grep(Object[]) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Returns an array of Strings, whose toString representation matches a regular expression.
group() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
get group name
group(String) - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
Set group; will throw run-time exception if the entire key for this row, which includes tablename, row key, and group name, is longer than permitted maximum for the host database.

H

HEADER_PART_SIZE_MAX - Static variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The maximum lenght of header-part that will be processed (10 kilobytes = 10240 bytes. )
HEADER_SEPARATOR - Static variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
HIDE - Static variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExLayerTag
 
HOME_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the home page
HTMLUtil - class com.jcorporate.expresso.core.misc.HTMLUtil.
Copyright 1999, 2002, 2002 Yves Henri AMAIZO.
HTTPPersistentSession - class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession.
A HTTPPersistentSession is simply a place to stash some values between states of a controller object.
HTTPPersistentSession() - Constructor for class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Creates new HTTPPersistentSession
HTTPPersistentSession(HttpServletRequest, HttpServletResponse) - Constructor for class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Creates new HTTPPersistentSession and set the request object in one step
HTTPUtil - class com.jcorporate.expresso.core.misc.HTTPUtil.
This utility class includes static methods for manipulating URLs.
HTTPUtil() - Constructor for class com.jcorporate.expresso.core.misc.HTTPUtil
HTTPUtil constructor comment.
Heading - class com.jcorporate.expresso.services.html.Heading.
An HTML Heading item
Heading() - Constructor for class com.jcorporate.expresso.services.html.Heading
Constructor
Heading(String) - Constructor for class com.jcorporate.expresso.services.html.Heading
Constructor Create the heading with the given name
Heading(String, int) - Constructor for class com.jcorporate.expresso.services.html.Heading
Constructor Create a heading with the given level and given string as contents
Heading(String, String) - Constructor for class com.jcorporate.expresso.services.html.Heading
Constructor Build a heading object with the given contents and the given style
Heading(String, String, int) - Constructor for class com.jcorporate.expresso.services.html.Heading
Constructor Create a heading specifying the contents, style and level
HealthCheck - class com.jcorporate.expresso.ext.controller.HealthCheck.
HealthCheck is a stand-alone application that is intended to be called periodically by a scheduler to make sure that all components of the system are operational.
HealthCheck() - Constructor for class com.jcorporate.expresso.ext.controller.HealthCheck
 
HexEncoder - class com.jcorporate.expresso.core.misc.HexEncoder.
Hex encoding class.
HexEncoder() - Constructor for class com.jcorporate.expresso.core.misc.HexEncoder
 
HiddenField - class com.jcorporate.expresso.services.html.HiddenField.
A field on an HTML form that is not displayed
HiddenField() - Constructor for class com.jcorporate.expresso.services.html.HiddenField
Constructor
HiddenField(String, String) - Constructor for class com.jcorporate.expresso.services.html.HiddenField
Constructor Create a hidden field with the given name and value
HiddenTag - class com.jcorporate.expresso.ext.struts.taglib.html.HiddenTag.
Custom tag for input fields of type "text".
HiddenTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.HiddenTag
Construct a new instance of this tag.
HistAuditSecuredDBObject - class com.jcorporate.expresso.core.dbobj.HistAuditSecuredDBObject.
HistAuditSecuredDBObject is an object that is audited (as in the AuditedSecuredDBObject) and is also archived in a history table that stores the entire record on either ADD or UPDATE.
HistAuditSecuredDBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.HistAuditSecuredDBObject
Construct an audit secured DBObject
HistAuditSecuredDBObject(DBConnection) - Constructor for class com.jcorporate.expresso.core.dbobj.HistAuditSecuredDBObject
Constructor
HtmlElement - class com.jcorporate.expresso.services.html.HtmlElement.
Base class for all of the HTML elements on a page
HtmlElement() - Constructor for class com.jcorporate.expresso.services.html.HtmlElement
Constructor
HtmlElement(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.HtmlElement
Constructor Create the element with the given element as it's contents
HtmlElement(String) - Constructor for class com.jcorporate.expresso.services.html.HtmlElement
Constructor Create an element with a name
HtmlException - exception com.jcorporate.expresso.services.html.HtmlException.
Exception thrown when there is a problem with the structure of the HTML being built to return to the client
HtmlException() - Constructor for class com.jcorporate.expresso.services.html.HtmlException
Constructor
HtmlException(String) - Constructor for class com.jcorporate.expresso.services.html.HtmlException
Constructor
HtmlException(String, Throwable) - Constructor for class com.jcorporate.expresso.services.html.HtmlException
Constructor
HtmlException(Throwable) - Constructor for class com.jcorporate.expresso.services.html.HtmlException
Constructor
HtmlFilter - class com.jcorporate.expresso.core.security.filters.HtmlFilter.
This class provides a filter implementation of the Filter class for stripping out HTML tags in order to protect against XSS exploits
HtmlFilter() - Constructor for class com.jcorporate.expresso.core.security.filters.HtmlFilter
No-arg constructor required
HtmlFilter(String[], String[]) - Constructor for class com.jcorporate.expresso.core.security.filters.HtmlFilter
Constructor for passing strings and their replacements
HtmlPlusURLFilter - class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter.
This class provides a filter implementation for HTML output, protecting against XSS exploits, plus it creates anchor () tags for anything that starts with 'http://', 'www
HtmlPlusURLFilter() - Constructor for class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
No-args constructor required
HtmlPlusURLFilter(String[], String[]) - Constructor for class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Constructor for passing strings and their replacements
handleCrontabEntry(CrontabEntry) - Method in interface com.jcorporate.expresso.services.crontab.CrontabListenerI
This is what is called when the crontab 'rings'
handleException(HttpServletRequest, ControllerRequest, String, String, Throwable) - Method in class com.jcorporate.expresso.core.controller.Controller
Handle an exception error that is not otherwise caught or handled by the Controller instance itself.
handleParam(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Handle the parameters to this servlet & set up standard information
handleRequest(HttpServletRequest) - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
After constructed, this is the first method called on by ActionServlet.
handleView(ControllerResponse, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.DefaultViewHandler
Display the response from a controller with a "default" view generated in HTML
handleView(ControllerResponse, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.JSPViewHandler
Process a Controller with an explicitly specified "view"
handleView(ControllerResponse, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
The ViewHandler implementation must implement only this method
handleView(ControllerResponse, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.XMLViewHandler
Handle the Controller by producing XML output, transforming via a specified XSL stylesheet Creation date: (8/3/00 5:22:58 PM)
hasError(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Use this to check if a field is in error.
hasErrors() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
determine whether response has errors
hasErrors(String) - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
determine whether response has errors of the particular label
hasErrors() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Use this to check if any fields are in error.
hasExpired() - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
Checks to see if the current date is past the expiration date.
hasField(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
This method will return a boolean true if the field is defined in the DBOBject, false otherwise.
hasField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
This method will return a boolean true if the field is defined in the DBOBject, false otherwise.
hasField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
This method will return a boolean true if the field is defined in the DBOBject, false otherwise.
hasFileItem(String) - Method in class com.jcorporate.expresso.core.misc.upload.DefaultParameterParser
 
hasIndex() - Method in interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData
Returns true if an Index exists for this array.
hasIndex() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Returns true if an Index exists for this array.
hasNested(String) - Method in class com.jcorporate.expresso.core.controller.Output
Does this output have a nested item with the given name?
hasNext() - Method in class com.jcorporate.expresso.core.misc.SchemaIterator
Checks if another object exists.
hasNext() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
Checks if another object exists.
hasParameters() - Method in class com.jcorporate.expresso.core.job.Job
Does this job have parameters?
hasSetupTables() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
hasValidUrlPrefix(String) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Return true if the url has a valid prefix, like http://
hashCode() - Method in class com.jcorporate.expresso.core.controller.State
Returns a hash code value for the object.
hashCode() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Returns a hash code value for the object.
hashCode() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Returns a hash code value for the object.
hashCode() - Method in class com.jcorporate.expresso.core.dbobj.ValidValue
Hashcode since we store by key
hashCode() - Method in class com.jcorporate.expresso.core.misc.ReusableChar
Returns a hash code for this Character.
hashCode() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Computes a hashcode for this Long.
hashCode() - Method in class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
Override of normal hashcode.
hashCode() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Custom hashcode... name and classname basically make a unique component config.
hashCode() - Method in class com.jcorporate.expresso.kernel.digester.ComponentConfig
Custom hashcode... name and classname basically make a unique component config.
hashCode() - Method in class com.jcorporate.expresso.kernel.util.NameValuePair
Override on hash code.
hashEncodePassword(String) - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
this returns an appropriately hashed password.
hashEncodePassword(String) - Method in interface com.jcorporate.expresso.core.security.UserInfo
this returns an appropriately hashed password.
hashEncodePassword(String) - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. hashEncodePassword: If passed a plaintext string > 0 bytes, then this function will SHA1 hash the password, then Base64 encode it and return it as a string.
hashEncodePassword(String) - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
this returns an appropriately hashed password.
hashEncodePassword(String) - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
hashEncodePassword: If passed a plaintext string > 0 bytes, then this function will SHA1 hash the password, then Base64 encode it and return it as a string.
hashed - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Set this value to true if you want a particular string field hashed instead of stored in plaintext.
haveAllKeys() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
See if we have a value for each of the key fields
head - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The index of first valid character in the buffer.
host - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
hour - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Hours for the crontab
html2text(String) - Static method in class com.jcorporate.expresso.core.misc.HTMLUtil
Method html2text: Convert an HTML text format to a normal text format.
htmlFormat - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
hyperlink() - Method in class com.jcorporate.expresso.ext.struts.taglib.html.ExLinkTag
 

I

INACTIVE_ACCOUNT_STATUS - Static variable in class com.jcorporate.expresso.core.security.User
the string code for an disabled account
INNER_JOIN - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Static variables for join type
INNER_JOIN - Static variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Static variables for join type
INTEGER_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
INT_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
Integer Regular Expression for easy reference
INT_MASK - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
Integer Regular Expression for easy reference
INT_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
int is synonym for integer
INVALID_ENTRY_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the invalid data has been entered
ISOCountryCodes - class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes.
This database table contains a list of all known ISO 3166-1 country codes.
ISOCountryCodes() - Constructor for class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Constructor
ISOCountryCodes(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Constructor
ISOCountryCodes(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Use over (String) constructor.
ISOCountryCodes(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
For using DBObjects within Controllers.
ISOValidValue - class com.jcorporate.expresso.core.dbobj.ISOValidValue.
An ISO valid value is a enumerated collection very similar to a pure Struts label and value bean with internationalization (i18n) support.
ISOValidValue() - Constructor for class com.jcorporate.expresso.core.dbobj.ISOValidValue
Default constructor for creating a valid value.
ISOValidValue(String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.ISOValidValue
Original constructor for creating a valid value.
ISOValidValue(String, String, String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.ISOValidValue
Constructor of valid value enumeration which automatically canonizes the description attribute if it can be found in�the schema resource bundle in�the default locale
ISOValidValue(String, Locale, String, String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.ISOValidValue
Constructor of valid value enumeration which automatically canonizes the description attribute if it can be found in�the schema resource bundle
ISOValidValue(RequestContext, String, String, String, String) - Constructor for class com.jcorporate.expresso.core.dbobj.ISOValidValue
Constructor of valid value enumeration which automatically canonizes the description attribute if it can be found in�the schema resource bundle
ISO_8859_1 - class com.jcorporate.expresso.core.security.filters.ISO_8859_1.
This class provides a filter implementation of the Filter class for the ISO-8859-1 character set (also known as the Roman Character set) in other words the characters used in the Western European Languages.
ISO_8859_1() - Constructor for class com.jcorporate.expresso.core.security.filters.ISO_8859_1
 
ISO_8859_1_eForum - class com.jcorporate.expresso.core.security.filters.ISO_8859_1_eForum.
Deprecated. As of Expresso 5.0.4 Eforum itself can do its own filtering now.
ISO_8859_1_eForum() - Constructor for class com.jcorporate.expresso.core.security.filters.ISO_8859_1_eForum
Deprecated.  
IS_CHECK_RELATIONAL_INTEGRITY - Static variable in class com.jcorporate.expresso.core.dbobj.DBObject
 
IS_NOTIFY_ON_JOB_SUCCESS - Static variable in class com.jcorporate.expresso.core.job.Job
Key for if we should notify the user on a successful job.
IS_REG_COMPLETE - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for registration complete flag
IfElementExists - class com.jcorporate.expresso.ext.taglib.IfElementExists.
 
IfElementExists() - Constructor for class com.jcorporate.expresso.ext.taglib.IfElementExists
 
IfErrorExists - class com.jcorporate.expresso.ext.taglib.IfErrorExists.
 
IfErrorExists() - Constructor for class com.jcorporate.expresso.ext.taglib.IfErrorExists
 
IfLoggedIn - class com.jcorporate.expresso.ext.taglib.IfLoggedIn.
 
IfLoggedIn() - Constructor for class com.jcorporate.expresso.ext.taglib.IfLoggedIn
 
IfMemberOfGroup - class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup.
This tag checks the currently logged in user for membership into a specified security group.
IfMemberOfGroup() - Constructor for class com.jcorporate.expresso.ext.taglib.IfMemberOfGroup
The public constructor.
IndexedProperty - class com.jcorporate.expresso.kernel.metadata.IndexedProperty.
Bean describing an indexed property.
IndexedProperty() - Constructor for class com.jcorporate.expresso.kernel.metadata.IndexedProperty
Default Constructor
InetOutputStream - class com.jcorporate.expresso.core.misc.InetOutputStream.
 
InetOutputStream(OutputStream) - Constructor for class com.jcorporate.expresso.core.misc.InetOutputStream
Constructor
InetOutputStream(OutputStream, boolean) - Constructor for class com.jcorporate.expresso.core.misc.InetOutputStream
Constructor
InitServlet - class com.jcorporate.expresso.core.servlet.InitServlet.
InitServlet is a "faceless" servlet that is automatically started when the servlet container starts.
InitServlet() - Constructor for class com.jcorporate.expresso.core.servlet.InitServlet
InitServlet constructor.
Input - class com.jcorporate.expresso.core.controller.Input.
An Input object is one of the three types of objects generated by a Controller when it transitions from one state to another.
Input() - Constructor for class com.jcorporate.expresso.core.controller.Input
Default constructor
Input(String) - Constructor for class com.jcorporate.expresso.core.controller.Input
Convenience constructor - to make a new Input object with a specific name
Input(String, String) - Constructor for class com.jcorporate.expresso.core.controller.Input
Constructor that sets the name and the label of the input
InputTag - class com.jcorporate.expresso.ext.taglib.InputTag.
The InputTag renders an Expresso Input item in HTML, either as an inputbox, or as a select box.
InputTag() - Constructor for class com.jcorporate.expresso.ext.taglib.InputTag
 
InstallLog - interface com.jcorporate.expresso.kernel.InstallLog.
This class provides an interface wrapper to allow component installation procedures to log their progress.
InstallParameters - class com.jcorporate.expresso.kernel.InstallParameters.
This bean takes the parameters from the Setup screen and passed onto the component manager
InstallParameters() - Constructor for class com.jcorporate.expresso.kernel.InstallParameters
 
Installable - interface com.jcorporate.expresso.kernel.Installable.
This interface represents a component that needs to perform install/uninstall work other than recieve straight configuration values.
InstallationException - exception com.jcorporate.expresso.kernel.exception.InstallationException.
Installation Exception is thrown during a 'fatal error' when an installable component is getting installed.
InstallationException() - Constructor for class com.jcorporate.expresso.kernel.exception.InstallationException
Default Constructor with no message
InstallationException(String) - Constructor for class com.jcorporate.expresso.kernel.exception.InstallationException
Constructor that stores a message with it
InstallationException(String, Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.InstallationException
Constructor for throwing an exception that contains a message and another Throwable exception buried within it.
InstallationException(Throwable) - Constructor for class com.jcorporate.expresso.kernel.exception.InstallationException
Constructor for thowing a wrapped, nested Exception object
InstallationOptions - class com.jcorporate.expresso.kernel.InstallationOptions.
Installation is a combination metadata and installation flags for a particular component.
InstallationOptions() - Constructor for class com.jcorporate.expresso.kernel.InstallationOptions
 
InstallationOptions.InstallationMetadata - class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata.
This class provides metadata about any options available.
InstallationOptions.InstallationMetadata() - Constructor for class com.jcorporate.expresso.kernel.InstallationOptions.InstallationMetadata
 
importFromFile(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
 
importFromURL(String) - Method in class com.jcorporate.expresso.ext.xml.dbobj.XMLDBObject
 
inMemory() - Method in class com.jcorporate.expresso.core.misc.upload.FileItem
Provides a hint if the file contents will be read from memory.
inUse - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Map of connections that are currently is use.
inVAJava() - Static method in class com.jcorporate.expresso.ext.controller.TestController
 
incCounts(boolean) - Method in class com.jcorporate.expresso.core.dbobj.CacheStatEntry
Increment the counts for the particular class name.
include(Servlet, ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareDispatcher
Insert the method's description here.
include(HttpServletRequest, HttpServletResponse, String) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericDispatcher
This method is used to include the contents of a URL.
increment() - Method in class com.jcorporate.expresso.core.misc.ByteArrayCounter
increment: Increment the value stored in the byte array
incrementUsedCount() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
 
incrementUsedCount() - Method in class com.jcorporate.expresso.core.controller.Output
 
info(String) - Method in class com.jcorporate.expresso.core.controller.ControllerInstallLog
Log an info message
info(String) - Method in class com.jcorporate.expresso.core.servlet.ServletInstallLog
Log an info message
info(String) - Method in class com.jcorporate.expresso.kernel.ConsoleInstallLog
Logs info messages
info(String) - Method in interface com.jcorporate.expresso.kernel.InstallLog
Log an info message
init() - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Initialization Code
init(ActionServlet, ModuleConfig) - Method in class com.jcorporate.expresso.core.controller.ExpressoPlugin
Receive notification that the specified module is being started up.
init(ActionServlet, ModuleConfig) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
Initialize this request processor instance.
init() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Initialize the dataobject.
init() - Method in class com.jcorporate.expresso.core.security.AbstractRandomNumber
 
init() - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
 
init() - Method in class com.jcorporate.expresso.core.security.strongencryption.RandomNumber
To save some time, we use the last seed generated from a file instead of loading from scratch
init() - Method in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
 
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.DBServlet
Standard Servlet init() function
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.DefaultInit
 
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.InitServlet
This method is called when the server initializes.
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.RuntimeInitServlet
Initialize the Expresso runtime system.
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.StdServlet
Servlet initialization.
init(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.XMLViewHandler
Standard Servlet init() function
init(ServletConfig) - Method in class com.jcorporate.expresso.kernel.RuntimeInitServlet
Initialize the Expresso runtime system.
init(ServletConfig) - Method in class com.jcorporate.expresso.services.servlet.DBCreate
Initialize the serv.et
initBlankContainer() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
 
initBlankContainer() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
 
initComponent(ExpressoComponent) - Method in class com.jcorporate.expresso.kernel.management.ComponentFactory
Initialize the component provided if the component implements the ComponentLifecycle interface
initExpressoFromConfigDirectory(String, String) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Initialize the configuration based upon the context ConfigDir parameter typical in the older style Expresso [pre 6 :)]
initExpressoSubapplication(String, ModuleConfig, String) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Initialise Expresso sub application, merge the separate configuration into suppliced Struts config XML, normally default.
initModuleConfig(String, String) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Initialize the application configuration information for the specified module.
initModuleConfiguration(ActionServlet, ModuleConfig) - Method in class com.jcorporate.expresso.core.controller.ExpressoPlugin
Save the module configuration in�the configuration manager
initRequestProcessorClass(ModuleConfig) - Method in class com.jcorporate.expresso.core.controller.ExpressoPlugin
Sets request processor to appropriate ExpressoRequestProcessor.
initValidator(String, Object, ServletContext, HttpServletRequest, ActionErrors, int) - Method in class com.jcorporate.expresso.core.controller.DefaultForm
 
initWithBean(JoinedDigesterBean, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Initializes the JoinedDataobject with a digester bean and a definition name This is useful for users creating joins on the fly
initialize() - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
 
initialize() - Method in class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Init lifecycle event
initialize() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
initialize() - Method in class com.jcorporate.expresso.core.db.DBConfig
Initialize Lifecycle Event
initialize(String, String, String) - Method in class com.jcorporate.expresso.core.db.DBInitializer
Initialize method
initialize() - Method in class com.jcorporate.expresso.core.db.TypeMapper
Any quick initializations here.
initialize() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Sets up metadata for the dbobject via call to setupFields().
initialize(String, DBObject) - Method in class com.jcorporate.expresso.core.dbobj.NextNumberImpl
Initializes hash entries for all auto-inc fields in a particular DBOBject.
initialize() - Method in class com.jcorporate.expresso.core.dbobj.Schema
Initialize Lifecycle event.
initialize() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
initialize() - Method in interface com.jcorporate.expresso.kernel.ComponentLifecycle
Initialize the component, this is called before the component receives any configuration information.
initialize() - Method in class com.jcorporate.expresso.kernel.DataContext
Implementation of the ExpressoComponent initialize() component lifecycle event.
initialize(URL, String) - Method in class com.jcorporate.expresso.kernel.LogManager
 
initialize() - Method in class com.jcorporate.expresso.kernel.RootContainer
Default Initializer
initialize(URL, URL, String) - Method in class com.jcorporate.expresso.kernel.SystemFactory
Internal usage of the initialization system.
initialize(String, String, String) - Method in class com.jcorporate.expresso.kernel.SystemFactory
Protected initialization.
initialize() - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
 
initialize() - Method in class com.jcorporate.expresso.services.job.ValidationJob
This method initializes the job, currently all it does is to log a message.
initializeAllDBObjects() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Iterate through all schemas and instantiate a DBObject.
initializeDBObj() - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Given a class name that contains a DBObject, instantiate an instance of the object & return it.
initializeFromJoinedDigesterBean(JoinedDigesterBean, JoinedDataObjectMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Initialization step based upon the digester bean either handed in, or loaded from XML data.
initializeOneSchema(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
 
initializeSystemMacros(ServletConfig) - Method in class com.jcorporate.expresso.core.servlet.RuntimeInitServlet
Initialize System Macros Object with things like webapp, and Context.
initializeTypes(String) - Method in class com.jcorporate.expresso.core.db.TypeMapper
Initialize the mappings between java types, expresso types, and SQL types.
initializeXML(JoinedDataObjectMetaData) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Initialize the metadata based upon XML.
input - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The stream were data is read from.
inputCache - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The name to value map for inputs
inputCacheOrdered - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
A list of all inputs as added to the response
insertHrefTags(String) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Insert a href tag around any http, https, www, or www2 strings
install(InstallationOptions, InstallLog) - Method in interface com.jcorporate.expresso.kernel.Installable
Called when the Service Manager installs this component
installComponent(ExpressoComponent, InstallationOptions, InstallLog) - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Install a component into the system.
installComponent(ExpressoComponent, InstallationOptions, InstallLog) - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Install a component into the system.
installComponent(ExpressoComponent, InstallationOptions, InstallLog) - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Install a component into the system.
installValues - Variable in class com.jcorporate.expresso.kernel.InstallationOptions
All the installation values keyed by the metadata
instance - Static variable in class com.jcorporate.expresso.kernel.management.ComponentFactory
The actual singleton instance
instantiate(String) - Static method in class com.jcorporate.expresso.core.controller.Controller
Factory method to create an Controller from it's name Do not call this function directly!
instantiate(String) - Static method in class com.jcorporate.expresso.core.dbobj.Schema
Convenience method to create a Schema object from it's name
instantiate(String) - Static method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
Convenience factory method to create a SecuredDBObject object from it's name
instantiate(String) - Static method in class com.jcorporate.expresso.core.job.Job
Convenience method to create a Job from it's name
instantiateHandler() - Method in class com.jcorporate.expresso.services.validation.ValidationEntry
Utility function to instantiate the app-specific validation handler Creation date: (9/23/2001 9:41:06 PM) Author: Shash Chatterjee
instantiateReport(ControllerRequest) - Method in class com.jcorporate.expresso.ext.controller.ReportServer
Instantiate an Expresso report based upon the 'ReportClass' parameter given in the ControllerRequest object
intValue() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the value of this Long as an int.
internalError(String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Throws an Error representing an internal error condition probably resulting from a bug in the regular expression compiler (or possibly data corruption).
interpretLeadElement(PageContext, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Inteprets the lead argument for InputTag expression where the bean expression is a scope for the type of controller that should be retrieved from the ControllerResponse.
interrupt() - Method in class com.jcorporate.expresso.core.cache.CacheCleaner
 
invalidate() - Method in class com.jcorporate.expresso.core.controller.session.HTTPPersistentSession
Clear out the session.
invalidate() - Method in interface com.jcorporate.expresso.core.controller.session.PersistentSession
Clear out the session.
invalidate() - Method in class com.jcorporate.expresso.core.controller.session.SimplePersistentSession
Clear out the session.
invalidate(HttpServletRequest) - Method in interface com.jcorporate.expresso.core.jsdkapi.APIAwareSession
Invalidate teh session
invalidate(HttpServletRequest) - Static method in class com.jcorporate.expresso.core.jsdkapi.GenericSession
Invalidate the session
invalidate(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_1Session
Deprecated. Invalidate the session
invalidate(HttpServletRequest) - Method in class com.jcorporate.expresso.core.jsdkapi.ServletAPI2_2Session
Invalidates the current user's session
isActive() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
isAdditionalSetup() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
isAdmin() - Method in class com.jcorporate.expresso.core.security.User
determine if this user is admin
isAdmin(int) - Static method in class com.jcorporate.expresso.core.security.User
determine if this user is admin WARNING: assumes dbname = 'default'
isAdmin(String) - Static method in class com.jcorporate.expresso.core.security.User
determine if this user is admin
isAdmin(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.services.servlet.DBCreate
Checks to see if the current user is an Admin.
isAllowed(ControllerRequest, DBController, String) - Static method in class com.jcorporate.expresso.core.controller.DBController
for the given controller class and state, can the user in this request access this state?
isAllowed(String) - Method in interface com.jcorporate.expresso.core.dataobjects.Securable
Throws a Security Exception if the user given by the earlier setRequestingUid() function does not have permission for the given function..
isAllowed(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Check if the function is allowed.
isAllowed(String) - Method in class com.jcorporate.expresso.core.dbobj.SecuredDBObject
See if the current user of this DB object is allowed to perform the requested function, given the function's code.
isAllowed(ControllerRequest, DownloadFiles, User) - Method in class com.jcorporate.expresso.ext.controller.Download
Is it allowed for this user to download this particular file?
isAllowed(User) - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Returns whether or not the given user has any overrided values.
isAllowsNull(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Returns whether the field allows null values or not.
isAllowsNull(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves whether the value is null
isAllowsNull(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Returns whether the field allows null values or not.
isAlphaNumeric(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if string is alphanumeric or not.
isAlphaNumeric(String, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if string is alphanumeric with addons chararcters or not.
isAlreadyCleared() - Method in class com.jcorporate.expresso.core.utility.DBToolTests
 
isAutoIncremented() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is this field an auto-incremented field?
isAutoIncremented() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is this field an auto-incremented field?
isAvailable() - Method in class com.jcorporate.expresso.core.db.DBConnection
When this connection is used as part of a pool of connections, tell whether or not it is available to be re-allocated
isBinaryObjectType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is it a BLOB?
isBinaryObjectType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is it a BLOB?
isBlankOrNull(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if an input string is an empty string, just contains whitespace characters, or is null.
isBooleanType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a boolean?
isBooleanType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a boolean?
isCached() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Is this object using internal caching?
isCaptionRow() - Method in class com.jcorporate.expresso.services.html.Row
 
isChanged() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Used for change logging.
isChanged - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Flag to signify if the field is changed
isChanged() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Used for change logging and updating only changed fields.
isChanged() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
isChanged() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
summarize DataField.isChanged() for all fields.
isCharacterLongObject - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this object a CLOB?
isCharacterLongObjectType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is this field fall into the classification of a long character object?
isCharacterLongObjectType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is this field fall into the classification of a long character object?
isClosed() - Method in class com.jcorporate.expresso.core.db.DBConnection
When this connection has lost its connection to the server, tell whether or not it is available to be re-allocated
isClosed() - Method in class com.jcorporate.expresso.core.db.DBTransaction
When this connection has lost its connection to the server, tell whether or not it is available to be re-allocated
isComponentExists(String) - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Query the container to see if a particular service name is installed in the system
isComponentExists(String) - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Query the container to see if a particular service name is installed in the system
isComponentExists(String) - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Query the container to see if a particular service name is installed in the system
isConnected() - Method in class com.jcorporate.expresso.core.db.DBTransaction
When this connection has lost its connection to the server, tell whether or not it is available to be re-allocated
isCountRecords() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
Returns true if the system is expected to get the total record count.
isCreateTables() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
isCustomResponse() - Method in class com.jcorporate.expresso.core.controller.ControllerResponse
Did this Controller call directly manipulate the ServletResponse and handle it's own output to the client?
isDBConnectionAvailable(String) - Method in class com.jcorporate.expresso.core.controller.SecureIfSetController
Is a proper database connection available.
isDateOnlyType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a date or time field?
isDateOnlyType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a date or time field?
isDateTimeType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a date or time field?
isDateTimeType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a date or time field?
isDateType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a date or time field?
isDateType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a date or time field?
isDecimal(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if decimal number

author Henri Yves AMAIZO

isDefaultSecurity() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
isDefaultValues() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
isDefined(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if a character has a defined meaning in Unicode.
isDigit(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a digit.
isDistinct() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Returns whether the join is distinct or not.
isDistinct() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This method iterates through all the DBFields belonging DBObject returns true if any of them are set a distinct.
isEmail(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if string pass is a vlaid email address

author Henri Yves AMAIZO

isEmpty() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Return true if every field in this object is empty or null.
isEncrypted() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the field's hashed status
isEncrypted() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the field's hashed status
isEnd(int) - Method in interface com.jcorporate.expresso.ext.regexp.CharacterIterator
Deprecated.  
isEnd(int) - Method in class com.jcorporate.expresso.ext.regexp.StringCharacterIterator
Deprecated.  
isExpired() - Method in class com.jcorporate.expresso.core.cache.CacheEntry
Checks if the object has expired.
isExpired() - Method in class com.jcorporate.expresso.services.dbobj.ValidationQueue
Returns true if the validation queue entry has expired by checking the expires at field.
isExpression() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
 
isExpressoReservedWord(String) - Method in class com.jcorporate.expresso.core.misc.ReservedWords
Returns whether or not a word that shouldn't be used in web page parameters should exists
isExternalTransition(String) - Method in class com.jcorporate.expresso.core.controller.Transition
Returns True if the destination for this transition is a different controller from the one currently active.
isFailedOnce() - Method in class com.jcorporate.expresso.core.utility.DBToolTests
 
isField(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Check if a certain name is a field (of any kind) in this DBOBject
isField(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Check if a certain name is a field (of any kind) in this DBOBject
isField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Check if a certain name is a field (of any kind) in this DBOBject
isFieldDistinct(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Convenience method to check if a field is distinct or not within this database object.
isFieldIgnoreCase(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Check if a certain name is a field (of any kind) in this DBOBject since SQL is case insensitive, ignore case of field name for match, this method takes longer, so use isField if the field name is known precisely
isFieldIgnoreCase(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Check if a certain name is a field (of any kind) in this DBOBject since SQL is case insensitive, ignore case of field name for match, this method takes longer, so use isField if the field name is known precisely
isFieldIgnoreCase(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Check if a certain name is a field (of any kind) in this DBOBject since SQL is case insensitive, ignore case of field name for match, this method takes longer, so use isField if the field name is known precisely
isFieldNull(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Tells whether a particular field is null or not.
isFieldNull(String, String) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
isFieldToRetrieve(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Convenience method to check if a field is field to be retrieve or not within this database object.
isFieldsToRetrieve() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
This method iterates through all the DBFields belonging DBObject returns true if any of them are between the retrieve fields.
isFileParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Does a specified parameter refer to an uploaded file?
isFileParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
Does a specified parameter refer to an uploaded file?
isFinalState(String) - Method in class com.jcorporate.expresso.core.controller.Controller
Return True if the passed in state was added to this controller as a final state.
isFloatingPointType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
 
isFloatingPointType - Variable in class com.jcorporate.expresso.core.dbobj.DBField
 
isFloatingPointType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
 
isForm() - Method in class com.jcorporate.expresso.core.controller.Block
Return true if the form attribute for this block has been set
isFresh() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
indicates that this object is new--no permissions have been set
isFull() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Helper function to determine if the pool is full.
isGlobalMasked() - Method in class com.jcorporate.expresso.core.dataobjects.BaseDataObject
Return boolean if the data object has a mask set
isGlobalMasked() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObject
Return boolean if the data object has a mask set
isGlobalMasked() - Method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Return boolean if the data object has a mask set
isGlobalMasked() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Return boolean if the data object has a mask set
isHandleState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
Return True if the passed in state was added to this controller as a handle state.
isHashed() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the field's hashed status
isHashed() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the field's hashed status
isISOControl(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is an ISO control character.
isIdentifierIgnorable(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isInField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Check if a certain name is a OUTPUT field parameter(of any kind) in this DBOBject
isInitialDatabaseCreated() - Method in class com.jcorporate.expresso.services.servlet.DBCreate
Checks to see if a database of any sort has already been created in the default context.
isInitialized() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Function that checks if initialized.
isInitialized() - Method in class com.jcorporate.expresso.core.db.DBConnectionPool
Is this connection pool initialized, or does it require database parameters?
isInitialized() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Is the ConfigManager initialized yet?
isInitialized() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
isInlineTag(Node) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isInlineTag(String) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isInteger(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if integer string

author Henri Yves AMAIZO

isIsRelative() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Return isRelative value
isIsRepetitive() - Method in class com.jcorporate.expresso.services.crontab.CrontabEntry
Retrieve the isRepetitive value
isJavaIdentifierPart(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is permissible as the first character in a Java identifier.
isKey() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is this field a key field?
isKey - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this a key field?
isKey() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is this field a key field?
isKeyField(String) - Method in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
Base class Is this field a key in the given database object?
isLetter(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a letter.
isLetterOrDigit(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a letter or digit.
isListener(UserListener) - Static method in class com.jcorporate.expresso.core.security.User
Determines if this dbobject is already a listener.
isLoggingEnabled() - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Retrieves whether or not change logging is enabled for a particular data object
isLoggingEnabled() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieves whether or not change logging is enabled for a particular data object
isLoggingEnabled() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
isLongBinaryType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is it a BLOB?
isLongBinaryType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is it a LONGVARBINARY?
isLongCharacterType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is it a BLOB?
isLongCharacterType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is it a LONGVARCHAR?
isLongObject - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this object a LOB?
isLongObjectType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Does this field fall into a class of BLOB object data types?
isLongObjectType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Does this field fall into a class of BLOB object data types?
isLowerCase(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a lowercase character.
isMailDebug() - Method in class com.jcorporate.expresso.kernel.DataContext
 
isMasked() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return boolean if the field has a mask set
isMasked() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return boolean if the field has a mask set
isMember(String) - Method in class com.jcorporate.expresso.core.security.User
determine whether this user is in this group
isMoreRecords() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
 
isMultiValued() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is this field multi-valued?
isMultiValued(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Method called to determine if a particular field is multi-valued, that is does it have a set of specific values and descriptions
isMultiValued(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Method called to determine if a particular field is multi-valued, that is does it have a set of specific values and descriptions
isMultiValued - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this a multivalued field
isMultiValued() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is this field multi-valued?
isMultiValued(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since 5.6, use getJDBCMetaData().isMultiValued(String)
isMultiValued(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Method called to determine if a particular field is multi-valued, that is does it have a set of specific values and descriptions
isNotice - Variable in class com.jcorporate.expresso.core.misc.EventQueueEntry
Is this entry a "notice" or an "event" entry?
isNotice() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the Notice
isNull() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Returns true if the object is null.
isNull() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Returns true if the object is null.
isNull() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
isNumber(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check if number author Henri Yves AMAIZO
isNumericType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a numeric field?
isNumericType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a numeric field?
isOrdered() - Method in interface com.jcorporate.expresso.core.cache.Cache
Retrieve whether the cache instance is an ordered cache [list based] or unordered cache.
isOrdered() - Method in class com.jcorporate.expresso.core.cache.OrderedCache
Retrieve whether the cache instance is an ordered cache [list based] or unordered cache.
isOrdered() - Method in class com.jcorporate.expresso.core.cache.UnOrderedCache
Retrieve whether the cache instance is an ordered cache [list based] or unordered cache.
isOutField(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Check if a certain name is a INPUT field parameter(of any kind) in this DBOBject
isParaTag(String) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isParaTag(Node) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isParameter(String) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Checks if the described parameter is a defined parameter for this request
isParameter(String) - Method in class com.jcorporate.expresso.core.controller.State
 
isParameterReservedWord(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Checks to see if a controller parameter may be a reserved word.
isPreTag(String) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isPreTag(Node) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
isPreviousRecords() - Method in class com.jcorporate.expresso.core.misc.RecordPaginator
 
isPromptState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
Return True if the passed in state was added to this controller as a prompt state.
isProperDocType(String, InputSource) - Method in class com.jcorporate.expresso.core.misc.XmlDocTypeFilter
Returns whether the InputStream specified is an xml document of the appropriate type.
isQuotedTextType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a quoted text field?
isQuotedTextType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a quoted text field?
isReadOnly() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the field's read-only
isReadOnly(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Is a given field readOnly - these fields are not offered for entry when a form is produced by the generic database maintenance servlet
isReadOnly(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Is a given field readOnly - these fields are not offered for entry when a form is produced by the generic database maintenance servlet
isReadOnly - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this field readonly?
isReadOnly() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the field's read-only
isReadOnly(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since 5.6, use getJDBCMetaData().isReadOnly(String)
isReadOnly(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Is a given field readOnly - these fields are not offered for entry when a form is produced by the generic database maintenance servlet
isRecursiveTransition(String, String) - Method in class com.jcorporate.expresso.core.controller.Transition
Returns True if the destination for this transition is the same as the currently active state.
isRelative - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Is the crontab a 'relative' time?
isRepetitive - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Is the crontab a repetitive job
isRequired() - Method in class com.jcorporate.expresso.core.controller.ValidationItem
Creation date: (7/19/00 3:37:33 PM)
isReservedWord(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Checks to see if any given field or tablename fed to this qualifies as a known reserved word for various databases.
isReservedWord(String) - Method in class com.jcorporate.expresso.core.misc.ReservedWords
Returns whether a field or table name, can be used with a database.
isRestricted(String) - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Determines if the given IP adderss is a 'restricted' source. 127.0.0.1 is always considered unrestricted.
isReturnToSenderEnabled() - Method in class com.jcorporate.expresso.core.controller.Transition
Return the return-to-sender flag.
isReturningValue() - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
 
isRowAllowed(String) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
determine if this function is allowed for this requesting user
isRowAllowed(String, Collection) - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
iterate through collection, testing each row's privileges remove any row which does not have privileges; (do not throw security exception, just remove row)
isSecret() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Return the field's secret status
isSecret(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Is a given field 'secret' - these fields are not shown when a list is produced by the generic database maintenance servlet (DBMaint).
isSecret(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Is a given field 'secret' - these fields are not shown when a list is produced by the generic database maintenance servlet (DBMaint).
isSecret - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Does this field not appear in standard DBMaint listings?
isSecret() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Return the field's secret status
isSecret(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since 5.6, use getJDBCMetaData().isSecret(String)
isSecret(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Is a given field 'secret' - these fields are not shown when a list is produced by the generic database maintenance servlet (DBMaint).
isSecure() - Method in class com.jcorporate.expresso.core.controller.State
Should this state be run within an SSL protocol (if SSL is available)
isSelectDistinct() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Retrieve whether or not the Join should be distinct or not
isSetupTables() - Method in class com.jcorporate.expresso.kernel.DataContext
Returns a boolean value equivilant to the tranditional javabean naming convention.
isShowStackTrace() - Method in class com.jcorporate.expresso.kernel.RootContainer
Retrieve whether stack traces should be shown or not.
isSiren(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check French company siren number.
isSiret(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Check French company siret number

author Henri Yves AMAIZO

isSpaceChar(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a Unicode space character.
isStringNotTrim() - Method in class com.jcorporate.expresso.core.db.DBConnection
Trim or not trim parameter set for this connection
isStrongCrypto() - Method in class com.jcorporate.expresso.core.security.CryptoManager
 
isSuccess() - Method in class com.jcorporate.expresso.core.misc.EventQueueEntry
Gets the Success
isTimeType() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
is the field a date or time field?
isTimeType() - Method in class com.jcorporate.expresso.core.dbobj.DBField
is the field a date or time field?
isTitleCase(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is a titlecase character.
isTokenValid(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
Return true if there is a transaction token stored in the user's current session, and the value submitted as a request parameter with this action matches it.
isTransactionNotActive() - Method in class com.jcorporate.expresso.core.db.DBConnection
Trim or not trim parameter set for this connection
isTraxInstalled() - Method in class com.jcorporate.expresso.kernel.management.TraxDOMWriter
Checks to make sure that the appropriate TransformerFactory is available before attempting to work with things.
isUnicodeIdentifierPart(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUnique() - Method in class com.jcorporate.expresso.core.dbobj.DBIndex
 
isUnknownUser(String) - Static method in class com.jcorporate.expresso.core.security.User
determine if this user is unknown
isUpperCase(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is an uppercase character.
isUseCaching() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
isUseJNDI() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
isUseSSL() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
isUseStrongEncryption() - Method in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsBean
 
isUsingStrongCrypto() - Method in class com.jcorporate.expresso.core.security.CryptoManager
Returns whether the crypto manager is using strong cryptography or not.
isValidRange(DataFieldMetaData, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.FieldRangeParser
Performs some basic checks to validate the syntax of the range field value given the system to help protect against nasty things like sql injection
isValidUrl(String) - Static method in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Return true if the url is valid.
isValueSet() - Method in interface com.jcorporate.expresso.core.dataobjects.DataField
Used for change logging.
isValueSet - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Flag to signify if the field value has been set - the retrieved value may be null
isValueSet() - Method in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
Used for change logging.
isValueSet() - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
 
isVerifyCreateTables() - Method in class com.jcorporate.expresso.kernel.InstallParameters
 
isVirtual() - Method in interface com.jcorporate.expresso.core.dataobjects.DataFieldMetaData
Is this field a virtual field?
isVirtual(String) - Method in interface com.jcorporate.expresso.core.dataobjects.DataObjectMetaData
Is a given field virtual?
isVirtual(String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Is a given field virtual?
isVirtual - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Is this a virtual field: Ie, does the system provide all values for this field.
isVirtual() - Method in class com.jcorporate.expresso.core.dbobj.DBField
Is this field a virtual field?
isVirtual(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Deprecated. since 5.6, use getJDBCMetaData().isVirtual(String)
isVirtual(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObjectDef
Is a given field virtual?
isWhitespace(char) - Static method in class com.jcorporate.expresso.core.misc.ReusableChar
Determines if the specified character is white space according to Java.
isXercesInstalled() - Method in class com.jcorporate.expresso.kernel.management.XercesDOMWriter
Checks to see if Xerces classes are available via the classpath
ivCounter - Static variable in class com.jcorporate.expresso.core.security.CryptoManager
 
ivCounter - Static variable in class com.jcorporate.expresso.core.security.weakencryption.StringEncryption
 
ivCounter128 - Static variable in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
 
ivCounter64 - Static variable in class com.jcorporate.expresso.core.security.strongencryption.StringEncryption
 

J

JAVA_OBJECT - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
JDBCDataObject - class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject.
Base class for JDBC-based data objects.
JDBCDataObject() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Default constructor
JDBCExecutor - class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor.
Initial separation of DBObjects from the underlying JDBC code that gets executed.
JDBCExecutor() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
 
JDBCObjectMetaData - interface com.jcorporate.expresso.core.dataobjects.jdbc.JDBCObjectMetaData.
DataObject Metadata that is specific to JDBC implementations only.
JDBCQuery - class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery.
 
JDBCQuery() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCQuery
 
JDBCUtil - exception com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil.
This class provides utility functions that are common across the jdbc.
JDBCUtil() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
 
JNDIBean - class com.jcorporate.expresso.services.controller.configuration.JNDIBean.
Title: Description: Copyright: Company:
JNDIBean() - Constructor for class com.jcorporate.expresso.services.controller.configuration.JNDIBean
 
JOB_ARCH_ANY - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_ARCH_MSWIN - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_ARCH_UNIX - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_PRIORITY_HIGH - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_PRIORITY_LOW - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_PRIORITY_NORMAL - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_AVAILABLE - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JOB_STATUS_AVAILABLE - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_AVAILABLE - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JOB_STATUS_COMPLETED - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JOB_STATUS_COMPLETED - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_DENIED - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JOB_STATUS_EXPIRED - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JOB_STATUS_KILLED - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_NEW - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JOB_STATUS_NEW - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_NEW - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JOB_STATUS_RUNNING - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JOB_STATUS_RUNNING - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_STOPPED - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_SUSPENDED - Static variable in class com.jcorporate.expresso.services.dbobj.JobQueue
 
JOB_STATUS_VALIDATED - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JOB_STATUS_WAIT - Static variable in class com.jcorporate.expresso.services.dbobj.ValidationQueue
 
JSPViewHandler - class com.jcorporate.expresso.core.servlet.viewhandler.JSPViewHandler.
Special servlet designed to interact with server-side Controller objects
JSPViewHandler() - Constructor for class com.jcorporate.expresso.core.servlet.viewhandler.JSPViewHandler
 
JavascriptUtil - class com.jcorporate.expresso.core.misc.JavascriptUtil.
 
JdbcPersistenceManager - class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager.
 
JdbcPersistenceManager() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JdbcPersistenceManager
 
JndiDataSource - class com.jcorporate.expresso.core.db.datasource.JndiDataSource.
JndiDataSource are the pure core of the Expresso framework.
JndiDataSource() - Constructor for class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Constructor Create a new datasource object
JndiDataSource(JNDIConfig, String) - Constructor for class com.jcorporate.expresso.core.db.datasource.JndiDataSource
Constructor Create a new datasource object
Job - class com.jcorporate.expresso.core.job.Job.
A Job is an asynchronous task who's results will generally be emailed to the user initiating the job.
Job() - Constructor for class com.jcorporate.expresso.core.job.Job
Default Constructor
JobData - class com.jcorporate.expresso.kernel.metadata.JobData.
Metadata for an Expresso Job.
JobData() - Constructor for class com.jcorporate.expresso.kernel.metadata.JobData
Default Constructor
JobHandler - class com.jcorporate.expresso.core.utility.JobHandler.
The JobHandler is an object which runs constantly on the server side, looking periodically in a job queue for work to do.
JobHandler(String) - Constructor for class com.jcorporate.expresso.core.utility.JobHandler
Constructor
JobHandlerControl - class com.jcorporate.expresso.services.dbobj.JobHandlerControl.
applies operations (commands) to all jobs running on a server.
JobHandlerControl() - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JobHandlerControl(int) - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
JobHandlerControl(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerControl
For using DBObjects within Controllers.
JobHandlerRegistry - class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry.
keep list of job handlers
JobHandlerRegistry() - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
JobHandlerRegistry(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
For using DBObjects within Controllers.
JobHandlerRegistry(int) - Constructor for class com.jcorporate.expresso.services.dbobj.JobHandlerRegistry
 
JobQueue - class com.jcorporate.expresso.services.dbobj.JobQueue.
Copyright 1999, 2000, 2001 Jcorporate Ltd.
JobQueue() - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueue
 
JobQueue(DBConnection) - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueue
Connection that provides a DBConnection.
JobQueue(int) - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueue
Initializes the JobQueue with the appropriate user permissions.
JobQueue(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueue
For using DBObjects within Controllers.
JobQueueParam - class com.jcorporate.expresso.services.dbobj.JobQueueParam.
A JobQueueParam entry provides information to the job that is being queued that tell it how to run & what data to operate on.
JobQueueParam() - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueueParam
 
JobQueueParam(int) - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueueParam
Initializes the JobQueueParam with the appropriate user.
JobQueueParam(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.JobQueueParam
For using DBObjects within Controllers.
JobSecurity - class com.jcorporate.expresso.services.dbobj.JobSecurity.
JobSecurity.java Copyright 1999-2002 Jcorporate Ltd.
JobSecurity() - Constructor for class com.jcorporate.expresso.services.dbobj.JobSecurity
Constructor
JobSecurity(int) - Constructor for class com.jcorporate.expresso.services.dbobj.JobSecurity
 
JobSecurity(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.JobSecurity
For using DBObjects within Controllers.
JoinedDataField - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField.
Data Field that is aware of local/forein key relations.
JoinedDataField() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataField
Protected constructor.
JoinedDataObject - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject.
DataObject for use with 1:1 joins between database objects.
JoinedDataObject() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Creates a new JoinedDataObject object, setting db context and UID from thread context (set by servlet filter)
JoinedDataObject(RequestContext) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Creates a new JoinedDataObject object.
JoinedDataObject(String) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Uses the classloader to load the given xml file url as the definition of the JoinedDataObject
JoinedDataObject(JoinedDataObject) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Constructs a new joined data object to have the same definition as the parameter passed in.
JoinedDataObject(JoinedDigesterBean, String) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Constructor for runtime initialization of custom joined data object.
JoinedDataObjectMetaData - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.
Not yet released - do not use in your own code yet.
JoinedDataObjectMetaData() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData
Default constructor
JoinedDataObjectMetaData.FieldList - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList.
Bean-like class for keeping track of required fields
JoinedDataObjectMetaData.FieldList(String, String, boolean) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.FieldList
 
JoinedDataObjectMetaData.Relation - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation.
Bean-like class for keeping track of relations
JoinedDataObjectMetaData.Relation() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObjectMetaData.Relation
 
JoinedDigesterBean - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.
Not yet released - do not use in your own code yet.
JoinedDigesterBean() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
 
JoinedDigesterBean.DigesterJoinRelations - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations.
Bean representing all the joined relation information.
JoinedDigesterBean.DigesterJoinRelations() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinRelations
 
JoinedDigesterBean.DigesterJoinedDataObject - class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject.
Bean representing all the dataobject information.
JoinedDigesterBean.DigesterJoinedDataObject(String, String, String, String) - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean.DigesterJoinedDataObject
 
java_reserved_keywords - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
jobClassName - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
The Job class name
jobNumber - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Job Number for this CrontabEntry's associated JobQueue entry
jobNumber - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
The Job Number
join(String[]) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Concatenate array of string into one string with constant delimiter ", "

Written by Peter Pilgrim Mon Mar 15 23:12:15 GMT 2004

join(String[], String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Concatenate array of string into one string with delimiter

Written by Peter Pilgrim Mon Mar 15 23:12:15 GMT 2004

jq - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
JobQueue
jqp - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
JobQueue parameter data object
jsFiles - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
 

K

keepRegion - Variable in class com.jcorporate.expresso.core.misc.upload.MultipartStream
The amount of data that must be kept in the buffer in order to detect delimiters reliably.
key() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
 
key(String) - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
set the row key
keys() - Method in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
 
keys() - Method in interface com.jcorporate.expresso.core.misc.upload.ValueParser
 
kill() - Static method in class com.jcorporate.expresso.core.security.DelayThread
Function interrupts the thread so that it exits.

L

LEFT_JOIN - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Static field to indicate LEFT_JOIN type
LEFT_JOIN - Static variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
LIMITATION_AFTER_ORDER_BY - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Insert the limitation syntax after ORDER BY key words SELECT {COLUMNS}...
LIMITATION_AFTER_ORDER_BY - Static variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Insert the limitation syntax after ORDER BY key words SELECT {COLUMNS}...
LIMITATION_AFTER_SELECT - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Insert the limitation syntax after TABLE nomination SELECT {limitation-syntax} {COLUMNS}...
LIMITATION_AFTER_SELECT - Static variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Insert the limitation syntax after TABLE nomination SELECT {limitation-syntax} {COLUMNS}...
LIMITATION_AFTER_TABLE - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Insert the limitation syntax after TABLE nomination SELECT {COLUMNS}...
LIMITATION_AFTER_TABLE - Static variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Insert the limitation syntax after TABLE nomination SELECT {COLUMNS}...
LIMITATION_AFTER_WHERE - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Insert the limitation syntax after WHERE key word SELECT {COLUMNS}...
LIMITATION_AFTER_WHERE - Static variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Insert the limitation syntax after WHERE key word SELECT {COLUMNS}...
LIMITATION_DISABLED - Static variable in class com.jcorporate.expresso.core.db.DBConnection
Limitation syntax database vendor specific optimisation is disabled

author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001

LIMITATION_DISABLED - Static variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Limitation syntax database vendor specific optimisation is disabled

author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001

LOBSupport - class com.jcorporate.expresso.core.dbobj.LOBSupport.
Deprecated. since Expresso 5.3 the ways it worked on LOBs wasn't remotely efficient and has been replaced by the implementation in com.jcorporate.expresso. core.dataobjects.jdbc.LOBField
LOBSupport() - Constructor for class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Default Constructor
LOCALE_KEY - Static variable in class com.jcorporate.expresso.core.i18n.Messages
 
LOGIN - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for the login name
LOGIN_KEY - Static variable in class com.jcorporate.expresso.core.misc.CurrentLogin
The session key that we can use to get the currentlogin from a person's session.
LOGIN_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Login name length
LOG_DIR_PARAM_NAME - Static variable in class com.jcorporate.expresso.core.misc.ConfigManager
name of servlet param which controls logging directory
LONGBINARY_READ_DEFAULT_SIZE - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
 
LONGBINARY_READ_DEFAULT_SIZE - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
 
LONGVARBINARY - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
LONGVARBINARY_TYPE - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
 
LONGVARCHAR_TYPE - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
 
LONGVARCHAR_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
LONG_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
long is a synonym for BIGINT
LabelTag - class com.jcorporate.expresso.ext.taglib.LabelTag.
 
LabelTag() - Constructor for class com.jcorporate.expresso.ext.taglib.LabelTag
 
List - class com.jcorporate.expresso.services.controller.dbmaint.List.
list all records in a DBObject.
List() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.List
 
List(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.List
Constructor
List - class com.jcorporate.expresso.services.html.List.
A list (ordered or unordered)
List() - Constructor for class com.jcorporate.expresso.services.html.List
Constructor
List(String) - Constructor for class com.jcorporate.expresso.services.html.List
Constructor
ListBase - class com.jcorporate.expresso.services.controller.dbmaint.ListBase.
Base class for the DBMaint commands that display lists of records, such as Search and List.
ListBase() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.ListBase
 
ListBase(String, String) - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.ListBase
Constructor
ListItem - class com.jcorporate.expresso.services.html.ListItem.
An HTML list item object
ListItem() - Constructor for class com.jcorporate.expresso.services.html.ListItem
Constructor
ListItem(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.ListItem
Constructor Create the item with the given element as it's contents
ListItem(String) - Constructor for class com.jcorporate.expresso.services.html.ListItem
Constructor Create a list item with the given name
LobField - class com.jcorporate.expresso.core.dataobjects.jdbc.LobField.
This class provides a low level BLOB capability while still keeping the programmer isolated from SQL syntax details.
LobField() - Constructor for class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Default constructor.
LocatorUtils - class com.jcorporate.expresso.kernel.util.LocatorUtils.
Locator Utils are to allow walking the component hierarchy tree so you can reference components by a 'path name' instead of walking it manually yourself Beacuse there are potentially more than one Runtime Environment in a Virtual Machine, you must associate a LocatorUtils object with any component within a tree.
LocatorUtils(ExpressoComponent) - Constructor for class com.jcorporate.expresso.kernel.util.LocatorUtils
Base constructor that locates the root component in the hierarchy as soon as it is instantiated.
Log - class com.jcorporate.expresso.core.logging.Log.
Deprecated. Since Expresso 4.0
Log() - Constructor for class com.jcorporate.expresso.core.logging.Log
Deprecated. Constructor
LogEntry - class com.jcorporate.expresso.services.dbobj.LogEntry.
LogEntry Log system events, errors, etc
LogEntry() - Constructor for class com.jcorporate.expresso.services.dbobj.LogEntry
Constructor
LogEntry(int) - Constructor for class com.jcorporate.expresso.services.dbobj.LogEntry
 
LogEntry(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.LogEntry
For using DBObjects within Controllers.
LogException - exception com.jcorporate.expresso.core.logging.LogException.
Exception thrown when there is a problem with logging a message
LogException() - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String, String, String) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(Throwable) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogHandler - class com.jcorporate.expresso.core.logging.LogHandler.
Deprecated. As of Expresso 5.6 This has not been used since Log4j was integrated with Expresso.
LogHandler() - Constructor for class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Constructor
LogManager - class com.jcorporate.expresso.kernel.LogManager.
New LogManager implementation.
LogManager() - Constructor for class com.jcorporate.expresso.kernel.LogManager
Default Constructor.
LogManager(String, String) - Constructor for class com.jcorporate.expresso.kernel.LogManager
Construct the log manager given the location of the file and log directory
LogManager(URL, String) - Constructor for class com.jcorporate.expresso.kernel.LogManager
Constructs and initializes the logging system given the URL of a config file [Classloader friendly] and destination of the log directory
LoggingSwitch - class com.jcorporate.expresso.core.logging.LoggingSwitch.
This class is specifically to allow optimization of the Expresso debug logging statements.
LoggingSwitch() - Constructor for class com.jcorporate.expresso.core.logging.LoggingSwitch
 
Login - class com.jcorporate.expresso.ext.taglib.Login.
Tag to transition between database contexts, either logging the user into a new context (if possible with cookies, etc), or taking them to the login screen if it is not possible.
Login() - Constructor for class com.jcorporate.expresso.ext.taglib.Login
 
LoginEmailValidator - class com.jcorporate.expresso.services.validation.LoginEmailValidator.
This class is a helper class that allows the LoginController controller to validate the email address provided as part of express registration.
LoginEmailValidator() - Constructor for class com.jcorporate.expresso.services.validation.LoginEmailValidator
Default constructor Creation date: (9/23/2001 2:23:06 PM) Author: Shash Chatterjee
Lookup - class com.jcorporate.expresso.services.controller.dbmaint.Lookup.
 
Lookup() - Constructor for class com.jcorporate.expresso.services.controller.dbmaint.Lookup
Default Constructor
LookupInterface - interface com.jcorporate.expresso.core.dbobj.LookupInterface.
Anything that implements the lookup interface must provide a return vector of valid values that when called provide a key that maps one to one to a particular value.
label - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
Label for the crontab
lastChecked - Static variable in class com.jcorporate.expresso.kernel.LogManager
 
lastUsed - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
This is a simple tag for when the last time the pool was ever used.
lc - Variable in class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
 
leftPad(String, int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Left padding padding character is space

author Henri Yves AMAIZO

leftPad(String, int, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Left padding

author Henri Yves AMAIZO

length() - Method in class com.jcorporate.expresso.kernel.util.FastStringBuffer
Returns the length (character count) of this string buffer.
limitationPosition - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Rowset Limitation Optimisation Syntax Position.
limitationSyntax - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Rowset Limitation Optimisation Syntax String.
listRecords(String, Block) - Method in class com.jcorporate.expresso.services.controller.dbmaint.ListBase
Lists the records for display
listener - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
The listener of the crontab
load(String) - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
"Second stage" configuration.
loadClass(String) - Static method in class com.jcorporate.expresso.kernel.util.ClassLocator
Load a class by its name.
loadClasses(boolean) - Method in class com.jcorporate.expresso.core.security.CryptoManager
Loads the appropriate crypto classes.
loadComponentMetadata(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Load component metadata information given a String location.
loadComponentMetadata(URL) - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Loads the component metadata given a URL rather than a String location
loadComponentMetadata(String) - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Load component metadata information given a String location.
loadComponentMetadata(URL) - Method in class com.jcorporate.expresso.kernel.digester.ComponentMetadataConfig
Loads the component metadata given a URL rather than a String location
loadDefaultBundle(String) - Static method in class com.jcorporate.expresso.core.utility.XlateUtil
Loads the english bundle into memory for quick compare.
loadExpressoServices() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Loads the ExpressoServices file.
loadExpressoServices() - Method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
Loads the ExpressoServices file.
loadFromConnection(JDBCDataObject, DBConnection, ArrayList) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Fills the given constructed data object with data from the connection given the field order specified in retrievedFieldList.
loadFromConnection(DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Hand a dbobject a connection that contains fields corresponding to what the dbobject expects, and it'll set itself.
loadJoinData(URL) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDigesterBean
Loads the join data by constructing the Digester object and then merging the given URL into the current data.
loadLists() - Method in class com.jcorporate.expresso.core.servlet.DefaultInit
This method is used to load "lists" and cache them in ConfigManager list cache.
loadLists() - Method in class com.jcorporate.expresso.core.servlet.InitServlet
This method is used to load "lists" and cache them in ConfigManager list cache.
loadOneConfigFile(Digester, InputSource) - Method in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
Load one configuration file
loadStateForm(State, ActionForm) - Method in class com.jcorporate.expresso.core.controller.Controller
Return the state's form with data from the controller's form.
loadSuiteClass(String) - Method in class com.jcorporate.expresso.ext.controller.TestController
Returns the loaded Class for a suite name.
localConnection - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Local connection that we use if it's initialized, but if it's null we generate our own connection
localConnection - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Local connection that we use if it's initialized, but if it's null we generate our own connection
localConnection - Variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Local connection that we use if it's initialized, but if it's null we generate our own connection
locateComponent(String) - Method in interface com.jcorporate.expresso.kernel.ComponentContainer
Locates an Expresso Service for use by a client.
locateComponent(String) - Method in interface com.jcorporate.expresso.kernel.Containable
Convenience method for Container clients.
locateComponent(String) - Method in class com.jcorporate.expresso.kernel.ContainerComponentBase
Convenience method for Container clients.
locateComponent(String) - Method in class com.jcorporate.expresso.kernel.DefaultContainerImpl
Locates an Expresso Service for use by a client.
locateComponent(String) - Method in class com.jcorporate.expresso.kernel.internal.ContainerImplBase
Locates an Expresso Service for use by a client.
locateComponent(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Allows you to locate the component via a 'bean utils' style string.
locateConfiguration(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Allows you to locate the component via a 'bean utils' style string.
locateMetadata(String) - Method in class com.jcorporate.expresso.kernel.util.LocatorUtils
Allows you to locate the component metadata via a 'bean utils' style string.
lockObject - Variable in class com.jcorporate.expresso.core.security.DelayThread
 
log - Static variable in class com.jcorporate.expresso.core.controller.ExpressoPlugin
Commons Logging instance.
log - Static variable in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
Commons Logging instance.
log - Static variable in class com.jcorporate.expresso.core.dbobj.NextNumber
The lo4j log category.
log - Static variable in class com.jcorporate.expresso.core.job.Job
The log4j Logger
log(String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.DBAppender
Log an exception from a particular object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.DBAppender
Log a message from a particular object with a color at the given level
log(int, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a new message at the given level, if we log at or above this level
log(int, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at the given level, recording the originating object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message from a particular object with a color at the given level
log(int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message with the username and job number recorded as well
log(Exception) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log an exception
log(String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at the level 0 (e.g. always log)
log(String, Exception) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log an exception from a particular object
log(String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at level 0 from the named object
log(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message from an object at level 0
log(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message at level 0
log(int, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a new message at the given level, if we log at or above this level
log(int, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at the given level, recording the originating object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message from a particular object with a color at the given level
log(int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message with the uid and job number recorded as well
log(Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception
log(String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at the level 0 (e.g. always log)
log(String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at level 0 from the named object
log(String, String, int, String, Throwable, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String, int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message with the uid and job number recorded as well
log(String, String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message from an object at level 0
log(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message at level 0
log - Static variable in class com.jcorporate.expresso.core.utility.JobHandler
The log4j Logger
log - Static variable in class com.jcorporate.expresso.ext.controller.ReportServer
The Log4j Logger
log - Static variable in class com.jcorporate.expresso.ext.report.XMLPrinter
 
log - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
log - Static variable in class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator
 
logChange(DBField, String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Helper Function: If Change Logging is enabled, then this logs what has changed
logIn(WebRequest) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Uses the default setup that a blank database has the security of Admin User = Admin Admin Password = Blank
logIn(WebRequest, String, String) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Allows special capabilities of logging in using a specially defined username and password.
logInAsNone(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
For some reason a login session could not be established, so log the user in as the "unknown" user "NONE"
logInvalidFileRequest(ControllerRequest, User) - Method in class com.jcorporate.expresso.ext.controller.Download
Sets off the system event for an invalid file number requested.
loggedOffUser(User) - Method in interface com.jcorporate.expresso.core.security.UserListener
This method is called just before a user is logged off Creation date: (5/12/2001 2:26:17 PM)
loggedOffUser(User) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
loggedOffUser(User) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
 
loggedOffUser(User) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
loggedOnUser(User) - Method in interface com.jcorporate.expresso.core.security.UserListener
This method is called just after a user is logged on Creation date: (5/12/2001 2:26:17 PM)
loggedOnUser(User) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
loggedOnUser(User) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
 
loggedOnUser(User) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
loginViaContainer(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
Try to log in with a user name obtained from the container.
loginViaCookie(HttpServletRequest, String) - Method in class com.jcorporate.expresso.core.servlet.CheckLogin
Try to log in via the cookie from the client - if successful, return true.
longValue() - Method in class com.jcorporate.expresso.core.misc.ReusableLong
Returns the value of this Long as a long value.
lookupCache - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Lookup Cache to prevent having to do reverse-name lookups all the time.
lookupDefinition - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Optional parameter that defines the definition of the lookup object if the lookup object implements the Defineable interface.
lookupField - Variable in class com.jcorporate.expresso.core.dbobj.DBField
String for the lookup field in the lookup object that maps to this field.
lookupObject - Variable in class com.jcorporate.expresso.core.dbobj.DBField
String for lookup object classname

M

MATCH_CASEINDEPENDENT - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag to indicate that matching should be case-independent (folded)
MATCH_MULTILINE - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Newlines should match as BOL/EOL (^ and $)
MATCH_NORMAL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Specifies normal, case-sensitive matching behaviour.
MAX_CHARS_IN_URL_LABEL - Static variable in class com.jcorporate.expresso.core.security.filters.HtmlPlusURLFilter
Name for Setup value which decides if we are limiting anchor labels
MAX_HEADER_SIZE - Static variable in class com.jcorporate.expresso.core.misc.upload.Uploader
A maximum lenght of a single header line that will be parsed. (1024 bytes).
MAX_KEY_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
max length of a primary key of this table, which is made up of the target table name + target row PK Most databases have a system limit.
MAX_RADIX - Static variable in class com.jcorporate.expresso.core.misc.ReusableChar
The maximum radix available for conversion to and from Strings.
MAX_TABLE_NAME_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
Maximum length of name of table; all tables must have names that fit.
MAX_VALUE - Static variable in class com.jcorporate.expresso.core.misc.ReusableChar
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class com.jcorporate.expresso.core.misc.ReusableLong
The largest value of type long.
METHOD_ALLOWED_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjSecurity
 
MIN_RADIX - Static variable in class com.jcorporate.expresso.core.misc.ReusableChar
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class com.jcorporate.expresso.core.misc.ReusableChar
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class com.jcorporate.expresso.core.misc.ReusableLong
The smallest value of type long.
MailFiles - class com.jcorporate.expresso.core.utility.MailFiles.
 
MailFiles() - Constructor for class com.jcorporate.expresso.core.utility.MailFiles
Constructor
MailFiles(String[]) - Constructor for class com.jcorporate.expresso.core.utility.MailFiles
Constructor
MapBasedUserInfo - class com.jcorporate.expresso.core.security.MapBasedUserInfo.
A User Info implementation that is Map based instead of database object based.
MapBasedUserInfo() - Constructor for class com.jcorporate.expresso.core.security.MapBasedUserInfo
Default constructor.
Mappable - interface com.jcorporate.expresso.core.dataobjects.Mappable.
Objects that implement this interface are claiming that there is a one-to-one relation between one field value and a key field value.
MappedProperty - class com.jcorporate.expresso.kernel.metadata.MappedProperty.
Metadata class that represents a MappedProperty
MappedProperty() - Constructor for class com.jcorporate.expresso.kernel.metadata.MappedProperty
Default constructor
MediaDBObject - class com.jcorporate.expresso.services.dbobj.MediaDBObject.
A MediaDBObject is a DBObject intended to be used for storage of media objects directly in the database.
MediaDBObject() - Constructor for class com.jcorporate.expresso.services.dbobj.MediaDBObject
Default Constructor.
MediaDBObject(DBConnection) - Constructor for class com.jcorporate.expresso.services.dbobj.MediaDBObject
Constructor that sets the connection on create
MediaDBObject(DBConnection, String) - Constructor for class com.jcorporate.expresso.services.dbobj.MediaDBObject

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.

MediaDBObject(int) - Constructor for class com.jcorporate.expresso.services.dbobj.MediaDBObject
Constructor: Specify a DB connection AND user
MediaDBObject(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.MediaDBObject
For using DBObjects within Controllers.
MessageBundle - class com.jcorporate.expresso.core.i18n.MessageBundle.
A message bundle handles the messages for a specific combination of language, country and schema Created on January 21, 2001, 8:43 PM
MessageBundle() - Constructor for class com.jcorporate.expresso.core.i18n.MessageBundle
Creates new Class
MessageUtil - class com.jcorporate.expresso.ext.taglib.MessageUtil.
 
MessageUtil() - Constructor for class com.jcorporate.expresso.ext.taglib.MessageUtil
 
Messages - class com.jcorporate.expresso.core.i18n.Messages.
Messages.java The Messages object provides a way to gain access to the appropriate local-language version of a message, and to provide substitution of parameters in the message string if necessary.
Messages() - Constructor for class com.jcorporate.expresso.core.i18n.Messages
Creates new Class
Method - class com.jcorporate.expresso.kernel.metadata.Method.
 
Method() - Constructor for class com.jcorporate.expresso.kernel.metadata.Method
 
MimeTypes - class com.jcorporate.expresso.services.dbobj.MimeTypes.
This table provides for mapping between files and mime types.
MimeTypes() - Constructor for class com.jcorporate.expresso.services.dbobj.MimeTypes
 
MimeTypes(int) - Constructor for class com.jcorporate.expresso.services.dbobj.MimeTypes
 
MimeTypes(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.MimeTypes
For using DBObjects within Controllers.
MultiDBObject - class com.jcorporate.expresso.core.dbobj.MultiDBObject.
This class handles joins the 'old' way.
MultiDBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.MultiDBObject
MultiDBObject constructor. calls setupFields.
MultiDBObject(ControllerRequest) - Constructor for class com.jcorporate.expresso.core.dbobj.MultiDBObject
MultiDBObject constructor which sets dbname from request
MultiDBObjectTransaction - class com.jcorporate.expresso.core.dbobj.MultiDBObjectTransaction.
A MultiDBObjectTransaction is a group of dbobjects that are "related" - e.g. defined as being part of a foreign-key/primary-key relationship.
MultiDBObjectTransaction() - Constructor for class com.jcorporate.expresso.core.dbobj.MultiDBObjectTransaction
MultiDBObjectTransaction constructor comment.
MultiFormatReport - interface com.jcorporate.expresso.ext.report.MultiFormatReport.
A MultiFormatted report is a report that can be sent in multiple format types.
MultipartStream - class com.jcorporate.expresso.core.misc.upload.MultipartStream.
This class can be used to process data streams conforming to MIME 'multipart' format as defined in RFC 1521.
MultipartStream(InputStream, byte[], int) - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream
Constructs a MultipartStream with a custom size buffer.
MultipartStream(InputStream, byte[]) - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream
Constructs a MultipartStream with a defalut size buffer.
MultipartStream.IllegalBoundaryException - exception com.jcorporate.expresso.core.misc.upload.MultipartStream.IllegalBoundaryException.
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.IllegalBoundaryException() - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(String) - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartStream.MalformedStreamException - exception com.jcorporate.expresso.core.misc.upload.MultipartStream.MalformedStreamException.
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.MalformedStreamException() - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(String) - Constructor for class com.jcorporate.expresso.core.misc.upload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MySQLEscapeHandler - class com.jcorporate.expresso.core.db.MySQLEscapeHandler.
This class provides escape handling mechanism for MySQL
MySQLEscapeHandler() - Constructor for class com.jcorporate.expresso.core.db.MySQLEscapeHandler
 
mLog - Variable in class com.jcorporate.expresso.core.controller.Controller
if subclass calls getLogger(), this will create logger with subclass name
m_cronMgr - Variable in class com.jcorporate.expresso.core.utility.JobHandler
The crontab for this job handler
m_jobHandlerStatus - Variable in class com.jcorporate.expresso.core.utility.JobHandler
Current handler status
m_serverID - Variable in class com.jcorporate.expresso.core.utility.JobHandler
The server id
mailDebug() - Method in class com.jcorporate.expresso.core.misc.ConfigContext
 
main(String[]) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Command line interface to run specific items [Also used for unit testing]
main(String[]) - Static method in class com.jcorporate.expresso.core.misc.OSProcess
Test-harness method to allow OSProcess to be run & tested from the command line
main(String[]) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
 
main(String[]) - Static method in class com.jcorporate.expresso.core.misc.URLUTF8Encoder
 
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.ControllerRun
Main method so that ControllerRun can be launched from a command line
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Main method so that DBTool can be launched from a command line
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.DBToolTests
 
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.JobHandler
Main method so that JobHandler can be launched from a command line
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.MailFiles
Main method Parameters are: mailServer: SMTP Server name for sending e-mails mailFrom: Value to use as the "from" field in e-mails sendToUser: E-mail address to send message to subject: Subject of message message: Text of message.
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.QueueJob
Main method Parameters to this program are: dbDriver: Driver object name for JDBC dbURL: URL supplied to driver to connect to database dbConnectFormat: Format of the connect call (1, 2, or 3) dbLogin: Login name for the database dbPassword: Password for the database JobCode: The code for the job to be queued.
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
 
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.RunURL
Main Method.
main(String[]) - Static method in class com.jcorporate.expresso.core.utility.XlateUtil
Main method so that XlateUtil can be launched from a command line
main(String[]) - Static method in class com.jcorporate.expresso.ext.ldap.UserLDAPTest
 
main(String[]) - Static method in class com.jcorporate.expresso.ext.report.DocBookPrinter
 
main(String[]) - Static method in class com.jcorporate.expresso.ext.report.XMLPrinter
 
makeAbsolutePath(String, String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Take a prefix and a relative path and put the two together to make an absolute path
makeDirectQueryList(String, int) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Execute custom SQL query
makeLimitationStub(DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Creates the limitation syntax optimisation stub to embed inside the SQL command that performs search and retrieve.
makeLimitationStub(DBConnection, DataObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Creates the limitation syntax optimisation stub to embed inside the SQL command that performs search and retrieve.
makeLimitationStub(DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.MultiDBObject
Creates the limitation syntax optimisation stub to embed inside the SQL command that performs search and retrieve.
mapModuleConfig - Variable in class com.jcorporate.expresso.core.controller.ExpressoActionServlet
 
mapOtherDBs() - Static method in class com.jcorporate.expresso.core.misc.ConfigManager
Map otherdb locations into a hashtable stored in memory.
mask - Variable in class com.jcorporate.expresso.core.dbobj.DBField
 
masterObjKey - Static variable in class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
If we are handing master/detail DB objects, then the block containing /* the transitions to navigate the master/detail records is stored in session /* under this key
match(CharacterIterator, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a character array, starting at a given index.
match(String) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a String.
match(String, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Matches the current regular expression program against a character array, starting at a given index.
matchAt(int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Match the current regular expression program against the current input string, starting at index i of the input string.
matchNodes(int, int, int) - Method in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Try to match a string against a subset of nodes in the program
matcher - Static variable in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
Used to match compiled patterns against strings
matcher - Static variable in class com.jcorporate.expresso.ext.xml.dbobj.ControllerXSLMap
Used to match compiled patterns against strings
matcher - Static variable in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
Used to match compiled patterns against strings
max(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Find the maximum of the values in the specified field of records se;lected by the DBObject selection criteria.
maxLength - Variable in class com.jcorporate.expresso.services.html.TextField
 
maxRecords - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
 
maxRecords - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Max Records to retrieve in a single query. 0 means no limit
maxRecords - Variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
mgr - Variable in class com.jcorporate.expresso.services.crontab.CronDaemon
 
mimeTypes - Variable in class com.jcorporate.expresso.services.dbobj.DefaultMimetypes
This is the list of mime types that are entered into the MimeType table by default.
min(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Find the minimum of the values in the specified field of records selected by the DBObject selection criteria.
minute - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
The minutes for the crontab
modifiedUser(User) - Method in interface com.jcorporate.expresso.core.security.UserListener
This method is called just after a user is modified Creation date: (5/12/2001 2:26:17 PM)
modifiedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.GroupMembers
 
modifiedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
 
modifiedUser(User) - Method in class com.jcorporate.expresso.services.dbobj.UserPreference
 
month - Variable in class com.jcorporate.expresso.services.crontab.CrontabEntry
month for the crontab
moveFile(String, String) - Static method in class com.jcorporate.expresso.core.misc.FileUtil
Copy a file, then remove the original file
multiThreaded() - Method in class com.jcorporate.expresso.core.job.Job
Implementors of this class must override this to return true if they are multi-threaded, e.g. can be run at the same time as other jobs.
myClassName - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
We use getClass().getName() a lot in this class, however, it takes actually significant time to use this over the time it takes to do, say, a concurrentReaderHashMap lookup.
myConnection - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
 
myControllerClass - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The classname of this controller
myForward - Variable in class com.jcorporate.expresso.core.controller.ServletControllerResponse
The associated action forward
myImpl - Static variable in class com.jcorporate.expresso.core.misc.SysEventHub
 
myJndi - Variable in class com.jcorporate.expresso.core.db.datasource.JndiDataSource
The JDBC Configuration retrieve from config-expresso.xml for the context.
myJndi - Variable in class com.jcorporate.expresso.core.misc.ConfigJdbc
JNDI Configuration instance.
myMetaData - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
A link to my metadata.
myRequest - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The ControllerRequest object set for this response
myRequestPath - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
The request path
mySchema - Variable in class com.jcorporate.expresso.core.servlet.StdServlet
 
myUpdates - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Holds the FieldUpdate objects representing any changes made to this object since it was retrieved

N

NAME_2_ID_CACHE_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
NEW - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Status for new
NEWSTATE_EXCEPTION_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of the JSP scope attribute that the exception when the controller attempted to invoke a new state.
NEWSTATE_EXCEPTION_KEY - Static variable in class com.jcorporate.expresso.core.controller.Controller
New state exception key
NOTEMPTY_MASK - Static variable in class com.jcorporate.expresso.core.controller.State
Regular expression to check for at least one character, including newline (?
NOT_REG_USERS_GROUP - Static variable in class com.jcorporate.expresso.services.dbobj.UserGroup
 
NULL_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
null isn't supported in expresso as of 5/02
NUMERIC_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
NameValuePair - class com.jcorporate.expresso.kernel.util.NameValuePair.
Object similar to valid values, but it mainly represents the common usage of a name representing a value.
NameValuePair() - Constructor for class com.jcorporate.expresso.kernel.util.NameValuePair
Constructor that creates a null name and null value.
NameValuePair(String, Object) - Constructor for class com.jcorporate.expresso.kernel.util.NameValuePair
Constructs a name value pair with the given name and given object value.
NestableDataObject - interface com.jcorporate.expresso.core.dataobjects.NestableDataObject.
Nestable indicates that the derived class includes nested data objects.
NextNumber - class com.jcorporate.expresso.core.dbobj.NextNumber.
Base class for pluggable next number autoincrementing system.
NextNumber() - Constructor for class com.jcorporate.expresso.core.dbobj.NextNumber
Constructor - Do not call directly.
NextNumberImpl - class com.jcorporate.expresso.core.dbobj.NextNumberImpl.
this class is a SOLITAIRE, used in NextNumber
NextNumberImpl() - Constructor for class com.jcorporate.expresso.core.dbobj.NextNumberImpl
Create the base level hashes for each db key.
NonHandleableException - exception com.jcorporate.expresso.core.controller.NonHandleableException.
Exception thrown by ErrorHandler itself, and by some parts of ControllerServlet.
NonHandleableException() - Constructor for class com.jcorporate.expresso.core.controller.NonHandleableException
Constructor
NonHandleableException(String) - Constructor for class com.jcorporate.expresso.core.controller.NonHandleableException
Constructor
NonHandleableException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.controller.NonHandleableException
Constructor
NonHandleableException(Throwable) - Constructor for class com.jcorporate.expresso.core.controller.NonHandleableException
Constructor
name - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
 
name - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExButtonTag
 
name - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
 
name - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExImageTag
 
name - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExSubmitTag
 
name - Variable in class com.jcorporate.expresso.ext.taglib.BlockTag
 
nameMetadataMap - Variable in class com.jcorporate.expresso.kernel.InstallationOptions
A map for mapping names to metdata
nameToUse - Variable in class com.jcorporate.expresso.ext.taglib.BlockTag
 
nestedProperty(PageContext, String, String) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
Deprecated. use nestedProperty(PageContext, name, property, checkExists) instead
nestedProperty(PageContext, String, String, boolean) - Static method in class com.jcorporate.expresso.ext.struts.taglib.ControllerUtils
If we were asked for a property that contains a "/", then we're referring to either a property of or a value of a "nested" property
newBlankContainer() - Static method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
 
newBlankContainer() - Static method in class com.jcorporate.expresso.kernel.digester.ExpressoServicesConfig
 
newInstance(DataObject) - Static method in class com.jcorporate.expresso.core.dataobjects.SynchronizedDataObject
Call this to wrap your data object in a threadsafe wrapper.
newInstance() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
get a new instance of this object, with some basic attributes copied, like the local connection of the transaction

Generally speaking, DO NOT OVERRIDE THIS METHOD.

newInstance(String, String, String, int) - Static method in class com.jcorporate.expresso.core.misc.CurrentLogin
Object construction.
newInstance(String, String, String, String, long, int) - Static method in class com.jcorporate.expresso.core.misc.CurrentLogin
Deprecated. use other newInstance instead; 9/04 v.5.5+
newInstance(String, String, String, int, boolean) - Static method in class com.jcorporate.expresso.core.misc.upload.FileItem
Instantiates a FileItem.
newState(String, ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
This is the method where all of the real work of the controller is done.
newState(String, ControllerRequest) - Method in class com.jcorporate.expresso.ext.controller.HealthCheck
Transition to a new state
newState(String, ControllerRequest) - Method in class com.jcorporate.expresso.ext.controller.RunTests
Transition to a new state
newState(String, ControllerRequest) - Method in class com.jcorporate.expresso.ext.controller.TestController
Standard method to select the appropriate next state as the controller moves from state to state.
newState(String, ControllerRequest) - Method in class com.jcorporate.expresso.ext.xml.controller.XMLController
Old-Style State switching method.
newStateDispatch(ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Transition
This method invokes a new controller by dispatching to it rather than calling it directly.
newValue - Variable in class com.jcorporate.expresso.core.dbobj.DBObject.FieldUpdate
 
next() - Method in class com.jcorporate.expresso.core.db.DBConnection
Scroll to the next record in the result set
next() - Method in class com.jcorporate.expresso.core.misc.SchemaIterator
Retrieve the Next Schema in the sequence.
next() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
Retrieve the Next Data Context in the sequence.
nextContext() - Method in class com.jcorporate.expresso.core.misc.SchemaIterator
Retrieve the Next Schema in the sequence.
nextContext() - Method in class com.jcorporate.expresso.kernel.util.DataContextIterator
Retrieve the Next Data Context in the sequence.
nextHandleState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
Return the name of the handle state that is associated with the passed in prompt state.
nextPromptState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
Return the name of the prompt state that is 'next' to the passed in prompt state in the sequence for this controller.
noNewLine(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Strip out the newlines out of a string
noQuotes(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Utility method to return a string with all single quotes replaced with a pair of single quotes, and all double quotes also replaced with a pair of single quotes
nodeToString(Node) - Static method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Return the given node as a string.
nodeToString(Node, Writer) - Static method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Print the given node to a writer.
nodeToString(Node) - Static method in class com.jcorporate.expresso.ext.report.XMLPrinter
Return the given node as a string.
notLoggedInUser - Static variable in class com.jcorporate.expresso.core.security.User
 
notNull(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Make sure a string is not null.
notNull(SerializableString) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Same thing but using a serializable string as the parameter instead
notify(String, int, String, String) - Static method in class com.jcorporate.expresso.core.misc.EventHandler
Send a user a notification via e-mail with virtual data source attachments.
notify(String, int, String, String, ByteArrayDataSource[]) - Static method in class com.jcorporate.expresso.core.misc.EventHandler
Send a user a notification via e-mail with virtual data source attachments.
notify(String, String) - Method in class com.jcorporate.expresso.core.security.User
Send this user a notification via e-mail.
notify(String, String, boolean) - Method in class com.jcorporate.expresso.core.security.User
Notify the user with the optional parameter of using html format
notify(String, String, boolean, ByteArrayDataSource[]) - Method in class com.jcorporate.expresso.core.security.User
Notify the user with the optional parameter of using html format with virtual raw data attachments.
notify(String, String) - Method in class com.jcorporate.expresso.ext.dbobj.RegisteredUser
 
notify(String, String) - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. Send this user a notification via e-mail.
notify(String, String) - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Send this user a notification via e-mail.
notify(String, String) - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Send this user a notification via e-mail.
notify(Hashtable, String) - Method in class com.jcorporate.expresso.services.validation.ApproveRegistrationValidator
This method is used to send administrators of a registration domain an email notifying that a user registered and requires approval.
notify(Hashtable, String) - Method in class com.jcorporate.expresso.services.validation.ChangePasswordValidator
This method is used to send the user request a password change an email with a validation link to verify that the user indeed requested this service.
notify(Hashtable, String) - Method in class com.jcorporate.expresso.services.validation.LoginEmailValidator
This method is used to send the user that registered an email so that when they click on the link it can be verified that the email address they provided does indeed belong to them and is a working email address.
notify(Hashtable, String) - Method in interface com.jcorporate.expresso.services.validation.ValidationHandler
This method is used to allow the application-specific handler to notify the "validator(s)" of an action they need to take.
notifyByEmail(String, String, Vector, String, String) - Static method in class com.jcorporate.expresso.services.validation.ValidationEntry
Insert the method's description here.
notifyListeners(String) - Method in class com.jcorporate.expresso.core.dbobj.DBObject
Used by internal caching to ensure that caches are cleared when an update is made.
notifyListeners() - Method in class com.jcorporate.expresso.services.crontab.Crontab
When this is called, we execute the given crontab
notifyRemote(CacheSyncMessage) - Method in interface com.jcorporate.expresso.core.cache.CacheSyncInterface
The guts of the notification engine, may be blocking or non-blocking depending on the implementation.
nullToEmpty(String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Return empty string if parameter is null

author Henri Yves AMAIZO

numberToLetter(int, boolean) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
This method is useful for creating lists that use letters instead of numbers, such as a, b, c, d...instead of 1, 2, 3, 4.

O

ORIGINAL_URL_KEY - Static variable in class com.jcorporate.expresso.core.controller.Controller
Controller original URL key
OSProcess - class com.jcorporate.expresso.core.misc.OSProcess.
This is a class that wraps another process in the machine.
OSProcess(String) - Constructor for class com.jcorporate.expresso.core.misc.OSProcess
Constructor
OTHERS_PERMISSION_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OTHERS_READ_AND_GROUP_WRITES_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OTHERS_READ_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OTHERS_WRITE_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OTHER_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
OVERRIDE_ALLOWED - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Returned when an override record for a particular user indicates 'allowed'
OVERRIDE_DENIED - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Returned when override record for a particular user is 'denied'
OVERRIDE_NOT_FOUND - Static variable in class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Returned when no override record is found for a particular user.
OWNER_AND_GROUP_WRITE_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OWNER_ID - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
field name for owner
OWNER_ONLY_PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OWNER_PERMISSION_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OWNER_READ_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
OWNER_WRITE_MASK - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
bitmasks for permissions, stored as Java int
OrderedCache - class com.jcorporate.expresso.core.cache.OrderedCache.
Insert the type's description here.
OrderedCache() - Constructor for class com.jcorporate.expresso.core.cache.OrderedCache
OrderedCache constructor comment.
Output - class com.jcorporate.expresso.core.controller.Output.
An item returned from a controller to provide output/feedback to the client.
Output() - Constructor for class com.jcorporate.expresso.core.controller.Output
Default constructor
Output(String) - Constructor for class com.jcorporate.expresso.core.controller.Output
Convenience constructor for creating an output with a specific string as it's contents in one step
Output(String, String) - Constructor for class com.jcorporate.expresso.core.controller.Output
Convenience constructor for creating an output with a specific string as it's contents and a name in one step
OutputTag - class com.jcorporate.expresso.ext.taglib.OutputTag.
OutputTag is a tag that by itself does not display anything.
OutputTag() - Constructor for class com.jcorporate.expresso.ext.taglib.OutputTag
 
offsetRecord - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
The number of records we must skip over before we start reading the ResultSet proper in a searchAndRetrieve. 0 means no limit author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001
offsetRecord - Variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
The number of records we must skip over before we start reading the ResultSet proper in a searchAndRetrieve. 0 means no limit
offsetRecord - Variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
The number of records we must skip over before we start reading the ResultSet proper in a searchAndRetrieve. 0 means no limit author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001
oldValue - Variable in class com.jcorporate.expresso.core.dbobj.DBObject.FieldUpdate
 
omitPackages(Object) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
utility to get just name of class
omitPackages(Class) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
utility to get just name of class
omitPackages(Object) - Static method in class com.jcorporate.expresso.kernel.exception.ChainedException
utility to get just name of class
onAdd(ExpressoComponent) - Method in interface com.jcorporate.expresso.kernel.ContainerListener
Called whenever a new component is added to the container.
onInstall(ExpressoComponent, InstallLog) - Method in interface com.jcorporate.expresso.kernel.ContainerListener
Called whenever a component is installed into a component container.
onRemove(ExpressoComponent) - Method in interface com.jcorporate.expresso.kernel.ContainerListener
Called whenever a component is removed from the container.
onUninstall(ExpressoComponent, InstallLog) - Method in interface com.jcorporate.expresso.kernel.ContainerListener
Called whenever a component is uninstalled from the ComponentContainer
oneBlock - Variable in class com.jcorporate.expresso.ext.taglib.BlockTag
 
oneElement - Variable in class com.jcorporate.expresso.ext.taglib.ElementIterator
 
optional - Variable in class com.jcorporate.expresso.ext.taglib.ExSetupTag
Boolean value to determine if the setup value is required or optional.
optionalToUse - Variable in class com.jcorporate.expresso.ext.taglib.ExSetupTag
 
oraclePrepSelectForUpdate(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Internal helper function to prepare a BLOB update for Oracle.
originalValue - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
The original value, used in comparison tests for 'isChanged' calculation; set by first retrieve(); reset after add() or update()
otherSetup(InstallLog, String) - Method in class com.jcorporate.expresso.core.ExpressoSchema
Runs additional setup operations for the Expresso Schema
otherSetup(InstallLog, String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
preferable way of performaing other setup.
otherSetup(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Deprecated. 5.5+; 10/04. use otherSetup(log, dbcontext) instead
otherSetups(InstallLog, Vector, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
Method to perform any other additonal setup required by each schema
outputCache - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
A name to value map for outputs
outputCacheOrdered - Variable in class com.jcorporate.expresso.core.controller.ControllerResponse
A list of all outputs in the order they were added to the response
outputDocument(Node) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Output the document whose root element is the specified node.
overrideDataContext(String) - Method in class com.jcorporate.expresso.services.dbobj.SecurityDBObject
when someone tries to set a new data context, check with Setup values to see if this new context should be ignored, such as when a SecurityDBObject subclass is listed in the set of SecurityDBObjs (a list configurable as a Setup param).
owner - Variable in class com.jcorporate.expresso.core.dataobjects.DefaultDataField
A link to the DataObject that contains me.
owner() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
owner(int) - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
ownerID() - Method in class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
 

P

PAGE_LIMIT - Static variable in class com.jcorporate.expresso.services.dbobj.DBObjLimit
 
PASSWORD - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for the password
PASSWORD_LENGTH - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Password name length
PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
field name for bits that make up permissions; perms stored in this table, ROW_GRP_PERMS, have bits for owner and other which are unused.
PERMISSIONS - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
field name for bits that make up permissions; perms stored in this table, ROW_PERMISSIONS, have bits for group permissions that are unused.
PERMISSIONS_TABLE_DESCRIP - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
PERMISSIONS_TABLE_NAME - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
 
PREF_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreference
 
PREF_CODE - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
PREF_VALUE - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreference
 
PRIMARY_GROUP_PREF - Static variable in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
PRM_EXPIRES_AFTER - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
PArameter for 'Expires After'
PRM_VALIDATOR - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for validator
PRM_VAL_CTX - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for 'Validation webapp context'
PRM_VAL_DESC - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for 'Validation Description'
PRM_VAL_PORT - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for 'Validation Port'
PRM_VAL_SERVER - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for 'Validation Server'
PRM_VAL_TITLE - Static variable in class com.jcorporate.expresso.services.validation.ValidationEntry
Parameter for 'Validation Title'
PROCESSOR_FORWARD_KEY - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
Constant that stores a ForwardConfig object that is used to override any forwards defined by the struts action.
Page - class com.jcorporate.expresso.services.html.Page.
An HTML page - a page element contains all other elements and is what actually gets sent to the client
Page() - Constructor for class com.jcorporate.expresso.services.html.Page
Constructor
Page(String) - Constructor for class com.jcorporate.expresso.services.html.Page
Constructor Create a new page object with the given title
Paragraph - class com.jcorporate.expresso.services.html.Paragraph.
An HTML paragraph object
Paragraph() - Constructor for class com.jcorporate.expresso.services.html.Paragraph
Constructor
Paragraph(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.Paragraph
Constructor Create the paragraph with the given element as it's contents
Paragraph(String) - Constructor for class com.jcorporate.expresso.services.html.Paragraph
Constructor Create a paragraph with the given name
ParameterParser - interface com.jcorporate.expresso.core.misc.upload.ParameterParser.
ParameterParser is an interface to a utility to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
PasswordField - class com.jcorporate.expresso.services.html.PasswordField.
An HTML password field
PasswordField() - Constructor for class com.jcorporate.expresso.services.html.PasswordField
Constructor
PasswordField(String, String, int, int) - Constructor for class com.jcorporate.expresso.services.html.PasswordField
Constructor Create a new password field with the given name, value and sizes
PasswordTag - class com.jcorporate.expresso.ext.struts.taglib.html.PasswordTag.
Custom tag for input fields of type "text".
PasswordTag() - Constructor for class com.jcorporate.expresso.ext.struts.taglib.html.PasswordTag
Construct a new instance of this tag.
PathHandler - class com.jcorporate.expresso.core.servlet.PathHandler.
Special servlet designed to interact with server-side Controller objects
PathHandler() - Constructor for class com.jcorporate.expresso.core.servlet.PathHandler
 
PerfTestResult - class com.jcorporate.expresso.ext.dbobj.PerfTestResult.
PerfTestResult
PerfTestResult() - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestResult
Constructor
PerfTestSet - class com.jcorporate.expresso.ext.dbobj.PerfTestSet.
PerfTestSet entries define "groups" of performance test entries.
PerfTestSet() - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSet
Constructor
PerfTestSet(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSet
Use over (String) constructor.
PerfTestSet(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSet
For using DBObjects within Controllers.
PerfTestSetDet - class com.jcorporate.expresso.ext.dbobj.PerfTestSetDet.
PerfTestSetDet entries define "groups" of performance test entries.
PerfTestSetDet() - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSetDet
Constructor
PerfTestSetDet(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSetDet
Use over (String) constructor.
PerfTestSetDet(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestSetDet
For using DBObjects within Controllers.
PerfTestStat - class com.jcorporate.expresso.ext.dbobj.PerfTestStat.
PerfTestStat entries record the run time for each run of a test, for trend analysis
PerfTestStat() - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestStat
Constructor
PerfTestStat(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestStat
Use over (String) constructor.
PerfTestStat(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTestStat
For using DBObjects within Controllers.
PerfTests - class com.jcorporate.expresso.ext.dbobj.PerfTests.
PerfTests List of URL's to execute and time, along with statistics on their execution time.
PerfTests() - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTests
Constructor
PerfTests(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTests
Use over (String) constructor.
PerfTests(ControllerRequest) - Constructor for class com.jcorporate.expresso.ext.dbobj.PerfTests
For using DBObjects within Controllers.
PersistenceManager - class com.jcorporate.expresso.core.dataobjects.PersistenceManager.
This is the persistence manager class.
PersistenceManager() - Constructor for class com.jcorporate.expresso.core.dataobjects.PersistenceManager
Default constructor
PersistentSession - interface com.jcorporate.expresso.core.controller.session.PersistentSession.
A PersistentSession is simply a place to stash some values between states of a controller object.
Person - class com.jcorporate.expresso.ext.dbobj.regobj.Person.
Creation date: 2001-08-24 11:57:54
Person() - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Person
Constructor
Person(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Person
Constructor
Person(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Person
Use over (String) constructor.
Person(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Person
For using DBObjects within Controllers.
Phone - class com.jcorporate.expresso.ext.dbobj.regobj.Phone.
Creation date: 2001-08-24 11:57:54
Phone() - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Phone
Constructor
Phone(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Phone
Constructor
Phone(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Phone
Use over (String) constructor.
Phone(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.regobj.Phone
For using DBObjects within Controllers.
PoolFullException - exception com.jcorporate.expresso.core.db.exception.PoolFullException.
Exception that is thrown when the DBConnectionPool is full.
PoolFullException() - Constructor for class com.jcorporate.expresso.core.db.exception.PoolFullException
Constructs a ConnectionPoolException with no detail message.
PoolFullException(String) - Constructor for class com.jcorporate.expresso.core.db.exception.PoolFullException
Constructs a ConnectionPoolException with the specified detail message.
PoolFullException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.db.exception.PoolFullException
 
PoolFullException(Throwable) - Constructor for class com.jcorporate.expresso.core.db.exception.PoolFullException
 
Property - class com.jcorporate.expresso.kernel.metadata.Property.
Class that represents a parsed property from the expresso-services.xml file
Property() - Constructor for class com.jcorporate.expresso.kernel.metadata.Property
Default constructor
padWithTabs(PrintWriter, int) - Method in class com.jcorporate.expresso.services.html.HtmlElement
Pad the output with particular nesting tabs supplies in essence source formatting.
page - Variable in class com.jcorporate.expresso.core.controller.DefaultForm
 
paramNum - Variable in class com.jcorporate.expresso.services.validation.ValidationEntry
current parameter number
parameters - Variable in class com.jcorporate.expresso.core.misc.upload.BaseValueParser
Random access storage for parameter data.
parentBlock - Variable in class com.jcorporate.expresso.core.controller.ControllerInstallLog
 
parentPool - Variable in class com.jcorporate.expresso.core.db.DBConnection
The ConnectionPool that created this connection.
parseArgv(String, HashMap) - Static method in class com.jcorporate.expresso.services.test.CommandLineParser
Parse the command line to get things like config dir, etc.
parseBlock(ControllerRequest, DataObject, ErrorCollection) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Convienence method if you only expect one DBObject to be returned from a particular form.
parseBlock(ControllerRequest, DataObject, ErrorCollection) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Convienence method if you only expect one DBObject to be returned from a particular form.
parseBlocks(ControllerRequest, DataObject[], ErrorCollection) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Parses the appropriate DBObject from the block.
parseBlocks(ControllerRequest, DataObject[], ErrorCollection) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Parses the appropriate DBObject from the block.
parseCommandLine(String[]) - Static method in class com.jcorporate.expresso.services.test.CommandLineParser
Processes the command line arguments and returns the rest of the command line after we extract what we want.
parseDBObject(ControllerRequest, DataObject, ErrorCollection) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Convienence method if you only expect one DBObject to be returned from a particular form, and unlike the ParseBlock, there is no DBOBject name prefix attached to the parameter names.
parseDBObject(ControllerRequest, DataObject, ErrorCollection, boolean) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
 
parseDBObject(ControllerRequest, DataObject, ErrorCollection, boolean) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Parses a dbobject
parseDBObject(ControllerRequest, DataObject, ErrorCollection) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Convienence method if you only expect one DBObject to be returned from a particular form, and unlike the ParseBlock, there is no DBOBject name prefix attached to the parameter names.
parseHeaders(String) - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Parses the header-part and stores as key - value pairs.
parseLong(String, int) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class com.jcorporate.expresso.core.misc.ReusableLong
Parses the string argument as a signed decimal long.
parseMarkedClassNames(ControllerRequest, ControllerResponse) - Method in class com.jcorporate.expresso.ext.controller.ComponentManager
 
parseParams(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Controller) - Static method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Parse a regular servlet request for parameters (e.g. not multipart)
parseParamsMultiPart(MultipartRequestHandler, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, Controller) - Static method in class com.jcorporate.expresso.core.controller.ServletControllerRequest
Static constructor for creating an servlet controller request with all the acoutrements of the Struts Action execution signature.
parseRequest(HttpServletRequest, ParameterParser, String) - Method in class com.jcorporate.expresso.core.misc.upload.Uploader
Processes an RFC 1867 compliant multipart/form-data stream.
parseResponse(WebResponse) - Method in class com.jcorporate.expresso.services.test.ControllerTestCase
Deprecated.  
parseSingleInput(ControllerRequest, DataObject, String, String, ErrorCollection) - Method in interface com.jcorporate.expresso.services.controller.ui.AutoControllerElement
Takes the Controller Request and appropriately parses a string for a particular field.
parseSingleInput(ControllerRequest, DataObject, String, String, ErrorCollection) - Method in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
Takes the Controller Request and appropriately parses a string for a particular field.
parseString(String) - Method in class com.jcorporate.expresso.core.misc.StringDOMParser
Given an XML formatted string, return a DOM DOCUMENT based upon the data.
parseString(char[]) - Method in class com.jcorporate.expresso.core.misc.StringDOMParser
Given an XML formatted character array, return a DOM DOCUMENT based upon the data.
password - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
passwordEquals(String) - Method in class com.jcorporate.expresso.core.security.MapBasedUserInfo
Checks if the given password equals what we have on file.
passwordEquals(String) - Method in class com.jcorporate.expresso.core.security.User
passwordEquals - feed it a password and it will tell you if the hash of it matches the one on file.
passwordEquals(String) - Method in interface com.jcorporate.expresso.core.security.UserInfo
Checks if the given password equals what we have on file.
passwordEquals(String) - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. passwordEquals - feed it a password and it will tell you if the hash of it matches the one on file.
passwordEquals(String) - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Checks if the supplied password equals the one on file
passwordEquals(String) - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
passwordEquals - feed it a password and it will tell you if the hash of it matches the one on file.
perform(StateForm, ControllerRequest, ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.State
A state may implement a "perform" method to actually perform it's logic by overriding this method.
perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.jcorporate.expresso.core.controller.TilesController
Implementation of perform() method.
permissions(int) - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
set permissions
permissions() - Method in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
set permissions; not protected by test
permissions(int) - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
set permissions
permissions() - Method in class com.jcorporate.expresso.services.dbobj.RowPermissions
get permissions, a bit-field of privilege bits; see constants in this class for mask definitions
personal - Variable in class com.jcorporate.expresso.core.misc.EMailSender
 
poolLock - Variable in class com.jcorporate.expresso.core.db.DBConnectionPool
Object that is used as a lock for both available and isUse lists in a single object.
populate(DBObject) - Method in class com.jcorporate.expresso.core.controller.ControllerRequest
Convenience method to populate a dbobject from the parameters supplied, by looking for parameters with the same name as the field name in the db object
populateDefaultValues() - Method in class com.jcorporate.expresso.core.dbobj.DBObject
populateDefaultValues is called by the schema object to allow a table to populate itself with any desired values.
populateDefaultValues() - Method in class com.jcorporate.expresso.ext.dbobj.AuditLogL
 
populateDefaultValues() - Method in class com.jcorporate.expresso.ext.dbobj.ISOCountryCodes
This function populates the table with the current listing of ISO country codes
populateDefaultValues() - Method in class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
This function populates the table with the current listing of ISO country codes
populateDefaultValues() - Method in class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
This function populates the table with the current listing of ISO country codes
populateDefaultValues() - Method in class com.jcorporate.expresso.ext.xml.dbobj.UserAgent
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.ControllerDefault
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.DBObjLimit
Default values for limitations
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.Event
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.EventMail
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.MimeTypes
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.UserGroup
Populates the default user groups.
populateDefaultValues() - Method in class com.jcorporate.expresso.services.dbobj.UserPreferenceDef
 
populateDefaultValues() - Method in class com.jcorporate.expresso.services.html.ReportPage
Dummy implementation.
populateSchemaData(String) - Method in class com.jcorporate.expresso.core.dbobj.Schema
Allow populations of sample data where all tables must be set up first.
populateStateForm(StateForm, ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller
Populate the state form with any matching request parameters.
populateTables(InstallLog, Vector, String) - Static method in class com.jcorporate.expresso.core.utility.DBTool
This method goes through the schemas and populates tables with default values if they do not exist.
postLogin() - Method in class com.jcorporate.expresso.core.security.User
Called by the various objects that can log in a user to do post-login tasks
postLogin() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated. Called by the various objects that can log in a user to do post-login tasks
postLogin() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Called by the various objects that can log in a user to do post-login tasks
postPerform(State, ControllerRequest, ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.Controller
Template Method, allowing a subclass to into actions after the invocation of any state in this controller.
prePerform(State, ControllerRequest, ControllerResponse) - Method in class com.jcorporate.expresso.core.controller.Controller
Template Method, allowing a subclass to do an action after any state in this controller is performed.
precision - Variable in class com.jcorporate.expresso.core.dbobj.DBField
Field precision, if applicable to this field
prepSelectResultSet(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Internal helper function that does the guts of the work
prepSelectResultSet(DBObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Internal helper function that does the guts of the work
prepUpdate(JDBCDataObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.LobField
Internal helper function to prepare a LOB update
prepUpdate(DBObject, String, DBConnection) - Method in class com.jcorporate.expresso.core.dbobj.LOBSupport
Deprecated. Internal helper function to prepare a LOB update
prepareForStorage(DataFieldMetaData, DBObject) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Format the field for storage into a prepared statement.
prepareForStorage(DataFieldMetaData, DBObject, boolean) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCExecutor
Format the field for storage into a prepared statement.
preparePassKey() - Method in class com.jcorporate.expresso.core.security.AbstractStringEncryption
Basic implementation puts a hash of the config manager's key into the passKey variable.
previousPromptState(State) - Method in class com.jcorporate.expresso.core.controller.Controller
Return the name of the prompt state that is 'previous' to the passed in prompt state in the sequence for this controller.
primitiveVarColor - Static variable in class com.jcorporate.expresso.ext.controller.ServeTextFile
 
print(PrintStream, String, char) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(PrintStream, String, double) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(PrintStream, String, long) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(PrintStream, String, String) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(PrintWriter, String, double) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(PrintWriter, String, String) - Static method in class com.jcorporate.expresso.core.misc.Format
prints a formatted number following printf conventions
print(char[]) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(char) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(double) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(float) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(int) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(long) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(Object) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(String) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
print(TestResult) - Method in class com.jcorporate.expresso.ext.controller.TestController
Prints failures to the log
print(String, String) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Prints the string to the output at an indentation.
print(String) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Prints the string to the output.
printDisplay(ControllerResponse, HttpServletRequest, HttpServletResponse, Page) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.DefaultViewHandler
Separate to allow overriding for different types of rendering.
printDisplay(ControllerResponse, HttpServletRequest, HttpServletResponse, Page) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ExcelViewHandler
Separate to allow overriding for different types of rendering.
printErrors(TestResult) - Method in class com.jcorporate.expresso.ext.controller.TestController
Prints the errors to the log
printEscaped(char, FastStringBuffer) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Formats a particular character to something workable in xml Helper to xmlEscape()
printFailures(TestResult) - Method in class com.jcorporate.expresso.ext.controller.TestController
Prints failures to the log
printFormatted(String) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Print the text formatted for a tag that does not place significance on multiple whitespace.
printHeader(TestResult) - Method in class com.jcorporate.expresso.ext.controller.TestController
Prints the header of the report
printReport(OutputStream) - Method in interface com.jcorporate.expresso.ext.report.ExpressoReport
All report objects need to implement the printReport method so that the framework can manage the report output.
printReport(OutputStream) - Method in class com.jcorporate.expresso.services.html.ReportPage
Print the Report Page.
printStackTrace() - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Extend printStackTrace to handle the nested exception correctly.
printStackTrace(PrintStream) - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Extend printStackTrace to handle the nested Exception
printStackTrace(PrintWriter) - Method in class com.jcorporate.expresso.kernel.exception.ChainedException
Extend printStackTrace to handle the nested Exception
printTree(Node) - Method in class com.jcorporate.expresso.ext.report.DocBookPrinter
Override to provide tag relative intelligence.
printTree(Node, int) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Output the node (and children) at the specified indentation level.
printTree(Node) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Output the node (and children) at the current indentation level.
println() - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(char[]) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(char) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(double) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(float) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(int) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(long) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(Object) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(String) - Method in class com.jcorporate.expresso.core.misc.InetOutputStream
 
println(String, String) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Prints the string to the output at an indentation following it with a newline.
println(String) - Method in class com.jcorporate.expresso.ext.report.XMLPrinter
Prints the string to the output following it with a newline.
process(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
This is a master method that is does the processing for both GET and POST.
processActionForm(ActionMapping, HttpServletRequest) - Method in class com.jcorporate.expresso.services.test.ActionTestServlet
Deprecated. For the Struts 1.1 do not use this method
processActionPerform(Action, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.services.test.ActionTestServlet
Deprecated. For the Struts 1.1 do not use this method
processComponent(ComponentConfig, Element, Document) - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Recursively go through the Expresso-services.config and convert all the various components into the DOM tree.
processComponentProperties(ComponentConfig, Element, Document) - Method in class com.jcorporate.expresso.kernel.management.DefaultServiceWriter
Write the current component's configuration to the current DOM element.
processDB(String, String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
 
processDirs(String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
 
processFile(String) - Static method in class com.jcorporate.expresso.core.utility.ReNameUtil
Process a single file
processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
This method was created specifically to allow dynamic URL forwarding since we cannot muck with the Struts 1.1 configuration due to the 'freeze()' method.
processPath(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
subclass in order to allow ExpressoActionServlet to be a dispatcher for any finite-state-machine request which includes parameters for controller & state.
processPrepocess(HttpServletRequest, HttpServletResponse) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
This method is call for each request.
processRequestTransitions(State, ControllerRequest) - Method in class com.jcorporate.expresso.core.controller.Controller

This method picks up the following routing parameters from the current request and builds transition objects from them before the state is invoked.

processTransitions(ControllerRequest, ControllerResponse, State) - Method in class com.jcorporate.expresso.core.controller.Controller
This method is the traffic cop that determines which transition to execute after a state completes.
processValidate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.jcorporate.expresso.core.controller.ExpressoRequestProcessor
 
produceHash(byte[]) - Method in class com.jcorporate.expresso.core.security.StringHash
Produces a strong cryptographic hash.
property - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExBodyFxTag
 
property - Variable in class com.jcorporate.expresso.ext.struts.taglib.html.ExComboBoxTag
 
put(String, Cacheable) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Adds a Cacheable item into the cache without clearing related caches.
put(String, Cacheable, long) - Method in interface com.jcorporate.expresso.core.cache.CacheSystem
Adds a Cacheable item into the cache without clearing related caches.
put(String, Cacheable) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Adds a Cacheable item into the cache without clearing related caches.
put(String, Cacheable, long) - Method in class com.jcorporate.expresso.core.cache.DefaultCacheManager
Adds a Cacheable item into the cache without clearing related caches.

Q

QueryAttributes - class com.jcorporate.expresso.core.dataobjects.QueryAttributes.
This object contains miscellaneous values that allow us to set various query attributes
QueryAttributes() - Constructor for class com.jcorporate.expresso.core.dataobjects.QueryAttributes
 
QueueJob - class com.jcorporate.expresso.core.utility.QueueJob.
Command line program to queue a job to the job queue.
QueueJob(String[]) - Constructor for class com.jcorporate.expresso.core.utility.QueueJob
Constructor: Arguments are passed in from the main method
qualifyURLIfNeeded(String, HttpServletRequest) - Static method in class com.jcorporate.expresso.core.misc.HTTPUtil
We always want expresso.continueURL objects to be fully qualified.
queue - Variable in class com.jcorporate.expresso.services.crontab.Crontab
The queue waiting for execution.
queueJob(Hashtable) - Method in class com.jcorporate.expresso.core.utility.QueueJob
Actually queue the requested job
quoteIfNeeded(String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCDataObject
Return the value of this field, placing double quotes around it if the field's datatype requires it.
quoteIfNeeded(JDBCDataObject, String, String) - Method in class com.jcorporate.expresso.core.dataobjects.jdbc.JDBCUtil
Return the value of this field, placing double quotes around it if the field's datatype requires it.

R

RAW_FILTER - Static variable in class com.jcorporate.expresso.core.security.filters.FilterManager
Don't do anything
RE - class com.jcorporate.expresso.ext.regexp.RE.
Deprecated. since v5.6, use jakarta oro
RE() - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher with no initial program.
RE(REProgram) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(REProgram, int) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(String) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(String, int) - Constructor for class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
REAL_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
RECompiler - class com.jcorporate.expresso.ext.regexp.RECompiler.
Deprecated. since v5.6, use jakarta oro
RECompiler() - Constructor for class com.jcorporate.expresso.ext.regexp.RECompiler
Deprecated. Constructor.
REF_TYPE - Static variable in class com.jcorporate.expresso.core.dbobj.DBField
 
REGISTER_FORWARD - Static variable in class com.jcorporate.expresso.core.ExpressoConstants
The name of an ActionForward that specifies the registration page view
REGISTRATION_DOMAIN - Static variable in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
Field name for the registration domain id.
REG_DOMAIN_ID - Static variable in class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
 
REG_OBJ_CLASS - Static variable in class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
 
REPLACE_ALL - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag bit that indicates that subst should replace all occurrences of this regular expression.
REPLACE_FIRSTONLY - Static variable in class com.jcorporate.expresso.ext.regexp.RE
Deprecated. Flag bit that indicates that subst should only replace the first occurrence of this regular expression.
REPLACE_LIST - Static variable in class com.jcorporate.expresso.core.security.filters.HtmlFilter
 
REProgram - class com.jcorporate.expresso.ext.regexp.REProgram.
Deprecated. since v5.6, use jakarta oro
REProgram(char[]) - Constructor for class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Constructs a program object from a character array
REProgram(char[], int) - Constructor for class com.jcorporate.expresso.ext.regexp.REProgram
Deprecated. Constructs a program object from a character array
REQUEST_KEY - Static variable in class com.jcorporate.expresso.core.controller.Controller
Controller request key
REQUIRED_STYLE - Static variable in class com.jcorporate.expresso.services.controller.ui.DefaultAutoElement
 
RESPONSE_KEY - Static variable in class com.jcorporate.expresso.core.controller.Controller
Controller response key
RESTART_COMMAND - Static variable in class com.jcorporate.expresso.services.dbobj.JobHandlerControl
 
RESyntaxException - exception com.jcorporate.expresso.ext.regexp.RESyntaxException.
Deprecated. since v5.6, use jakarta oro
RESyntaxException(String) - Constructor for class com.jcorporate.expresso.ext.regexp.RESyntaxException
Deprecated. Constructor.
RETURN_TO_SENDER_TRAN - Static variable in class com.jcorporate.expresso.core.controller.Controller
 
RIGHT_JOIN - Static variable in class com.jcorporate.expresso.core.dataobjects.jdbc.JoinedDataObject
Static field to indicate RIGHT_JOIN type
RIGHT_JOIN - Static variable in class com.jcorporate.expresso.core.dbobj.MultiDBObject
 
ROW_KEY - Static variable in class com.jcorporate.expresso.services.dbobj.RowGroupPerms
field name for primary key of row
ROW_KEY - Static variable in class com.jcorporate.expresso.services.dbobj.RowPermissions
field name for primary key of row
RUNTIME_KEY - Static variable in class com.jcorporate.expresso.services.controller.configuration.CreateSettingsWizard
 
Radio - class com.jcorporate.expresso.services.html.Radio.
Encapsulates an HTML radio box on an HTML form
Radio(String) - Constructor for class com.jcorporate.expresso.services.html.Radio
Constructor Create a new Radio list with the specified field name
Radio(String, String) - Constructor for class com.jcorporate.expresso.services.html.Radio
Create a drop down with the field name as given with a specific current value
RandomNumber - class com.jcorporate.expresso.core.security.strongencryption.RandomNumber.
Cryptographically Strong Version of the random number generator.
RandomNumber() - Constructor for class com.jcorporate.expresso.core.security.strongencryption.RandomNumber
Default Constructor
RandomNumber - class com.jcorporate.expresso.core.security.weakencryption.RandomNumber.
Weak version of the Randum Number Generator.
RandomNumber() - Constructor for class com.jcorporate.expresso.core.security.weakencryption.RandomNumber
Default Constructor
RawFilter - class com.jcorporate.expresso.core.security.filters.RawFilter.
This class provides a filter implementation of the Filter class for returning raw, unfiltered values
RawFilter() - Constructor for class com.jcorporate.expresso.core.security.filters.RawFilter
 
ReNameUtil - class com.jcorporate.expresso.core.utility.ReNameUtil.
Utility for renaming classes & dependant objects.
ReNameUtil() - Constructor for class com.jcorporate.expresso.core.utility.ReNameUtil
Constructor
RecordPaginator - class com.jcorporate.expresso.core.misc.RecordPaginator.
Copyright: Copyright (c) 2001-2002 JCorporate Ltd.
RecordPaginator() - Constructor for class com.jcorporate.expresso.core.misc.RecordPaginator
 
RegisteredUser - class com.jcorporate.expresso.ext.dbobj.RegisteredUser.
Extention to the normal user object to record some additional information
RegisteredUser() - Constructor for class com.jcorporate.expresso.ext.dbobj.RegisteredUser
Constructor
RegisteredUser(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.RegisteredUser
Constructor
RegisteredUser(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.RegisteredUser
Use over (String) constructor.
RegisteredUser(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.RegisteredUser
For using DBObjects within Controllers.
RegistrationDBObject - class com.jcorporate.expresso.services.dbobj.RegistrationDBObject.
Whenever you create a DBObject to be used for Registration, you need to derive it from this class.
RegistrationDBObject() - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
Constructor
RegistrationDBObject(DBConnection) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
Constructor
RegistrationDBObject(DBConnection, String) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDBObject

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.

RegistrationDBObject(int) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
Use over (String) constructor.
RegistrationDBObject(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDBObject
For using DBObjects within Controllers.
RegistrationDomain - class com.jcorporate.expresso.services.dbobj.RegistrationDomain.
A registration domain defines a registration context.
RegistrationDomain() - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Default constructor
RegistrationDomain(int) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDomain
Use over (String) constructor.
RegistrationDomain(RequestContext) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationDomain
For using DBObjects within Controllers.
RegistrationObjectMap - class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap.
This class associates each registration domain with one or more registration objects.
RegistrationObjectMap() - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
Default constructor
RegistrationObjectMap(int) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
Use over (String) constructor.
RegistrationObjectMap(ControllerRequest) - Constructor for class com.jcorporate.expresso.services.dbobj.RegistrationObjectMap
For using DBObjects within Controllers.
ReportData - class com.jcorporate.expresso.kernel.metadata.ReportData.
Metadata for an Expresso Report.
ReportData() - Constructor for class com.jcorporate.expresso.kernel.metadata.ReportData
Default Constructor
ReportException - exception com.jcorporate.expresso.ext.report.ReportException.
Exception that occurs when a report is procesed.
ReportException() - Constructor for class com.jcorporate.expresso.ext.report.ReportException
Default constructor
ReportException(String, Throwable) - Constructor for class com.jcorporate.expresso.ext.report.ReportException
Constructor with a single message and a nested exception
ReportException(Throwable) - Constructor for class com.jcorporate.expresso.ext.report.ReportException
Constructor with no message and a nested exception
ReportException(String) - Constructor for class com.jcorporate.expresso.ext.report.ReportException
Normal constructor with a single message
ReportPage - class com.jcorporate.expresso.services.html.ReportPage.
A specialized HTML Element that implements a report.
ReportPage() - Constructor for class com.jcorporate.expresso.services.html.ReportPage
Constructor
ReportPage(String, String) - Constructor for class com.jcorporate.expresso.services.html.ReportPage
Constructor Create a report page for output to a file
ReportPageParam - class com.jcorporate.expresso.services.html.ReportPageParam.
ReportPage objects may have parameters that indicate the range of data or options they display.
ReportPageParam() - Constructor for class com.jcorporate.expresso.services.html.ReportPageParam
Constructor
ReportPageParam(String, String, String, String) - Constructor for class com.jcorporate.expresso.services.html.ReportPageParam
Constructor that sets all the values
ReportParserError - class com.jcorporate.expresso.core.logging.ReportParserError.
This class is needed for validating a log4j.dtd derived XML file.
ReportParserError() - Constructor for class com.jcorporate.expresso.core.logging.ReportParserError
 
ReportServer - class com.jcorporate.expresso.ext.controller.ReportServer.
Report server is a generic controller for dishing up reports.
ReportServer() - Constructor for class com.jcorporate.expresso.ext.controller.ReportServer
Creates an instance of ReportServer.
RequestContext - interface com.jcorporate.expresso.core.dbobj.RequestContext.
Cleanup refactoring interface to remove dependency on ControllerRequest from a DBOBject
ReservedWords - class com.jcorporate.expresso.core.misc.ReservedWords.
This class is the central repository for reserved words for known/tested databases.
ReservedWords() - Constructor for class com.jcorporate.expresso.core.misc.ReservedWords
 
RestrictAccessTag - class com.jcorporate.expresso.ext.taglib.RestrictAccessTag.
Restrict Access Tag - To easily restrict JSP page access.
RestrictAccessTag() - Constructor for class com.jcorporate.expresso.ext.taglib.RestrictAccessTag
 
RestrictedCountries - class com.jcorporate.expresso.ext.dbobj.RestrictedCountries.
Table for countries that are not permitted access to 'restricted' downloads Usually this pertains to Cryptographic source code that cannot be downloaded from the U.S. to Cuba for example.
RestrictedCountries() - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Constructor
RestrictedCountries(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Constructor
RestrictedCountries(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
Use over (String) constructor.
RestrictedCountries(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedCountries
For using DBObjects within Controllers.
RestrictedOverrides - class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides.
This class allows administrators to override selected registered users to grant or deny restricted download access.
RestrictedOverrides() - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Constructor
RestrictedOverrides(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Constructor
RestrictedOverrides(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
Use over (String) constructor.
RestrictedOverrides(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.RestrictedOverrides
For using DBObjects within Controllers.
ReusableChar - class com.jcorporate.expresso.core.misc.ReusableChar.
The Character class wraps a value of the primitive type char in an object.
ReusableChar(char) - Constructor for class com.jcorporate.expresso.core.misc.ReusableChar
Constructs a Character object and initializes it so that it represents the primitive value argument.
ReusableLong - class com.jcorporate.expresso.core.misc.ReusableLong.
Class that is nearly identical to the java.lang.Long class, except that you can reset the long value, useful for object reuse.
ReusableLong() - Constructor for class com.jcorporate.expresso.core.misc.ReusableLong
Creates a new ReusableLong object.
ReusableLong(long) - Constructor for class com.jcorporate.expresso.core.misc.ReusableLong
 
ReusableLong(Long) - Constructor for class com.jcorporate.expresso.core.misc.ReusableLong
Constructs a newly allocated ReusableLong object from a java.lang.Long object.
ReusableLong(String) - Constructor for class com.jcorporate.expresso.core.misc.ReusableLong
Constructor taking a sting value
ReverseLookupDomains - class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains.
Class that maintains a database of all known top level domain codes.
ReverseLookupDomains() - Constructor for class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
Constructor
ReverseLookupDomains(DBConnection) - Constructor for class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
Constructor
ReverseLookupDomains(int) - Constructor for class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
Use over (String) constructor.
ReverseLookupDomains(RequestContext) - Constructor for class com.jcorporate.expresso.ext.dbobj.ReverseLookupDomains
For using DBObjects within Controllers.
RootContainer - class com.jcorporate.expresso.kernel.RootContainer.
This is the default root container interface.
RootContainer() - Constructor for class com.jcorporate.expresso.kernel.RootContainer
Default constructor
RootContainerInterface - interface com.jcorporate.expresso.kernel.RootContainerInterface.
This interface represents the special container case of the Root container where we need to store specific runtime information.
Row - class com.jcorporate.expresso.services.html.Row.
 
Row() - Constructor for class com.jcorporate.expresso.services.html.Row
Constructor
Row(HtmlElement) - Constructor for class com.jcorporate.expresso.services.html.Row
Constructor
Row(String) - Constructor for class com.jcorporate.expresso.services.html.Row
Constructor
RowGroupPerms - class com.jcorporate.expresso.services.dbobj.RowGroupPerms.
storage for read/write permissions for a group, concerning a given row in the database this object and its table are a complement to the RowPermissions object and table.
RowGroupPerms() - Constructor for class com.jcorporate.expresso.services.dbobj.RowGroupPerms
default constructor
RowGroupPerms(String, String) - Constructor for class com.jcorporate.expresso.services.dbobj.RowGroupPerms
convenience constructor which sets table, key
RowGroupPerms(String, String, String) - Constructor for class com.jcorporate.expresso.services.dbobj.RowGroupPerms
convenience constructor which sets table, key, group
RowGroupPerms(RowGroupPerms) - Constructor for class com.jcorporate.expresso.services.dbobj.RowGroupPerms
convenience copy constructor
RowPermissions - class com.jcorporate.expresso.services.dbobj.RowPermissions.
storage for read/write permissions concerning a given row in the database this table stores user & "other" permissions

this object and its table should be manipulated only through RowSecuredDBObject

RowPermissions() - Constructor for class com.jcorporate.expresso.services.dbobj.RowPermissions
 
RowPermissions(String, String) - Constructor for class com.jcorporate.expresso.services.dbobj.RowPermissions
 
RowSecuredDBObject - class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject.
subclass this for support of row-level Authorization.
RowSecuredDBObject() - Constructor for class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
Constructor without parameters.
RowSecuredDBObject(DBConnection, int) - Constructor for class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
Constructor: Specify a DB connection AND user id.
RowSecuredDBObject(int) - Constructor for class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
Creates a new RowSecuredDBObject object.
RowSecuredDBObject(RequestContext) - Constructor for class com.jcorporate.expresso.core.dbobj.RowSecuredDBObject
Creates a new RowSecuredDBObject object.
RunSQL - class com.jcorporate.expresso.ext.controller.RunSQL.
RunSQL allows any arbitrary SQL string to be sent to the database & executed Must be carefully secured!
RunSQL() - Constructor for class com.jcorporate.expresso.ext.controller.RunSQL
Default constructor.
RunTestThread - class com.jcorporate.expresso.ext.controller.RunTestThread.
RunTestThread is a single thread that runs a specified test set a given number of times.
RunTestThread() - Constructor for class com.jcorporate.expresso.ext.controller.RunTestThread
 
RunTests - class com.jcorporate.expresso.ext.controller.RunTests.
RunTests is a stand-alone application that allows sets of tests to be run
RunTests() - Constructor for class com.jcorporate.expresso.ext.controller.RunTests
 
RunURL - class com.jcorporate.expresso.core.utility.RunURL.
Program to allow a URL to be run from the command line Primarily intended to allow the Application Server thread to be started automatically, but can be used to run any arbitrary URL
RunURL() - Constructor for class com.jcorporate.expresso.core.utility.RunURL
Constructor
RunURL(String) - Constructor for class com.jcorporate.expresso.core.utility.RunURL
Constructor
RuntimeInitServlet - class com.jcorporate.expresso.core.servlet.RuntimeInitServlet.
This is an initialization servlet that provides a running example on how to load an Expresso runtime system
RuntimeInitServlet() - Constructor for class com.jcorporate.expresso.core.servlet.RuntimeInitServlet
 
RuntimeInitServlet - class com.jcorporate.expresso.kernel.RuntimeInitServlet.
This is an initialization servlet that provides a running example on how to load an Expresso runtime system
RuntimeInitServlet() - Constructor for class com.jcorporate.expresso.kernel.RuntimeInitServlet
 
random(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random string author Henri Yves AMAIZO
random(int, boolean, boolean) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random numeric string where you have control over size, and whether you want letters, numbers, or both.
random(int, int, int, boolean, boolean) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random numeric string where you have control over size, and whether you want letters, numbers, as well as ANSI minimum and maximum values of the characters.
random(int, int, int, boolean, boolean, char[]) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random numeric string where you have control over size, and whether you want letters, numbers, as well as ANSI minimum and maximum values of the characters.
random(int, String) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random string author Henri Yves AMAIZO
random(int, char[]) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random string author Henri Yves AMAIZO
randomAlphabetic(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random character only string author Henri Yves AMAIZO
randomAlphanumeric(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random alpha numeric string author Henri Yves AMAIZO
randomAscii(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random Ascii String author Henri Yves AMAIZO
randomGenerator - Variable in class com.jcorporate.expresso.core.security.CryptoManager
 
randomNumeric(int) - Static method in class com.jcorporate.expresso.core.misc.StringUtil
Create a random numeric string author Henri Yves AMAIZO
randomPassword() - Method in class com.jcorporate.expresso.core.security.User
Generates a random plaintext password
randomPassword() - Method in class com.jcorporate.expresso.ext.dbobj.SingleDBUserInfo
Deprecated.  
randomPassword() - Method in class com.jcorporate.expresso.ext.ldap.UserLDAP
Generate a random password
randomPassword() - Method in class com.jcorporate.expresso.services.dbobj.DefaultUserInfo
 
rawFilter(String) - Method in class com.jcorporate.expresso.core.security.filters.Filter
rawFilter actually doesn't do anything its simply returns an exact copy of the original.
rawFilter(String) - Method in class com.jcorporate.expresso.core.security.filters.RawFilter
This filter just returns input string
reInitialize() - Static method in class com.jcorporate.expresso.core.db.DBConnectionPool
Close all existing connections & empty the pools
reInitialize(HttpServletRequest, ServletConfig) - Static method in class com.jcorporate.expresso.core.misc.