hep.aida.web.taglib
Class CloseTreeTagSupport
java.lang.Object
hep.aida.web.taglib.CloseTreeTagSupport
- All Implemented Interfaces:
- CloseTreeTag
public class CloseTreeTagSupport
- extends Object
- implements CloseTreeTag
The implementation class for all CloseTreeTag classes.
- Author:
- The AIDA Team @ SLAC
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseTreeTagSupport
public CloseTreeTagSupport()
doStartTag
public void doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
doEndTag
public void doEndTag(javax.servlet.jsp.PageContext pageContext)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
setStoreName
public void setStoreName(String storeName)
- Description copied from interface:
CloseTreeTag
- The name of the AIDA store to be closed.
This is a required attribute.
- Specified by:
setStoreName
in interface CloseTreeTag
- Parameters:
storeName
- the AIDA store name
getStoreName
public String getStoreName()
Copyright © 2000-2006 FreeHEP. All Rights Reserved.