public class HTMLSourceFactory extends Object implements SourceFactory, Serviceable
| Modifier and Type | Field and Description |
|---|---|
private HTMLEnhancementExtensionPoint |
_htmlEnhancementExtensionPoint |
ROLE| Constructor and Description |
|---|
HTMLSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Source |
getSource(String location,
Map parameters) |
void |
release(Source source) |
void |
service(ServiceManager manager) |
private HTMLEnhancementExtensionPoint _htmlEnhancementExtensionPoint
public HTMLSourceFactory()
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