org.openmobileis.synchro.openmsp.client.services
Class SynchroJournalDisplayService
java.lang.Object
org.openmobileis.services.Service
org.openmobileis.services.TemplateService
org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService
- All Implemented Interfaces:
- NavigationBarService
- public class SynchroJournalDisplayService
- extends TemplateService
- implements NavigationBarService
Title: OpenMobileIS project source
Description: Service that show synchronisation result. Each Synchro listener can log
its synchro result has a JOurnalEntry with the JournalManager.
The journal service show saved synchronisation result.
The show each entry, the JournalService use a JournalRenderer.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
DefaultLogRenderer, JournalService, JournalEntry
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SynchroJournalDisplayService
public SynchroJournalDisplayService()
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
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.