|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Documented
public @interface Resolver
Qualifier used to identify a javax.el.ELResolver to register with the application wide javax.el.ELResolver provided by Solder
Solder will inject a javax.el.ELResolver for each instantiation of an
javax.el.ELContext (and hence for each instantiation of Expressions);
any overrides of this bean should ensure that obtaining the bean instance is
a lightweight operation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||