org.apache.myfaces.webapp.filter.portlet
Class PortletExternalContextWrapper
java.lang.Object
javax.faces.context.ExternalContext
org.apache.myfaces.webapp.filter.portlet.PortletExternalContextWrapper
public class PortletExternalContextWrapper
- extends javax.faces.context.ExternalContext
This class encapsulate the ExternalContext given, adding support for
inputFileUpload (necessary when this is encapsulated with
MultipartRequestWrapper). For make available the parameters map on a
multipart content request, it is necessary to encapsulate the original
request with MultipartRequestWrapper, but the original ExternalContext
is tied with the original request so we need to do this wrapper using
the delegate pattern starting with TomahawkFacesContextFactory.
NOTE: This class should is used(instantiated) only by
TomahawkFacesContextWrapper. By that reason, it could change
in the future.
- Since:
- 1.1.7
- Author:
- Martin Marinschek
Fields inherited from class javax.faces.context.ExternalContext |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Constructor Summary |
PortletExternalContextWrapper(javax.faces.context.ExternalContext delegate,
java.lang.Object request,
java.lang.Object response,
boolean multipartContent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletExternalContextWrapper
public PortletExternalContextWrapper(javax.faces.context.ExternalContext delegate,
java.lang.Object request,
java.lang.Object response,
boolean multipartContent)
dispatch
public void dispatch(java.lang.String path)
throws java.io.IOException
- Specified by:
dispatch
in class javax.faces.context.ExternalContext
- Throws:
java.io.IOException
encodeActionURL
public java.lang.String encodeActionURL(java.lang.String url)
- Specified by:
encodeActionURL
in class javax.faces.context.ExternalContext
encodeNamespace
public java.lang.String encodeNamespace(java.lang.String name)
- Specified by:
encodeNamespace
in class javax.faces.context.ExternalContext
encodeResourceURL
public java.lang.String encodeResourceURL(java.lang.String url)
- Specified by:
encodeResourceURL
in class javax.faces.context.ExternalContext
getApplicationMap
public java.util.Map getApplicationMap()
- Specified by:
getApplicationMap
in class javax.faces.context.ExternalContext
getAuthType
public java.lang.String getAuthType()
- Specified by:
getAuthType
in class javax.faces.context.ExternalContext
getContext
public java.lang.Object getContext()
- Specified by:
getContext
in class javax.faces.context.ExternalContext
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in class javax.faces.context.ExternalContext
getInitParameterMap
public java.util.Map getInitParameterMap()
- Specified by:
getInitParameterMap
in class javax.faces.context.ExternalContext
getRemoteUser
public java.lang.String getRemoteUser()
- Specified by:
getRemoteUser
in class javax.faces.context.ExternalContext
getRequest
public java.lang.Object getRequest()
- Specified by:
getRequest
in class javax.faces.context.ExternalContext
getRequestContextPath
public java.lang.String getRequestContextPath()
- Specified by:
getRequestContextPath
in class javax.faces.context.ExternalContext
getRequestCookieMap
public java.util.Map getRequestCookieMap()
- Specified by:
getRequestCookieMap
in class javax.faces.context.ExternalContext
getRequestHeaderMap
public java.util.Map getRequestHeaderMap()
- Specified by:
getRequestHeaderMap
in class javax.faces.context.ExternalContext
getRequestHeaderValuesMap
public java.util.Map getRequestHeaderValuesMap()
- Specified by:
getRequestHeaderValuesMap
in class javax.faces.context.ExternalContext
getRequestLocale
public java.util.Locale getRequestLocale()
- Specified by:
getRequestLocale
in class javax.faces.context.ExternalContext
getRequestLocales
public java.util.Iterator getRequestLocales()
- Specified by:
getRequestLocales
in class javax.faces.context.ExternalContext
getRequestMap
public java.util.Map getRequestMap()
- Specified by:
getRequestMap
in class javax.faces.context.ExternalContext
getRequestParameterMap
public java.util.Map getRequestParameterMap()
- Specified by:
getRequestParameterMap
in class javax.faces.context.ExternalContext
getRequestParameterNames
public java.util.Iterator getRequestParameterNames()
- Specified by:
getRequestParameterNames
in class javax.faces.context.ExternalContext
getRequestParameterValuesMap
public java.util.Map getRequestParameterValuesMap()
- Specified by:
getRequestParameterValuesMap
in class javax.faces.context.ExternalContext
getRequestPathInfo
public java.lang.String getRequestPathInfo()
- Specified by:
getRequestPathInfo
in class javax.faces.context.ExternalContext
getRequestServletPath
public java.lang.String getRequestServletPath()
- Specified by:
getRequestServletPath
in class javax.faces.context.ExternalContext
getResource
public java.net.URL getResource(java.lang.String path)
throws java.net.MalformedURLException
- Specified by:
getResource
in class javax.faces.context.ExternalContext
- Throws:
java.net.MalformedURLException
getResourceAsStream
public java.io.InputStream getResourceAsStream(java.lang.String path)
- Specified by:
getResourceAsStream
in class javax.faces.context.ExternalContext
getResourcePaths
public java.util.Set getResourcePaths(java.lang.String path)
- Specified by:
getResourcePaths
in class javax.faces.context.ExternalContext
getResponse
public java.lang.Object getResponse()
- Specified by:
getResponse
in class javax.faces.context.ExternalContext
getSession
public java.lang.Object getSession(boolean create)
- Specified by:
getSession
in class javax.faces.context.ExternalContext
getSessionMap
public java.util.Map getSessionMap()
- Specified by:
getSessionMap
in class javax.faces.context.ExternalContext
getUserPrincipal
public java.security.Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in class javax.faces.context.ExternalContext
isUserInRole
public boolean isUserInRole(java.lang.String role)
- Specified by:
isUserInRole
in class javax.faces.context.ExternalContext
log
public void log(java.lang.String message)
- Specified by:
log
in class javax.faces.context.ExternalContext
log
public void log(java.lang.String message,
java.lang.Throwable exception)
- Specified by:
log
in class javax.faces.context.ExternalContext
redirect
public void redirect(java.lang.String url)
throws java.io.IOException
- Specified by:
redirect
in class javax.faces.context.ExternalContext
- Throws:
java.io.IOException
getResponseContentType
public java.lang.String getResponseContentType()
setRequest
public void setRequest(java.lang.Object request)
setRequestCharacterEncoding
public void setRequestCharacterEncoding(java.lang.String encoding)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
setResponse
public void setResponse(java.lang.Object response)
setResponseCharacterEncoding
public void setResponseCharacterEncoding(java.lang.String encoding)
getResponseCharacterEncoding
public java.lang.String getResponseCharacterEncoding()
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.