eu.cedarsoft.wicket.breadcrumb
Class PageStructure

java.lang.Object
  extended by eu.cedarsoft.wicket.breadcrumb.PageStructure

public class PageStructure
extends java.lang.Object


Constructor Summary
PageStructure(eu.cedarsoft.commons.struct.Node rootNode)
           
 
Method Summary
 eu.cedarsoft.commons.struct.Node findNode(java.lang.Class<? extends org.apache.wicket.Page> pageClass)
           
 eu.cedarsoft.commons.struct.Route findRoute(java.lang.Class<? extends org.apache.wicket.Page> pageClass)
           
 eu.cedarsoft.commons.struct.Node getRootNode()
           
 eu.cedarsoft.commons.struct.Route getRoute(eu.cedarsoft.commons.struct.Path path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageStructure

public PageStructure(@NotNull
                     eu.cedarsoft.commons.struct.Node rootNode)
Method Detail

getRootNode

@NotNull
public eu.cedarsoft.commons.struct.Node getRootNode()

findNode

@NotNull
public eu.cedarsoft.commons.struct.Node findNode(@NotNull
                                                         java.lang.Class<? extends org.apache.wicket.Page> pageClass)

getRoute

@NotNull
public eu.cedarsoft.commons.struct.Route getRoute(@NotNull
                                                          eu.cedarsoft.commons.struct.Path path)
                                           throws eu.cedarsoft.commons.struct.ChildNotFoundException
Throws:
eu.cedarsoft.commons.struct.ChildNotFoundException

findRoute

@NotNull
public eu.cedarsoft.commons.struct.Route findRoute(@NotNull
                                                           java.lang.Class<? extends org.apache.wicket.Page> pageClass)


Copyright © 2007 cedarsoft GmbH. All Rights Reserved.