Package | Description |
---|---|
org.andromda.cartridges.bpm4struts.metafacades |
Modifier and Type | Class and Description |
---|---|
class |
StrutsJspLogic
A Struts JSP represents a page in the web application.
|
class |
StrutsJspLogicImpl
MetafacadeLogic implementation.
|
Modifier and Type | Method and Description |
---|---|
StrutsJsp |
StrutsActionLogic.getInput()
Represents a Struts action.
|
StrutsJsp |
StrutsAction.getInput()
The jsp on which this action can be triggered.
|
StrutsJsp |
StrutsParameterLogic.getJsp()
A Struts parameter is an object communicated between the client and the server.
|
StrutsJsp |
StrutsParameter.getJsp()
Represents the jsp page in which this parameter will be used: either as a page variable,
either as an action parameter (form or hyperlink).
|
Modifier and Type | Method and Description |
---|---|
List<StrutsJsp> |
StrutsUseCaseLogic.getAllPages()
A Struts use-case represents a set of related client/server requests and communication.
|
List<StrutsJsp> |
StrutsUseCase.getAllPages()
This method returns all pages in the application.
|
List<StrutsJsp> |
StrutsUseCaseLogic.getPages()
A Struts use-case represents a set of related client/server requests and communication.
|
List<StrutsJsp> |
StrutsUseCase.getPages()
This method returns all pages in the use-case.
|
List<StrutsJsp> |
StrutsActionLogic.getTargetPages()
Returns all actions that possibly result in returning this page.
|
List<StrutsJsp> |
StrutsAction.getTargetPages()
The set of pages that are a possible target of the triggering of this action.
|
protected List<StrutsJsp> |
StrutsUseCaseLogicImpl.handleGetAllPages() |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.