public class StatusPage extends AbstractPage
| Constructor and Description |
|---|
StatusPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(StatusWebHandler webHandler,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Process GET requests.
|
void |
doGetHTML(StatusWebHandler webHandler,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doGetJSON(StatusWebHandler webHandler,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doPost(StatusWebHandler webHandler,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Process POST requests.
|
String |
getId()
Id of this page.
|
String |
getName()
Returns page name, used in url to trigger page rendering.
|
getPage, setuppublic void doGet(StatusWebHandler webHandler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws UnsupportedEncodingException, IOException
IPagedoGet in interface IPagedoGet in class AbstractPageUnsupportedEncodingExceptionIOExceptionpublic void doGetHTML(StatusWebHandler webHandler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws UnsupportedEncodingException, IOException
public void doGetJSON(StatusWebHandler webHandler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws UnsupportedEncodingException, IOException
public void doPost(StatusWebHandler webHandler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
IPagedoPost in interface IPagedoPost in class AbstractPagepublic String getId()
IPagegetId in interface IPagegetId in class AbstractPageCopyright © 2010–2016. All rights reserved.