Uses of Class
org.apache.cocoon.woody.transformation.WoodyPipelineConfig

Packages that use WoodyPipelineConfig
org.apache.cocoon.woody.generation   
org.apache.cocoon.woody.transformation   
 

Uses of WoodyPipelineConfig in org.apache.cocoon.woody.generation
 

Fields in org.apache.cocoon.woody.generation declared as WoodyPipelineConfig
protected  WoodyPipelineConfig WoodyGenerator.config
           
 

Uses of WoodyPipelineConfig in org.apache.cocoon.woody.transformation
 

Fields in org.apache.cocoon.woody.transformation declared as WoodyPipelineConfig
protected  WoodyPipelineConfig WidgetReplacingPipe.pipeContext
           
protected  WoodyPipelineConfig EffectWidgetReplacingPipe.pipeContext
           
 

Methods in org.apache.cocoon.woody.transformation that return WoodyPipelineConfig
static WoodyPipelineConfig WoodyPipelineConfig.createConfig(Map objectModel, Parameters parameters)
          Creates and initializes a WoodyPipelineConfig object based on the passed arguments of the setup() of the specific Pipeline-component.
 

Methods in org.apache.cocoon.woody.transformation with parameters of type WoodyPipelineConfig
 void WidgetReplacingPipe.init(Widget newContextWidget, WoodyPipelineConfig newPipeContext)
           
 void EffectWidgetReplacingPipe.init(Widget contextWidget, WoodyPipelineConfig pipeContext)
           
 



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