Class BrowserTabInterceptor

All Implemented Interfaces:
ConditionalInterceptor, Interceptor, Serializable, ConditionalInterceptor, Interceptor

public class BrowserTabInterceptor extends AbstractInterceptor
If the action implements BrowserTabAware, sets tab id from cookies. The requesting web page must be set up for this to be correct. See ServletLibrary#getBrowserTabId.

Interceptor parameters

disabled
If true, all processing is disabled. Defaults to false.

Extending the interceptor

This can't be usefully extended.

Example code

 @InterceptorRefs({
   @InterceptorRef(value="browserTab"),
   @InterceptorRef(value="defaultStack")
})
 
See Also: