Package | Description |
---|---|
org.andromda.cartridges.bpm4struts.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
StrutsParameterLogic
A Struts parameter is an object communicated between the client and the server.
|
class |
StrutsParameterLogicImpl
MetafacadeLogic implementation.
|
Modifier and Type | Method and Description |
---|---|
StrutsParameter |
StrutsParameterLogic.getTableGlobalActionParameter()
A Struts parameter is an object communicated between the client and the server.
|
StrutsParameter |
StrutsParameter.getTableGlobalActionParameter()
The column which is chosen to be submitted by the action targetting the entire table.
|
StrutsParameter |
StrutsActionLogic.getTableLinkParameter()
Those actions that are working on this table and are to be represented as hyperlinks.
|
StrutsParameter |
StrutsAction.getTableLinkParameter()
If the action is a table link then this property represents the table to which is being
linked.
|
Modifier and Type | Method and Description |
---|---|
List<StrutsParameter> |
StrutsActionLogic.getActionFormFields()
Represents a Struts action.
|
List<StrutsParameter> |
StrutsAction.getActionFormFields()
Returns all form fields for this action.
|
List<StrutsParameter> |
StrutsActionLogic.getActionParameters()
The actions used when submitting forms for this table.
|
List<StrutsParameter> |
StrutsAction.getActionParameters()
Returns all parameters transported in this action.
|
List<StrutsParameter> |
StrutsControllerLogic.getAllArguments()
A controller is assigned as the context of a use-case.
|
List<StrutsParameter> |
StrutsController.getAllArguments()
Returns all the arguments found in this controller's operations.
|
List<StrutsParameter> |
StrutsUseCaseLogic.getFormFields()
A Struts use-case represents a set of related client/server requests and communication.
|
List<StrutsParameter> |
StrutsUseCase.getFormFields()
Returns the form fields used in this use-case, in fact these are all the parameters used in
client/server communication for this use-case.
|
List<StrutsParameter> |
StrutsParameterLogic.getFormFields()
A Struts parameter is an object communicated between the client and the server.
|
List<StrutsParameter> |
StrutsParameter.getFormFields()
If this is a controller operation argument these form fields will represent the form fields
for all actions deferring to the controller operation.
|
List<StrutsParameter> |
StrutsActionLogic.getHiddenActionParameters()
Represents a Struts action.
|
List<StrutsParameter> |
StrutsAction.getHiddenActionParameters()
All action parameters that represent 'hidden' widgets.
|
List<StrutsParameter> |
StrutsUseCaseLogic.getPageVariables()
A Struts use-case represents a set of related client/server requests and communication.
|
List<StrutsParameter> |
StrutsUseCase.getPageVariables()
The variables for all pages in this use-case.
|
List<StrutsParameter> |
StrutsJspLogic.getPageVariables()
A Struts JSP represents a page in the web application.
|
List<StrutsParameter> |
StrutsJsp.getPageVariables()
Returns all those variables that will be present as variables in the target page.
|
List<StrutsParameter> |
StrutsActionLogic.getResettableActionParameters()
Represents a Struts action.
|
List<StrutsParameter> |
StrutsAction.getResettableActionParameters()
Gets all those parameters that should be reset after action execution.
|
List<StrutsParameter> |
StrutsActionLogic.getTableNonColumnFormParameters()
Represents a Struts action.
|
List<StrutsParameter> |
StrutsAction.getTableNonColumnFormParameters()
This table action's parameters not mapped to any table column.
|
protected List<StrutsParameter> |
StrutsActionLogicImpl.handleGetHiddenActionParameters() |
protected List<StrutsParameter> |
StrutsActionLogicImpl.handleGetResettableActionParameters() |
protected List<StrutsParameter> |
StrutsActionLogicImpl.handleGetTableNonColumnFormParameters() |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.