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
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(HttpServletRequest arg0,
PortalRequestParameters parameters)
throws ServiceContainerException,
PortalException
- Parameters:
arg0
-
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceFileParameter
public FileParameter getServiceInterfaceInstanceFileParameter(String name,
String serviceInterfaceInstanceId)
getServiceInterfaceInstanceParameter
public String getServiceInterfaceInstanceParameter(String name,
String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameterNames
public Enumeration<String> getServiceInterfaceInstanceParameterNames(String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameterValues
public String[] getServiceInterfaceInstanceParameterValues(String name,
String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
getServiceInterfaceInstanceParameters
public Map<String,String[]> getServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
setServiceInterfaceInstanceParameters
public void setServiceInterfaceInstanceParameters(String serviceInterfaceInstanceId,
Map<String,String[]> parameters)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
setServiceInterfaceInstanceFileParameters
public void setServiceInterfaceInstanceFileParameters(String serviceInterfaceInstanceId,
Map<String,FileParameter> parameters)
throws ServiceContainerException,
PortalException
- Throws:
ServiceContainerException
PortalException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.