|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentContext | |
com.smallx.xml.component | |
com.smallx.xml.component.standard | |
com.smallx.xml.pipeline |
Uses of ComponentContext in com.smallx.xml.component |
Classes in com.smallx.xml.component that implement ComponentContext | |
class |
ScopedComponentInitializer
|
Fields in com.smallx.xml.component declared as ComponentContext | |
protected ComponentContext |
ComponentBase.context
|
Methods in com.smallx.xml.component that return ComponentContext | |
ComponentContext |
Component.getContext()
|
ComponentContext |
ComponentBase.getContext()
|
Methods in com.smallx.xml.component with parameters of type ComponentContext | |
void |
Component.init(ComponentContext context)
|
void |
ComponentBase.init(ComponentContext context)
|
void |
ComponentInitializer.init(ComponentContext context)
|
void |
ScopedComponentInitializer.init(ComponentContext parent)
|
Uses of ComponentContext in com.smallx.xml.component.standard |
Methods in com.smallx.xml.component.standard with parameters of type ComponentContext | |
void |
AddComponent.init(ComponentContext context)
|
void |
ApplyXSLTComponent.init(ComponentContext context)
|
void |
DocumentComponent.init(ComponentContext context)
|
void |
Escape.init(ComponentContext context)
|
void |
FileComponent.init(ComponentContext context)
|
void |
Java.init(ComponentContext context)
|
void |
Parse.init(ComponentContext context)
|
void |
PipelineComponent.init(ComponentContext context)
|
void |
RegexComponent.init(ComponentContext context)
|
void |
Rename.init(ComponentContext context)
|
void |
RouteComponent.init(ComponentContext context)
|
void |
Sequence.init(ComponentContext context)
|
void |
SetAttributeComponent.init(ComponentContext context)
|
void |
SubtreeView.init(ComponentContext context)
|
void |
TemplateComponent.init(ComponentContext context)
|
void |
TrapComponent.init(ComponentContext context)
|
void |
URLComponent.init(ComponentContext context)
|
void |
Unwrap.init(ComponentContext context)
|
void |
Wrap.init(ComponentContext context)
|
void |
XSLT.init(ComponentContext context)
|
Uses of ComponentContext in com.smallx.xml.pipeline |
Classes in com.smallx.xml.pipeline that implement ComponentContext | |
class |
MapComponentContext
|
Methods in com.smallx.xml.pipeline that return ComponentContext | |
ComponentContext |
Pipeline.getContext()
|
Methods in com.smallx.xml.pipeline with parameters of type ComponentContext | |
void |
Pipeline.init(ComponentContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |