|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionResult.NavigationType | |
---|---|
net.sf.easyweb4j.controller | Classes managing controllers. |
Uses of ActionResult.NavigationType in net.sf.easyweb4j.controller |
---|
Methods in net.sf.easyweb4j.controller that return ActionResult.NavigationType | |
---|---|
ActionResult.NavigationType |
ActionResult.getNavigationType()
|
static ActionResult.NavigationType |
ActionResult.NavigationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionResult.NavigationType[] |
ActionResult.NavigationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sf.easyweb4j.controller with parameters of type ActionResult.NavigationType | |
---|---|
ActionResult(ActionResult.NavigationType navigationType,
String controller,
String view,
String id,
boolean renderLayout)
Constructor to initialize the result of the action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |