com.macvu.tiles.capture
Class CacheablesCaptureWrapper

java.lang.Object
  extended by com.macvu.tiles.capture.CacheablesCaptureWrapper

public class CacheablesCaptureWrapper
extends java.lang.Object


Field Summary
protected static org.apache.commons.logging.Log log
           
static java.lang.String TILES_CACHEABLE_CAPTURE
           
 
Constructor Summary
CacheablesCaptureWrapper(javax.servlet.ServletContext servletContext)
           
 
Method Summary
protected  void addCacheablesForTile(CacheComponentDefinition definition, javax.servlet.http.HttpServletRequest request)
           
protected  void addCacheablesForTile(CacheComponentDefinition definition, javax.servlet.http.HttpSession session)
           
protected  void addCacheablesForTile(CacheComponentDefinition definition, javax.servlet.jsp.PageContext pageContext)
           
 void captureCacheablesForTile(CacheComponentDefinition definition, javax.servlet.http.HttpServletRequest request)
           
 void captureCacheablesForTile(CacheComponentDefinition definition, javax.servlet.jsp.PageContext pageContext)
           
 void clearCapturedTilesSet()
           
 void disableCapture()
           
 void enableCapture()
           
 java.util.Set getCapturedTiles()
           
protected  void init(javax.servlet.ServletContext servletContext)
           
 boolean isEnableCapture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log

TILES_CACHEABLE_CAPTURE

public static final java.lang.String TILES_CACHEABLE_CAPTURE
See Also:
Constant Field Values
Constructor Detail

CacheablesCaptureWrapper

public CacheablesCaptureWrapper(javax.servlet.ServletContext servletContext)
Method Detail

init

protected void init(javax.servlet.ServletContext servletContext)

isEnableCapture

public boolean isEnableCapture()

enableCapture

public void enableCapture()

disableCapture

public void disableCapture()

clearCapturedTilesSet

public void clearCapturedTilesSet()

captureCacheablesForTile

public void captureCacheablesForTile(CacheComponentDefinition definition,
                                     javax.servlet.http.HttpServletRequest request)

captureCacheablesForTile

public void captureCacheablesForTile(CacheComponentDefinition definition,
                                     javax.servlet.jsp.PageContext pageContext)

getCapturedTiles

public java.util.Set getCapturedTiles()

addCacheablesForTile

protected void addCacheablesForTile(CacheComponentDefinition definition,
                                    javax.servlet.jsp.PageContext pageContext)

addCacheablesForTile

protected void addCacheablesForTile(CacheComponentDefinition definition,
                                    javax.servlet.http.HttpServletRequest request)

addCacheablesForTile

protected void addCacheablesForTile(CacheComponentDefinition definition,
                                    javax.servlet.http.HttpSession session)


Copyright © 2005 MacVu group. All Rights Reserved.