public class EditContentPropertiesDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected Node |
editableNode |
protected static java.lang.String |
TEMP_PROP_ENCODING |
protected static java.lang.String |
TEMP_PROP_MIMETYPE |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
EditContentPropertiesDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
protected java.lang.String |
formatErrorMessage(java.lang.Throwable exception)
Formats the error message to display if an error occurs during finish processing
|
Node |
getEditableNode()
Returns the node being edited
|
protected java.lang.String |
getErrorOutcome(java.lang.Throwable exception)
The outcome to return if the given exception occurs
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
protected Node |
initEditableNode()
Init the editable Node
|
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected static final java.lang.String TEMP_PROP_MIMETYPE
protected static final java.lang.String TEMP_PROP_ENCODING
protected Node editableNode
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected Node initEditableNode()
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeprotected java.lang.String formatErrorMessage(java.lang.Throwable exception)
formatErrorMessage in class BaseDialogBeanexception - The exceptionprotected java.lang.String getErrorOutcome(java.lang.Throwable exception)
BaseDialogBeangetErrorOutcome in class BaseDialogBeanexception - The exception that got thrownpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic Node getEditableNode()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.