org.zeroexchange.web.navigation.breadcrumb
Class BreadcrumbsPreprocessor

java.lang.Object
  extended by org.zeroexchange.web.navigation.breadcrumb.BreadcrumbsPreprocessor
All Implemented Interfaces:
PagePreprocessor

public class BreadcrumbsPreprocessor
extends Object
implements PagePreprocessor

The page preprocessor adds the pages to the breadcrumb store.

Author:
black

Constructor Summary
BreadcrumbsPreprocessor()
           
 
Method Summary
 void beforePageRender(org.apache.wicket.Page page)
          Is called before the page render.
protected  Target getTarget(org.apache.wicket.Page page)
          Returns the breadcrumb's target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreadcrumbsPreprocessor

public BreadcrumbsPreprocessor()
Method Detail

beforePageRender

public void beforePageRender(org.apache.wicket.Page page)
                      throws BusinessLogicException
Is called before the page render.

Specified by:
beforePageRender in interface PagePreprocessor
Throws:
BusinessLogicException

getTarget

protected Target getTarget(org.apache.wicket.Page page)
Returns the breadcrumb's target.



Copyright © 2013. All Rights Reserved.