public class StatusPageServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
StatusPageServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected InputStream |
executeHttpGet(String url)
Execute a Http GET
|
protected ContextEnvironment |
getEnvironment() |
protected GroupService |
getGroupService()
Get the GroupService from the
CoinGuiceModule |
protected PersonService |
getPersonService()
Get the
PersonService from the CoinGuiceModule |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionprotected PersonService getPersonService()
PersonService from the CoinGuiceModulePersonServiceprotected GroupService getGroupService()
CoinGuiceModuleGroupServiceprotected ContextEnvironment getEnvironment()
ConextEnvironmentprotected InputStream executeHttpGet(String url) throws org.apache.http.client.ClientProtocolException, IOException
url - the url to callorg.apache.http.client.ClientProtocolException - in case of Htpp protocol breachIOException - in case of IO errorCopyright © 2007-2012. All Rights Reserved.