public class ForFormatter extends Formatter
Constructor and Description |
---|
ForFormatter() |
Modifier and Type | Method and Description |
---|---|
protected Iterator |
getSortedIterator(Iterator iterator,
String sortProperties) |
void |
init() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
void |
shutdown() |
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, setComponentAlias, start, stop
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.public void shutdown()
shutdown
in interface org.jboss.dashboard.factory.FactoryLifecycle
shutdown
in class org.jboss.dashboard.factory.BasicFactoryElement
public void init()
init
in interface org.jboss.dashboard.factory.FactoryLifecycle
init
in class org.jboss.dashboard.factory.BasicFactoryElement
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.