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 java.util.Map<java.lang.String,Interceptor>
ParserConfiguration. interceptors
Methods in org.mvel2 that return types with arguments of type Interceptor Modifier and Type Method Description java.util.Map<java.lang.String,Interceptor>
ParserConfiguration. getInterceptors()
java.util.Map<java.lang.String,Interceptor>
ParserContext. getInterceptors()
Method parameters in org.mvel2 with type arguments of type Interceptor Modifier and Type Method Description void
ParserConfiguration. setInterceptors(java.util.Map<java.lang.String,Interceptor> interceptors)
void
ParserContext. setInterceptors(java.util.Map<java.lang.String,Interceptor> interceptors)
-
Uses of Interceptor in org.mvel2.ast
Fields in org.mvel2.ast declared as Interceptor Modifier and Type Field Description private Interceptor
InterceptorWrapper. interceptor
Constructors in org.mvel2.ast with parameters of type Interceptor Constructor Description InterceptorWrapper(Interceptor interceptor, ASTNode node, ParserContext pCtx)
-