01: /*
02: * Created on 27-Feb-2006
03: */
04: package uk.org.ponder.rsf.view;
05:
06: /** A tag interface implemented by a ViewProducer that is the default view
07: * for the application. This view will be redirected to, under its exemplar
08: * parameters, in the event of a first-try action or rendering error.
09: * @author Antranig Basman (amb26@ponder.org.uk)
10: *
11: */
12:
13: public interface DefaultView {
14:
15: }
|