Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.admin.setup
Class SetupWizardActionBean

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

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

See Also:
Serialized Form

Constructor Summary
SetupWizardActionBean()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAdvancedParameters()
           
 java.util.Map<java.lang.String,java.lang.String> getParameters()
           
 boolean isConfigurable()
           
 boolean isNeedsRestart()
           
 void resetParameters()
           
 void save()
           
 void templateChange(javax.faces.event.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=STATELESS)
public java.util.Map<java.lang.String,java.lang.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=STATELESS)
public java.util.Map<java.lang.String,java.lang.String> getParameters()

save

public void save()

resetParameters

public void resetParameters()

templateChange

public void templateChange(javax.faces.event.ActionEvent event)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.