|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.setup.xml.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. |
java.util.Map |
getPlugins()
Returns the plugins. |
java.lang.String |
htmlAvailablePlugins(CmsSetupBean setupBean)
Returns html for displaying a plugin selection box. |
void |
setSelectedPlugins(java.lang.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 java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongpublic java.util.Map getPlugins()
public java.lang.String htmlAvailablePlugins(CmsSetupBean setupBean) throws java.lang.Exception
setupBean
- the setup bean
java.lang.Exception
- if something goes wrongpublic void setSelectedPlugins(java.lang.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 |