Ability to declare event patterns via the configuration file for interceptors
Description
Add a new eventPatterns in the configuration to declare the event pattern annotation here instead of annotations. The configuration overrides the annotation in case of both being declared
This could be very useful because there are times when we do not want certain interception points to fire during API calls or rest calls. How can we get this moving? I will be happy to test. George Murphy
Pinned fields
Click on the next to a field label to start pinning.
Add a new eventPatterns in the configuration to declare the event pattern annotation here instead of annotations. The configuration overrides the annotation in case of both being declared
{ class="com.interceptors.MyInterceptor", properties={}, eventPatterns= { onRequestCapture = "^admin", preRender = "^ui" .... } }