Package | Description |
---|---|
org.andromda.cartridges.bpm4struts.metafacades |
Modifier and Type | Interface and Description |
---|---|
interface |
StrutsAction
Represents a Struts action.
|
interface |
StrutsExceptionHandler
A Struts exception handler intercepts action exceptions and delegates them into a page that will
handle it, by for example simply displaying it.
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsActionLogic
Represents a Struts action.
|
class |
StrutsActionLogicImpl
MetafacadeLogic implementation.
|
class |
StrutsExceptionHandlerLogic
A Struts exception handler intercepts action exceptions and delegates them into a page that will
handle it, by for example simply displaying it.
|
class |
StrutsExceptionHandlerLogicImpl
MetafacadeLogic implementation.
|
class |
StrutsForwardLogic
A Struts forward is any transition between states.
|
class |
StrutsForwardLogicImpl
MetafacadeLogic implementation.
|
Modifier and Type | Method and Description |
---|---|
protected StrutsForward |
StrutsExceptionHandlerLogic.getSuperStrutsForward()
Gets the StrutsForward parent instance.
|
Modifier and Type | Method and Description |
---|---|
List<StrutsForward> |
StrutsActionLogic.getActionForwards()
Represents a Struts action.
|
List<StrutsForward> |
StrutsAction.getActionForwards()
Returns all action forwards for this action.
|
List<StrutsForward> |
StrutsActionLogic.getDecisionTransitions()
Represents a Struts action.
|
List<StrutsForward> |
StrutsAction.getDecisionTransitions()
Returns all the transitions coming out of decision points.
|
List<StrutsForward> |
StrutsJspLogic.getNonActionForwards()
A Struts JSP represents a page in the web application.
|
List<StrutsForward> |
StrutsJsp.getNonActionForwards()
The collection of outgoing forwards that are not actions.
|
List<StrutsForward> |
StrutsActionLogic.getTransitions()
Represents a Struts action.
|
List<StrutsForward> |
StrutsAction.getTransitions()
All the transitions that make up this action, this directly maps onto the forwards.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.