Package com.sun.el

Class MethodExpressionLiteral

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable

    public class MethodExpressionLiteral
    extends javax.el.MethodExpression
    implements java.io.Externalizable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getExpressionString()  
      javax.el.MethodInfo getMethodInfo​(javax.el.ELContext context)  
      int hashCode()  
      java.lang.Object invoke​(javax.el.ELContext context, java.lang.Object[] params)  
      boolean isLiteralText()  
      void readExternal​(java.io.ObjectInput in)  
      void writeExternal​(java.io.ObjectOutput out)  
      • Methods inherited from class javax.el.MethodExpression

        isParametersProvided, isParmetersProvided
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodExpressionLiteral

        public MethodExpressionLiteral()
      • MethodExpressionLiteral

        public MethodExpressionLiteral​(java.lang.String expr,
                                       java.lang.Class expectedType,
                                       java.lang.Class[] paramTypes)
    • Method Detail

      • getMethodInfo

        public javax.el.MethodInfo getMethodInfo​(javax.el.ELContext context)
                                          throws javax.el.ELException
        Specified by:
        getMethodInfo in class javax.el.MethodExpression
        Throws:
        javax.el.ELException
      • invoke

        public java.lang.Object invoke​(javax.el.ELContext context,
                                       java.lang.Object[] params)
                                throws javax.el.ELException
        Specified by:
        invoke in class javax.el.MethodExpression
        Throws:
        javax.el.ELException
      • getExpressionString

        public java.lang.String getExpressionString()
        Specified by:
        getExpressionString in class javax.el.Expression
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class javax.el.Expression
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class javax.el.Expression
      • isLiteralText

        public boolean isLiteralText()
        Specified by:
        isLiteralText in class javax.el.Expression
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException