public interface WebEdRequestIF
Modifier and Type | Method and Description |
---|---|
ActionParametersIF |
getActionParameters(String name)
PUBLIC: Returns the parameters of the named action.
|
boolean |
getActionsExecuted()
PUBLIC: Returns true if at least one action has already been run
in this request.
|
UserIF |
getUser()
PUBLIC: Returns the user object connected with this request.
|
ActionParametersIF getActionParameters(String name)
UserIF getUser()
boolean getActionsExecuted()