coldbox.system.mvc.core

Class EventHandlerBean

WEB-INF.cftags.component
        extended by coldbox.system.mvc.core.EventHandlerBean
Class Attributes:
  • accessors : true
  •  

    ******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Luis Majano Description : I model a ColdBox Event Handler

    Property Summary
    type property default serializable required
    any handler


    true false
    any invocationPath


    true false
    boolean isPrivate


    true false
    any method


    true false
    any missingAction


    true false
    boolean viewDispatch


    true false
    Constructor Summary
    init([any invocationPath=''])
          *********************************** CONSTRUCTOR ********************************************.
    Method Summary
    any GETHANDLER()
    any GETINVOCATIONPATH()
    boolean GETISPRIVATE()
    any GETMETHOD()
    any GETMISSINGACTION()
    boolean GETVIEWDISPATCH()
    EventHandlerBean SETINVOCATIONPATH(any invocationPath)
    EventHandlerBean SETISPRIVATE(boolean isPrivate)
    EventHandlerBean SETVIEWDISPATCH(boolean viewDispatch)
    any getFullEvent()
         *********************************** UTILITY METHODS ********************************************.
    any getRunnable()
    boolean isMissingAction()
    any setHandler(any handler)
         *********************************** PUBLIC RETURN BACK SETTERS ********************************************.
    any setMethod(any method)
    any setMissingAction(any missingAction)
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init([any invocationPath=''])

    *********************************** CONSTRUCTOR ********************************************

    Parameters:
    invocationPath

    Property Detail

    handler

    property any handler

    Attributes:
    serializable - true
    required - false

    invocationPath

    property any invocationPath

    Attributes:
    serializable - true
    required - false

    isPrivate

    property boolean isPrivate

    Attributes:
    serializable - true
    required - false

    method

    property any method

    Attributes:
    serializable - true
    required - false

    missingAction

    property any missingAction

    Attributes:
    serializable - true
    required - false

    viewDispatch

    property boolean viewDispatch

    Attributes:
    serializable - true
    required - false

    Method Detail

    GETHANDLER

    public any GETHANDLER()


    GETINVOCATIONPATH

    public any GETINVOCATIONPATH()


    GETISPRIVATE

    public boolean GETISPRIVATE()


    GETMETHOD

    public any GETMETHOD()


    GETMISSINGACTION

    public any GETMISSINGACTION()


    GETVIEWDISPATCH

    public boolean GETVIEWDISPATCH()


    SETINVOCATIONPATH

    public EventHandlerBean SETINVOCATIONPATH(any invocationPath)

    Parameters:
    invocationPath

    SETISPRIVATE

    public EventHandlerBean SETISPRIVATE(boolean isPrivate)

    Parameters:
    isPrivate

    SETVIEWDISPATCH

    public EventHandlerBean SETVIEWDISPATCH(boolean viewDispatch)

    Parameters:
    viewDispatch

    getFullEvent

    public any getFullEvent()

    *********************************** UTILITY METHODS ********************************************


    getRunnable

    public any getRunnable()


    isMissingAction

    public boolean isMissingAction()


    setHandler

    public any setHandler(any handler)

    *********************************** PUBLIC RETURN BACK SETTERS ********************************************

    Parameters:
    handler

    setMethod

    public any setMethod(any method)

    Parameters:
    method

    setMissingAction

    public any setMissingAction(any missingAction)

    Parameters:
    missingAction