JavaScript is disabled on your browser.
Skip navigation links
javax.el

Class MethodInfo



  • public class MethodInfo
    extends Object 
    Holds information about a method that a MethodExpression evaluated to.
    Since:
    JSP 2.1
    • Constructor Detail

      • MethodInfo

        public MethodInfo(String name,
         Class<?> returnType,
         Class<?>[] paramTypes)
        Creates a new instance of MethodInfo with the given information.
        Parameters:
        name - The name of the method
        returnType - The return type of the method
        paramTypes - The types of each of the method's parameters
    • Method Detail

      • getName

        public String getName()
        Returns the name of the method
        Returns:
        the name of the method
      • getReturnType

        public Class<?> getReturnType()
        Returns the return type of the method
        Returns:
        the return type of the method
      • getParamTypes

        public Class<?>[] getParamTypes()
        Returns the parameter types of the method
        Returns:
        the parameter types of the method
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /