|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Source in org.apache.cocoon.components.source |
---|
Classes in org.apache.cocoon.components.source that implement Source | |
---|---|
class |
AbstractSAXSource
Deprecated. Use the new Avalon Excalibur Source Resolving |
class |
AbstractStreamSource
Deprecated. Use the new Avalon Excalibur Source Resolving |
class |
AbstractStreamWriteableSource
Deprecated. Use the new Avalon Excalibur Source Resolving |
class |
DelayedRefreshSourceWrapper
Deprecated. by the Avalon Exalibur Source Resolving |
class |
FileSource
Deprecated. Use the new avalon source resolving instead |
class |
SitemapSource
Deprecated. by the Avalon Excalibur Source Resolving |
class |
URLSource
Deprecated. by the Avalon Exalibur Source Resolving |
Methods in org.apache.cocoon.components.source that return Source | |
---|---|
Source |
SourceHandlerImpl.getSource(Environment environment,
String location)
Deprecated. Get a Source object. |
Source |
CocoonSourceFactory.getSource(Environment environment,
String location)
Resolve the source |
Source |
FileSourceFactory.getSource(Environment environment,
String location)
Deprecated. |
Source |
SourceHandler.getSource(Environment environment,
String location)
Deprecated. Get a Source object. |
Source |
SourceFactory.getSource(Environment environment,
String location)
Deprecated. Get a Source object. |
Source |
SourceHandlerImpl.getSource(Environment environment,
URL base,
String location)
Deprecated. Get a Source object. |
Source |
CocoonSourceFactory.getSource(Environment environment,
URL base,
String location)
Resolve the source |
Source |
FileSourceFactory.getSource(Environment environment,
URL base,
String location)
Deprecated. |
Source |
SourceHandler.getSource(Environment environment,
URL base,
String location)
Deprecated. Get a Source object. |
Source |
SourceFactory.getSource(Environment environment,
URL base,
String location)
Deprecated. Get a Source object. |
Constructors in org.apache.cocoon.components.source with parameters of type Source | |
---|---|
DelayedRefreshSourceWrapper(Source source,
long delay)
Deprecated. Creates a wrapper for a Source which ensures that
Source.getLastModified() won't be called more than once per
delay milliseconds period. |
Uses of Source in org.apache.cocoon.components.source.impl |
---|
Classes in org.apache.cocoon.components.source.impl that implement Source | |
---|---|
class |
AvalonToCocoonSource
This source objects wraps an Avalon Excalibur Source to get an obsolete Cocoon Source object for the use of the deprecated SourceResolver.resolve(String)
method. |
Fields in org.apache.cocoon.components.source.impl declared as Source | |
---|---|
protected Source |
CocoonToAvalonSource.source
The real source |
Methods in org.apache.cocoon.components.source.impl that return Source | |
---|---|
static Source |
AvalonToCocoonSourceInvocationHandler.createProxy(Source source,
SourceResolver resolver,
Environment environment,
ComponentManager manager)
Creates a dynamic proxy for an excalibur Source object to
make it behave like a cocoon Source . |
Constructors in org.apache.cocoon.components.source.impl with parameters of type Source | |
---|---|
CocoonToAvalonSource(String location,
Source source)
Constructor |
Uses of Source in org.apache.cocoon.components.xslt |
---|
Methods in org.apache.cocoon.components.xslt with parameters of type Source | |
---|---|
TransformerHandler |
XSLTProcessor.getTransformerHandler(Source stylesheet)
Same as XSLTProcessor.getTransformerHandler(Source,XMLFilter) , with
filter set to null and factory
set to null . |
TransformerHandler |
XSLTProcessorImpl.getTransformerHandler(Source stylesheet)
Deprecated. |
TransformerHandler |
XSLTProcessor.getTransformerHandler(Source stylesheet,
XMLFilter filter)
Return a TransformerHandler for a given
stylesheet Source . |
TransformerHandler |
XSLTProcessorImpl.getTransformerHandler(Source stylesheet,
XMLFilter filter)
Deprecated. |
void |
XSLTProcessor.transform(Source source,
Source stylesheet,
Parameters params,
Result result)
Applies an XSLT stylesheet to an XML document. |
void |
XSLTProcessorImpl.transform(Source source,
Source stylesheet,
Parameters params,
Result result)
Deprecated. |
Uses of Source in org.apache.cocoon.environment |
---|
Subinterfaces of Source in org.apache.cocoon.environment | |
---|---|
interface |
ModifiableSource
Deprecated. Use the Source interface instead |
interface |
WriteableSource
Deprecated. Use the ModifiableSource interface instead |
Methods in org.apache.cocoon.environment that return Source | |
---|---|
Source |
URLFactorySourceResolver.resolve(String systemID)
Deprecated. Resolve the source. |
Source |
AbstractEnvironment.resolve(String systemId)
Deprecated. Use the resolveURI methods instead |
Source |
SourceResolver.resolve(String systemID)
Deprecated. Use the resolveURI methods instead |
Uses of Source in org.apache.cocoon.environment.wrapper |
---|
Methods in org.apache.cocoon.environment.wrapper that return Source | |
---|---|
Source |
MutableEnvironmentFacade.resolve(String systemID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |