org.zeroexchange.web.lifecycle
Class DefaultPagePreprocessorsRegistry

java.lang.Object
  extended by org.zeroexchange.common.AbstractBeansRegistry<T>
      extended by org.zeroexchange.common.TypedBeansRegistry<PagePreprocessor>
          extended by org.zeroexchange.web.lifecycle.DefaultPagePreprocessorsRegistry
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, BeansRegistry<PagePreprocessor>, PagePreprocessorsRegistry

public class DefaultPagePreprocessorsRegistry
extends TypedBeansRegistry<PagePreprocessor>
implements PagePreprocessorsRegistry

The page preprocessors registry.

Author:
black

Constructor Summary
DefaultPagePreprocessorsRegistry()
           
 
Method Summary
 void beforePageRender(org.apache.wicket.Page page)
          Is called before the page render.
protected  Class<?> getBeanClass()
           
 
Methods inherited from class org.zeroexchange.common.TypedBeansRegistry
afterPropertiesSet, isElected
 
Methods inherited from class org.zeroexchange.common.AbstractBeansRegistry
createBeansCollection, getBeans, postProcessAfterInitialization, postProcessBeforeInitialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPagePreprocessorsRegistry

public DefaultPagePreprocessorsRegistry()
Method Detail

beforePageRender

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

Specified by:
beforePageRender in interface PagePreprocessorsRegistry

getBeanClass

protected Class<?> getBeanClass()
Specified by:
getBeanClass in class TypedBeansRegistry<PagePreprocessor>


Copyright © 2013. All Rights Reserved.