com.jcorporate.expresso.services.controller |
This package contains Controller objects to perform basic administration functions within Expresso, including security maintenance,
testing, and default error handling.
|
Java Source File Name | Type | Comment |
CacheControl.java | Class | This Controller allows control of the CacheManager. |
Configuration.java | Class | |
ControllerSecurityMatrix.java | Class | The ControllerSecurityMatrix controller allows easy administration of
access to controller and states within the controllers. |
CronController.java | Class | Crontab Controller allows for basic insight into the currently running
crontabs on the system. |
DBMaint.java | Class | Controller that enables basic maintenance (add/update/delete) of any DBObject
DBMaint acts more as a controller for allowing operations on DBObjects.
The real work for adding, deleting, searching and updating is carried out by
a series of classes that are dynamically instantiated and live in the
com.jcorporate.expresso.core.servlet.commands package. |
DBSecurityMatrix.java | Class | The DBSecurityMatrix controller allows authorized users to easily
maintain the security permissions of different user groups to
database objects. |
EditUserPreference.java | Class | Allow a user to edit his/her user preferences, optionally restricting to a single
set of preferences. |
ErrorHandler.java | Class | This controller handles errors in whatever way is appropriate
as specified in it's parameters. |
JobSecurityMatrix.java | Class | The JobSecurityMatrix controller allows easy administration of the
security rights of user groups to get to certain Jobs and to certain
methods in those Jobs (assuming the job has more than one method). |
Log.java | Class | |
LoginController.java | Class | Main Login Controller - used for login/logout and basic interaction with
the registration system. |
LoginListener.java | Interface | |
QueueJob.java | Class | Controller to queue any named job that the user has permission
to queue. |
Registration.java | Class | Registration Controller. |
RegistrationFactory.java | Interface | Registration factory implements the two required method to deal with
Login and registration. |
SimpleLoginController.java | Class | Main Login Controller - used for login/logout and basic interaction with
the registration system. |
SimpleRegistration.java | Class | SimpleRegistration Controller. |
Status.java | Class | |
ValidationController.java | Class | This is an Expresso controller that responds to the validator
clicking on an URL provided to him from the notification
from the validation job. |
WizardFormStack.java | Class | Utility class for wizard type interfaces. |