org.alfresco.web.bean.spaces
Class ApplySpaceTemplateDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.spaces.ApplySpaceTemplateDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class ApplySpaceTemplateDialog
- extends BaseDialogBean
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
template
|
Method Summary |
void |
applyTemplate(javax.faces.event.ActionEvent event)
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
Node |
getNode()
|
java.lang.String |
getTemplate()
|
void |
setTemplate(java.lang.String template)
|
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, 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 |
template
protected java.lang.String template
ApplySpaceTemplateDialog
public ApplySpaceTemplateDialog()
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
- Specified by:
finishImpl
in class BaseDialogBean
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
- Throws:
java.lang.Exception
getContainerTitle
public java.lang.String getContainerTitle()
- Description copied from interface:
IDialogBean
- Returns the title to be used for the dialog
If this returns null the DialogManager will
lookup the title via the dialog configuration
- Specified by:
getContainerTitle
in interface IDialogBean
- Overrides:
getContainerTitle
in class BaseDialogBean
- Returns:
- The title or null if the title is to be acquired via configuration
applyTemplate
public void applyTemplate(javax.faces.event.ActionEvent event)
getNode
public Node getNode()
getTemplate
public java.lang.String getTemplate()
setTemplate
public void setTemplate(java.lang.String template)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.