public class ModuleManagerWebUI extends Object implements ModuleManagerUI
Modifier and Type | Field and Description |
---|---|
static String |
INSTALLER_PATH |
Constructor and Description |
---|
ModuleManagerWebUI(ModuleManager moduleManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(Writer out,
String command) |
void |
onStartup() |
protected void |
performInstallOrUpdate() |
protected void |
render(String templateName,
Writer out) |
void |
renderTempPage(Writer out)
Not used anymore since 4.4 - but keeping this around; in the future, we might re-use this,
as the page shown to regular users while the Magnolia instance is being updated by an admin;
only admin(s) would have access to the update status pages.
|
public static final String INSTALLER_PATH
public ModuleManagerWebUI(ModuleManager moduleManager)
public void onStartup()
onStartup
in interface ModuleManagerUI
public boolean execute(Writer out, String command) throws ModuleManagementException
execute
in interface ModuleManagerUI
ModuleManagementException
public void renderTempPage(Writer out) throws ModuleManagementException
ModuleManagerUI
renderTempPage
in interface ModuleManagerUI
ModuleManagementException
protected void performInstallOrUpdate()
protected void render(String templateName, Writer out) throws ModuleManagementException
ModuleManagementException
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.