org.alfresco.web.bean.wcm
Class CreateWebappDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.wcm.CreateFolderDialog
          extended by org.alfresco.web.bean.wcm.CreateWebappDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class CreateWebappDialog
extends CreateFolderDialog

Bean implementation for the AVM "Create Webapp Folder" dialog.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.wcm.CreateFolderDialog
avmBrowseBean, description, name, title
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
CreateWebappDialog()
           
 
Method Summary
protected  java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome)
          Performs the actual processing for the wizard.
protected  org.alfresco.wcm.webproject.WebProjectService getWebProjectService()
           
 void setWebProjectService(org.alfresco.wcm.webproject.WebProjectService wpService)
           
 
Methods inherited from class org.alfresco.web.bean.wcm.CreateFolderDialog
getAssetService, getDescription, getName, getTitle, init, setAssetService, setAvmBrowseBean, setDescription, setName, setTitle
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateWebappDialog

public CreateWebappDialog()
Method Detail

setWebProjectService

public void setWebProjectService(org.alfresco.wcm.webproject.WebProjectService wpService)

getWebProjectService

protected org.alfresco.wcm.webproject.WebProjectService getWebProjectService()

finishImpl

protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
                                      java.lang.String outcome)
                               throws java.lang.Exception
Description copied from class: BaseDialogBean
Performs the actual processing for the wizard. NOTE: This method is called within the context of a transaction so no transaction handling is required

Overrides:
finishImpl in class CreateFolderDialog
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception
See Also:
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.