org.apache.myfaces.application
Class StateCacheFactory

java.lang.Object
  extended by org.apache.myfaces.application.StateCacheFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<StateCacheFactory>
Direct Known Subclasses:
StateCacheFactoryImpl

public abstract class StateCacheFactory
extends java.lang.Object
implements javax.faces.FacesWrapper<StateCacheFactory>


Constructor Summary
StateCacheFactory()
           
 
Method Summary
abstract  StateCache getStateCache(javax.faces.context.FacesContext facesContext)
           
 StateCacheFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateCacheFactory

public StateCacheFactory()
Method Detail

getStateCache

public abstract StateCache getStateCache(javax.faces.context.FacesContext facesContext)

getWrapped

public StateCacheFactory getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<StateCacheFactory>


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