Package | Description |
---|---|
org.andromda.cartridges.bpm4struts.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
StrutsActionLogic
Represents a Struts action.
|
class |
StrutsActionLogicImpl
MetafacadeLogic implementation.
|
Modifier and Type | Method and Description |
---|---|
StrutsAction |
StrutsActivityGraphLogic.getFirstAction()
Represents the activity graph describing the details of a Struts use-case.
|
StrutsAction |
StrutsActivityGraph.getFirstAction()
Returns the first action encountered in this activity graph.
|
StrutsAction |
StrutsTriggerLogic.getStrutsAction()
Returns the trigger that calls this action.
|
StrutsAction |
StrutsTrigger.getStrutsAction()
If isActionTrigger() returns true them this association points to the action to which the
trigger has been associated.
|
StrutsAction |
StrutsParameterLogic.getStrutsAction()
A Struts parameter is an object communicated between the client and the server.
|
StrutsAction |
StrutsParameter.getStrutsAction()
Represents a Struts action.
|
Modifier and Type | Method and Description |
---|---|
List<StrutsAction> |
StrutsJspLogic.getIncomingActions()
The set of pages that are a possible target of the triggering of this action.
|
List<StrutsAction> |
StrutsJsp.getIncomingActions()
Returns all actions that possibly result in returning this page.
|
List<StrutsAction> |
StrutsParameterLogic.getTableFormActions()
Returns all parameters transported in this action.
|
List<StrutsAction> |
StrutsParameter.getTableFormActions()
The actions used when submitting forms for this table.
|
Collection<StrutsAction> |
StrutsParameterLogic.getTableGlobalActions()
A Struts parameter is an object communicated between the client and the server.
|
Collection<StrutsAction> |
StrutsParameter.getTableGlobalActions()
Returns those actions that allow table rows to be checked and submitted.
|
List<StrutsAction> |
StrutsParameterLogic.getTableHyperlinkActions()
If the action is a table link then this property represents the table to which is being
linked.
|
List<StrutsAction> |
StrutsParameter.getTableHyperlinkActions()
Those actions that are working on this table and are to be represented as hyperlinks.
|
protected List<StrutsAction> |
StrutsParameterLogicImpl.handleGetTableColumnActions(String columnName) |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.