| hierarchy: |
WEB-INF.cftags.component tardis.com.tardis.base.base tardis.com.tardis.controller.frontcontroller |
| path: | \tardis\com\tardis\controller\frontcontroller.cfc |
| properties: | |
| methods: | dispatchView, doGesture, getMethodComponentPath, init |
| inherited methods: | config, getInstance |
| dispatchView |
|---|
public
dispatchView
(
required
string
remotemethod,
required
string
gesture
)
Dispatch view for the view, controller or model Output: suppressed Parameters: remotemethod: string, required, remotemethod gesture: string, required, gesture |
| doGesture |
public
doGesture
(
required
string
remotemethod
)
Perform gesture for the view Output: suppressed Parameters: remotemethod: string, required, remotemethod |
| getMethodComponentPath |
public
string
getMethodComponentPath
(
required
string
thismethod
)
Return the manager cfc instance location for requested gesture Output: suppressed Parameters: thismethod: string, required, thismethod |
| init |
public
frontcontroller
init
(
required
configdirectory,
required
configfilename
)
Method to initialize and return component instance Output: suppressed Parameters: configdirectory: any, required, configdirectory configfilename: any, required, configfilename |