public class CustomPage extends AbstractPage
| Constructor and Description | 
|---|
| CustomPage() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(StatusWebHandler webHandler,
     javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp)Process GET requests. | 
| 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 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.