Package | Description |
---|---|
org.andromda.cartridges.jsf2.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
JSFActionLogic
Represents an action taken during a "front-end" event execution on a JSF application.
|
class |
JSFActionLogicImpl
MetafacadeLogic implementation for org.andromda.cartridges.jsf2.metafacades.JSFAction.
|
Modifier and Type | Method and Description |
---|---|
List<JSFAction> |
JSFViewLogic.getActionForwards()
Represents a JSF view for a front-end application.
|
List<JSFAction> |
JSFView.getActionForwards()
All those forwards that are actions.
|
List<JSFAction> |
JSFUseCaseLogic.getActionForwards()
Represents a JSF use case.
|
List<JSFAction> |
JSFUseCase.getActionForwards()
All forwards in this use case that are represented as actions.
|
List<JSFAction> |
JSFViewLogic.getFormActions()
Represents a JSF view for a front-end application.
|
List<JSFAction> |
JSFView.getFormActions()
All actions that have forms associated with them.
|
List<JSFAction> |
JSFParameterLogic.getTableActions()
Represents a parameter in a JSF front-end.
|
List<JSFAction> |
JSFParameter.getTableActions()
Actions used when submitting forms for this table.
|
List<JSFAction> |
JSFParameterLogic.getTableFormActions()
Represents a parameter in a JSF front-end.
|
List<JSFAction> |
JSFParameter.getTableFormActions()
Actions used when submitting forms for this table.
|
List<JSFAction> |
JSFParameterLogic.getTableHyperlinkActions()
Represents a parameter in a JSF front-end.
|
List<JSFAction> |
JSFParameter.getTableHyperlinkActions()
Actions that are working with this table and are to be represented as hyperlinks.
|
protected List<JSFAction> |
JSFUseCaseLogicImpl.handleGetActionForwards() |
protected List<JSFAction> |
JSFParameterLogicImpl.handleGetTableActions() |
protected List<JSFAction> |
JSFParameterLogicImpl.handleGetTableColumnActions(String columnName) |
protected List<JSFAction> |
JSFParameterLogicImpl.handleGetTableFormActions() |
protected List<JSFAction> |
JSFParameterLogicImpl.handleGetTableHyperlinkActions() |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.