|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionContextIF
INTERNAL: Stores parameters (key-value pairs: where key is the name of the parameter and value is a String objects)
Method Summary | |
---|---|
Collection |
getAllActions()
INTERNAL: Returns all the ActionData objects created for this request, whether triggered or not. |
Collection |
getParameterNames()
INTERNAL: Gets all parameter names stored in this map. |
Map |
getParameters()
INTERNAL: Gets all the parameter key value pairs. |
String |
getParameterSingleValue(String paramName)
INTERNAL: Checks that for the given parameter name exactly one value is available and returns this. |
String[] |
getParameterValues(String paramName)
INTERNAL: Gets the parameter values (as a String array) belonging to the given parameter name. |
UserIF |
getUser()
INTERNAL: Gets the user object who executed the requests and in which authority the consequenctly executed actions run. |
Method Detail |
---|
UserIF getUser()
Map getParameters()
String[] getParameterValues(String paramName)
String getParameterSingleValue(String paramName)
Collection getParameterNames()
Collection getAllActions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |