org.apache.cocoon.components.pipeline.spring
Interface PipelineComponentScopeHolder

All Known Implementing Classes:
PipelineComponentScopeHolderImpl

public interface PipelineComponentScopeHolder


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)
           
 

Method Detail

getBeans

public Map getBeans()

setBeans

public void setBeans(Map beans)

getParentBeans

public Map getParentBeans()

setParentBeans

public void setParentBeans(Map parentBeans)

getDestructionCallbacks

public Map getDestructionCallbacks()

setDestructionCallbacks

public void setDestructionCallbacks(Map destructionCallbacks)

getParentDestructionCallbacks

public Map getParentDestructionCallbacks()

setParentDestructionCallbacks

public void setParentDestructionCallbacks(Map destructionCallbacks)

setInScope

public void setInScope(boolean inScope)

getInScope

public boolean getInScope()


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