Class ELNode.Function

java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Function
Enclosing class:
ELNode

public static class ELNode.Function extends ELNode
Represents a function Currently only include the prefix and function name, but not its arguments.
  • Field Details

    • prefix

      private String prefix
    • name

      private String name
    • uri

      private String uri
    • functionInfo

      private FunctionInfo functionInfo
    • methodName

      private String methodName
    • parameters

      private String[] parameters
  • Constructor Details

  • Method Details