|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.cache.NoCache
A caching implementation that doesn't cache anything :).
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
NoCache()
|
Method Summary | |
Page |
getPage(javax.servlet.http.HttpServletRequest request)
It returns null if no page is available. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
void |
setPage(Page page,
javax.servlet.http.HttpServletRequest request)
Sets the page into the cache system using data from the request object for indexing. |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public NoCache()
Method Detail |
public Page getPage(javax.servlet.http.HttpServletRequest request)
public void setPage(Page page, javax.servlet.http.HttpServletRequest request)
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |