erland.webapp.homepage.logic.service
Class UrlReaderService

java.lang.Object
  extended by erland.webapp.homepage.logic.service.UrlReaderService
All Implemented Interfaces:
ServiceInterface
Direct Known Subclasses:
FileReaderService, TemplateFileReaderService

public class UrlReaderService
extends Object
implements ServiceInterface


Constructor Summary
UrlReaderService()
           
 
Method Summary
 String execute(ParameterValueStorageInterface parameters)
           
protected  InputStream getInputStream(ParameterValueStorageInterface parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlReaderService

public UrlReaderService()
Method Detail

execute

public String execute(ParameterValueStorageInterface parameters)
Specified by:
execute in interface ServiceInterface

getInputStream

protected InputStream getInputStream(ParameterValueStorageInterface parameters)
                              throws IOException
Throws:
IOException


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.