org.apache.commons.cache.tagext
Class CacheTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.commons.cache.tagext.CacheTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class CacheTag
extends javax.servlet.jsp.tagext.BodyTagSupport

...tk...

Version:
$Id: CacheTag.java 155435 2005-02-26 13:17:27Z dirkv $
Author:
Rodney Waldhoff
See Also:
Serialized Form

Field Summary
protected static Cache _cache
           
protected  String _content
           
protected  Long _expiresAt
           
protected  Serializable _group
           
protected  Serializable _key
           
protected  boolean _mustRevalidate
           
protected  String _name
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CacheTag()
           
 
Method Summary
 int doAfterBody()
           
 int doEndTag()
           
 int doStartTag()
           
static Cache getCache(String name)
           
 void release()
           
 void setExpiresAt(String expires)
           
 void setGroup(String group)
           
 void setKey(String key)
           
 void setLastModified(String lastmodstr)
           
 void setMustRevalidate(boolean val)
           
 void setMustRevalidate(String obj)
           
 void setName(String name)
           
 void setTtl(String ttl)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

_key

protected Serializable _key

_group

protected Serializable _group

_expiresAt

protected Long _expiresAt

_cache

protected static Cache _cache

_content

protected String _content

_mustRevalidate

protected boolean _mustRevalidate

_name

protected String _name
Constructor Detail

CacheTag

public CacheTag()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport

setMustRevalidate

public void setMustRevalidate(String obj)

setMustRevalidate

public void setMustRevalidate(boolean val)

setName

public void setName(String name)

setGroup

public void setGroup(String group)

setKey

public void setKey(String key)

setTtl

public void setTtl(String ttl)

setLastModified

public void setLastModified(String lastmodstr)

setExpiresAt

public void setExpiresAt(String expires)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException

getCache

public static Cache getCache(String name)
                      throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.