Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.dbobj.RequestContext

Packages that use RequestContext
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.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
com.jcorporate.expresso.core.dbobj Ancestor objects for all Database Objects and Schemas.  
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
 

Uses of RequestContext in com.jcorporate.expresso.core.controller
 

Classes in com.jcorporate.expresso.core.controller that implement RequestContext
 class 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.
 class ServletControllerRequest
          ServletControllerRequest is an extension of ControllerRequest that also contains access to "special" servlet-related items, such as the ServletResponse object.
 

Uses of RequestContext in com.jcorporate.expresso.core.dataobjects.jdbc
 

Constructors in com.jcorporate.expresso.core.dataobjects.jdbc with parameters of type RequestContext
JoinedDataObject(RequestContext request)
          Creates a new JoinedDataObject object.
 

Uses of RequestContext in com.jcorporate.expresso.core.dbobj
 

Methods in com.jcorporate.expresso.core.dbobj with parameters of type RequestContext
 String ISOValidValue.canonize(RequestContext request, String schemaClass, String prefix)
          This is method will attempt to convert the description attribute into a localised value string from a message resource bundle.
 

Constructors in com.jcorporate.expresso.core.dbobj with parameters of type RequestContext
SecuredDBObject(RequestContext request)
          For using DBObjects within Controllers.
RowSecuredDBObject(RequestContext request)
          Creates a new RowSecuredDBObject object.
DBObject(RequestContext request)
          For using DBObjects within Controllers.
ISOValidValue(RequestContext request, String schemaClass, String prefix, String value, String description)
          Constructor of valid value enumeration which automatically canonizes the description attribute if it can be found in�the schema resource bundle
 

Uses of RequestContext in com.jcorporate.expresso.ext.dbobj
 

Constructors in com.jcorporate.expresso.ext.dbobj with parameters of type RequestContext
ISOCountryCodes(RequestContext request)
          For using DBObjects within Controllers.
ReverseLookupDomains(RequestContext request)
          For using DBObjects within Controllers.
RestrictedCountries(RequestContext request)
          For using DBObjects within Controllers.
RestrictedOverrides(RequestContext request)
          For using DBObjects within Controllers.
RegisteredUser(RequestContext request)
          For using DBObjects within Controllers.
 

Uses of RequestContext in com.jcorporate.expresso.ext.dbobj.regobj
 

Constructors in com.jcorporate.expresso.ext.dbobj.regobj with parameters of type RequestContext
Person(RequestContext request)
          For using DBObjects within Controllers.
Contact(RequestContext request)
          For using DBObjects within Controllers.
Phone(RequestContext request)
          For using DBObjects within Controllers.
Address(RequestContext request)
          For using DBObjects within Controllers.
 

Uses of RequestContext in com.jcorporate.expresso.services.dbobj
 

Constructors in com.jcorporate.expresso.services.dbobj with parameters of type RequestContext
DBObjLimit(RequestContext request)
          For using DBObjects within Controllers.
JobQueueParam(RequestContext request)
          For using DBObjects within Controllers.
TmpUser(RequestContext request)
          For using DBObjects within Controllers.
DBOtherMap(RequestContext request)
          For using DBObjects within Controllers.
Event(RequestContext request)
          For using DBObjects within Controllers.
UserPreferenceVal(RequestContext request)
          For using DBObjects within Controllers.
RegistrationDomain(RequestContext request)
          For using DBObjects within Controllers.
SecurityDBObject(RequestContext request)
          For using DBObjects within Controllers.
GroupNest(RequestContext request)
          For using DBObjects within Controllers.
ValidationQueueParam(RequestContext request)
          For using DBObjects within Controllers.
ControllerSecurity(RequestContext request)
          For using DBObjects within Controllers.
ValidationQueue(RequestContext request)
          For using DBObjects within Controllers.
JobHandlerControl(RequestContext request)
          For using DBObjects within Controllers.
MediaDBObject(RequestContext request)
          For using DBObjects within Controllers.
RegistrationDBObject(RequestContext request)
          For using DBObjects within Controllers.
EventMail(RequestContext request)
          For using DBObjects within Controllers.
LogEntry(RequestContext request)
          For using DBObjects within Controllers.
SchemaList(RequestContext request)
          For using DBObjects within Controllers.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.