org.zeroexchange.web.lifecycle
Interface PagePreprocessor

All Known Implementing Classes:
BreadcrumbsPreprocessor

public interface PagePreprocessor

The processor is called before page render.

Author:
black

Method Summary
 void beforePageRender(org.apache.wicket.Page page)
          Is called before the page render.
 

Method Detail

beforePageRender

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

Throws:
BusinessLogicException


Copyright © 2013. All Rights Reserved.