comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/AreaArtifact.java @ 2741:0251393f037c

Refactor usage of now static xpath, other artifacts will follow in later commits. flys-artifacts/trunk@4475 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 23 May 2012 10:17:06 +0000
parents 64dc2997b2dd
children 2f7fed1eb4bf
comparison
equal deleted inserted replaced
2740:64dc2997b2dd 2741:0251393f037c
75 logger.info("AreaArtifact.setup"); 75 logger.info("AreaArtifact.setup");
76 76
77 super.setup(identifier, factory, context, callMeta, data); 77 super.setup(identifier, factory, context, callMeta, data);
78 78
79 // TODO yet unused. 79 // TODO yet unused.
80 String ids = XMLUtils.xpathString( 80 String ids = getDatacageIDValue(data);
81 data, XPATH_IDS, ArtifactNamespaceContext.INSTANCE);
82 81
83 // TODO this facet will be remodeled during next feed. 82 // TODO this facet will be remodeled during next feed.
84 List<Facet> fs = new ArrayList<Facet>(); 83 List<Facet> fs = new ArrayList<Facet>();
85 fs.add(new AreaFacet(0, "", "TODO: I am an AreaFacet")); 84 fs.add(new AreaFacet(0, "", "TODO: I am an AreaFacet"));
86 85

http://dive4elements.wald.intevation.org