Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.helpers
Class LogoHelper

java.lang.Object
  extended by org.nuxeo.ecm.webapp.helpers.LogoHelper
All Implemented Interfaces:
java.io.Serializable

@Name(value="logoHelper")
@Scope(value=CONVERSATION)
public class LogoHelper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Manager conversationManager
           
 
Constructor Summary
LogoHelper()
           
 
Method Summary
 java.lang.String getDefaultLogoURL()
           
 java.lang.String getLogo()
           
 java.lang.String getLogoURL()
           
 java.lang.String getLogoURL(DocumentModel doc)
           
 java.lang.String getLogoURLFromDocRef(java.lang.String docRef)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conversationManager

@In(value="org.jboss.seam.core.manager")
public transient Manager conversationManager
Constructor Detail

LogoHelper

public LogoHelper()
Method Detail

getLogoURL

public java.lang.String getLogoURL()

getDefaultLogoURL

public java.lang.String getDefaultLogoURL()

getLogoURLFromDocRef

public java.lang.String getLogoURLFromDocRef(java.lang.String docRef)

getLogoURL

public java.lang.String getLogoURL(DocumentModel doc)

getLogo

public java.lang.String getLogo()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.