|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScenarioRequest
Represents the request to the current scenario.
| Nested Class Summary | |
|---|---|
static class |
IScenarioRequest.ProjectionDefines the requested projection from the client. |
| Method Summary | |
|---|---|
java.lang.Object |
getHttpRequest()Get the HttpServletRequest associated with the current scenario context, if any. |
java.lang.Object |
getHttpResponse()Get the HttpServletResponse associated with the current scenario context, if any. |
java.util.Locale |
getLocale()Returns the specified locale within this scenario context. |
java.lang.String |
getNamespace()Returns the current namespace within the current scenario context. |
java.lang.Integer |
getPageSize()Returns the page size requested by the client. |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()Returns a map of input parameters associated with the current scenario context. |
IScenarioRequest.Projection |
getProjection()Returns the projection requested by the client. |
java.lang.Integer |
getStartIndex()Returns the start index requested by the client. |
java.security.Principal |
getUserPrincipal()Returns a java.security.Principal object containing the name of the current authenticated user. |
void |
setLocale(java.util.Locale locale)Sets the current locale for the current request |
void |
setNamespace(java.lang.String namespace)Sets the current namespace of the request. |
| Method Detail |
|---|
java.security.Principal getUserPrincipal()
java.util.Map<java.lang.String,java.lang.String> getParameters()
java.util.Locale getLocale()
Default is Locale.getDefaultLocale()
java.lang.String getNamespace()
void setNamespace(java.lang.String namespace)
namespace - The current namespace.void setLocale(java.util.Locale locale)
locale - The localejava.lang.Object getHttpRequest()
java.lang.Object getHttpResponse()
java.lang.Integer getStartIndex()
java.lang.Integer getPageSize()
IScenarioRequest.Projection getProjection()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||