|
||||||||||
| 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.JspView
net.sourceforge.pebble.web.view.XmlView
public abstract class XmlView
Represents an XML view component, implemented by a JSP and prepares the model for display.
| Constructor Summary | |
|---|---|
XmlView()
|
|
| Method Summary | |
|---|---|
void |
dispatch(HttpServletRequest request,
HttpServletResponse response,
ServletContext context)
Dispatches this view. |
java.lang.String |
getContentType()
Gets the content type of this view. |
| Methods inherited from class net.sourceforge.pebble.web.view.JspView |
|---|
getUri |
| 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 XmlView()
| 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 Viewrequest - the HttpServletRequest instanceresponse - the HttpServletResponse instancecontext -
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||