org.apache.myfaces.context.portlet
public class PortletExternalContextImpl extends ExternalContext implements ReleaseableExternalContext
Version: $Revision: 215974 $ $Date: 2005-07-12 17:55:45 +0200 (Tue, 12 Jul 2005) $
Constructor Summary | |
---|---|
PortletExternalContextImpl(PortletContext portletContext, PortletRequest portletRequest, PortletResponse portletResponse) Creates a new instance of PortletFacesContextImpl |
Method Summary | |
---|---|
void | dispatch(String path) |
String | encodeActionURL(String url) |
String | encodeNamespace(String name) |
String | encodeResourceURL(String url) |
Map | getApplicationMap() |
String | getAuthType() |
Object | getContext() |
String | getInitParameter(String name) |
Map | getInitParameterMap() |
String | getRemoteUser() |
Object | getRequest() |
String | getRequestContextPath() |
Map | getRequestCookieMap() |
Map | getRequestHeaderMap() |
Map | getRequestHeaderValuesMap() |
Locale | getRequestLocale() |
Iterator | getRequestLocales() |
Map | getRequestMap() |
Map | getRequestParameterMap() |
Iterator | getRequestParameterNames() |
Map | getRequestParameterValuesMap() |
String | getRequestPathInfo() |
String | getRequestServletPath() |
URL | getResource(String path) |
InputStream | getResourceAsStream(String path) |
Set | getResourcePaths(String path) |
Object | getResponse() |
Object | getSession(boolean create) |
Map | getSessionMap() |
Principal | getUserPrincipal() |
boolean | isUserInRole(String role) |
void | log(String message) |
void | log(String message, Throwable exception) |
void | redirect(String url) |
void | release() |