|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.iges.anagram.AbstractModule | +--org.iges.anagram.service.Service | +--org.iges.anagram.service.UploadService
Receives client uploads of data objects
Field Summary | |
protected java.util.List |
generating
|
Fields inherited from class org.iges.anagram.service.Service |
enabled, moduleID, updateFormat |
Fields inherited from class org.iges.anagram.AbstractModule |
log, moduleName, parent, server |
Constructor Summary | |
UploadService()
|
Method Summary | |
void |
configure(Setting setting)
Configures the module according to the settings provided. |
java.lang.String |
getServiceName()
Returns the name of this service. |
void |
handle(ClientRequest clientRequest)
Performs the service provided by this module. |
Methods inherited from class org.iges.anagram.service.Service |
getBaseURL, getDataFromPath, getModuleID, isEnabled, printFooter, printHeader, setEnabled, startHTML |
Methods inherited from class org.iges.anagram.AbstractModule |
configModule, debug, debug, error, fail, fail, fail, getModuleName, info, init, toString, verbose, verbose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.List generating
Constructor Detail |
public UploadService()
Method Detail |
public java.lang.String getServiceName()
Service
getServiceName
in class Service
public void configure(Setting setting)
AbstractModule
configure
in interface Module
configure
in class AbstractModule
public void handle(ClientRequest clientRequest) throws ModuleException
Service
handle
in class Service
clientRequest
- The request to be handled
ModuleException
- if the service fails for any reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |