Uses of Interface
org.mvel2.integration.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in org.mvel2
Fields in org.mvel2 with type parameters of type InterceptorModifier and TypeFieldDescriptionprotected Map<String,Interceptor> ParserConfiguration.interceptorsMethods in org.mvel2 that return types with arguments of type InterceptorModifier and TypeMethodDescriptionParserConfiguration.getInterceptors()ParserContext.getInterceptors()Method parameters in org.mvel2 with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidParserConfiguration.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 InterceptorModifierConstructorDescriptionInterceptorWrapper(Interceptor interceptor, ASTNode node, ParserContext pCtx)