com.fatwire.gst.foundation.taglib
Class TaggedListTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.fatwire.gst.foundation.taglib.GsfSimpleTag
          extended by 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

Constructor Summary
TaggedListTag()
           
 
Method Summary
 void doTag()
           
 void setOutlist(String outlist)
           
 void setTag(String tag)
           
 
Methods inherited from class com.fatwire.gst.foundation.taglib.GsfSimpleTag
getICS, getPageContext, getService
 
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
 

Constructor Detail

TaggedListTag

public TaggedListTag()
Method Detail

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.