|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.view.View
org.codehaus.waffle.view.ResponderView
public abstract class ResponderView
A ResponderView is able to use the servlet response and write directly to it, instead of dispatching it.
Constructor Summary | |
---|---|
ResponderView()
|
Method Summary | |
---|---|
abstract void |
respond(javax.servlet.ServletRequest request,
javax.servlet.http.HttpServletResponse response)
Renders the output directly into servlet response |
Methods inherited from class org.codehaus.waffle.view.View |
---|
getController, getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponderView()
Method Detail |
---|
public abstract void respond(javax.servlet.ServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
request
- the ServletRequestresponse
- the HttpServletResponse
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |