org.openmobileis.embedded.webserver.test.services
Class HelloWorld

java.lang.Object
  extended byorg.openmobileis.services.Service
      extended byorg.openmobileis.services.TemplateService
          extended byorg.openmobileis.embedded.webserver.test.services.HelloWorld

public class HelloWorld
extends TemplateService

URL : http://127.0.0.1:9091/services/helloworld

Author:
Romain Beaugrand

Constructor Summary
HelloWorld()
           
 
Method Summary
 java.lang.String getServiceUri()
           
 java.lang.String runTemplate(HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData)
          Extends this method to develop specific process.
 
Methods inherited from class org.openmobileis.services.TemplateService
run
 
Methods inherited from class org.openmobileis.services.Service
equals, getNavigationBarLastServiceURI, hashCode, isNavigationService, runService, useWebCache
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

runTemplate

public java.lang.String runTemplate(HttpServletRequest req,
                                    HttpServletResponse res,
                                    TemplateModelRoot templateData)
                             throws ServletException,
                                    java.io.IOException
Description copied from class: TemplateService
Extends this method to develop specific process. Return the template relatif path to be use to process TemplateModel.

Specified by:
runTemplate in class TemplateService
Throws:
ServletException
java.io.IOException

getServiceUri

public java.lang.String getServiceUri()
Specified by:
getServiceUri in class Service


Copyright 2006 OpenMobileIS. All Rights Reserved.