com.fatwire.gst.foundation.taglib
Class TaggedAssetsTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.fatwire.gst.foundation.taglib.GsfSimpleTag
com.fatwire.gst.foundation.taglib.TaggedAssetsTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public final class TaggedAssetsTag
- extends GsfSimpleTag
Tagged list tag support This JSP tag retrieves a list of assets that are
'tagged' with the same name.
- Since:
- Feb 14, 2011
- Author:
- Dolf Dijkstra
- See Also:
AssetTaggingService
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaggedAssetsTag
public TaggedAssetsTag()
doTag
public void doTag()
throws javax.servlet.jsp.JspException,
IOException
- Specified by:
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
IOException
setList
public void setList(String list)
- Parameters:
list
- the list to set
setTag
public void setTag(String tag)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.