public interface IServiceContext
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_TYPE
Key for the service type parameter, which determines the actual service to be invoked.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter(java.lang.String key)
Returns the request parameter for the given key.
|
java.util.Set<java.lang.String> |
getParameterKeys()
The available keys that can be used as arguments to
getParameter(String). |
ISession |
getSession()
Returns a session into which information can be stored across multiple requests from
the same client.
|
static final java.lang.String SERVICE_TYPE
java.util.Set<java.lang.String> getParameterKeys()
getParameter(String).java.lang.String getParameter(java.lang.String key)
ISession getSession()
Warning: This method may have side effects on the response sent to the client, such as adding a session Id.