Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 589 Bytes

reporting-methods.md

File metadata and controls

14 lines (10 loc) · 589 Bytes

Reporting Methods

There are several reporting and utility methods in the interceptor service that I recommend you explore. Below are some sample methods:

//get the entire state container for preProcess For metadata or reporting
getController().getInterceptorService().getStateContainer('preProcess');

//Get all the interception state containers for metadata or reporting
getController().getInterceptorService().getInterceptionStates();

//Get all the interception points registered in the application
getController().getInterceptorService().getInterceptionPoints();