Uses of Class
org.hippoecm.hst.servlet.utils.BinaryPage

Packages that use BinaryPage
org.hippoecm.hst.servlet   
org.hippoecm.hst.servlet.utils   
 

Uses of BinaryPage in org.hippoecm.hst.servlet
 

Methods in org.hippoecm.hst.servlet that return BinaryPage
protected  BinaryPage BinariesServlet.getBinaryPage(javax.servlet.http.HttpServletRequest request, String resourcePath)
           
protected  BinaryPage BinariesServlet.getPageFromCacheOrLoadPage(javax.servlet.http.HttpServletRequest request)
           
protected  BinaryPage BinariesServlet.getValidatedPageFromCache(javax.servlet.http.HttpServletRequest request, BinaryPage page)
           
 

Methods in org.hippoecm.hst.servlet with parameters of type BinaryPage
protected  InputStream BinariesServlet.getRepositoryResourceStream(javax.jcr.Session session, BinaryPage page)
          Return the input stream for a looked up binary for getResourcePath() and return null if there is not found a binary
protected  BinaryPage BinariesServlet.getValidatedPageFromCache(javax.servlet.http.HttpServletRequest request, BinaryPage page)
           
protected  void BinariesServlet.initBinaryPageValues(javax.jcr.Session session, BinaryPage page)
           
protected  void BinariesServlet.storeBinaryPageToCache(BinaryPage page, javax.jcr.Node resourceNode)
           
 

Uses of BinaryPage in org.hippoecm.hst.servlet.utils
 

Methods in org.hippoecm.hst.servlet.utils that return BinaryPage
 BinaryPage BinariesCache.getPageFromBlockingCache(String resourcePath)
           
 

Methods in org.hippoecm.hst.servlet.utils with parameters of type BinaryPage
 void BinariesCache.clearBlockingLock(BinaryPage page)
           
static boolean HeaderUtils.hasMatchingEtag(javax.servlet.http.HttpServletRequest request, BinaryPage page)
           
 boolean BinariesCache.isBinaryDataCacheable(BinaryPage page)
           
static boolean HeaderUtils.isModifiedSince(javax.servlet.http.HttpServletRequest request, BinaryPage page)
           
 boolean BinariesCache.isPageStale(BinaryPage page, long lastModified)
           
 boolean BinariesCache.mustCheckValidity(BinaryPage page)
           
 void BinariesCache.putPage(BinaryPage page)
           
 void BinariesCache.removePage(BinaryPage page)
           
static void HeaderUtils.setContentLengthHeader(javax.servlet.http.HttpServletResponse response, BinaryPage page)
           
static void HeaderUtils.setExpiresHeaders(javax.servlet.http.HttpServletResponse response, BinaryPage page)
           
static void HeaderUtils.setLastModifiedHeaders(javax.servlet.http.HttpServletResponse response, BinaryPage page)
           
 void BinariesCache.updateNextValidityCheckTime(BinaryPage page)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.