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".
 void IncludeCacheManager.stream(String uri, IncludeCacheManagerSession session, org.apache.cocoon.xml.XMLConsumer handler)
          Stream the content of the absolute URI.
 void IncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
          Terminate the session.
 String DefaultIncludeCacheManager.load(String uri, IncludeCacheManagerSession session)
           
 void DefaultIncludeCacheManager.stream(String uri, IncludeCacheManagerSession session, org.apache.cocoon.xml.XMLConsumer handler)
           
 void DefaultIncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.