|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedObjectsTag
A tag to retrieve objects from an AIDA store.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setVar(String var)
var
- The name of the output variable.setScope(String)
void setScope(String scope)
page
,request
,
session
or application
. The default is
page
.
scope
- scope of the output variablesetVar(String)
void setStoreName(String storeName)
storeName
- the AIDA store namevoid setPath(String path)
path
- The object's path.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |