public class FactoryComponentFormatter extends Formatter
Constructor and Description |
---|
FactoryComponentFormatter() |
Modifier and Type | Method and Description |
---|---|
FactoryComponentHandler |
getFactoryComponentHandler() |
protected String |
getPropertyName(Method method) |
protected boolean |
isGetter(Method m) |
protected boolean |
isSetter(Method m) |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
protected void |
serviceComponent(String componentId) |
protected void |
serviceFiles(org.jboss.dashboard.factory.Component component) |
protected void |
serviceHeader(org.jboss.dashboard.factory.Component component) |
protected void |
serviceProperties(org.jboss.dashboard.factory.Component component) |
void |
setFactoryComponentHandler(FactoryComponentHandler factoryComponentHandler) |
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 FactoryComponentHandler getFactoryComponentHandler()
public void setFactoryComponentHandler(FactoryComponentHandler factoryComponentHandler)
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.protected void serviceHeader(org.jboss.dashboard.factory.Component component)
protected void serviceProperties(org.jboss.dashboard.factory.Component component)
protected void serviceFiles(org.jboss.dashboard.factory.Component component)
protected void serviceComponent(String componentId) throws org.jboss.dashboard.factory.LookupException
protected boolean isGetter(Method m)
protected boolean isSetter(Method m)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.