|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceLocator | |
org.codehaus.dna | The DNA API package contains interfaces and contracts for DNA components. |
org.codehaus.dna.impl | The DNA implementation package contains basic utility classes to implement containers for DNA components. |
Uses of ResourceLocator in org.codehaus.dna |
Methods in org.codehaus.dna with parameters of type ResourceLocator | |
void |
Composable.compose(ResourceLocator locator)
Supply the component with ResourceLocator object via which they can access any dependency services. |
Uses of ResourceLocator in org.codehaus.dna.impl |
Classes in org.codehaus.dna.impl that implement ResourceLocator | |
class |
DefaultResourceLocator
ResourceLocator implementation backed by a Map and optionally delegating to parent ResourceLocators. |
Methods in org.codehaus.dna.impl that return ResourceLocator | |
protected ResourceLocator |
DefaultResourceLocator.getParent()
Return the parent ResourceLocator if any. |
Methods in org.codehaus.dna.impl with parameters of type ResourceLocator | |
static void |
ContainerUtil.compose(java.lang.Object object,
ResourceLocator locator)
Supply specified object with ResourceLocator if it implements the Composable interface. |
Constructors in org.codehaus.dna.impl with parameters of type ResourceLocator | |
DefaultResourceLocator(ResourceLocator parent)
Create a ResourceLocator with specified parent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |