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 ELNode
ELNode.ELText, ELNode.Function, ELNode.Nodes, ELNode.Root, ELNode.Text, ELNode.Visitor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidjavax.servlet.jsp.tagext.FunctionInfogetName()String[]getUri()voidsetFunctionInfo(javax.servlet.jsp.tagext.FunctionInfo f) voidsetMethodName(String methodName) voidsetParameters(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:
acceptin 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
-