|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DefaultIncludeCacheManager.getSession(Parameters pars)
|
IncludeCacheManagerSession |
IncludeCacheManager.getSession(Parameters pars)
Create a session for this request. |
Methods in org.apache.cocoon.transformation.helpers with parameters of type IncludeCacheManagerSession | |
---|---|
String |
DefaultIncludeCacheManager.load(String uri,
IncludeCacheManagerSession session)
|
String |
IncludeCacheManager.load(String uri,
IncludeCacheManagerSession session)
This informs the manager that a URI should be "loaded". |
void |
DefaultIncludeCacheManager.stream(String uri,
IncludeCacheManagerSession session,
XMLConsumer handler)
|
void |
IncludeCacheManager.stream(String uri,
IncludeCacheManagerSession session,
XMLConsumer handler)
Stream the content of the absolute URI. |
void |
DefaultIncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
|
void |
IncludeCacheManager.terminateSession(IncludeCacheManagerSession session)
Terminate the session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |