Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransition.java @ 91:bd284d8306db
Added Support for Patameters in OutputModes
gnv-artifacts/trunk@135 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 25 Sep 2009 14:37:10 +0000 |
parents | 504570de21fd |
children | bb45c5097cb6 |
comparison
equal
deleted
inserted
replaced
90:6bdef6e590d6 | 91:bd284d8306db |
---|---|
18 * Returns the Rendered Result of an Transition. | 18 * Returns the Rendered Result of an Transition. |
19 * @param outputMode The Mode that should be produces (Chart, Map, ...) | 19 * @param outputMode The Mode that should be produces (Chart, Map, ...) |
20 * @return The Bytecode of the Result | 20 * @return The Bytecode of the Result |
21 * @throws TransitionException | 21 * @throws TransitionException |
22 */ | 22 */ |
23 public void out( String outputMode, OutputStream outputStream) throws TransitionException; | 23 public void out( String outputMode, Collection<InputData> inputData, OutputStream outputStream) throws TransitionException; |
24 | 24 |
25 /** | 25 /** |
26 * Delivers the provided OutputModes of an Transition | 26 * Delivers the provided OutputModes of an Transition |
27 * @return the provided OutputModes of an Transition | 27 * @return the provided OutputModes of an Transition |
28 */ | 28 */ |