Uses of Interface
com.endeca.cas.extension.PipelineComponentContext

Packages that use PipelineComponentContext
com.endeca.cas.extension Provides a framework for creating CAS extensions. 
 

Uses of PipelineComponentContext in com.endeca.cas.extension
 

Methods in com.endeca.cas.extension that return PipelineComponentContext
protected  PipelineComponentContext PipelineComponent.getComponentContext()
          Gets the PipelineComponentContext for this instance of the component.
protected  PipelineComponentContext PipelineComponentConfiguration.getComponentContext()
          Used to access the component's context
 PipelineComponentContext PipelineComponentRuntimeContext.getComponentContext()
          Returns the PipelineComponentContext.
 

Methods in com.endeca.cas.extension with parameters of type PipelineComponentContext
 void PipelineComponent.setComponentContext(PipelineComponentContext componentContext)
          Called immediately after the PipelineComponent is instantiated to set up the context for this component.
 void PipelineComponentConfiguration.setComponentContext(PipelineComponentContext componentContext)
          Called immediately after the Configuration is instantiated to set up the context for this component.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.