|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.mvc.core.EventHandlerBean
public class EventHandlerBean
******************************************************************************* 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
Constructor Summary | |
---|---|
init([any invocationPath=''])
*********************************** CONSTRUCTOR ******************************************** |
Method Summary | |
---|---|
any |
GETHANDLER()
|
any |
GETINVOCATIONPATH()
|
boolean |
GETISPRIVATE()
|
any |
GETMETHOD()
|
any |
GETMISSINGACTION()
|
boolean |
GETVIEWDISPATCH()
|
void |
SETINVOCATIONPATH(any invocationPath)
|
void |
SETISPRIVATE(boolean isPrivate)
|
void |
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 |
---|
|
Constructor Detail |
---|
public init([any invocationPath=''])
invocationPath
Method Detail |
---|
public any GETHANDLER()
public any GETINVOCATIONPATH()
public boolean GETISPRIVATE()
public any GETMETHOD()
public any GETMISSINGACTION()
public boolean GETVIEWDISPATCH()
public void SETINVOCATIONPATH(any invocationPath)
invocationPath
public void SETISPRIVATE(boolean isPrivate)
isPrivate
public void SETVIEWDISPATCH(boolean viewDispatch)
viewDispatch
public any getFullEvent()
public any getRunnable()
public boolean isMissingAction()
public any setHandler(any handler)
handler
public any setMethod(any method)
method
public any setMissingAction(any missingAction)
missingAction
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |