org.dbe.eve.util
Class InformationHandler
java.lang.Object
org.dbe.eve.util.InformationHandler
- All Implemented Interfaces:
- org.dbe.servent.http.ServiceHandler
public class InformationHandler
- extends java.lang.Object
- implements org.dbe.servent.http.ServiceHandler
- Author:
- cmasuch
Field Summary |
protected org.dbe.servent.ServiceContext |
context
context |
(package private) org.apache.velocity.app.VelocityEngine |
engine
VelocityEngine |
protected HabitatServiceImpl |
service
Service |
Method Summary |
void |
handle(org.dbe.servent.http.ServentRequest request,
org.dbe.servent.http.ServentResponse response)
|
void |
init(java.lang.Object service,
org.dbe.servent.ServiceContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
protected HabitatServiceImpl service
- Service
context
protected org.dbe.servent.ServiceContext context
- context
engine
org.apache.velocity.app.VelocityEngine engine
- VelocityEngine
InformationHandler
public InformationHandler()
init
public void init(java.lang.Object service,
org.dbe.servent.ServiceContext context)
- Specified by:
init
in interface org.dbe.servent.http.ServiceHandler
- See Also:
ServiceHandler.init(java.lang.Object,
org.dbe.servent.ServiceContext)
handle
public void handle(org.dbe.servent.http.ServentRequest request,
org.dbe.servent.http.ServentResponse response)
- Specified by:
handle
in interface org.dbe.servent.http.ServiceHandler
- See Also:
ServiceHandler.handle(org.dbe.servent.http.ServentRequest,
org.dbe.servent.http.ServentResponse)