ColdBox Platform Version 2.6.4

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()
 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

init

public init([string invocationPath=''])

Parameters:
invocationPath - The default invocation path
Method Detail

getFullEvent

public any getFullEvent()


getHandler

public any getHandler()


getInvocationPath

public any getInvocationPath()


getIsPrivate

public boolean getIsPrivate()


getMemento

public struct getMemento()
Get the memento


getMethod

public any getMethod()


getMissingAction

public string getMissingAction()


getRunnable

public any getRunnable()


getmodule

public any getmodule()


isMissingAction

public boolean isMissingAction()


isModule

public boolean isModule()
Checks if we are using a module or not


setHandler

public void setHandler(any handler)

Parameters:
handler

setInvocationPath

public void setInvocationPath(any InvocationPath)

Parameters:
InvocationPath

setIsPrivate

public void setIsPrivate(boolean isPrivate)

Parameters:
isPrivate

setMemento

public void setMemento(struct memento)
Set the memento

Parameters:
memento

setMethod

public void setMethod(string method)

Parameters:
method

setMissingAction

public void setMissingAction(string missingAction)

Parameters:
missingAction

setmodule

public void setmodule(any module)

Parameters:
module

ColdBox Platform Version 2.6.4