|
|||||||||
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.content.EditContentPropertiesDialog
public class EditContentPropertiesDialog
Bean implementation of the "Edit Content Properties" dialog.
Field Summary | |
---|---|
protected Node |
editableNode
|
protected static java.lang.String |
TEMP_PROP_ENCODING
|
protected static java.lang.String |
TEMP_PROP_MIMETYPE
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
EditContentPropertiesDialog()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String TEMP_PROP_MIMETYPE
protected static final java.lang.String TEMP_PROP_ENCODING
protected Node editableNode
Constructor Detail |
---|
public EditContentPropertiesDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- 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
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
protected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context, java.lang.String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
protected java.lang.String formatErrorMessage(java.lang.Throwable exception)
formatErrorMessage
in class BaseDialogBean
exception
- The exception
protected java.lang.String getErrorOutcome(java.lang.Throwable exception)
BaseDialogBean
getErrorOutcome
in class BaseDialogBean
exception
- The exception that got thrown
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
public Node getEditableNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |