|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppleRequest
AppleRequest defines the services an AppleController can collect from the current request.
| Method Summary | |
|---|---|
Request |
getCocoonRequest()
|
String |
getSitemapParameter(String key)
Finds a named parameter in the request. |
String |
getSitemapParameter(String key,
String defaultValue)
Finds a named parameter in the request using the overloaded method getSitemapParameter(String) but lets the returned value
default to the second argument in case the delegation resulted into
null |
Set |
getSitemapParameterNames()
|
| Method Detail |
|---|
Request getCocoonRequest()
Set getSitemapParameterNames()
String getSitemapParameter(String key)
key - of parameter to lookup
String getSitemapParameter(String key,
String defaultValue)
getSitemapParameter(String) but lets the returned value
default to the second argument in case the delegation resulted into
null
key - of parameter to lookupdefaultValue - return-value in case the lookup returned null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||