net.sf.xbus.admin.html
Class ConfigurationBean

java.lang.Object
  extended by net.sf.xbus.admin.html.ConfigurationBean

public class ConfigurationBean
extends java.lang.Object

The ConfigurationBean stored instance from Configurationand comprises this configuration in the form of the opened/disclosed three-level menu:


Constructor Summary
ConfigurationBean()
          Deafulst constructor.
 
Method Summary
 java.lang.String getConfigurationAsTableRows()
          Gets property configurationAsTableRows .
 void setChapterMenu(java.lang.String newChapterMenu)
          Allows you to set the property chapterMenu
 void setSectionMenu(java.lang.String newSectionMenu)
          Allows you to set the property section
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationBean

public ConfigurationBean()
                  throws XException
Deafulst constructor. Creates instance from <@link net.sf.xbus.base.core.Configuration>.

Throws:
XException
Method Detail

setChapterMenu

public void setChapterMenu(java.lang.String newChapterMenu)
Allows you to set the property chapterMenu


setSectionMenu

public void setSectionMenu(java.lang.String newSectionMenu)
Allows you to set the property section


getConfigurationAsTableRows

public java.lang.String getConfigurationAsTableRows()
Gets property configurationAsTableRows . This method compares each object from the configuration with the presence in clickedMenuHash, composes and returnes the String with all Html tages to the ConfiguratonPage.jsp.

Returns:
String with Html tages for the configurationPage.jsp