|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.TreeTagSupport
public class TreeTagSupport
The implementation class for all TreeTag classes.
Constructor Summary | |
---|---|
TreeTagSupport()
|
Method Summary | |
---|---|
void |
doEndTag(javax.servlet.jsp.PageContext pageContext)
|
void |
doStartTag()
|
String |
getOptions()
|
String |
getStoreName()
|
String |
getStoreType()
|
void |
setOptions(String options)
Set the AIDA store options. |
void |
setStoreName(String storeName)
Set the AIDA store name. |
void |
setStoreType(String storeType)
Set the AIDA store type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeTagSupport()
Method Detail |
---|
public void doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void doEndTag(javax.servlet.jsp.PageContext pageContext) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void setStoreName(String storeName)
TreeTag
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)
).
setStoreName
in interface TreeTag
storeName
- the AIDA store nameTreeTag.setStoreType(String)
,
TreeTag.setOptions(String)
public String getStoreName()
public void setStoreType(String storeType)
TreeTag
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)
).
setStoreType
in interface TreeTag
storeType
- the AIDA store typeTreeTag.setStoreName(String)
,
TreeTag.setOptions(String)
public String getStoreType()
public void setOptions(String options)
TreeTag
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
.
setOptions
in interface TreeTag
options
- The optionsTreeTag.setStoreName(String)
,
TreeTag.setStoreType(String)
public String getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |