public interface StrutsForward extends FrontEndForward
| Modifier and Type | Method and Description |
|---|---|
String |
getForwardName()
The name for this forward.
|
String |
getForwardPath()
Returns the path targetted by this forward.
|
String |
getGuardName()
If this forward is guarded (such as with decision points) this method return the name of that
guard.
|
StrutsActivityGraph |
getStrutsActivityGraph()
Returns the activity graph which holds this action if the graph is contained in a
FrontEndUseCase.
|
Map |
getSuccessMessages()
A map of key=value pairs, one for each success message.
|
String |
getTargetNameKey()
The resource bundle key of the name for the target element.
|
Map |
getWarningMessages()
A map of key=value pairs, one for each warning message.
|
boolean |
isEnteringPage()
True if this action directly targets a JSP page, false otherwise.
|
boolean |
isExitingPage()
Whether or not this forward (transition) is coming out of a page.
|
boolean |
isStrutsForwardMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isSuccessMessagesPresent()
TODO: Model Documentation for
org.andromda.cartridges.bpm4struts.metafacades.StrutsForward.successMessagesPresent
|
boolean |
isWarningMessagesPresent()
TODO: Model Documentation for
org.andromda.cartridges.bpm4struts.metafacades.StrutsForward.warningMessagesPresent
|
getActionMethodName, getActions, getDecisionTrigger, getForwardParameters, getFrontEndActivityGraph, getOperationCall, getUseCase, isContainedInFrontEndUseCase, isEnteringView, isExitingView, isFrontEndForwardMetaTypegetEffect, getGuard, getSource, getTarget, getTrigger, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isTransitionFacadeMetaType, isTriggerPresentcopyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariantsboolean isStrutsForwardMetaType()
trueString getForwardName()
String getForwardPath()
String getGuardName()
StrutsActivityGraph getStrutsActivityGraph()
Map getSuccessMessages()
String getTargetNameKey()
Map getWarningMessages()
boolean isEnteringPage()
boolean isExitingPage()
boolean isSuccessMessagesPresent()
boolean isWarningMessagesPresent()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.