|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.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()
|
boolean |
getIsPrivate()
|
struct |
getMemento()
Get the memento |
any |
getMethod()
|
string |
getMissingAction()
|
any |
getRunnable()
|
any |
getmodule()
|
boolean |
isMissingAction()
|
boolean |
isModule()
Checks if we are using a module or not |
void |
setHandler(any handler)
|
void |
setInvocationPath(any InvocationPath)
|
void |
setIsPrivate(boolean isPrivate)
|
void |
setMemento(struct memento)
Set the memento |
void |
setMethod(string method)
|
void |
setMissingAction(string missingAction)
|
void |
setmodule(any module)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init([string invocationPath=''])
invocationPath - The default invocation path| Method Detail |
|---|
public any getFullEvent()
public any getHandler()
public any getInvocationPath()
public boolean getIsPrivate()
public struct getMemento()
public any getMethod()
public string getMissingAction()
public any getRunnable()
public any getmodule()
public boolean isMissingAction()
public boolean isModule()
public void setHandler(any handler)
handlerpublic void setInvocationPath(any InvocationPath)
InvocationPathpublic void setIsPrivate(boolean isPrivate)
isPrivatepublic void setMemento(struct memento)
mementopublic void setMethod(string method)
methodpublic void setMissingAction(string missingAction)
missingActionpublic void setmodule(any module)
module
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||