@StableMinor(version="7.1", sinceVersion="4.0") public interface IServiceInterfaceRequest extends PortletRequest
PortletRequest.P3PUserInfos
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_LEVEL_HIGH |
static int |
DEBUG_LEVEL_LOW |
static int |
DEBUG_LEVEL_MEDIUM |
static int |
DEBUG_LEVEL_NONE |
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
getAttribute, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
static final int DEBUG_LEVEL_NONE
static final int DEBUG_LEVEL_LOW
static final int DEBUG_LEVEL_MEDIUM
static final int DEBUG_LEVEL_HIGH
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()
getCookies
in interface PortletRequest
IServiceInterfaceRequestDispatcher getRequestDispatcher(String path)
int getServiceInstanceDebugLevel()
FileParameter getFileParameter(String parameterName)
String getCallerServiceInterfaceInstanceId()
boolean isPreview()
int getMode()
@Deprecated void setMode(int mode)
IBusinessContext getBusinessContext()
PageWebResource getPageWebResource()
PageWebResource
of this request.PageWebResource
of this request.Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.