Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » el » [javadoc | source]
org.apache.jasper.el
public final class: JspValueExpression [javadoc | source]
java.lang.Object
   javax.el.ValueExpression
      org.apache.jasper.el.JspValueExpression

All Implemented Interfaces:
    Externalizable

Wrapper for providing context to ValueExpressions
Constructor:
 public JspValueExpression() 
 public JspValueExpression(String mark,
    ValueExpression target) 
Method from org.apache.jasper.el.JspValueExpression Summary:
equals,   getExpectedType,   getExpressionString,   getType,   getValue,   hashCode,   isLiteralText,   isReadOnly,   readExternal,   setValue,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.el.JspValueExpression Detail:
 public boolean equals(Object obj) 
 public Class getExpectedType() 
 public String getExpressionString() 
 public Class getType(ELContext context) throws PropertyNotFoundException, ELException, NullPointerException 
 public Object getValue(ELContext context) throws PropertyNotFoundException, ELException, NullPointerException 
 public int hashCode() 
 public boolean isLiteralText() 
 public boolean isReadOnly(ELContext context) throws PropertyNotFoundException, ELException, NullPointerException 
 public  void readExternal(ObjectInput in) throws ClassNotFoundException, IOException 
 public  void setValue(ELContext context,
    Object value) throws PropertyNotWritableException, PropertyNotFoundException, ELException, NullPointerException 
 public  void writeExternal(ObjectOutput out) throws IOException