Dashboard Builder UI Panels 6.2.0.CR2

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

java.lang.Object
  extended by org.jboss.dashboard.ui.taglib.formatter.Formatter
      extended by org.jboss.dashboard.ui.panel.advancedHTML.HTMLDriverEditFormatter

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:


    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 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.2.0.CR2

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