|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootNode | |
---|---|
consciouscode.seedling | Provides the core classes and interfaces of the Seedling container;
see consciouscode.seedling.tree for standard implementations. |
consciouscode.seedling.junit | |
consciouscode.seedling.scope | |
consciouscode.seedling.tree | Provides standard implementations of the Seedling container interfaces. |
consciouscode.seedling.webConsole |
Uses of RootNode in consciouscode.seedling |
---|
Methods in consciouscode.seedling that return RootNode | |
---|---|
RootNode |
NodeReference.getLocalRoot()
|
RootNode |
BranchNode.getLocalRoot()
Gets the root node of the local scope. |
RootNode |
Seedling.getRoot()
|
Methods in consciouscode.seedling with parameters of type RootNode | |
---|---|
static consciouscode.seedling.NodeLocation.RootLocation |
NodeLocation.forRoot(RootNode root,
String globalPath)
NOT SUPPORTED FOR APPLICATION USE. |
Constructors in consciouscode.seedling with parameters of type RootNode | |
---|---|
Seedling(RootNode root,
ResourceTree seedlingUrlResources)
|
Uses of RootNode in consciouscode.seedling.junit |
---|
Fields in consciouscode.seedling.junit declared as RootNode | |
---|---|
protected RootNode |
SeedlingTestCase.myGlobalRoot
|
Methods in consciouscode.seedling.junit that return RootNode | |
---|---|
RootNode |
SeedlingTestCase.getGlobalRoot()
|
Methods in consciouscode.seedling.junit with parameters of type RootNode | |
---|---|
void |
SeedlingTestCase.setGlobalRoot(RootNode root)
|
void |
SeedlingTest.setGlobalRoot(RootNode root)
Set the global root of the Seedling that is to be tested. |
Constructors in consciouscode.seedling.junit with parameters of type RootNode | |
---|---|
SeedlingTestRunner(RootNode globalRoot,
Log log)
|
Uses of RootNode in consciouscode.seedling.scope |
---|
Classes in consciouscode.seedling.scope that implement RootNode | |
---|---|
class |
ScopeRoot
A local root node that contains all of the nodes of a non-global scope. |
Uses of RootNode in consciouscode.seedling.tree |
---|
Classes in consciouscode.seedling.tree that implement RootNode | |
---|---|
class |
StandardRoot
The global root of a Seedling application tree. |
Methods in consciouscode.seedling.tree that return RootNode | |
---|---|
RootNode |
GenericNode.getLocalRoot()
Get the root of this node's local scope. |
RootNode |
GenericBranch.getLocalRoot()
Get the root of this node's local scope. |
Uses of RootNode in consciouscode.seedling.webConsole |
---|
Constructors in consciouscode.seedling.webConsole with parameters of type RootNode | |
---|---|
NodePageHandler(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RootNode globalRoot)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |