lumis.portal.servicecontainer
Class ServiceContainerHttpServletRequest
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
- All Implemented Interfaces:
- javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
public class ServiceContainerHttpServletRequest
- extends javax.servlet.http.HttpServletRequestWrapper
- Since:
- 4.0.0
Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from class javax.servlet.ServletRequestWrapper |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest |
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 |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
ServiceContainerHttpServletRequest
public ServiceContainerHttpServletRequest(javax.servlet.http.HttpServletRequest arg0,
PortalRequestParameters parameters)
throws ServiceContainerException,
PortalException
- Parameters:
arg0
-
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceFileParameter
public FileParameter getServiceInterfaceInstanceFileParameter(java.lang.String name,
java.lang.String serviceInterfaceInstanceId)
getServiceInterfaceInstanceParameter
public java.lang.String getServiceInterfaceInstanceParameter(java.lang.String name,
java.lang.String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameterNames
public java.util.Enumeration<java.lang.String> getServiceInterfaceInstanceParameterNames(java.lang.String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameterValues
public java.lang.String[] getServiceInterfaceInstanceParameterValues(java.lang.String name,
java.lang.String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameters
public java.util.Map<java.lang.String,java.lang.String[]> getServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
setServiceInterfaceInstanceParameters
public void setServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId,
java.util.Map<java.lang.String,java.lang.String[]> parameters)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
setServiceInterfaceInstanceFileParameters
public void setServiceInterfaceInstanceFileParameters(java.lang.String serviceInterfaceInstanceId,
java.util.Map<java.lang.String,FileParameter> parameters)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.