public class ServicesPage extends AbstractPage
Constructor and Description |
---|
ServicesPage() |
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 |
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, setup
public void doGet(StatusWebHandler webHandler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws UnsupportedEncodingException, IOException
IPage
doGet
in interface IPage
doGet
in class AbstractPage
UnsupportedEncodingException
IOException
public void doGetHTML(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)
IPage
doPost
in interface IPage
doPost
in class AbstractPage
public String getId()
IPage
getId
in interface IPage
getId
in class AbstractPage
Copyright © 2010–2016. All rights reserved.