Class ELNode.Function
java.lang.Object
org.apache.jasper.compiler.ELNode
org.apache.jasper.compiler.ELNode.Function
- Enclosing class:
- ELNode
Represents a function. Currently only include the prefix and function name, but not its arguments.
- Author:
- Kin-man Chung
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.jasper.compiler.ELNodeELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetName()String[]getUri()voidvoidsetMethodName(String methodName) voidsetParameters(String[] parameters) void
- 
Method Details- 
accept- Specified by:
- acceptin class- ELNode
- Throws:
- JasperException
 
- 
getPrefix
- 
getName
- 
getOriginalText
- 
setUri
- 
getUri
- 
setFunctionInfo
- 
getFunctionInfo
- 
setMethodName
- 
getMethodName
- 
setParameters
- 
getParameters
 
-