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 java.lang.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 java.lang.String getPageOnCreatedDocumentType(Type docType)
          Deprecated.  
static java.lang.String getPageOnCreateDocumentType(Type docType)
          Deprecated.  
static java.lang.String getPageOnEditDocumentType(Type docType)
          Deprecated.  
static java.lang.String getPageOnEditedDocumentType(Type docType)
          Deprecated.  
static java.lang.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 java.lang.String getPageOnSelectedDocumentType(Type docType)
Deprecated. 

getPageOnEditDocumentType

public static java.lang.String getPageOnEditDocumentType(Type docType)
Deprecated. 

getPageOnEditedDocumentType

public static java.lang.String getPageOnEditedDocumentType(Type docType)
Deprecated. 

getPageOnCreateDocumentType

public static java.lang.String getPageOnCreateDocumentType(Type docType)
Deprecated. 

getPageOnCreatedDocumentType

public static java.lang.String getPageOnCreatedDocumentType(Type docType)
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.