org.apache.jasper.el

Class JspMethodExpression

public final class JspMethodExpression extends MethodExpression implements Externalizable

Constructor Summary
JspMethodExpression()
JspMethodExpression(String mark, MethodExpression target)
Method Summary
booleanequals(Object obj)
StringgetExpressionString()
MethodInfogetMethodInfo(ELContext context)
inthashCode()
Objectinvoke(ELContext context, Object[] params)
booleanisLiteralText()
voidreadExternal(ObjectInput in)
voidwriteExternal(ObjectOutput out)

Constructor Detail

JspMethodExpression

public JspMethodExpression()

JspMethodExpression

public JspMethodExpression(String mark, MethodExpression target)

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.