org.apache.jasper.compiler

Class ELNode.Function

public static class ELNode.Function extends ELNode

Represents a function Currently only include the prefix and function name, but not its arguments.
Method Summary
voidaccept(ELNode.Visitor v)
FunctionInfogetFunctionInfo()
StringgetMethodName()
StringgetName()
String[]getParameters()
StringgetPrefix()
StringgetUri()
voidsetFunctionInfo(FunctionInfo f)
voidsetMethodName(String methodName)
voidsetParameters(String[] parameters)
voidsetUri(String uri)

Method Detail

accept

public void accept(ELNode.Visitor v)

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-2011 Apache Software Foundation. All Rights Reserved.