|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interceptor | |
|---|---|
| org.mvel2 | |
| org.mvel2.ast | |
| Uses of Interceptor in org.mvel2 |
|---|
| Fields in org.mvel2 with type parameters of type Interceptor | |
|---|---|
protected Map<String,Interceptor> |
ParserConfiguration.interceptors
|
| Methods in org.mvel2 that return types with arguments of type Interceptor | |
|---|---|
Map<String,Interceptor> |
ParserContext.getInterceptors()
|
Map<String,Interceptor> |
ParserConfiguration.getInterceptors()
|
| Method parameters in org.mvel2 with type arguments of type Interceptor | |
|---|---|
static Serializable |
MVEL.compileExpression(char[] expression,
Map<String,Object> imports,
Map<String,Interceptor> interceptors)
|
static Serializable |
MVEL.compileExpression(char[] expression,
Map<String,Object> imports,
Map<String,Interceptor> interceptors,
String sourceName)
Compiles an expression and returns a Serializable object containing the compiled expression. |
static Serializable |
MVEL.compileExpression(String expression,
Map<String,Object> imports,
Map<String,Interceptor> interceptors)
Compiles an expression and returns a Serializable object containing the compiled expression. |
static Serializable |
MVEL.compileExpression(String expression,
Map<String,Object> imports,
Map<String,Interceptor> interceptors,
String sourceName)
|
void |
ParserContext.setInterceptors(Map<String,Interceptor> interceptors)
|
void |
ParserConfiguration.setInterceptors(Map<String,Interceptor> interceptors)
|
| Constructor parameters in org.mvel2 with type arguments of type Interceptor | |
|---|---|
ParserConfiguration(Map<String,Object> imports,
HashSet<String> packageImports,
Map<String,Interceptor> interceptors)
|
|
ParserConfiguration(Map<String,Object> imports,
Map<String,Interceptor> interceptors)
|
|
ParserContext(Map<String,Object> imports,
Map<String,Interceptor> interceptors,
String sourceFile)
|
|
| Uses of Interceptor in org.mvel2.ast |
|---|
| Constructors in org.mvel2.ast with parameters of type Interceptor | |
|---|---|
InterceptorWrapper(Interceptor interceptor,
ASTNode node,
ParserContext pCtx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||