public class SectionPropertiesFormatter extends Formatter
Modifier and Type | Field and Description |
---|---|
protected LocaleManager |
localeManager |
Constructor and Description |
---|
SectionPropertiesFormatter() |
Modifier and Type | Method and Description |
---|---|
SectionPropertiesHandler |
getSectionPropertiesHandler() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
Map<String,String> |
setLangTitle(javax.servlet.http.HttpServletRequest request) |
void |
setSectionPropertiesHandler(SectionPropertiesHandler sectionPropertiesHandler) |
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
@Inject protected LocaleManager localeManager
public SectionPropertiesHandler getSectionPropertiesHandler()
public void setSectionPropertiesHandler(SectionPropertiesHandler sectionPropertiesHandler)
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FormatterException
Formatter
service
in class Formatter
request
- user requestresponse
- response to the userFormatterException
- in case of an unexpected exception.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.