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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public int doBefore(org.mvel2.ast.ASTNode node, org.mvel2.integration.VariableResolverFactory factory)
doBefore
in interface org.mvel2.integration.Interceptor
public int doAfter(Object value, org.mvel2.ast.ASTNode node, org.mvel2.integration.VariableResolverFactory factory)
doAfter
in interface org.mvel2.integration.Interceptor
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.