org.apache.cocoon.components.pipeline.spring
Class PipelineComponentProxyDecorator

java.lang.Object
  extended byorg.apache.cocoon.components.pipeline.spring.PipelineComponentProxyDecorator
All Implemented Interfaces:
BeanPostProcessor

public class PipelineComponentProxyDecorator
extends Object
implements BeanPostProcessor


Constructor Summary
PipelineComponentProxyDecorator()
           
 
Method Summary
 PipelineComponentScopeHolder getHolder()
           
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 void setHolder(PipelineComponentScopeHolder holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineComponentProxyDecorator

public PipelineComponentProxyDecorator()
Method Detail

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws BeansException
Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
Throws:
BeansException

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String beanName)
                                       throws BeansException
Specified by:
postProcessBeforeInitialization in interface BeanPostProcessor
Throws:
BeansException

getHolder

public PipelineComponentScopeHolder getHolder()

setHolder

public void setHolder(PipelineComponentScopeHolder holder)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.