|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wizard.BaseWizardBean
org.alfresco.web.bean.wcm.CreateWebsiteWizard
org.alfresco.web.bean.wcm.EditWebsiteWizard
public class EditWebsiteWizard
Backing bean for the Edit Web Project wizard.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.web.bean.wcm.CreateWebsiteWizard |
---|
CreateWebsiteWizard.FormWrapper, CreateWebsiteWizard.PresentationTemplate, CreateWebsiteWizard.UserWrapper, CreateWebsiteWizard.WorkflowWrapper |
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
|
Fields inherited from class org.alfresco.web.bean.wcm.CreateWebsiteWizard |
---|
actionForm, actionWorkflow, addDeployServerType, createFrom, currentDeployServer, deployServersList, deployServersMap, description, dnsName, editedDeployServerProps, editMode, forms, formsList, inAddDeployServerMode, isSource, logger, name, previewProvider, previewProvidersList, showAllSourceProjects, sourceWebProject, title, webapp, webappsList, webProjectsList, websiteDescriptionAttribute, workflows, wpNodeRef |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
EditWebsiteWizard()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
java.util.List |
getWebappsList()
|
void |
init(java.util.Map parameters)
Initialises the wizard |
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
|
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean |
---|
back, buildSummary, getBackButtonLabel, getDefaultCancelOutcome, getDefaultFinishOutcome, getFinishButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean |
---|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getMoreActionsConfigId, isFinished, restored |
Field Detail |
---|
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public EditWebsiteWizard()
Method Detail |
---|
public void init(java.util.Map parameters)
init
in interface IDialogBean
init
in class CreateWebsiteWizard
parameters
- Map of parameters for the dialogpublic boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class CreateWebsiteWizard
public java.util.List getWebappsList()
getWebappsList
in class CreateWebsiteWizard
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class CreateWebsiteWizard
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- The AVMBrowseBean to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |