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 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