coldbox.system.web.context

Class EventHandlerBean

WEB-INF.cftags.component
        extended by coldbox.system.web.context.EventHandlerBean
Class Attributes:
  • output : false
  •  

    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

    init

    public init([string invocationPath=''])

    Constructor

    Parameters:
    invocationPath - The default invocation path

    Method Detail

    getFullEvent

    public any getFullEvent()

    Get the full event string


    getHandler

    public any getHandler()

    Get the handler to execute


    getInvocationPath

    public any getInvocationPath()

    Get the full invocation path


    getIsPrivate

    public boolean getIsPrivate()

    Get the private execution flag


    getMemento

    public struct getMemento()

    Get the memento


    getMethod

    public any getMethod()

    Get the method to execute


    getMissingAction

    public any getMissingAction()

    Get the missing action flag


    getModule

    public any getModule()

    Get the module to execute


    getRunnable

    public any getRunnable()

    Get the runnable execution string


    getViewDispatch

    public any getViewDispatch()

    Get the view dispatch flag: Boolean


    isMissingAction

    public boolean isMissingAction()

    Verify if in missing action


    isModule

    public boolean isModule()

    Checks if we are using a module or not


    setHandler

    public any setHandler(any handler)

    Set the handler to execute

    Parameters:
    handler

    setInvocationPath

    public any setInvocationPath(any InvocationPath)

    Set the full invocation path

    Parameters:
    InvocationPath

    setIsPrivate

    public any setIsPrivate(any<Boolean> isPrivate)

    Set the private execution flag

    Parameters:
    isPrivate - Boolean

    setMemento

    public void setMemento(struct memento)

    Set the memento

    Parameters:
    memento

    setMethod

    public any setMethod(any method)

    Set the method to execute

    Parameters:
    method

    setMissingAction

    public any setMissingAction(any missingAction)

    Set the missing action flag

    Parameters:
    missingAction

    setModule

    public any setModule(any module)

    Set the module to execute

    Parameters:
    module

    setViewDispatch

    public any setViewDispatch(any<boolean> viewDispatch)

    Setup a view dispatch or not

    Parameters:
    viewDispatch - boolean