The Base Proxy Object

Here are some common methods of our ColdBox proxy object. However, we encourage you to see the API docs for that latest and greatest.

Method

Description

announce(state, data)

Processes a remote interception.

getCacheBox()

getCache(cacheName='default')

Get a reference to a named cache provider

getController()

Returns the ColdBox controller instance

getInterceptor()

Get a named interceptor

getLogBox()

Get a reference to LogBox

getInstance(name,dsl,initArguments)

getWireBox()

process()

Processes a remote call that will execute a coldbox event and returns data/objects back.

loadColdBox()

Gives you the ability to load any external coldbox application in the application scope. Great for remotely loading any coldbox application, it can be located anywhere.

getRemotingUtil()

Return a utility class to manipulate output and buffer

API Docs: http://apidocs.ortussolutions.com/coldbox/current

Last updated