org.apache.jasper.compiler
Class ELNode.Function
java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Function
- org.apache.jasper.compiler.ELNode
public static class ELNode.Function
extends org.apache.jasper.compiler.ELNode
Represents a function
Currently only include the prefix and function name, but not its
arguments.
getFunctionInfo
public FunctionInfo getFunctionInfo()
getMethodName
public String getMethodName()
getName
public String getName()
getParameters
public String[] getParameters()
getPrefix
public String getPrefix()
getUri
public String getUri()
setFunctionInfo
public void setFunctionInfo(FunctionInfo f)
setMethodName
public void setMethodName(String methodName)
setParameters
public void setParameters(String[] parameters)
setUri
public void setUri(String uri)
Copyright ?? 2000-2004 Apache Software Foundation. All Rights Reserved.