org.zeroexchange.web.lifecycle
Class DefaultPagePreprocessorsRegistry
java.lang.Object
org.zeroexchange.common.AbstractBeansRegistry<T>
org.zeroexchange.common.TypedBeansRegistry<PagePreprocessor>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPagePreprocessorsRegistry
public DefaultPagePreprocessorsRegistry()
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.