com.fatwire.gst.foundation.taglib
Class TaggedListTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.fatwire.gst.foundation.taglib.GsfSimpleTag
com.fatwire.gst.foundation.taglib.TaggedListTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public final class TaggedListTag
- extends GsfSimpleTag
Tagged list tag support. This tag uses ICS.SQL(PreparedStmt, boolean) to
query the GSTTagRegistry and retrieve the assets that point to the specified
tag. Input tagname - the name of the tag outlist - name of output list Output
The name of an IList object to be placed in the list pool. It contains two
columns: ASSETTYPE, ASSETID. Null is never returned, but the returned list
can be empty. A java method is provided in order for the same logic to be
called from java. *
- Since:
- Aug 13, 2010
- Author:
- Tony Field
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 |
TaggedListTag
public TaggedListTag()
setTag
public void setTag(String tag)
setOutlist
public void setOutlist(String outlist)
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
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.