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

java.lang.Object
  extended byorg.apache.cocoon.components.pipeline.spring.PipelineComponentScopeHolderImpl
All Implemented Interfaces:
PipelineComponentScopeHolder

public class PipelineComponentScopeHolderImpl
extends Object
implements PipelineComponentScopeHolder


Constructor Summary
PipelineComponentScopeHolderImpl()
           
 
Method Summary
 Map getBeans()
           
 Map getDestructionCallbacks()
           
 boolean getInScope()
           
 Map getParentBeans()
           
 Map getParentDestructionCallbacks()
           
 void setBeans(Map beans)
           
 void setDestructionCallbacks(Map destructionCallbacks)
           
 void setInScope(boolean inScope)
           
 void setParentBeans(Map parentBeans)
           
 void setParentDestructionCallbacks(Map destructionCallbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineComponentScopeHolderImpl

public PipelineComponentScopeHolderImpl()
Method Detail

getBeans

public Map getBeans()
Specified by:
getBeans in interface PipelineComponentScopeHolder

setBeans

public void setBeans(Map beans)
Specified by:
setBeans in interface PipelineComponentScopeHolder

getDestructionCallbacks

public Map getDestructionCallbacks()
Specified by:
getDestructionCallbacks in interface PipelineComponentScopeHolder

setDestructionCallbacks

public void setDestructionCallbacks(Map destructionCallbacks)
Specified by:
setDestructionCallbacks in interface PipelineComponentScopeHolder

getParentBeans

public Map getParentBeans()
Specified by:
getParentBeans in interface PipelineComponentScopeHolder

getParentDestructionCallbacks

public Map getParentDestructionCallbacks()
Specified by:
getParentDestructionCallbacks in interface PipelineComponentScopeHolder

setParentBeans

public void setParentBeans(Map parentBeans)
Specified by:
setParentBeans in interface PipelineComponentScopeHolder

setParentDestructionCallbacks

public void setParentDestructionCallbacks(Map destructionCallbacks)
Specified by:
setParentDestructionCallbacks in interface PipelineComponentScopeHolder

getInScope

public boolean getInScope()
Specified by:
getInScope in interface PipelineComponentScopeHolder

setInScope

public void setInScope(boolean inScope)
Specified by:
setInScope in interface PipelineComponentScopeHolder


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