Package org.apache.jasper.compiler
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jasper.compiler.ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
javax.servlet.jsp.tagext.FunctionInfo
getName()
String[]
getUri()
void
setFunctionInfo
(javax.servlet.jsp.tagext.FunctionInfo f) void
setMethodName
(String methodName) void
setParameters
(String[] parameters) void
-
Field Details
-
prefix
-
name
-
uri
-
functionInfo
private javax.servlet.jsp.tagext.FunctionInfo functionInfo -
methodName
-
parameters
-
-
Constructor Details
-
Function
-
-
Method Details
-
accept
- Specified by:
accept
in classELNode
- Throws:
JasperException
-
getPrefix
-
getName
-
setUri
-
getUri
-
setFunctionInfo
public void setFunctionInfo(javax.servlet.jsp.tagext.FunctionInfo f) -
getFunctionInfo
public javax.servlet.jsp.tagext.FunctionInfo getFunctionInfo() -
setMethodName
-
getMethodName
-
setParameters
-
getParameters
-