coldbox.system.interceptors

Class SES

lucee.Component
    extended by coldbox.system.FrameworkSupertype
      extended by coldbox.system.Interceptor
        extended by coldbox.system.interceptors.SES

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- This interceptor has now been deprecated, there is no need to define an SES interceptor. URL Routing is now done by the ColdBox Routing Service. Also, please stop retrieving the SES interceptor using `getInterceptor( "SES" )`. You can retrieve the new Routing service either through the ColdBox controller or the ColdBox Injection DSL

controller.getRoutingService()
property name="routingService" inject="coldbox:routingService"

Class Attributes:
  • deprecated : The routing service is now a first class citizen in ColdBox. This class will be removed in the future, please do not use it.
  •  
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Method Summary
    any afterConfigurationLoad()
         We need at least one interception point to listen to for compatibility mode.
    any configure()
         Constructor.
    any onMissingMethod([any missingMethodName], [any missingMethodArguments='[runtime expression]'])
         Passthrough for legacy support.
     
    Methods inherited from class coldbox.system.Interceptor
    appendToBuffer, clearBuffer, getBufferObject, getBufferString, getCachebox, getFlash, getInterceptorService, getLog, getLogBox, getProperties, getProperty, getWirebox, init, propertyExists, setCachebox, setFlash, setInterceptorService, setLog, setLogBox, setProperties, setProperty, setWirebox, unregister
     
    Methods inherited from class coldbox.system.FrameworkSupertype
    addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    afterConfigurationLoad

    public any afterConfigurationLoad()

    We need at least one interception point to listen to for compatibility mode.


    configure

    public any configure()

    Constructor

    Overrides:
    configure in class Interceptor

    onMissingMethod

    public any onMissingMethod([any missingMethodName], [any missingMethodArguments='[runtime expression]'])

    Passthrough for legacy support. This will be removed in the next version.

    Parameters:
    missingMethodName
    missingMethodArguments