|
||||||||||
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.HtmlView
net.sourceforge.pebble.web.view.impl.ErrorView
public class ErrorView
Represents the error (HTTP 500) page.
Field Summary |
---|
Fields inherited from class net.sourceforge.pebble.web.view.HtmlView |
---|
DEFAULT_THEME, SYSTEM_THEME |
Constructor Summary | |
---|---|
ErrorView()
|
Method Summary | |
---|---|
protected int |
getStatus()
|
protected java.lang.String |
getTheme()
Gets the name of the theme to use. |
java.lang.String |
getTitle()
Gets the title of this view. |
java.lang.String |
getUri()
Gets the URI that this view represents. |
void |
prepare()
Prepares the view for presentation. |
Methods inherited from class net.sourceforge.pebble.web.view.HtmlView |
---|
dispatch, getContentType |
Methods inherited from class net.sourceforge.pebble.web.view.View |
---|
getModel, getServletContext, setModel, setServletContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorView()
Method Detail |
---|
public void prepare()
View
prepare
in class View
public java.lang.String getTitle()
getTitle
in class HtmlView
protected int getStatus()
getStatus
in class HtmlView
protected java.lang.String getTheme()
getTheme
in class HtmlView
public java.lang.String getUri()
getUri
in class JspView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |