|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface IServiceInterfaceRequest
Interface that interfaces receive to get request information
Field Summary | |
---|---|
static int |
DEBUG_LEVEL_HIGH
|
static int |
DEBUG_LEVEL_LOW
|
static int |
DEBUG_LEVEL_MEDIUM
|
static int |
DEBUG_LEVEL_NONE
|
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Field Detail |
---|
static final int DEBUG_LEVEL_NONE
static final int DEBUG_LEVEL_LOW
static final int DEBUG_LEVEL_MEDIUM
static final int DEBUG_LEVEL_HIGH
Method Detail |
---|
Enumeration<String> getAttributeNames()
Enumeration
containing the names of the
attributes available to this request. This method returns an empty
Enumeration
if the request has no attributes available to
it.
getAttributeNames
in interface PortletRequest
Enumeration
of strings containing the names of
the request attributes, or an empty Enumeration
if
the request has no attributes available to it.Enumeration<String> getParameterNames()
Enumeration
of String
objects
containing the names of the parameters contained in this request. If the
request has no parameters, the method returns an empty
Enumeration
.
Only parameters targeted to the current service interface are returned.
getParameterNames
in interface PortletRequest
Enumeration
of String
objects,
each String
containing the name of a request
parameter; or an empty Enumeration
if the request
has no parameters.Map<String,String[]> getParameterMap()
Map
of the parameters of this request. Request
parameters are extra information sent with the request. The returned
parameters are "x-www-form-urlencoded" decoded.
The values in the returned Map
are from type String array (
String[]
).
If no parameters exist this method returns an empty Map
.
getParameterMap
in interface PortletRequest
Map
containing parameter names as
keys and parameter values as map values, or an empty
Map
if no parameters exist. The keys in the
parameter map are of type String. The values in the parameter map
are of type String array (String[]
).String getServiceInterfaceInstanceId()
ServiceInterfaceInstanceConfig getServiceInterfaceInstanceConfig()
ServiceInterfaceConfig getServiceInterfaceConfig()
ServiceInstanceConfig getServiceInstanceConfig()
ServiceConfig getServiceConfig()
PageConfig getPageConfig()
void setSessionConfig(SessionConfig sessionConfig)
userSessionId
- SessionConfig getSessionConfig()
Cookie[] getCookies()
Cookie getCookie(String cookieName)
String getHeader(String header)
IServiceInterfaceRequestDispatcher getRequestDispatcher(String path)
int getServiceInstanceDebugLevel()
FileParameter getFileParameter(String parameterName)
String getCallerServiceInterfaceInstanceId()
boolean isPreview()
int getMode()
void setMode(int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |