| |
|
| com.sun.faces.portlet.ExternalContextImpl
ExternalContextImpl | public class ExternalContextImpl extends ExternalContext (Code) | | Concrete implementation of ExternalContext for use in
a portlet environment.
|
ExternalContextImpl | public ExternalContextImpl(PortletContext context, PortletRequest request, PortletResponse response)(Code) | | Create a new instance wrapping the specified Portlet API objects.
Parameters: context - The PortletContext for this application Parameters: request - The PortletRequest for this request Parameters: response - The PortletResponse for this response |
getApplicationMap | public Map getApplicationMap()(Code) | | |
getInitParameterMap | public Map getInitParameterMap()(Code) | | |
getRequestContextPath | public String getRequestContextPath()(Code) | | |
getRequestCookieMap | public Map getRequestCookieMap()(Code) | | |
getRequestHeaderMap | public Map getRequestHeaderMap()(Code) | | |
getRequestHeaderValuesMap | public Map getRequestHeaderValuesMap()(Code) | | |
getRequestMap | public Map getRequestMap()(Code) | | |
getRequestParameterMap | public Map getRequestParameterMap()(Code) | | |
getRequestParameterNames | public Iterator getRequestParameterNames()(Code) | | |
getRequestParameterValuesMap | public Map getRequestParameterValuesMap()(Code) | | |
getRequestServletPath | public String getRequestServletPath()(Code) | | |
getSessionMap | public Map getSessionMap()(Code) | | |
|
|
|