public class DashboardFilterFormatter extends Formatter
Modifier and Type | Field and Description |
---|---|
protected static String |
I18N_BUNDLE_NAME |
protected LocaleManager |
localeManager
The locale manager.
|
static String |
PARAM_COMPONENT_CODE |
static String |
PARAM_RENDER_TYPE |
static String |
RENDER_TYPE_EDIT_PROPERTIES |
static String |
RENDER_TYPE_PROPERTIES |
static String |
RENDER_TYPE_SHOW |
Constructor and Description |
---|
DashboardFilterFormatter() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkEmpty() |
protected ResourceBundle |
getBundle() |
DashboardFilterHandler |
getDashboardFilterHandler() |
protected void |
renderPropertyName(DashboardFilterProperty property) |
void |
service(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Perform the required logic for this Formatter.
|
protected void |
serviceForEditMode(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected void |
serviceForProperties(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
serviceForShowMode(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected void |
setDefaultTypeAttributes(DashboardFilterProperty property) |
afterRendering, formatObject, getDefaultLang, getDriver, getEncoding, getLang, getLocale, getLocaleManager, getLocalizedValue, getPanel, getParameter, getProvider, getSection, getWorkspace, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
public static final String PARAM_RENDER_TYPE
public static final String PARAM_COMPONENT_CODE
public static final String RENDER_TYPE_SHOW
public static final String RENDER_TYPE_PROPERTIES
public static final String RENDER_TYPE_EDIT_PROPERTIES
protected static final String I18N_BUNDLE_NAME
protected LocaleManager localeManager
public DashboardFilterHandler getDashboardFilterHandler()
public void service(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws FormatterException
Formatter
service
in class Formatter
httpServletRequest
- user requesthttpServletResponse
- response to the userFormatterException
- in case of an unexpected exception.protected void serviceForProperties(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected void serviceForShowMode(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
protected boolean checkEmpty()
protected void serviceForEditMode(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
protected ResourceBundle getBundle()
protected void renderPropertyName(DashboardFilterProperty property)
protected void setDefaultTypeAttributes(DashboardFilterProperty property)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.