|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoemServlet | |
---|---|
org.melati.admin | A Melati Database Administration System. |
org.melati.example.contacts | A very simple Contacts Management System. |
org.melati.login | Access control for a Melati database. |
org.melati.servlet | Servlet specific elements of Melati. |
org.melati.template.webmacro | Enables WebMacro to be used as the Melati template engine. |
org.melati.test | This directory contains a series of interactive tests to help in setting up and debugging a Melati installation. |
Uses of PoemServlet in org.melati.admin |
---|
Subclasses of PoemServlet in org.melati.admin | |
---|---|
class |
Admin
Melati template servlet for database administration. |
class |
Copy
Copy one db to another. |
class |
Display
Display an object using the Template specified. |
class |
Status
Display a Status page. |
Uses of PoemServlet in org.melati.example.contacts |
---|
Subclasses of PoemServlet in org.melati.example.contacts | |
---|---|
class |
ContactsServlet
The simplest possible servlet. |
class |
ContactView
Example servlet to display or edit a contact and its categories. |
class |
Search
Example servlet to search contacts and display them. |
Uses of PoemServlet in org.melati.login |
---|
Subclasses of PoemServlet in org.melati.login | |
---|---|
class |
Login
A servlet which handles user logins. |
class |
Logout
A servlet which deletes login session cookies to log a user off from the system. |
Uses of PoemServlet in org.melati.servlet |
---|
Subclasses of PoemServlet in org.melati.servlet | |
---|---|
class |
TemplateServlet
Base class to use Melati with a Template Engine. |
Uses of PoemServlet in org.melati.template.webmacro |
---|
Subclasses of PoemServlet in org.melati.template.webmacro | |
---|---|
class |
WebmacroMelatiServlet
Base class to use WebMacro (specifically) with Melati. |
Uses of PoemServlet in org.melati.test |
---|
Subclasses of PoemServlet in org.melati.test | |
---|---|
class |
CharsetTemplateServletTest
Test display of various characters using a Template Engine. |
class |
EmailTemplateServletTest
Test display of various characters using a Template Engine. |
class |
FlushingServletTest
Illustrate the difference between flushing and not flushing your output buffer. |
class |
HttpAuthenticationPoemServletTest
|
class |
PoemServletTest
Test a Melati configuration which accesses a POEM database without using a Template Engine. |
class |
TemplateServletTest
Test a Melati configuration with a Template Engine and a temporary file form data adaptor. |
class |
TemplateServletTestOverride
Illustrate overridden authentication handling. |
class |
WebmacroMelatiServletTest
Test WebMacro in standalone mode (outside the servlet API) by expanding a template to a string and then including it within a template. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |