com.fatwire.gst.foundation.taglib.navigation
Class NavigationTag

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

Deprecated.

public class NavigationTag
extends GsfSimpleTag

jsp tag to generate the navigation data structure.

Author:
Dolf Dijkstra

Constructor Summary
NavigationTag()
          Deprecated.  
 
Method Summary
 void doTag()
          Deprecated.  
 void setDepth(int depth)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setPagename(String pagename)
          Deprecated.  
 
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

NavigationTag

public NavigationTag()
Deprecated. 
Method Detail

setName

public void setName(String name)
Deprecated. 
Parameters:
name - the name to set

setDepth

public void setDepth(int depth)
Deprecated. 
Parameters:
depth - the depth to set

setPagename

public void setPagename(String pagename)
Deprecated. 
Parameters:
pagename - the pagename to set

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Deprecated. 
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.