com.fatwire.gst.foundation.taglib
Class AssetChildrenTag

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

public class AssetChildrenTag
extends GsfSimpleTag

Since:
Mar, 2011
Author:
Dolf Dijkstra

Constructor Summary
AssetChildrenTag()
           
 
Method Summary
 void doTag()
           
 void setAssoc(String assoc)
           
 void setAttributes(String attributes)
           
 void setC(String c)
           
 void setCid(long cid)
           
 void setList(String list)
           
 
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

AssetChildrenTag

public AssetChildrenTag()
Method Detail

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

setAttributes

public void setAttributes(String attributes)
Parameters:
attributes - the attributes to set

setList

public void setList(String list)
Parameters:
list - the list to set

setAssoc

public void setAssoc(String assoc)
Parameters:
assoc - the assoc to set

setC

public void setC(String c)
Parameters:
c - the c to set

setCid

public void setCid(long cid)
Parameters:
cid - the cid to set


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.