Changeset 5311 for branches/xsltcomp-2010-08-11/pfixcore/src/de/schlund/pfixcore/util/TransformerCallback.java
- Timestamp:
- 08/20/10 14:31:13 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/xsltcomp-2010-08-11/pfixcore/src/de/schlund/pfixcore/util/TransformerCallback.java
r4854 r5311 388 388 } 389 389 390 public static String getHandlerPath(String targetgen, String page) { 391 TargetGenerator gen = TargetGeneratorFactory.getInstance().getGenerator(targetgen); 392 return gen.getNavigation().getHandler(page); 393 } 394 390 395 }
