Changeset 5311 for branches/xsltcomp-2010-08-11/pfixcore/src/de/schlund/pfixcore/workflow/Navigation.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/workflow/Navigation.java
r3367 r5311 154 154 } 155 155 156 public String getHandler(String page) { 157 NavigationElement element = pagetonavi.get(page); 158 if(element == null) throw new IllegalArgumentException("Page '" + page + "' not found in navigation."); 159 return element.getHandler(); 160 } 161 162 156 163 public class NavigationElement { 157 164 private ArrayList<NavigationElement> children = new ArrayList<NavigationElement>();
