Package | Description |
---|---|
com.endeca.cas.extension |
Provides a framework for creating CAS extensions.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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, 2015, Oracle and/or its affiliates. All rights reserved.