Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.helpers
Class NuxeoProductNameFactory

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

@Name(value="appNameFactory")
@Scope(value=STATELESS)
@Install(precedence=10)
public class NuxeoProductNameFactory
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String PNAME_KEY
           
static String PVERSION_KEY
           
 
Constructor Summary
NuxeoProductNameFactory()
           
 
Method Summary
 String getNuxeoProductName()
           
 String getNuxeoProductVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PNAME_KEY

public static String PNAME_KEY

PVERSION_KEY

public static String PVERSION_KEY
Constructor Detail

NuxeoProductNameFactory

public NuxeoProductNameFactory()
Method Detail

getNuxeoProductName

@Factory(value="nuxeoApplicationName",
         scope=APPLICATION)
public String getNuxeoProductName()

getNuxeoProductVersion

@Factory(value="nuxeoApplicationVersion",
         scope=APPLICATION)
public String getNuxeoProductVersion()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.