|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingResourceException | |
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 MissingResourceException in org.codehaus.dna |
Methods in org.codehaus.dna that throw MissingResourceException | |
java.lang.Object |
ResourceLocator.lookup(java.lang.String key)
Return resource registered with specified key. |
void |
Composable.compose(ResourceLocator locator)
Supply the component with ResourceLocator object via which they can access any dependency services. |
Uses of MissingResourceException in org.codehaus.dna.impl |
Methods in org.codehaus.dna.impl that throw MissingResourceException | |
static void |
ContainerUtil.compose(java.lang.Object object,
ResourceLocator locator)
Supply specified object with ResourceLocator if it implements the Composable interface. |
java.lang.Object |
DefaultResourceLocator.lookup(java.lang.String key)
Return resource registered with specified key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |