Package org.ametys.core.cocoon.source
Interface NamedSource
-
- All Superinterfaces:
Source
- All Known Implementing Classes:
AmetysResourceSource
,BinarySource
,RichTextFileSource
public interface NamedSource extends Source
Represents a namedSource
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this source.-
Methods inherited from interface org.apache.excalibur.source.Source
exists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refresh
-
-