|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.Interceptor
coldbox.system.orm.transfer.TransferLoader
public class TransferLoader
Creates Transfer and caches it within ColdBox
| Method Summary | |
|---|---|
void |
Configure()
This is the configuration method for your interceptors |
void |
afterConfigurationLoad(any event, struct interceptData)
Load Transfer after configuration has loaded |
| Methods inherited from class coldbox.system.Interceptor |
|---|
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void Configure()
Configure
in class
Interceptor
public void afterConfigurationLoad(any event, struct interceptData)
event - The event object: coldbox.system.web.context.RequestContextinterceptData - A structure containing intercepted information. NONE BY DEFAULT HERE
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||