public abstract class InvokableAccessor extends BaseAccessor
Modifier and Type | Field and Description |
---|---|
protected boolean |
coercionNeeded |
protected int |
length |
protected Class[] |
parameterTypes |
protected ExecutableStatement[] |
parms |
nextNode
Constructor and Description |
---|
InvokableAccessor() |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
executeAndCoerce(Class[] target,
Object elCtx,
VariableResolverFactory vars,
boolean isVarargs) |
Class[] |
getParameterTypes() |
getNextNode, setNextNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKnownEgressType, getValue, setValue
protected int length
protected ExecutableStatement[] parms
protected Class[] parameterTypes
protected boolean coercionNeeded
protected Object[] executeAndCoerce(Class[] target, Object elCtx, VariableResolverFactory vars, boolean isVarargs)
public Class[] getParameterTypes()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.