|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webapp.helpers.ApplicationControllerBean
@Name(value="applicationController") @Startup @Scope(value=SESSION) @Deprecated public class ApplicationControllerBean
Encapsulates the page handling logic. Based on a document type, computes what page should be displayed to the user.
| Field Summary | |
|---|---|
protected static String |
CREATE_VIEW
Deprecated. |
protected static String |
DEFAULT_VIEW
Deprecated. |
protected static String |
EDIT_VIEW
Deprecated. |
| Constructor Summary | |
|---|---|
ApplicationControllerBean()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. Called by seam when this component needs to be distroyed. |
String |
getPageOnCreatedDocumentType(Type docType)
Deprecated. Return the page to display when given document type is selected for creation. |
String |
getPageOnCreateDocumentType(Type docType)
Deprecated. Return the page to display when given document type is selected for creation. |
String |
getPageOnEditDocumentType(Type docType)
Deprecated. Return the page to display when given document type is selected for edition. |
String |
getPageOnEditedDocumentType(Type docType)
Deprecated. Return the page to display when given document type has been successfully edited. |
String |
getPageOnSelectedDocumentType(Type docType)
Deprecated. Return the page to display when given document type is selected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String DEFAULT_VIEW
protected static final String CREATE_VIEW
protected static final String EDIT_VIEW
| Constructor Detail |
|---|
public ApplicationControllerBean()
| Method Detail |
|---|
public String getPageOnSelectedDocumentType(Type docType)
ApplicationController
getPageOnSelectedDocumentType in interface ApplicationControllerpublic String getPageOnEditDocumentType(Type docType)
ApplicationController
getPageOnEditDocumentType in interface ApplicationControllerpublic String getPageOnEditedDocumentType(Type docType)
ApplicationController
getPageOnEditedDocumentType in interface ApplicationControllerpublic String getPageOnCreateDocumentType(Type docType)
ApplicationController
getPageOnCreateDocumentType in interface ApplicationControllerpublic String getPageOnCreatedDocumentType(Type docType)
ApplicationController
getPageOnCreatedDocumentType in interface ApplicationControllerpublic void destroy()
ApplicationController
destroy in interface ApplicationController
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||