CommandBox has no `processState` method on the InterceptorService
Description
As ColdBox has no announceInterception method on the InterceptorService (though that method does exist on the FrameworkSupertype, there is no cross-compatible way to announce an interception point inside a custom component (one that doesn't inherit from the FrameworkSupertype). Add a processState method in CommandBox to mirror ColdBox.
Gliffy Diagrams
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
As ColdBox has no
announceInterception
method on theInterceptorService
(though that method does exist on theFrameworkSupertype
, there is no cross-compatible way to announce an interception point inside a custom component (one that doesn't inherit from theFrameworkSupertype
). Add aprocessState
method in CommandBox to mirror ColdBox.