org.apache.myfaces.trinidadinternal.context
Class FacesContextFactoryImpl.OverrideDispatch

java.lang.Object
  extended by javax.faces.context.ExternalContext
      extended by javax.faces.context.ExternalContextWrapper
          extended by org.apache.myfaces.trinidad.context.ExternalContextDecorator
              extended by org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.OverrideDispatch
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.ExternalContext>
Enclosing class:
FacesContextFactoryImpl

public static class FacesContextFactoryImpl.OverrideDispatch
extends org.apache.myfaces.trinidad.context.ExternalContextDecorator


Field Summary
 
Fields inherited from class javax.faces.context.ExternalContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
FacesContextFactoryImpl.OverrideDispatch(javax.faces.context.ExternalContext decorated)
           
 
Method Summary
 void dispatch(java.lang.String path)
           
protected  javax.faces.context.ExternalContext getExternalContext()
           
 java.net.URL getResource(java.lang.String path)
           
 
Methods inherited from class org.apache.myfaces.trinidad.context.ExternalContextDecorator
getWrapped
 
Methods inherited from class javax.faces.context.ExternalContextWrapper
addResponseCookie, addResponseHeader, encodeActionURL, encodeBookmarkableURL, encodeNamespace, encodePartialActionURL, encodeRedirectURL, encodeResourceURL, getApplicationMap, getAuthType, getContext, getContextName, getFlash, getInitParameter, getInitParameterMap, getMimeType, getRealPath, getRemoteUser, getRequest, getRequestCharacterEncoding, getRequestContentLength, getRequestContentType, getRequestContextPath, getRequestCookieMap, getRequestHeaderMap, getRequestHeaderValuesMap, getRequestLocale, getRequestLocales, getRequestMap, getRequestParameterMap, getRequestParameterNames, getRequestParameterValuesMap, getRequestPathInfo, getRequestScheme, getRequestServerName, getRequestServerPort, getRequestServletPath, getResourceAsStream, getResourcePaths, getResponse, getResponseBufferSize, getResponseCharacterEncoding, getResponseContentType, getResponseOutputStream, getResponseOutputWriter, getSession, getSessionMap, getUserPrincipal, invalidateSession, isResponseCommitted, isUserInRole, log, log, redirect, responseFlushBuffer, responseReset, responseSendError, setRequest, setRequestCharacterEncoding, setResponse, setResponseBufferSize, setResponseCharacterEncoding, setResponseContentLength, setResponseContentType, setResponseHeader, setResponseStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesContextFactoryImpl.OverrideDispatch

public FacesContextFactoryImpl.OverrideDispatch(javax.faces.context.ExternalContext decorated)
Method Detail

dispatch

public void dispatch(java.lang.String path)
              throws java.io.IOException
Overrides:
dispatch in class javax.faces.context.ExternalContextWrapper
Throws:
java.io.IOException

getResource

public java.net.URL getResource(java.lang.String path)
                         throws java.net.MalformedURLException
Overrides:
getResource in class javax.faces.context.ExternalContextWrapper
Throws:
java.net.MalformedURLException

getExternalContext

protected javax.faces.context.ExternalContext getExternalContext()
Specified by:
getExternalContext in class org.apache.myfaces.trinidad.context.ExternalContextDecorator


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.