comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 1029:3f3988bb6284

Picky Cosmetics. flys-artifacts/trunk@2489 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 11 Aug 2011 13:03:41 +0000
parents 73330e89b0af
children 2d60a875e28c
comparison
equal deleted inserted replaced
1028:10bafb4f46cc 1029:3f3988bb6284
222 } 222 }
223 } 223 }
224 224
225 225
226 /** 226 /**
227 * This method creates the concrete output. 227 * Creates the concrete output.
228 * 228 *
229 * @param generator The OutGenerator that creates the output. 229 * @param generator The OutGenerator that creates the output.
230 * @param outputName The name of the requested output. 230 * @param outputName The name of the requested output.
231 * @param attributes The collection's attributes for this concrete output 231 * @param attributes The collection's attributes for this concrete output
232 * type. 232 * type.
668 * Returns the OutGenerator for a specified <i>type</i>. 668 * Returns the OutGenerator for a specified <i>type</i>.
669 * 669 *
670 * @param name The name of the output type. 670 * @param name The name of the output type.
671 * @param type Defines the type of the desired OutGenerator. 671 * @param type Defines the type of the desired OutGenerator.
672 * 672 *
673 * @return The OutGenerator specified by <i>type</i>. 673 * @return Instance of an OutGenerator for specified <i>type</i>.
674 */ 674 */
675 protected OutGenerator getOutGenerator( 675 protected OutGenerator getOutGenerator(
676 CallContext context, 676 CallContext context,
677 String name, 677 String name,
678 String type) 678 String type)

http://dive4elements.wald.intevation.org