|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.view.View
net.sourceforge.pebble.web.view.NotModifiedView
public class NotModifiedView
Represents a 304 (not modified).
Constructor Summary | |
---|---|
NotModifiedView()
|
Method Summary | |
---|---|
void |
dispatch(HttpServletRequest request,
HttpServletResponse response,
ServletContext context)
Dispatches this view. |
java.lang.String |
getContentType()
Gets the title of this view. |
Methods inherited from class net.sourceforge.pebble.web.view.View |
---|
getModel, getServletContext, prepare, setModel, setServletContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotModifiedView()
Method Detail |
---|
public java.lang.String getContentType()
getContentType
in class View
public void dispatch(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException
dispatch
in class View
request
- the HttpServletRequest instanceresponse
- the HttpServletResponse instancecontext
- the ServletContext instance
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |