org.andromda.cartridges.bpm4struts.metafacades
Class StrutsForwardLogicImpl

java.lang.Object
  extended by org.andromda.core.metafacade.MetafacadeBase
      extended by org.andromda.cartridges.bpm4struts.metafacades.StrutsForwardLogic
          extended by org.andromda.cartridges.bpm4struts.metafacades.StrutsForwardLogicImpl
All Implemented Interfaces:
StrutsForward, org.andromda.metafacades.uml.FrontEndForward, org.andromda.metafacades.uml.ModelElementFacade, org.andromda.metafacades.uml.TransitionFacade
Direct Known Subclasses:
StrutsActionLogic

public class StrutsForwardLogicImpl
extends StrutsForwardLogic

MetafacadeLogic implementation.

See Also:
StrutsForward

Field Summary
 
Fields inherited from class org.andromda.cartridges.bpm4struts.metafacades.StrutsForwardLogic
metaObject
 
Fields inherited from class org.andromda.core.metafacade.MetafacadeBase
contextRoot, logger
 
Constructor Summary
StrutsForwardLogicImpl(java.lang.Object metaObject, java.lang.String context)
           
 
Method Summary
 java.util.List getActions()
          Overridden since StrutsAction doesn't extend FrontEndAction.
protected  java.lang.String handleGetActionMethodName()
           
protected  java.lang.String handleGetForwardName()
           
protected  java.lang.String handleGetForwardPath()
           
protected  java.lang.String handleGetGuardName()
           
protected  java.lang.Object handleGetStrutsActivityGraph()
           
protected  java.util.Map handleGetSuccessMessages()
           
protected  java.lang.String handleGetTargetNameKey()
           
protected  java.util.Map handleGetWarningMessages()
           
protected  boolean handleIsEnteringPage()
           
protected  boolean handleIsExitingPage()
           
protected  boolean handleIsSuccessMessagesPresent()
           
protected  boolean handleIsWarningMessagesPresent()
           
 
Methods inherited from class org.andromda.cartridges.bpm4struts.metafacades.StrutsForwardLogic
copyTaggedValues, findTaggedValue, findTaggedValues, getActionMethodName, getConstraints, getConstraints, getDecisionTrigger, getDocumentation, getDocumentation, getDocumentation, getEffect, getForwardName, getForwardParameters, getForwardPath, getFrontEndActivityGraph, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGuard, getGuardName, getId, getLanguageMappings, getModel, getName, getOperationCall, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSource, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getStrutsActivityGraph, getSuccessMessages, getTaggedValues, getTarget, getTargetDependencies, getTargetNameKey, getTemplateParameter, getTemplateParameters, getTrigger, getUseCase, getValidationName, getValidationOwner, getVisibility, getWarningMessages, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isContainedInFrontEndUseCase, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isEnteringPage, isEnteringView, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isExitingPage, isExitingView, isFrontEndForwardMetaType, isModelElementFacadeMetaType, isStrutsForwardMetaType, isSuccessMessagesPresent, isTemplateParametersPresent, isTransitionFacadeMetaType, isTriggerPresent, isWarningMessagesPresent, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 
Methods inherited from class org.andromda.core.metafacade.MetafacadeBase
equals, getConfiguredProperty, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrutsForwardLogicImpl

public StrutsForwardLogicImpl(java.lang.Object metaObject,
                              java.lang.String context)
Method Detail

handleGetGuardName

protected java.lang.String handleGetGuardName()
Specified by:
handleGetGuardName in class StrutsForwardLogic
See Also:
StrutsForward.getGuardName()

handleIsEnteringPage

protected boolean handleIsEnteringPage()
Specified by:
handleIsEnteringPage in class StrutsForwardLogic
See Also:
StrutsForward.isEnteringPage()

handleGetForwardName

protected java.lang.String handleGetForwardName()
Specified by:
handleGetForwardName in class StrutsForwardLogic
See Also:
StrutsForward.getForwardName()

handleGetForwardPath

protected java.lang.String handleGetForwardPath()
Specified by:
handleGetForwardPath in class StrutsForwardLogic
See Also:
StrutsForward.getForwardPath()

handleGetActionMethodName

protected java.lang.String handleGetActionMethodName()

handleGetTargetNameKey

protected java.lang.String handleGetTargetNameKey()
Specified by:
handleGetTargetNameKey in class StrutsForwardLogic
See Also:
StrutsForward.getTargetNameKey()

handleIsExitingPage

protected boolean handleIsExitingPage()
Specified by:
handleIsExitingPage in class StrutsForwardLogic
See Also:
StrutsForward.isExitingPage()

handleIsSuccessMessagesPresent

protected boolean handleIsSuccessMessagesPresent()
Specified by:
handleIsSuccessMessagesPresent in class StrutsForwardLogic
See Also:
StrutsForward.isSuccessMessagesPresent()

handleIsWarningMessagesPresent

protected boolean handleIsWarningMessagesPresent()
Specified by:
handleIsWarningMessagesPresent in class StrutsForwardLogic
See Also:
StrutsForward.isWarningMessagesPresent()

handleGetSuccessMessages

protected java.util.Map handleGetSuccessMessages()
Specified by:
handleGetSuccessMessages in class StrutsForwardLogic
See Also:
StrutsForward.getSuccessMessages()

handleGetWarningMessages

protected java.util.Map handleGetWarningMessages()
Specified by:
handleGetWarningMessages in class StrutsForwardLogic
See Also:
StrutsForward.getWarningMessages()

handleGetStrutsActivityGraph

protected java.lang.Object handleGetStrutsActivityGraph()
Specified by:
handleGetStrutsActivityGraph in class StrutsForwardLogic

getActions

public java.util.List getActions()
Overridden since StrutsAction doesn't extend FrontEndAction.

Specified by:
getActions in interface org.andromda.metafacades.uml.FrontEndForward
Overrides:
getActions in class StrutsForwardLogic
See Also:
FrontEndForward.getActions()


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.