FunctionHelper

com.sfxcode.sapphire.data.el.FunctionHelper
case class FunctionHelper(processor: ELProcessor) extends LazyLogging

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LazyLogging
class Object
trait Matchable
class Any

Members list

Concise view

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val map: HashMap[String, Method]

Inherited fields

lazy protected val logger: Logger

Attributes

Inherited from:
LazyLogging