| java.lang.Object org.apache.cocoon.components.source.impl.AvalonToCocoonSource
manager | protected ComponentManager manager(Code) | | The manager
|
resolver | protected SourceResolver resolver(Code) | | The source resolver
|
source | protected Source source(Code) | | The real source
|
AvalonToCocoonSource | public AvalonToCocoonSource(Source source, SourceResolver resolver, Environment environment, ComponentManager manager)(Code) | | Constructor
|
getContentLength | public long getContentLength()(Code) | | Get the content length of the source or -1 if it
is not possible to determine the length.
|
getLastModified | public long getLastModified()(Code) | | Get the last modification date of the source or 0 if it
is not possible to determine the date.
|
getSystemId | public String getSystemId()(Code) | | Return the unique identifer for this source
|
recycle | public void recycle()(Code) | | |
refresh | public void refresh()(Code) | | |
|
|