|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.Action com.jcorporate.expresso.core.controller.Controller com.jcorporate.expresso.core.controller.DBController com.sri.common.controller.AbstractDBController com.sri.common.controller.AbstractComponentController com.sri.emo.wizard.expressoimpl.WizardController com.sri.emo.controller.CreationWizardAction
public class CreationWizardAction
Field Summary | |
---|---|
static String |
PARAM_TARGET_ID
|
Fields inherited from class com.sri.emo.wizard.expressoimpl.WizardController |
---|
CANCEL_STATE, CURRENT_PAGE_NUM, DISPLAY_STATE, FINISH_REQUEST, FINISH_RESPONSE, FINISH_STATE, NEXT_STATE, PREVIOUS_STATE, REQUEST_ID, SESSION_STATE_KEY_PREFIX, STATE_BEGIN, STATE_JUMP_BACKWARDS, TOTAL_PAGES, WIZ_DATA_ID, WIZ_PAGE_PARAMETER, WIZ_PARAMETER_ID, WIZ_RESULT_ID |
Fields inherited from class com.sri.common.controller.AbstractComponentController |
---|
REQUEST_CONTAINER |
Fields inherited from class com.sri.common.controller.AbstractDBController |
---|
COLUMN, COMMON_FOOTER_HANDLER, COMMON_HEADER_HANDLER, DELIMIT, EDIT_GROUP_DISPLAY, EMBEDDED_MODE, FOOTER, MAX_CHARS_OUTPUT, MAX_TEXTAREA_LENGTH, MULTIPLE_TEXTAREA_NUM_LINES, ROW, ROW_BLOCK, SESSION_CONTAINER, SINGLE_TEXTAREA_NUM_LINES, TEXTAREA_NUM_COLS, WARNING_LIST |
Fields inherited from class com.jcorporate.expresso.core.controller.DBController |
---|
CACHE_NAME |
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 |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
CreationWizardAction()
Default constructor -- no added state.s |
Method Summary | |
---|---|
protected void |
afterFinishState(ExpressoRequest request,
ExpressoResponse response)
Template method. |
protected Serializable |
extractPostedWizardData(ExpressoRequest request)
For relation pages, this version extracts the entire request paramter map because the relation wizard needs all that nasty hard-to-read checkbox data. |
protected Transition |
getCancelTransition()
Override to provide backlink to list wizards page in EMO. |
protected WizardMementoConverter |
getMementoConverter()
Template Method. |
protected Wizard |
newWizard(ExpressoRequest request)
Override of WizardController to provide for the unique capabilities and requirements of an ExpressoAwareWizardRepository as defined in the Schema. |
protected void |
runNextState(ExpressoRequest request,
ExpressoResponse response)
Runs the next state. |
Methods inherited from class com.sri.emo.wizard.expressoimpl.WizardController |
---|
addOnFinishWizardParameters, addPageNumberForSequentialWizards, addWizardInput, getCurrentPage, getCurrentWizard, getSessionKey, getTitle, handleNoEntryErrorInPage, hasNoDataEntryAndShould, releaseWizard, runBeginState, runCancelState, runDisplayState, runFinishState, runJumpBackwardsState, runPreviousState, storeWizInSession |
Methods inherited from class com.sri.common.controller.AbstractComponentController |
---|
addStateHandler, initializeControllerContainer, locate, locator, newExpressoState, postPerform, prePerform |
Methods inherited from class com.sri.common.controller.AbstractDBController |
---|
addEmbeddedParameter, addWarning, addWarningList, getActionForwarding, getCheckbox, getPermsTrans, getPrettyXML, getTextArea, getTextArea, getWarningList, isEmbeddedMode, isValidAndPopulated, outputXML, populateDBObject, stateAllowed, str, strTrunc, trimAllTextFields |
Methods inherited from class com.jcorporate.expresso.core.controller.DBController |
---|
getString, isAllowed |
Methods inherited from class org.apache.struts.action.Action |
---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAM_TARGET_ID
Constructor Detail |
---|
public CreationWizardAction()
Method Detail |
---|
protected void runNextState(ExpressoRequest request, ExpressoResponse response) throws ControllerException, NonHandleableException
runNextState
in class WizardController
request
- the ExpressoRequest
objectresponse
- the ExpressoResponse
object.
ControllerException
- upon error
NonHandleableException
- upon fatal errorprotected Transition getCancelTransition()
getCancelTransition
in class WizardController
protected Wizard newWizard(ExpressoRequest request) throws WizardException, ControllerException
newWizard
in class WizardController
request
- The ExpressoRequest
Object
WizardException
- upon
wizard related construction error
ControllerException
- upon
parameter retrieval error.protected WizardMementoConverter getMementoConverter()
getMementoConverter
in class WizardController
protected Serializable extractPostedWizardData(ExpressoRequest request)
extractPostedWizardData
in class WizardController
request
- ExpressoRequest
protected void afterFinishState(ExpressoRequest request, ExpressoResponse response) throws ControllerException
afterFinishState
in class WizardController
request
- ExpressoRequest Expresso Request objectresponse
- ExpressoResponse ExpressoResponse object
ControllerException
- upon errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |