com.opensymphony.oscache.web.tag
Class GroupsTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.opensymphony.oscache.web.tag.GroupsTag
- All Implemented Interfaces:
- Serializable, IterationTag, Tag
public class GroupsTag
- extends 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
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 |
GroupsTag
public GroupsTag()
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
JspTagException
setGroups
public void setGroups(Object groups)