org.apache.jasper.compiler

Class ELNode.Function

Enclosing Class:
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.

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

Method Summary

void
accept(ELNode.Visitor v)
FunctionInfo
getFunctionInfo()
String
getMethodName()
String
getName()
String[]
getParameters()
String
getPrefix()
String
getUri()
void
setFunctionInfo(FunctionInfo f)
void
setMethodName(String methodName)
void
setParameters(String[] parameters)
void
setUri(String uri)

Methods inherited from class org.apache.jasper.compiler.ELNode

accept

Method Details

accept

public void accept(ELNode.Visitor v)
            throws JasperException
Overrides:
accept in interface org.apache.jasper.compiler.ELNode


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 B) 2000 Apache Software Foundation. All Rights Reserved.