Inheritance diagram for org.openmobileis.services.servlet.IndexServlet:
First page opened when the web server is started use the property org.openmobileis.service.forcepass to define if password has to be asked. The template name is openmischannel/index.htm" URL is /services/index
Definition at line 64 of file IndexServlet.java.
Public Member Functions | |
IndexServlet () | |
String | getIndexServletTemplateName () |
synchronized void | addContentListener (IndexServletContentListener listener) |
String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot modelRoot) throws ServletException, IOException |
Extends this method to develop specific process. | |
String | getName () |
String | getNavigationBarLabel (HttpServletRequest req) |
boolean | displayFormExitMessage () |
boolean | displayRecursive () |
Static Public Member Functions | |
static IndexServlet | getIndexServlet () |
Static Protected Attributes | |
static IndexServlet | serverIndexServlet |
|
Extends this method to develop specific process. Return the template relatif path to be use to process TemplateModel. Implements org.openmobileis.services.TemplateService. Definition at line 94 of file IndexServlet.java. References org.openmobileis.services.servlet.IndexServletContentListener.addContent(), org.openmobileis.common.context.SessionContext.clearAttribute(), org.openmobileis.services.common.CallingServiceManager.clearStack(), org.openmobileis.common.util.collection.Array.get(), org.openmobileis.common.context.SessionContext.getAttribute(), org.openmobileis.services.servlet.IndexServlet.getIndexServletTemplateName(), and org.openmobileis.common.util.collection.Array.size. |