01: /*
02: * Created on 31 Oct 2006
03: */
04: package uk.org.ponder.rsf.flow.jsfnav;
05:
06: /** A tag interface indicating that the NavigationCase information reported
07: * by this producer may change from request to request.
08: * @author Antranig Basman (antranig@caret.cam.ac.uk)
09: */
10:
11: public interface DynamicNavigationCaseReporter extends
12: NavigationCaseReporter {
13:
14: }
|