comparison artifacts/src/main/java/org/dive4elements/river/exports/OutGenerator.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 41567bf1e131
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
41 * @param request The incomding request document. 41 * @param request The incomding request document.
42 * @param out The output stream. 42 * @param out The output stream.
43 * @param context The CallContext that provides further information and 43 * @param context The CallContext that provides further information and
44 * objects used for the output generation. 44 * objects used for the output generation.
45 */ 45 */
46 void init(String outName, Document request, OutputStream out, CallContext context); 46 void init(
47 String outName,
48 Document request,
49 OutputStream out,
50 CallContext context
51 );
47 52
48 /** 53 /**
49 * This method is used to tell the OutGenerator which artifact is the master 54 * This method is used to tell the OutGenerator which artifact is the master
50 * artifact which is used for special operations. 55 * artifact which is used for special operations.
51 * 56 *
62 67
63 /** 68 /**
64 * Creates the output of an Artifact and appends that single output to the 69 * Creates the output of an Artifact and appends that single output to the
65 * total output. 70 * total output.
66 * 71 *
67 * @param bundle The Facet and artifact that provides information and data for the 72 * @param bundle The Facet and artifact that provides information and
68 * single output. 73 * data for the single output.
69 * @param attr A document that might contain some attributes used while 74 * @param attr A document that might contain some attributes used while
70 * producing the output. 75 * producing the output.
71 * @param visible Specifies, if this output should be visible or not. 76 * @param visible Specifies, if this output should be visible or not.
72 */ 77 */
73 void doOut(ArtifactAndFacet bundle, ThemeDocument attr, boolean visible); 78 void doOut(ArtifactAndFacet bundle, ThemeDocument attr, boolean visible);
78 * init()). 83 * init()).
79 */ 84 */
80 void generate() throws IOException; 85 void generate() throws IOException;
81 86
82 /** 87 /**
83 * This method is used to set a <i>Settings</i> object for the <i>Output</i> 88 * Used to set a <i>Settings</i> object for the <i>Output</i>
84 * that is produced by this <i>OutGenerator</i>. 89 * that is produced by this <i>OutGenerator</i>.
85 * 90 *
86 * @param settings The <i>Settings</i> that might be used while 91 * @param settings The <i>Settings</i> that might be used while
87 * <i>Output</i> creation. 92 * <i>Output</i> creation.
88 */ 93 */

http://dive4elements.wald.intevation.org