|
|||||||||
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.AboutBean
public class AboutBean
Simple backing bean used by the about page to display the version.
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
AboutBean()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerDescription()
Returns the description to be used for the dialog |
protected java.lang.String |
getDefaultCancelOutcome()
Returns the default cancel outcome |
java.lang.String |
getEdition()
Retrieves the edition of the repository. |
java.lang.String |
getVersion()
Retrieves the version of the repository. |
void |
setDescriptorService(org.alfresco.service.descriptor.DescriptorService descriptorService)
Sets the DescriptorService. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AboutBean()
Method Detail |
---|
public java.lang.String getVersion()
public java.lang.String getEdition()
public void setDescriptorService(org.alfresco.service.descriptor.DescriptorService descriptorService)
descriptorService
- The DescriptorServiceprotected 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
public java.lang.String getContainerDescription()
IDialogBean
If this returns null the DialogManager will lookup the description via the dialog configuration
getContainerDescription
in interface IDialogBean
getContainerDescription
in class BaseDialogBean
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
protected java.lang.String getDefaultCancelOutcome()
BaseDialogBean
getDefaultCancelOutcome
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |