public class PanelProvider extends org.jboss.dashboard.factory.BasicFactoryElement
Modifier and Type | Field and Description |
---|---|
protected LocaleManager |
localeManager
The locale manager.
|
Constructor and Description |
---|
PanelProvider() |
PanelProvider(PanelDriver newDriver) |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected LocaleManager localeManager
public PanelProvider()
public PanelProvider(PanelDriver newDriver)
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public String getStyleSheet()
public void setStyleSheet(String styleSheet)
public String getGroup()
public void setGroup(String group)
public PanelDriver getDriver()
public String getInvalidDriverPage()
public void setInvalidDriverPage(String invalidDriverPage)
public void setDriver(PanelDriver driver)
public Properties getProperties()
public List getBundles()
public String getPanelStatusDir()
public void setPanelStatusDir(String panelStatusDir)
public String getPanelsDir()
public void setPanelsDir(String panelsDir)
public String getPanelsUrlMapping()
public void setPanelsUrlMapping(String panelsUrlMapping)
public String[] getDefaultBundleFiles()
public void setDefaultBundleFiles(String[] defaultBundleFiles)
public PanelHelp getPanelHelp()
public void setPanelHelp(PanelHelp panelHelp)
public boolean isBasePanel()
public void setBasePanel(boolean basePanel)
public boolean isDeprecatedPanel()
public void setDeprecatedPanel(boolean deprecatedPanel)
public String getThumbnail()
public void setThumbnail(String thumbnail)
public void setProperties(Properties properties)
public void setBundles(List bundles)
public final boolean isEnabled()
public final void initialize() throws Exception
Exception
public void initPanel(PanelInstance instance) throws Exception
Exception
public void initSession(PanelSession status, javax.servlet.http.HttpSession session)
public void start() throws Exception
start
in interface org.jboss.dashboard.factory.FactoryLifecycle
start
in class org.jboss.dashboard.factory.BasicFactoryElement
Exception
public static PanelProvider getInvalidPanelProvider(String id) throws Exception
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.