comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.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 0dc115cbef0d
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
55 import org.w3c.dom.NodeList; 55 import org.w3c.dom.NodeList;
56 56
57 /** 57 /**
58 * This is the major gnv artifact and handles the requests specified in 58 * This is the major gnv artifact and handles the requests specified in
59 * {@link de.intevation.artifactdatabase.Artifact}. 59 * {@link de.intevation.artifactdatabase.Artifact}.
60 * 60 *
61 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 61 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
62 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 62 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
63 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 63 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
64 */ 64 */
65 public abstract class GNVArtifactBase extends GNVDefaultArtifact 65 public abstract class GNVArtifactBase extends GNVDefaultArtifact
163 163
164 /** 164 /**
165 * This method handles request for changing the current state of an 165 * This method handles request for changing the current state of an
166 * artifact. It is possible to step forward, backward, or to the initial 166 * artifact. It is possible to step forward, backward, or to the initial
167 * state for choosing a fis. 167 * state for choosing a fis.
168 * 168 *
169 * @param target 169 * @param target
170 * @param context 170 * @param context
171 * @return 171 * @return
172 */ 172 */
173 @Override 173 @Override
533 } 533 }
534 534
535 /** 535 /**
536 * Initialse this artifact and insert some data if <code>data</code> 536 * Initialse this artifact and insert some data if <code>data</code>
537 * contains necessary information for this artifact. 537 * contains necessary information for this artifact.
538 * @param identifier 538 * @param identifier
539 * @param context 539 * @param context
540 * @param factory 540 * @param factory
541 * @param data 541 * @param data
542 * @see de.intevation.artifactdatabase.DefaultArtifact#setup(java.lang.String, de.intevation.artifacts.ArtifactFactory, java.lang.Object, org.w3c.dom.Document) 542 * @see de.intevation.artifactdatabase.DefaultArtifact#setup(java.lang.String, de.intevation.artifacts.ArtifactFactory, java.lang.Object, org.w3c.dom.Document)
543 */ 543 */
625 } 625 }
626 626
627 /** 627 /**
628 * Determine the wish to append the user interface description to the 628 * Determine the wish to append the user interface description to the
629 * describe document. 629 * describe document.
630 * 630 *
631 * @param document 631 * @param document
632 * @return True, if the user interface description should be appended, 632 * @return True, if the user interface description should be appended,
633 * otherwise false. 633 * otherwise false.
634 */ 634 */
635 protected boolean getIncludeUIFromDocument(Document document){ 635 protected boolean getIncludeUIFromDocument(Document document){
685 parent.appendChild(hashNode); 685 parent.appendChild(hashNode);
686 } 686 }
687 687
688 /** 688 /**
689 * Create the fis select box. 689 * Create the fis select box.
690 * 690 *
691 * @param artCreator 691 * @param artCreator
692 * @param creator 692 * @param creator
693 * @param document 693 * @param document
694 * @param context 694 * @param context
695 * @return 695 * @return

http://dive4elements.wald.intevation.org