|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.setup.xml.CmsSetupXmlManager
public class CmsSetupXmlManager
Manages all changes to be made to xml configuration files.
| Constructor Summary | |
|---|---|
CmsSetupXmlManager()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
execute(CmsSetupBean setupBean)
Executes all user selected plugins. |
Map |
getPlugins()
Returns the plugins. |
String |
htmlAvailablePlugins(CmsSetupBean setupBean)
Returns html for displaying a plugin selection box. |
void |
setSelectedPlugins(String value)
Bean property setter method user from the step_5_xmlupdate.jsp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsSetupXmlManager()
| Method Detail |
|---|
public void execute(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
Exception - if something goes wrongpublic Map getPlugins()
public String htmlAvailablePlugins(CmsSetupBean setupBean)
throws Exception
setupBean - the setup bean
Exception - if something goes wrongpublic void setSelectedPlugins(String value)
step_5_xmlupdate.jsp.
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||