public class ModifyInterceptor extends Object implements org.mvel2.integration.Interceptor, Externalizable
| Constructor and Description |
|---|
ModifyInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfter(Object value,
org.mvel2.ast.ASTNode node,
org.mvel2.integration.VariableResolverFactory factory) |
int |
doBefore(org.mvel2.ast.ASTNode node,
org.mvel2.integration.VariableResolverFactory factory) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic int doBefore(org.mvel2.ast.ASTNode node,
org.mvel2.integration.VariableResolverFactory factory)
doBefore in interface org.mvel2.integration.Interceptorpublic int doAfter(Object value, org.mvel2.ast.ASTNode node, org.mvel2.integration.VariableResolverFactory factory)
doAfter in interface org.mvel2.integration.InterceptorCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.