Uses of Interface
org.mvel2.integration.Interceptor
-
Packages that use Interceptor Package Description org.mvel2 org.mvel2.ast -
-
Uses of Interceptor in org.mvel2
Fields in org.mvel2 with type parameters of type Interceptor Modifier and Type Field Description protected Map<String,Interceptor>ParserConfiguration. interceptorsMethods in org.mvel2 that return types with arguments of type Interceptor Modifier and Type Method Description Map<String,Interceptor>ParserConfiguration. getInterceptors()Map<String,Interceptor>ParserContext. getInterceptors()Method parameters in org.mvel2 with type arguments of type Interceptor Modifier and Type Method Description voidParserConfiguration. setInterceptors(Map<String,Interceptor> interceptors)voidParserContext. setInterceptors(Map<String,Interceptor> interceptors) -
Uses of Interceptor in org.mvel2.ast
Constructors in org.mvel2.ast with parameters of type Interceptor Constructor Description InterceptorWrapper(Interceptor interceptor, ASTNode node, ParserContext pCtx)
-