01: /*
02: * Created on Dec 3, 2005
03: */
04: package uk.org.ponder.rsf.flow.errors;
05:
06: /** At some point, more complex ActionErrorStrategies may be defined in terms
07: * of an EL reference. This class would be recognised explicitly by
08: * ActionErrorStrategyMananager and replaced by a looked-up value at
09: * resolution time. Not currently implemented.
10: * @author Antranig Basman (amb26@ponder.org.uk)
11: *
12: */
13:
14: public class ELReferenceAES {
15:
16: }
|