|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.beans.eventhandlerBean
public class eventhandlerBean
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 |
---|
public init([string invocationPath=''])
Method Detail |
---|
public any getFullEvent()
public any getHandler()
public any getInvocationPath()
public struct getMemento()
public any getMethod()
public any getRunnable()
public boolean getisMissingAction()
public boolean getisPrivate()
public string getmissingAction()
public void setHandler(any handler)
handler
public void setInvocationPath(any InvocationPath)
InvocationPath
public void setMethod(string method)
method
public void setisMissingAction(boolean isMissingAction)
isMissingAction
public void setisPrivate(boolean isPrivate)
isPrivate
public void setmemento(struct memento)
memento
public void setmissingAction(string missingAction)
missingAction
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |