|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoemContext | |
---|---|
org.melati | See melati.org. |
org.melati.app | Abstract classes and examples for using Melati as a command line application. |
org.melati.example.contacts | A very simple Contacts Management System. |
org.melati.servlet | Servlet specific elements of Melati. |
org.melati.test | This directory contains a series of interactive tests to help in setting up and debugging a Melati installation. |
Uses of PoemContext in org.melati |
---|
Methods in org.melati that return PoemContext | |
---|---|
PoemContext |
Melati.getPoemContext()
Get the PoemContext for this Request. |
Methods in org.melati with parameters of type PoemContext | |
---|---|
void |
Melati.setPoemContext(PoemContext context)
Set the PoemContext for this request. |
Uses of PoemContext in org.melati.app |
---|
Methods in org.melati.app that return PoemContext | |
---|---|
protected PoemContext |
AbstractPoemApp.poemContext(Melati melati)
|
protected PoemContext |
AbstractConfigApp.poemContext(Melati melati)
Set up the (@link PoemContext}, but only the Method. |
protected PoemContext |
AbstractPoemApp.poemContextWithLDB(Melati melati,
String logicalDatabase)
This is provided for convenience, so you don't have to specify the logical database in the arguments. |
Methods in org.melati.app with parameters of type PoemContext | |
---|---|
protected void |
AbstractPoemApp.setTableTroidMethod(PoemContext pc,
String[] args)
|
Uses of PoemContext in org.melati.example.contacts |
---|
Methods in org.melati.example.contacts that return PoemContext | |
---|---|
protected PoemContext |
ContactView.poemContext(Melati melati)
|
protected PoemContext |
Search.poemContext(Melati melati)
|
Uses of PoemContext in org.melati.servlet |
---|
Methods in org.melati.servlet that return PoemContext | |
---|---|
protected PoemContext |
JspServlet.getPoemContext()
Override this to supply a PoemContext with at least a database field filled. |
protected PoemContext |
JspServlet.getPoemContext(String logicalDatabase)
|
protected PoemContext |
JspServlet.getPoemContext(String logicalDatabase,
String pathInfo)
|
protected PoemContext |
ConfigServlet.poemContext(Melati melati)
|
protected PoemContext |
PoemServlet.poemContext(Melati melati)
|
protected PoemContext |
PoemServlet.poemContextWithLDB(Melati melati,
String logicalDatabase)
|
Constructors in org.melati.servlet with parameters of type PoemContext | |
---|---|
InvalidUsageException(javax.servlet.http.HttpServlet servlet,
PoemContext context)
Constructor. |
Uses of PoemContext in org.melati.test |
---|
Methods in org.melati.test that return PoemContext | |
---|---|
protected PoemContext |
TemplateServletTest.poemContext(Melati melati)
Set up the POEM context so we don't have to specify the logicaldatabase on the pathinfo. |
protected PoemContext |
WebmacroMelatiServletTest.poemContext(Melati melati)
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo. |
protected PoemContext |
FlushingServletTest.poemContext(Melati melati)
|
protected PoemContext |
CharsetTemplateServletTest.poemContext(Melati melati)
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo. |
protected PoemContext |
EmailTemplateServletTest.poemContext(Melati melati)
Set up the melati context so we don't have to specify the logicaldatabase on the pathinfo. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |