|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference | |
---|---|
org.apache.xbean.recipe |
Uses of Reference in org.apache.xbean.recipe |
---|
Methods in org.apache.xbean.recipe that return types with arguments of type Reference | |
---|---|
SortedMap<String,List<Reference>> |
DefaultExecutionContext.getUnresolvedRefs()
|
abstract Map<String,List<Reference>> |
ExecutionContext.getUnresolvedRefs()
Gets the unresolved references by name. |
Map<String,List<Reference>> |
UnresolvedReferencesException.getUnresolvedRefs()
|
Methods in org.apache.xbean.recipe with parameters of type Reference | |
---|---|
void |
DefaultExecutionContext.addReference(Reference reference)
|
abstract void |
ExecutionContext.addReference(Reference reference)
Adds a reference to an object to this context. |
void |
Reference.Action.onSet(Reference ref)
|
Constructor parameters in org.apache.xbean.recipe with type arguments of type Reference | |
---|---|
UnresolvedReferencesException(Map<String,List<Reference>> unresolvedRefs)
|
|
UnresolvedReferencesException(String message,
Map<String,List<Reference>> unresolvedRefs)
|
|
UnresolvedReferencesException(String message,
Throwable cause,
Map<String,List<Reference>> unresolvedRefs)
|
|
UnresolvedReferencesException(Throwable cause,
Map<String,List<Reference>> unresolvedRefs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |