comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java @ 4529:b70dedac4c7e

MetaDataService: Added comment from ChangeLog.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 15 Nov 2012 14:23:28 +0100
parents 5642a83420f2
children afd817b006b7
comparison
equal deleted inserted replaced
4528:cbd0fafcb26b 4529:b70dedac4c7e
20 20
21 import de.intevation.flys.artifacts.datacage.Recommendations; 21 import de.intevation.flys.artifacts.datacage.Recommendations;
22 22
23 import de.intevation.flys.artifacts.FLYSArtifact; 23 import de.intevation.flys.artifacts.FLYSArtifact;
24 24
25
26 /**
27 * Following XPaths are evaluated on the incoming document.
28 *
29 * "/art:meta/art:artifact-id/@value" The UUID of the artifact. Optional.
30 * Used to fill the template enviroment.
31 * "/art:meta/art:user-id/@value" The UUID of the user. Optional.
32 * If given the user specific template is filled.
33 * "/art:meta/art:outs/@value" The list of outs used to recommend for the
34 * various outputs.
35 * "/art:meta/art:parameters/@value" A list of key/value pairs to inject more
36 * filters to the templating.
37 */
25 public class MetaDataService 38 public class MetaDataService
26 extends FLYSService 39 extends FLYSService
27 { 40 {
28 private static Logger log = Logger.getLogger(MetaDataService.class); 41 private static Logger log = Logger.getLogger(MetaDataService.class);
29 42

http://dive4elements.wald.intevation.org