com.fatwire.gst.foundation.taglib
Class AssetTaggedListTag

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.AssetTaggedListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public final class AssetTaggedListTag
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, Dolf Dijkstra

Constructor Summary
AssetTaggedListTag()
           
 
Method Summary
 void doTag()
           
 void release()
           
 void setAssetid(String assetid)
           
 void setAssettype(String assettype)
           
 void setOutlist(String outlist)
           
 
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

AssetTaggedListTag

public AssetTaggedListTag()
Method Detail

setAssettype

public void setAssettype(String assettype)

setAssetid

public void setAssetid(String assetid)

setOutlist

public void setOutlist(String outlist)

release

public void release()

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.