Dashboard Builder UI Panels 6.0.0.Beta2

org.jboss.dashboard.ui.panel.advancedHTML
Class HTMLDriverEditFormatter

java.lang.Object
  extended by org.jboss.dashboard.factory.BasicFactoryElement
      extended by org.jboss.dashboard.ui.taglib.formatter.Formatter
          extended by org.jboss.dashboard.ui.panel.advancedHTML.HTMLDriverEditFormatter
All Implemented Interfaces:
Serializable, org.jboss.dashboard.factory.FactoryLifecycle

public class HTMLDriverEditFormatter
extends org.jboss.dashboard.ui.taglib.formatter.Formatter

This class extends Formatter to provide support for the rendering of the edit page of advanced HTML panel.

It serves the following output fragments, with given output attributes:

  • outputStart. At the beginning.
  • languagesOutputStart. At the beginning, when there are languages to show.
  • languageOutput/selectedLanguageOutput. For every language, depending on wether or not it is the currently selected It receives the following attributes:
  • languagesOutputEnd. At the end, when there are languages to show.

  • output. After the languages. It receives the following attributes:
  • outputEnd. At the end. It receives the following attributes:

    See Also:
    Serialized Form

    Constructor Summary
    HTMLDriverEditFormatter()
               
     
    Method Summary
     void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
               
     
    Methods inherited from class org.jboss.dashboard.ui.taglib.formatter.Formatter
    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
     
    Methods inherited from class org.jboss.dashboard.factory.BasicFactoryElement
    addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    HTMLDriverEditFormatter

    public HTMLDriverEditFormatter()
    Method Detail

    service

    public void service(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws org.jboss.dashboard.ui.taglib.formatter.FormatterException
    Specified by:
    service in class org.jboss.dashboard.ui.taglib.formatter.Formatter
    Throws:
    org.jboss.dashboard.ui.taglib.formatter.FormatterException

    Dashboard Builder UI Panels 6.0.0.Beta2

    Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.