|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Value
A object resolvable from primitive and symbolic arguments.
| Method Summary | |
|---|---|
Object |
resolve()
Resolve an instance from the value using the context classloader. |
Object |
resolve(boolean isolate)
Resolve an instance from the value using a supplied isolation policy. |
Object |
resolve(Map map)
Resolve an instance from the value using a supplied context map. |
Object |
resolve(Map map,
boolean isolate)
Resolve an instance from the value using a supplied context map. |
Object |
resolve(String classname,
Map map,
boolean isolate)
Resolve an instance from the value using a supplied context map. |
| Method Detail |
|---|
Object resolve()
throws Exception
Exception - if error occurs during instance resolution
Object resolve(Map map)
throws Exception
map - the context map
Exception - if error occurs during instance resolution
Object resolve(boolean isolate)
throws Exception
isolate - the isolation policy
Exception - if error occurs during instance resolution
Object resolve(Map map,
boolean isolate)
throws Exception
map - the context mapisolate - the isolation policy
Exception - if error occurs during instance resolution
Object resolve(String classname,
Map map,
boolean isolate)
throws Exception
classname - the default classnamemap - the context mapisolate - the isolation policy
Exception - if error occurs during instance resolution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||