ColdBox Platform Version 2.6.3

coldbox.system.beans
Class eventhandlerBean

WEB-INF.cftags.component
        extended by coldbox.system.beans.eventhandlerBean

public class eventhandlerBean
extends WEB-INF.cftags.component

I model a ColdBox event handler


Constructor Summary
init([string invocationPath=''])
 
Method Summary
 any getFullEvent()
 any getHandler()
 any getInvocationPath()
 struct getMemento()
          Get the memento
 any getMethod()
 any getRunnable()
 boolean getisMissingAction()
 boolean getisPrivate()
 string getmissingAction()
 void setHandler(any handler)
 void setInvocationPath(any InvocationPath)
 void setMethod(string method)
 void setisMissingAction(boolean isMissingAction)
 void setisPrivate(boolean isPrivate)
 void setmemento(struct memento)
          Set the memento
 void setmissingAction(string missingAction)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init([string invocationPath=''])

Method Detail

getFullEvent

public any getFullEvent()


getHandler

public any getHandler()


getInvocationPath

public any getInvocationPath()


getMemento

public struct getMemento()
Get the memento


getMethod

public any getMethod()


getRunnable

public any getRunnable()


getisMissingAction

public boolean getisMissingAction()


getisPrivate

public boolean getisPrivate()


getmissingAction

public string getmissingAction()


setHandler

public void setHandler(any handler)

Parameters:
handler

setInvocationPath

public void setInvocationPath(any InvocationPath)

Parameters:
InvocationPath

setMethod

public void setMethod(string method)

Parameters:
method

setisMissingAction

public void setisMissingAction(boolean isMissingAction)

Parameters:
isMissingAction

setisPrivate

public void setisPrivate(boolean isPrivate)

Parameters:
isPrivate

setmemento

public void setmemento(struct memento)
Set the memento

Parameters:
memento

setmissingAction

public void setmissingAction(string missingAction)

Parameters:
missingAction

ColdBox Platform Version 2.6.3