FunctionHelper

case class FunctionHelper(processor: ELProcessor) extends LazyLogging
trait Serializable
trait Product
trait Equals
trait LazyLogging
class Object
trait Matchable
class Any

Value members

Concrete methods

def addFunction(prefix: String, localName: String, clazz: Class[_], methodName: String, args: Class[_]*): Unit
def addFunction(prefix: String, localName: String, method: Method): Unit
def key(prefix: String, localName: String): String
def resolveFunction(prefix: String, localName: String): Method

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val map: ObservableMap[String, Method]

Inherited fields

@transient
lazy protected val logger: Logger
Inherited from
LazyLogging