Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
WW 2.2.1
-
None
-
Patch
Description
3 features in this JIRA:
- examples added to showcase
- unit test added
- new features
- improved javadoc for interceptor
I wanted to improve the existing execute and wait interceptor to support a initial delay.
This is useable if you have eg. search actions than span wide in execution time. Sometimes they are fast, sometimes they are dead slow.
So for the fast ones, I don't want to show a wait page.
This is now possible with this patch.
You can try for yourself with the showcase examples. Also check out the unittest.
I will attach a patch with the source files.