@ApplicationScoped public class KPIProcessor extends AbstractChainProcessor
Modifier and Type | Field and Description |
---|---|
static String |
KPI_MAPPING |
static String |
LOCALE_PARAMETER |
Constructor and Description |
---|
KPIProcessor() |
Modifier and Type | Method and Description |
---|---|
static Panel |
getKPIPanel(KPI kpi)
Returns the panel where KPI has been configured.
|
boolean |
processRequest()
Make required processing of request.
|
protected void |
processSetLocale(javax.servlet.http.HttpServletRequest request)
Handles the local parameter to set display locale
|
protected CommandResponse |
processShowKPI(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process show KPI request by rendering the KPi
|
getHttpRequest, getHttpResponse, getRequest, getRequestContext, getResponse, setResponse
public static final String KPI_MAPPING
public static final String LOCALE_PARAMETER
public boolean processRequest() throws Exception
RequestChainProcessor
Exception
protected CommandResponse processShowKPI(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
request
- Requestresponse
- ResponseException
protected void processSetLocale(javax.servlet.http.HttpServletRequest request)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.