Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.admin.setup
Class SetupWizardActionBean

java.lang.Object
  extended by org.nuxeo.ecm.admin.setup.SetupWizardActionBean
All Implemented Interfaces:
Serializable

@Scope(value=SESSION)
@Name(value="setupWizardAction")
public class SetupWizardActionBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SetupWizardActionBean()
           
 
Method Summary
 Map<String,String> getAdvancedParameters()
           
 Map<String,String> getParameters()
           
 String getProxyType()
           
 boolean isConfigurable()
           
 boolean isNeedsRestart()
           
 void proxyChange(ActionEvent event)
           
 void resetParameters()
           
 void save()
           
 void setProxyType(String proxyType)
           
 void templateChange(ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupWizardActionBean

public SetupWizardActionBean()
Method Detail

getAdvancedParameters

@Factory(value="advancedParams",
         scope=EVENT)
public Map<String,String> getAdvancedParameters()

isConfigurable

@Factory(value="configurable",
         scope=SESSION)
public boolean isConfigurable()

isNeedsRestart

@Factory(value="setupRequiresRestart",
         scope=EVENT)
public boolean isNeedsRestart()

getParameters

@Factory(value="setupParams",
         scope=EVENT)
public Map<String,String> getParameters()

save

public void save()

resetParameters

public void resetParameters()

templateChange

public void templateChange(ActionEvent event)

proxyChange

public void proxyChange(ActionEvent event)

getProxyType

public String getProxyType()

setProxyType

public void setProxyType(String proxyType)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.