org.apache.el

Class MethodExpressionLiteral

public class MethodExpressionLiteral extends MethodExpression implements Externalizable

Constructor Summary
MethodExpressionLiteral()
MethodExpressionLiteral(String expr, Class expectedType, Class[] paramTypes)
Method Summary
booleanequals(Object obj)
StringgetExpressionString()
MethodInfogetMethodInfo(ELContext context)
inthashCode()
Objectinvoke(ELContext context, Object[] params)
booleanisLiteralText()
voidreadExternal(ObjectInput in)
voidwriteExternal(ObjectOutput out)

Constructor Detail

MethodExpressionLiteral

public MethodExpressionLiteral()

MethodExpressionLiteral

public MethodExpressionLiteral(String expr, Class expectedType, Class[] paramTypes)

Method Detail

equals

public boolean equals(Object obj)

getExpressionString

public String getExpressionString()

getMethodInfo

public MethodInfo getMethodInfo(ELContext context)

hashCode

public int hashCode()

invoke

public Object invoke(ELContext context, Object[] params)

isLiteralText

public boolean isLiteralText()

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.