A B C D G H I L N R S 

A

AbstractPage - Class in net.sf.appstatus.web.pages
 
AbstractPage() - Constructor for class net.sf.appstatus.web.pages.AbstractPage
 
addResource(String, String, String) - Static method in class net.sf.appstatus.web.pages.Resources
 
applyLayout(Map<String, String>, String) - Static method in class net.sf.appstatus.web.HtmlUtils
 

B

BatchPage - Class in net.sf.appstatus.web.pages
 
BatchPage() - Constructor for class net.sf.appstatus.web.pages.BatchPage
 

C

collectionToDelimitedString(Collection, String, String, String) - Static method in class net.sf.appstatus.web.HtmlUtils
 
countAndDetail(List<String>) - Static method in class net.sf.appstatus.web.HtmlUtils
 

D

doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in interface net.sf.appstatus.web.IPage
Process GET requests.
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.AbstractPage
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.BatchPage
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.LoggersPage
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.RadiatorPage
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Static method in class net.sf.appstatus.web.pages.Resources
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.ServicesPage
 
doGet(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.StatusPage
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.StatusServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.StatusWebHandler
Handle a GET request.
doGetHTML(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.StatusPage
 
doGetJSON(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.StatusPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in interface net.sf.appstatus.web.IPage
Process POST requests.
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.AbstractPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.BatchPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.LoggersPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.RadiatorPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.ServicesPage
 
doPost(StatusWebHandler, HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.pages.StatusPage
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.StatusServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sf.appstatus.web.StatusWebHandler
Handle a POST request.

G

generateBeginTable(StrBuilder, int) - Static method in class net.sf.appstatus.web.HtmlUtils
Prints table start tag, or a message if table is empty.
generateEndTable(StrBuilder, int) - Static method in class net.sf.appstatus.web.HtmlUtils
 
generateHeaders(StrBuilder, Object...) - Static method in class net.sf.appstatus.web.HtmlUtils
Outputs table headers
generateRow(StrBuilder, String, Object...) - Static method in class net.sf.appstatus.web.HtmlUtils
Outputs one table row
getApplicationName() - Method in class net.sf.appstatus.web.StatusWebHandler
 
getAppStatus() - Method in class net.sf.appstatus.web.StatusWebHandler
 
getCssLocation() - Method in class net.sf.appstatus.web.StatusWebHandler
 
getId() - Method in interface net.sf.appstatus.web.IPage
Id of this page.
getId() - Method in class net.sf.appstatus.web.pages.AbstractPage
 
getId() - Method in class net.sf.appstatus.web.pages.BatchPage
 
getId() - Method in class net.sf.appstatus.web.pages.LoggersPage
 
getId() - Method in class net.sf.appstatus.web.pages.RadiatorPage
 
getId() - Method in class net.sf.appstatus.web.pages.ServicesPage
 
getId() - Method in class net.sf.appstatus.web.pages.StatusPage
 
getInstance(String) - Method in class net.sf.appstatus.web.SpringObjectInstantiationListener
 
getLocation() - Method in class net.sf.appstatus.web.pages.Resources.ResourceDefinition
 
getMimeType() - Method in class net.sf.appstatus.web.pages.Resources.ResourceDefinition
 
getName() - Method in interface net.sf.appstatus.web.IPage
Returns page name, used in url to trigger page rendering.
getName() - Method in class net.sf.appstatus.web.pages.AbstractPage
 
getName() - Method in class net.sf.appstatus.web.pages.BatchPage
 
getName() - Method in class net.sf.appstatus.web.pages.LoggersPage
 
getName() - Method in class net.sf.appstatus.web.pages.RadiatorPage
 
getName() - Method in class net.sf.appstatus.web.pages.ServicesPage
 
getName() - Method in class net.sf.appstatus.web.pages.StatusPage
 
getPage(StatusWebHandler, Map<String, String>) - Method in class net.sf.appstatus.web.pages.AbstractPage
 
getPages() - Method in class net.sf.appstatus.web.StatusWebHandler
 

H

HtmlUtils - Class in net.sf.appstatus.web
Support class for generating Html tables.
HtmlUtils() - Constructor for class net.sf.appstatus.web.HtmlUtils
 

I

init(ServletConfig) - Method in class net.sf.appstatus.web.StatusServlet
Init the AppStatus Web UI.
init() - Method in class net.sf.appstatus.web.StatusWebHandler
Does the initialization work.
IPage - Interface in net.sf.appstatus.web
This interface is implemented by every page of the web interface.
isEmpty(Collection<?>) - Static method in class net.sf.appstatus.web.HtmlUtils
Null-safe empty test for Collections.

L

LoggersPage - Class in net.sf.appstatus.web.pages
Display loggers current level and let the user change them.
LoggersPage() - Constructor for class net.sf.appstatus.web.pages.LoggersPage
 
LOGO - Static variable in class net.sf.appstatus.web.pages.Resources
 

N

net.sf.appstatus.web - package net.sf.appstatus.web
 
net.sf.appstatus.web.pages - package net.sf.appstatus.web.pages
 

R

RadiatorPage - Class in net.sf.appstatus.web.pages
This is an Alpha radiator page.
RadiatorPage() - Constructor for class net.sf.appstatus.web.pages.RadiatorPage
 
Resources - Class in net.sf.appstatus.web.pages
 
Resources() - Constructor for class net.sf.appstatus.web.pages.Resources
 
Resources.ResourceDefinition - Class in net.sf.appstatus.web.pages
 
Resources.ResourceDefinition(String, String) - Constructor for class net.sf.appstatus.web.pages.Resources.ResourceDefinition
 

S

ServicesPage - Class in net.sf.appstatus.web.pages
 
ServicesPage() - Constructor for class net.sf.appstatus.web.pages.ServicesPage
 
setAllowIp(String) - Method in class net.sf.appstatus.web.StatusWebHandler
Restrict access to a single IP.
setApplicationName(String) - Method in class net.sf.appstatus.web.StatusWebHandler
 
setAppStatus(AppStatus) - Method in class net.sf.appstatus.web.StatusWebHandler
Set the AppStatus object to use in the web interface.
setCssLocation(String) - Method in class net.sf.appstatus.web.StatusWebHandler
Set the location of the css to use.
setPages(Map<String, IPage>) - Method in class net.sf.appstatus.web.StatusWebHandler
Set the available pages in the web interface.
setup(HttpServletResponse, String) - Method in class net.sf.appstatus.web.pages.AbstractPage
 
SpringObjectInstantiationListener - Class in net.sf.appstatus.web
Spring-aware instantiation listener for web applications.
SpringObjectInstantiationListener(ServletContext) - Constructor for class net.sf.appstatus.web.SpringObjectInstantiationListener
Constructor.
STATUS_ERROR - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_JOB - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_JOB_ERROR - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_JOB_WARNING - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_OK - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_PROP - Static variable in class net.sf.appstatus.web.pages.Resources
 
STATUS_WARN - Static variable in class net.sf.appstatus.web.pages.Resources
 
StatusPage - Class in net.sf.appstatus.web.pages
 
StatusPage() - Constructor for class net.sf.appstatus.web.pages.StatusPage
 
StatusServlet - Class in net.sf.appstatus.web
 
StatusServlet() - Constructor for class net.sf.appstatus.web.StatusServlet
 
StatusWebHandler - Class in net.sf.appstatus.web
Handle the Web UI of AppStatus.
StatusWebHandler() - Constructor for class net.sf.appstatus.web.StatusWebHandler
 
A B C D G H I L N R S 

Copyright © 2010–2015. All rights reserved.