|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cougaar.pizza.servlet.PizzaPreferenceServlet.PizzaFormatter
Worker class that actually produces HTML for the servlet.
| Constructor Summary | |
PizzaPreferenceServlet.PizzaFormatter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
| Method Summary | |
void |
execute(javax.servlet.http.HttpServletResponse response)
Write the servlet response into the given response's stream. |
protected java.lang.String |
getHtmlForOrders()
Get HTML to represent the Orders that have been placed. |
protected java.lang.String |
getHtmlForPreferences()
Query the Blackboard for the PizzaPreferences object,
and display the contents in a Table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PizzaPreferenceServlet.PizzaFormatter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
| Method Detail |
public void execute(javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getHtmlForOrders()
protected java.lang.String getHtmlForPreferences()
PizzaPreferences object,
and display the contents in a Table.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||