|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
PipelineComponent
s and connects them with each other.PipelineComponent
to the pipeline.
PipelineComponent
to the pipeline.
Pipeline
basically works like the CachingPipeline
.RestController
classes to the base URL of the current request.Pipeline
implementation that returns a cached result if, and only if all its components support caching.comment
events if between startDTD/endDTD events.
BeanDefinition.SCOPE_PROTOTYPE
.endDocument
event: this method does nothing.
endDTD
event: this method does nothing.
Pipeline.setup(OutputStream, Map)
, this method can be invoked in order to
produce the result.
Pipeline.setup(OutputStream, Map)
, this method can be invoked in order to
produce the result.
Pipeline.setup(OutputStream, Map)
, this method can be invoked in order to
produce the result.
exception
.exception
until one of the following happens
there is no more underlying cause
an Exception other than InvocationException
or one of its subclasses is encountered
null
if and only if the given exception
is
null
.
http://tools.ietf.org/html/rfc2046
of the content produced by the pipeline.
http://tools.ietf.org/html/rfc2046
of the content produced by the pipeline.
throwable
into an InvocationException
, if that is necessary.throwable
is already an instance of InvocationException
, the given
throwable
is returned.
XMLConsumer
which can:
Trim empty characters if ignoreEmptyCharacters
is set.RestController
classes to inject the object that matches the field type.InvocationImpl
object using the given output stream.
InvocationImpl
object using the given output stream and requestURI.
InvocationImpl
object using the given output stream, requestURI and parameters.
Map
.
Pipeline
doesn't support caching at all.XMLConsumer
that does swallows all incoming SAX events.CacheKey
that contains a Map
of parameters.PipelineComponent
s that passed by using
Pipeline.addComponent(PipelineComponent)
.RestController
classes to access sitemap parameters.RestController
classes to access sitemap parameters.SaxBit
objects.
URL
directly when this component is used directly.
Pipeline.addComponent(PipelineComponent)
, this method can be invoked in
order to setup and initialize the pipeline and its components.
Pipeline.setup(OutputStream)
but also allows passing parameters to the pipeline components.
Pipeline.addComponent(PipelineComponent)
, this method can be invoked in
order to setup and initialize the pipeline and its components.
Pipeline.setup(OutputStream)
but also allows passing parameters to the pipeline components.
RestController
classes to access sitemap parameters.startDocument
event: this method does nothing.
startDTD
event: this method does nothing.
String
for Object.toString()
.OutputStream
.
OutputStream
.
OutputStream
.
OutputStream
.
javax.xml.tranform
that does its best to provide useful error messages.WildcardMatcher.WildcardExpressionRewriter
takes an expression like /abc/{id}/{name}.html and replaces all
placeholders by stars ('*') so that the WildcardHelper can be used.javax.xml.tranform
that does its best to provide useful error messages.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |