The Base Proxy Object
Last updated
Last updated
Here are some common methods of our ColdBox proxy object. However, we encourage you to see the for that latest and greatest.
API Docs:
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 |
Get a reference to
Get a model object
Get a reference to