DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Unknown macro: {snippet}
Parameters
Unknown macro: {snippet}
Extending the Interceptor
Unknown macro: {snippet}
Examples
Unknown macro: {snippet}
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
2 Comments
Kurt Krems
There should be closing "/" for </interceptor-ref> and </param> in these examples.
Dale Newfield
The "Extending the Interceptor" needs an additional note.
If you are extending BackgroundProcess and have any initialization in your constructor after the call to the superclass's constructor, beware that there may be a race condition: the parent constructor calls start() on the thread before returning, and therefore beforeInvocation might be called before your extra initialization is complete. Make sure you add in synchronization logic that makes beforeInvocation wait until the full constructor is complete before it does it's thing.