Package lumis.portal.servicecontainer
Class ServiceContainerHttpServletRequest
- java.lang.Object
-
- javax.servlet.ServletRequestWrapper
-
- javax.servlet.http.HttpServletRequestWrapper
-
- lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
-
- All Implemented Interfaces:
HttpServletRequest
,ServletRequest
public class ServiceContainerHttpServletRequest extends HttpServletRequestWrapper
- Since:
- 4.0.0
- Version:
- $Revision: 14633 $ $Date: 2012-08-20 13:57:58 -0300 (Mon, 20 Aug 2012) $
-
-
Field Summary
-
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
-
Constructor Summary
Constructors Constructor Description ServiceContainerHttpServletRequest(HttpServletRequest arg0, PortalRequestParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpServletRequest
getHttpServletRequest()
FileParameter
getServiceInterfaceInstanceFileParameter(String name, String serviceInterfaceInstanceId)
String
getServiceInterfaceInstanceParameter(String name, String serviceInterfaceInstanceId)
Enumeration<String>
getServiceInterfaceInstanceParameterNames(String serviceInterfaceInstanceId)
Map<String,String[]>
getServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId)
String[]
getServiceInterfaceInstanceParameterValues(String name, String serviceInterfaceInstanceId)
void
setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters)
void
setServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId, Map<String,String[]> parameters)
-
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
-
Methods inherited from class javax.servlet.ServletRequestWrapper
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsync
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsync
-
-
-
-
Constructor Detail
-
ServiceContainerHttpServletRequest
public ServiceContainerHttpServletRequest(HttpServletRequest arg0, PortalRequestParameters parameters)
- Parameters:
arg0
-
-
-
Method Detail
-
getServiceInterfaceInstanceFileParameter
public FileParameter getServiceInterfaceInstanceFileParameter(String name, String serviceInterfaceInstanceId)
-
getServiceInterfaceInstanceParameter
public String getServiceInterfaceInstanceParameter(String name, String serviceInterfaceInstanceId) throws ServiceContainerException, PortalException
-
getServiceInterfaceInstanceParameterNames
public Enumeration<String> getServiceInterfaceInstanceParameterNames(String serviceInterfaceInstanceId) throws ServiceContainerException, PortalException
-
getServiceInterfaceInstanceParameterValues
public String[] getServiceInterfaceInstanceParameterValues(String name, String serviceInterfaceInstanceId) throws ServiceContainerException, PortalException
-
getServiceInterfaceInstanceParameters
public Map<String,String[]> getServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId) throws ServiceContainerException, PortalException
-
setServiceInterfaceInstanceParameters
public void setServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId, Map<String,String[]> parameters) throws ServiceContainerException, PortalException
-
setServiceInterfaceInstanceFileParameters
public void setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId, Map<String,FileParameter> parameters) throws ServiceContainerException, PortalException
-
getHttpServletRequest
public HttpServletRequest getHttpServletRequest()
-
-