hep.aida.web.taglib.jsp20
Class TreeTagImpl
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.TreeTagImpl
- All Implemented Interfaces:
- TreeTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class TreeTagImpl
- extends javax.servlet.jsp.tagext.SimpleTagSupport
- implements TreeTag
- Author:
- The AIDA Team @ SLAC
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 |
TreeTagImpl
public TreeTagImpl()
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
setStoreName
public void setStoreName(String storeName)
- Description copied from interface:
TreeTag
- Set the AIDA store name. This is a required attribute. For example, one
might access a ROOT file using the store name
root://sldrh2.slac.stanford.edu/pawdemo.root
, the store
type root
(see TreeTag.setStoreType(String)
) and the
store options scheme=anonymous
(see
TreeTag.setOptions(String)
).
- Specified by:
setStoreName
in interface TreeTag
- Parameters:
storeName
- the AIDA store name- See Also:
TreeTag.setStoreType(String)
,
TreeTag.setOptions(String)
setStoreType
public void setStoreType(String storeType)
- Description copied from interface:
TreeTag
- Set the AIDA store type. This is an optional attribute. For example, one
might access a ROOT file using the store name
root://sldrh2.slac.stanford.edu/pawdemo.root
(see
TreeTag.setStoreName(String)
), the store type root
, and
the store options scheme=anonymous
(see
TreeTag.setOptions(String)
).
- Specified by:
setStoreType
in interface TreeTag
- Parameters:
storeType
- the AIDA store type- See Also:
TreeTag.setStoreName(String)
,
TreeTag.setOptions(String)
setOptions
public void setOptions(String options)
- Description copied from interface:
TreeTag
- Set the AIDA store options. This is an optional attribute. For example,
one might access a ROOT file using the store name
root://sldrh2.slac.stanford.edu/pawdemo.root
(see
TreeTag.setStoreName(String)
), the store type root
(see
TreeTag.setStoreType(String)
) and the store options
scheme=anonymous
.
- Specified by:
setOptions
in interface TreeTag
- Parameters:
options
- The options- See Also:
TreeTag.setStoreName(String)
,
TreeTag.setStoreType(String)
Copyright © 2000-2011 FreeHEP. All Rights Reserved.