|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GrailsRequestStateLookupStrategy
Strategy interface for obtaining details about the currently executing request
| Method Summary | |
|---|---|
java.lang.String |
getActionName()
The action name |
java.lang.String |
getActionName(java.lang.String controllerName)
The action name for the given controller name |
java.lang.String |
getCharacterEncoding()
The character encoding of the request |
java.lang.String |
getContextPath()
Obtains the context path to use from the request |
java.lang.String |
getControllerName()
The controller name |
| Method Detail |
|---|
java.lang.String getContextPath()
java.lang.String getCharacterEncoding()
java.lang.String getControllerName()
java.lang.String getActionName(java.lang.String controllerName)
controllerName - The controller name
java.lang.String getActionName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||