comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputState.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 05bf8534a35a
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
15 * two methods defined:<br> 15 * two methods defined:<br>
16 * <ol> 16 * <ol>
17 * <li>out(): To start an output of the current state.</li> 17 * <li>out(): To start an output of the current state.</li>
18 * <li>getOutputModes(): To retrieve a list of possible output modes.</li> 18 * <li>getOutputModes(): To retrieve a list of possible output modes.</li>
19 * </ol> 19 * </ol>
20 * 20 *
21 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 21 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
22 */ 22 */
23 public interface OutputState 23 public interface OutputState
24 extends State 24 extends State
25 { 25 {
28 * Returns the Rendered Result of an State. 28 * Returns the Rendered Result of an State.
29 * 29 *
30 * @param format 30 * @param format
31 * @param inputData 31 * @param inputData
32 * @param outputStream 32 * @param outputStream
33 * @param uuid 33 * @param uuid
34 * @param callContext 34 * @param callContext
35 * @throws StateException 35 * @throws StateException
36 */ 36 */
37 public void out( 37 public void out(
38 Document format, 38 Document format,

http://dive4elements.wald.intevation.org