|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.rice.rubis.beans.servlets.ServletPrinter
In fact, this class is not a servlet itself but it provides output services to servlets to send back HTML files.
Constructor Summary | |
ServletPrinter(javax.servlet.http.HttpServletResponse toWebServer,
java.lang.String callingServletName)
Creates a new ServletPrinter instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletPrinter(javax.servlet.http.HttpServletResponse toWebServer, java.lang.String callingServletName)
ServletPrinter
instance.toWebServer
- a HttpServletResponse
valuecallingServletName
- a String
value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |