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 PipelineComponentConfiguration.getComponentContext()
          Used to access the component's context
protected  PipelineComponentContext PipelineComponent.getComponentContext()
          Gets the PipelineComponentContext for this instance of the component.
 PipelineComponentContext PipelineComponentRuntimeContext.getComponentContext()
          Returns the PipelineComponentContext.
 

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



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