public class MethodAccessor extends InvokableAccessor
coercionNeeded, length, parameterTypes, parms
nextNode
Constructor and Description |
---|
MethodAccessor() |
MethodAccessor(Method method,
ExecutableStatement[] parms) |
Modifier and Type | Method and Description |
---|---|
Class |
getKnownEgressType() |
Method |
getMethod() |
ExecutableStatement[] |
getParms() |
Object |
getValue(Object ctx,
Object elCtx,
VariableResolverFactory vars) |
void |
setMethod(Method method) |
void |
setParms(ExecutableStatement[] parms) |
Object |
setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value) |
executeAndCoerce, getParameterTypes
getNextNode, setNextNode
public MethodAccessor()
public MethodAccessor(Method method, ExecutableStatement[] parms)
public Object getValue(Object ctx, Object elCtx, VariableResolverFactory vars)
public Method getMethod()
public void setMethod(Method method)
public ExecutableStatement[] getParms()
public void setParms(ExecutableStatement[] parms)
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value)
public Class getKnownEgressType()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.