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, setNextNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKnownEgressType, getValue, setValueprotected 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–2015 JBoss by Red Hat. All rights reserved.