| org.apache.cocoon.components.flow.apples.AppleRequest
All known Subclasses: org.apache.cocoon.components.flow.apples.DefaultAppleRequest,
AppleRequest | public interface AppleRequest (Code) | | AppleRequest defines the services an AppleController can collect
from the current request.
|
getCocoonRequest | public Request getCocoonRequest()(Code) | | the wrapped cocoon environment Request |
getSitemapParameter | public String getSitemapParameter(String key)(Code) | | Finds a named parameter in the request.
Parameters: key - of parameter to lookup the parameter-value |
getSitemapParameter | public String getSitemapParameter(String key, String defaultValue)(Code) | | Finds a named parameter in the request using the overloaded method
AppleRequest.getSitemapParameter(String) but lets the returned value
default to the second argument in case the delegation resulted into
null
Parameters: key - of parameter to lookup Parameters: defaultValue - return-value in case the lookup returned null the parameter-value or if that was null: the defaultValue passed. |
getSitemapParameterNames | public Set getSitemapParameterNames()(Code) | | Set of String's listing all available sitemap-parameters passed. |
|
|