org.openmobileis.synchro.openmsp.client.services
Class SynchroLoginService

java.lang.Object
  extended byorg.openmobileis.services.Service
      extended byorg.openmobileis.services.TemplateService
          extended byorg.openmobileis.synchro.openmsp.client.services.SynchroLoginService
All Implemented Interfaces:
NavigationBarService

public class SynchroLoginService
extends TemplateService
implements NavigationBarService

Title: OpenMobileIS project source
Description: Service that show synchro login HTML page. This page is use to get synchro authentification.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
 
Fields inherited from interface org.openmobileis.services.navigation.NavigationBarService
NAVBAR_ROOT
 
Constructor Summary
SynchroLoginService()
           
 
Method Summary
 boolean displayFormExitMessage()
           
 boolean displayRecursive()
           
 java.lang.String getNavigationBarLabel(HttpServletRequest req)
           
 java.lang.String getServiceUri()
           
 java.lang.String runTemplate(HttpServletRequest parm1, HttpServletResponse parm2, TemplateModelRoot templateRoot)
          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
 
Methods inherited from interface org.openmobileis.services.navigation.NavigationBarService
getNavigationBarLastServiceURI
 

Constructor Detail

SynchroLoginService

public SynchroLoginService()
Method Detail

runTemplate

public java.lang.String runTemplate(HttpServletRequest parm1,
                                    HttpServletResponse parm2,
                                    TemplateModelRoot templateRoot)
                             throws java.io.IOException,
                                    ServletException
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:
java.io.IOException
ServletException

getNavigationBarLabel

public java.lang.String getNavigationBarLabel(HttpServletRequest req)
Specified by:
getNavigationBarLabel in interface NavigationBarService

displayFormExitMessage

public boolean displayFormExitMessage()
Specified by:
displayFormExitMessage in interface NavigationBarService

displayRecursive

public boolean displayRecursive()
Specified by:
displayRecursive in interface NavigationBarService

getServiceUri

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


Copyright 2006 OpenMobileIS. All Rights Reserved.