|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.struts.action.Action
com.jcorporate.expresso.core.controller.Controller
com.jcorporate.expresso.core.controller.DBController
com.jcorporate.expresso.ext.controller.ComponentManager
Component Manager Controller
Description: The Expresso Framework
Copyright: Copyright (c) 2001-2002
Company: JCorporate Ltd.
Component Manager is a short application to assist in the addition and removal of various Expresso-based components in an easy-to-use interface
The version that ships with Expresso 5.0 is marked Experimental and should not be used in a production environment unless your data has first been backed up.
Also note that the removal of a component also deletes the underlying tables and their associated data. Be sure to export any tables' data before removing a component
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.core.controller.Controller |
CONTROLLER_PARAM_KEY, CTL_SUCC_CTL, CTL_SUCC_STATE, CTL_SUCC_TRAN, mLog, NEWSTATE_EXCEPTION_KEY, ORIGINAL_URL_KEY, REQUEST_KEY, RESPONSE_KEY, RETURN_TO_SENDER_TRAN, STATE_ERR_CTL, STATE_ERR_STATE, STATE_ERR_TRAN, STATE_PARAM_KEY, STATE_SUCC_CTL, STATE_SUCC_STATE, STATE_SUCC_TRAN |
| Fields inherited from class org.apache.struts.action.Action |
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY |
| Constructor Summary | |
ComponentManager()
|
|
| Method Summary | |
String |
getTitle()
Returns the title of this controller |
protected ArrayList |
parseMarkedClassNames(ControllerRequest request,
ControllerResponse response)
|
protected ControllerResponse |
runComponentDetailsState(ControllerRequest request,
ControllerResponse response)
Lists the details of a particular schema component. |
protected ControllerResponse |
runListState(ControllerRequest request,
ControllerResponse response)
Lists the currently installed Schemas |
protected ControllerResponse |
runProcessAddState(ControllerRequest request,
ControllerResponse response)
|
protected ControllerResponse |
runProcessDeleteState(ControllerRequest request,
ControllerResponse response)
|
protected ControllerResponse |
runPromptAddState(ControllerRequest request,
ControllerResponse response)
|
protected ControllerResponse |
runPromptDeleteState(ControllerRequest request,
ControllerResponse response)
|
protected void |
runVerifyInstallState(ControllerRequest request,
ControllerResponse response)
|
| Methods inherited from class com.jcorporate.expresso.core.controller.DBController |
getString, isAllowed, stateAllowed |
| Methods inherited from class org.apache.struts.action.Action |
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentManager()
| Method Detail |
public String getTitle()
getTitle in class Controller
protected ControllerResponse runListState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
protected ControllerResponse runPromptAddState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
protected ControllerResponse runProcessAddState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
protected ControllerResponse runComponentDetailsState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
protected ControllerResponse runPromptDeleteState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
protected void runVerifyInstallState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerException - upon error
NonHandleableException - upon fatal error
protected ArrayList parseMarkedClassNames(ControllerRequest request,
ControllerResponse response)
throws ControllerException
ControllerException
protected ControllerResponse runProcessDeleteState(ControllerRequest request,
ControllerResponse response)
throws ControllerException,
NonHandleableException
request - The ControllerRequest object handed down
by the base controller class.response - The ControllerResponse object that is filled
out by this function.
ControllerResponse object.
ControllerException - upon error
NonHandleableException - upon fatal error
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||