@Scope(value=SESSION) @Name(value="setupWizardAction") public class SetupWizardActionBean extends Object implements Serializable
Manages some important parameters to perform validation on them, and accepts custom parameters that would be present in the server nuxeo.conf file, and moves to advanced mode any property that would not be in that list.
Constructor and Description |
---|
SetupWizardActionBean() |
Modifier and Type | Method and Description |
---|---|
void |
checkDatabaseParameters(FacesContext context,
UIComponent component,
Object value) |
Map<String,String> |
getAdvancedParameters() |
ConfigurationGenerator |
getConfigurationGenerator() |
Map<String,String> |
getParameters() |
String |
getProxyType()
Initialized by
getParameters() |
boolean |
isConfigurable() |
boolean |
isNeedsRestart() |
void |
proxyChange(ActionEvent event) |
void |
resetParameters() |
void |
save() |
void |
setNeedsRestart(boolean needsRestart) |
void |
setProxyType(String proxyType) |
void |
templateChange(ActionEvent event) |
public void setNeedsRestart(boolean needsRestart)
@Factory(value="setupConfigGenerator", scope=PAGE) public ConfigurationGenerator getConfigurationGenerator()
@Factory(value="setupConfigurable", scope=APPLICATION) public boolean isConfigurable()
@Factory(value="advancedParams", scope=EVENT) public Map<String,String> getAdvancedParameters()
public void save()
public void resetParameters()
public void checkDatabaseParameters(FacesContext context, UIComponent component, Object value)
public void templateChange(ActionEvent event)
public void proxyChange(ActionEvent event)
public String getProxyType()
getParameters()
public void setProxyType(String proxyType)
Copyright © 2013 Nuxeo SA. All Rights Reserved.