Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.helpers
Class ApplicationControllerHelper

java.lang.Object
  extended by org.nuxeo.ecm.webapp.helpers.ApplicationControllerHelper

Deprecated.

@Deprecated
public class ApplicationControllerHelper
extends Object

Encapsulates the page handling logic. Based on a document type, computes what page should be displayed to the user.

Author:
Razvan Caraghin, Anahide Tchertchian

Method Summary
static String getPageOnCreatedDocumentType(Type docType)
          Deprecated.  
static String getPageOnCreateDocumentType(Type docType)
          Deprecated.  
static String getPageOnEditDocumentType(Type docType)
          Deprecated.  
static String getPageOnEditedDocumentType(Type docType)
          Deprecated.  
static String getPageOnSelectedDocumentType(Type docType)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPageOnSelectedDocumentType

public static String getPageOnSelectedDocumentType(Type docType)
Deprecated. 

getPageOnEditDocumentType

public static String getPageOnEditDocumentType(Type docType)
Deprecated. 

getPageOnEditedDocumentType

public static String getPageOnEditedDocumentType(Type docType)
Deprecated. 

getPageOnCreateDocumentType

public static String getPageOnCreateDocumentType(Type docType)
Deprecated. 

getPageOnCreatedDocumentType

public static String getPageOnCreatedDocumentType(Type docType)
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.