com.opensymphony.oscache.web.tag
Class GroupsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.opensymphony.oscache.web.tag.GroupsTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class GroupsTag
extends javax.servlet.jsp.tagext.TagSupport

GroupsTag is a tag that add a comma-delimited list of groups to an ancestor CacheTag's groups.

Author:
Lars Torunski
See Also:
Serialized Form

Field Summary
private  Object groups
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
GroupsTag()
           
 
Method Summary
 int doStartTag()
           
 void setGroups(Object groups)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groups

private Object groups
Constructor Detail

GroupsTag

public GroupsTag()
Method Detail

doStartTag

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

setGroups

public void setGroups(Object groups)


Copyright © 2011 OpenSymphony. All Rights Reserved.