Uses of Class
org.apache.cocoon.framework.Page

Packages that use Page
org.apache.cocoon.cache   
 

Uses of Page in org.apache.cocoon.cache
 

Methods in org.apache.cocoon.cache that return Page
 Page NoCache.getPage(javax.servlet.http.HttpServletRequest request)
           
 Page CocoonCache.getPage(javax.servlet.http.HttpServletRequest request)
          This method retrieves a page from the store and checks if its changeable points have changed.
 Page Cache.getPage(javax.servlet.http.HttpServletRequest request)
          It returns null if no page is available.
 

Methods in org.apache.cocoon.cache with parameters of type Page
 void NoCache.setPage(Page page, javax.servlet.http.HttpServletRequest request)
           
 void CocoonCache.setPage(Page page, javax.servlet.http.HttpServletRequest request)
          This method inserts the page in cache and associates it with the given request.
 void Cache.setPage(Page page, javax.servlet.http.HttpServletRequest request)
          Sets the page into the cache system using data from the request object for indexing.
 



Copyright 1999 Java Apache Project. All Rights Reserved.