|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExpressionActivated
Allows to activate beans based on expressions with a customizable syntax
Required Element Summary | |
---|---|
String |
value
Expression which signals if the annotated bean should be active or not |
Optional Element Summary | |
---|---|
String |
configName
Default config name: org.apache.myfaces.extensions.cdi.ExpressionActivated.properties or myfaces-extcdi.properties as a default config file known by one of the default implementations of ConfiguredValueResolver |
Class<? extends ExpressionInterpreter> |
interpreter
|
Element Detail |
---|
public abstract String value
public abstract String configName
ConfiguredValueResolver
public abstract Class<? extends ExpressionInterpreter> interpreter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |