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) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprotected static final Pattern __SOURCE_PATTERN
private ODFViewSelector _odfViewSelector
public ODFViewSourceFactory()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Source getSource(String location, Map parameters) throws IOException, MalformedURLException
getSource in interface SourceFactoryIOExceptionMalformedURLExceptionpublic void release(Source source)
release in interface SourceFactory