com.servingxml.components.transform
Interface ContentTask

All Superinterfaces:
Content, Stringable, Task
All Known Implementing Classes:
ContentTaskCatchError, ContentTaskPrefilter, SerializedContent, TransformedContent, WrappedContent

public interface ContentTask
extends Task, Content

Defines an interface for a component


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
static ContentTask[] EMPTY_ARRAY
           
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY
 
Method Summary
 
Methods inherited from interface com.servingxml.components.task.Task
execute
 
Methods inherited from interface com.servingxml.components.string.Stringable
createString
 
Methods inherited from interface com.servingxml.components.content.Content
appendToXmlPipeline, createSaxSource, createXmlPipeline
 
Methods inherited from interface com.servingxml.components.string.Stringable
createString
 

Field Detail

EMPTY_ARRAY

static final ContentTask[] EMPTY_ARRAY