|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.web.context.EventHandlerBean
public class EventHandlerBean
I model a ColdBox event execution
Constructor Summary | |
---|---|
init([string invocationPath=''])
Constructor |
Method Summary | |
---|---|
any |
getFullEvent()
Get the full event string |
any |
getHandler()
Get the handler to execute |
any |
getInvocationPath()
Get the full invocation path |
boolean |
getIsPrivate()
Get the private execution flag |
struct |
getMemento()
Get the memento |
any |
getMethod()
Get the method to execute |
any |
getMissingAction()
Get the missing action flag |
any |
getModule()
Get the module to execute |
any |
getRunnable()
Get the runnable execution string |
any |
getViewDispatch()
Get the view dispatch flag: Boolean |
boolean |
isMissingAction()
Verify if in missing action |
boolean |
isModule()
Checks if we are using a module or not |
any |
setHandler(any handler)
Set the handler to execute |
any |
setInvocationPath(any InvocationPath)
Set the full invocation path |
any |
setIsPrivate(any<Boolean> isPrivate)
Set the private execution flag |
void |
setMemento(struct memento)
Set the memento |
any |
setMethod(any method)
Set the method to execute |
any |
setMissingAction(any missingAction)
Set the missing action flag |
any |
setModule(any module)
Set the module to execute |
any |
setViewDispatch(any<boolean> viewDispatch)
Setup a view dispatch or not |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init([string invocationPath=''])
invocationPath
- The default invocation pathMethod Detail |
---|
public any getFullEvent()
public any getHandler()
public any getInvocationPath()
public boolean getIsPrivate()
public struct getMemento()
public any getMethod()
public any getMissingAction()
public any getModule()
public any getRunnable()
public any getViewDispatch()
public boolean isMissingAction()
public boolean isModule()
public any setHandler(any handler)
handler
public any setInvocationPath(any InvocationPath)
InvocationPath
public any setIsPrivate(any<Boolean> isPrivate)
isPrivate
- Booleanpublic void setMemento(struct memento)
memento
public any setMethod(any method)
method
public any setMissingAction(any missingAction)
missingAction
public any setModule(any module)
module
public any setViewDispatch(any<boolean> viewDispatch)
viewDispatch
- boolean
|
ColdBox Platform v3.8.0 | ||||
FRAMES |