public class ODFViewSourceFactory extends AbstractLogEnabled implements SourceFactory, Serviceable
Modifier and Type | Field and Description |
---|---|
protected static Pattern |
__SOURCE_PATTERN
The regexp for a protocol
|
private ODFViewSelector |
_odfViewSelector
The ODF view selector
|
ROLE
Constructor and Description |
---|
ODFViewSourceFactory() |
Modifier and Type | Method and Description |
---|---|
Source |
getSource(String location,
Map parameters) |
void |
release(Source source) |
void |
service(ServiceManager manager) |
getLogger, setLogger
protected static final Pattern __SOURCE_PATTERN
private ODFViewSelector _odfViewSelector
public ODFViewSourceFactory()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public Source getSource(String location, Map parameters) throws IOException, MalformedURLException
getSource
in interface SourceFactory
IOException
MalformedURLException
public void release(Source source)
release
in interface SourceFactory