com.fatwire.gst.foundation.taglib
Class GsfSimpleTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.fatwire.gst.foundation.taglib.GsfSimpleTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
Direct Known Subclasses:
ActionTag, AssetChildrenTag, AssetLoadTag, AssetSimpleQueryTag, AssetTaggedListTag, GetAssetTagsTag, GetPropertiesTag, GetPropertyAssetIdTag, GetPropertyTag, GetTagsTag, IncludeTag, InstallStatus, MultilingualGsfSimpleTag, NavigationTag, PluggableNavigationTag, SetPropertyTag, TaggedAssetsTag, TaggedListTag

public abstract class GsfSimpleTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Abstract class, usefull to get to ICS in a SimpleTag.

Since:
Apr 11, 2011
Author:
Dolf Dijkstra

Constructor Summary
GsfSimpleTag()
           
 
Method Summary
protected  COM.FutureTense.Interfaces.ICS getICS()
           
protected  javax.servlet.jsp.PageContext getPageContext()
           
protected
<T> T
getService(String name, Class<T> type)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
doTag, 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

GsfSimpleTag

public GsfSimpleTag()
Method Detail

getICS

protected final COM.FutureTense.Interfaces.ICS getICS()

getPageContext

protected final javax.servlet.jsp.PageContext getPageContext()

getService

protected final <T> T getService(String name,
                                 Class<T> type)


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