|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.web.taglib.ManagedObjectsTagSupport
public class ManagedObjectsTagSupport
The implementation class for all CloseTreeTag classes.
Constructor Summary | |
---|---|
ManagedObjectsTagSupport()
|
Method Summary | |
---|---|
void |
doEndTag(javax.servlet.jsp.PageContext pageContext)
|
void |
doStartTag()
|
String |
getPath()
|
String |
getScope()
|
String |
getStoreName()
|
String |
getVar()
|
void |
setPath(String path)
The path of the objects to be retrieved. |
void |
setScope(String scope)
Set the scope of the output variable. |
void |
setStoreName(String storeName)
The name of the AIDA store from which to get the objects. |
void |
setVar(String var)
The name of the output variable containing the List of ManagedObjects matching the provided path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedObjectsTagSupport()
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)
ManagedObjectsTag
setStoreName
in interface ManagedObjectsTag
storeName
- the AIDA store namepublic String getStoreName()
public void setVar(String var)
ManagedObjectsTag
setVar
in interface ManagedObjectsTag
var
- The name of the output variable.ManagedObjectsTag.setScope(String)
public String getVar()
public void setScope(String scope)
ManagedObjectsTag
page
,request
,
session
or application
. The default is
page
.
setScope
in interface ManagedObjectsTag
scope
- scope of the output variableManagedObjectsTag.setVar(String)
public String getScope()
public void setPath(String path)
ManagedObjectsTag
setPath
in interface ManagedObjectsTag
path
- The object's path.public String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |