Uses of Class
org.apache.cocoon.transformation.helpers.IncludeCacheManagerSession

Packages that use IncludeCacheManagerSession
org.apache.cocoon.transformation   
org.apache.cocoon.transformation.helpers   
 

Uses of IncludeCacheManagerSession in org.apache.cocoon.transformation
 

Fields in org.apache.cocoon.transformation declared as IncludeCacheManagerSession
protected  IncludeCacheManagerSession CIncludeTransformer.cachingSession
           
 

Uses of IncludeCacheManagerSession in org.apache.cocoon.transformation.helpers
 

Methods in org.apache.cocoon.transformation.helpers that return IncludeCacheManagerSession
 IncludeCacheManagerSession IncludeCacheManager.getSession(Parameters pars)
          Create a session for this request.
 IncludeCacheManagerSession DefaultIncludeCacheManager.getSession(Parameters pars)
           
 

Methods in org.apache.cocoon.transformation.helpers with parameters of type IncludeCacheManagerSession
 String IncludeCacheManager.load(String uri, IncludeCacheManagerSession session)
          This informs the manager that a URI should be "loaded".
 String DefaultIncludeCacheManager.load(String uri, IncludeCacheManagerSession session)
           
 void IncludeCacheManager.stream(String uri, IncludeCacheManagerSession session, XMLConsumer handler)
          Stream the content of the absolute URI.
 void DefaultIncludeCacheManager.stream(String uri, IncludeCacheManagerSession session, XMLConsumer handler)
           
 void IncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
          Terminate the session.
 void DefaultIncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
           
 



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.