ColdBox Platform Version 2.6.3

coldbox.system.interceptors
Class deploy

WEB-INF.cftags.component
        extended by coldbox.system.frameworkSupertype
            extended by coldbox.system.interceptor
                extended by coldbox.system.interceptors.deploy

public class deploy
extends interceptor

Deployment Control Interceptor


Method Summary
private string FileLastModified(string filename)
          Get the last modified date of a file
 void afterAspectsLoad(any event, struct interceptData)
 void configure()
          My configuration method
 void preProcess(any event, struct interceptData)
          Check if a deploy has been made
private void rethrowit(any throwObject)
          Rethrow an exception
 
Methods inherited from class coldbox.system.interceptor
afterCacheElementInsert, afterCacheElementRemoved, afterConfigurationLoad, afterHandlerCreation, afterPluginCreation, appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, onException, postEvent, postProcess, postRender, preEvent, preRender, propertyExists, sessionEnd, sessionStart, setProperty, setproperties, unregister
 
Methods inherited from class coldbox.system.frameworkSupertype
abort, announceInterception, dump, getColdboxOCM, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getcontroller, getfwLocale, htmlhead, include, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setcontroller, settingExists, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

FileLastModified

private string FileLastModified(string filename)
Get the last modified date of a file

Parameters:
filename

afterAspectsLoad

public void afterAspectsLoad(any event, struct interceptData)

Overrides:
afterAspectsLoad in class interceptor
Parameters:
event - The event object.
interceptData - interceptData of intercepted info.

configure

public void configure()
My configuration method


preProcess

public void preProcess(any event, struct interceptData)
Check if a deploy has been made

Overrides:
preProcess in class interceptor
Parameters:
event - The event object.
interceptData - interceptData of intercepted info.

rethrowit

private void rethrowit(any throwObject)
Rethrow an exception

Overrides:
rethrowit in class frameworkSupertype
Parameters:
throwObject - The exception object

ColdBox Platform Version 2.6.3