|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ApplicationController
Exposes the means to delegate the user call to the right ui application part that needs to handle it.
Should be used by any input controller ( action listener ) that needs to delegate the call to other components after finishing its own work.
| 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. |
| Method Detail |
|---|
String getPageOnSelectedDocumentType(Type docType)
String getPageOnCreateDocumentType(Type docType)
String getPageOnCreatedDocumentType(Type docType)
String getPageOnEditDocumentType(Type docType)
String getPageOnEditedDocumentType(Type docType)
void destroy()
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||