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

java.lang.Object
  extended by javax.faces.context.FacesContext
      extended by javax.faces.context.FacesContextWrapper
          extended by org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.CacheRenderKit
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.FacesContext>
Enclosing class:
FacesContextFactoryImpl

public static class FacesContextFactoryImpl.CacheRenderKit
extends javax.faces.context.FacesContextWrapper


Constructor Summary
FacesContextFactoryImpl.CacheRenderKit(javax.faces.context.FacesContext base)
           
 
Method Summary
 javax.faces.context.ExternalContext getExternalContext()
           
 javax.faces.render.RenderKit getRenderKit()
           
 javax.faces.context.FacesContext getWrapped()
           
 void release()
           
 
Methods inherited from class javax.faces.context.FacesContextWrapper
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getPartialViewContext, getRenderResponse, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isValidationFailed, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResponseStream, setResponseWriter, setViewRoot, validationFailed
 
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesContextFactoryImpl.CacheRenderKit

public FacesContextFactoryImpl.CacheRenderKit(javax.faces.context.FacesContext base)
Method Detail

getExternalContext

public javax.faces.context.ExternalContext getExternalContext()
Overrides:
getExternalContext in class javax.faces.context.FacesContextWrapper

getRenderKit

public javax.faces.render.RenderKit getRenderKit()
Overrides:
getRenderKit in class javax.faces.context.FacesContextWrapper

getWrapped

public javax.faces.context.FacesContext getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.FacesContext>
Overrides:
getWrapped in class javax.faces.context.FacesContextWrapper

release

public void release()
Overrides:
release in class javax.faces.context.FacesContextWrapper


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