Liferay 6.1.10-ee-ga1

com.liferay.portal.osgi
Class OSGiConstants

java.lang.Object
  extended by com.liferay.portal.osgi.OSGiConstants

public class OSGiConstants
extends Object


Field Summary
static String BEAN_ID
           
static String ORIGINAL_BEAN
           
static String OSGI_BUNDLE
           
static String OSGI_BUNDLECONTEXT
           
static String SERVICE_VENDOR
           
static String WEB_CONTEXTPATH
           
 
Constructor Summary
OSGiConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_ID

public static final String BEAN_ID
See Also:
Constant Field Values

ORIGINAL_BEAN

public static final String ORIGINAL_BEAN
See Also:
Constant Field Values

OSGI_BUNDLE

public static final String OSGI_BUNDLE
See Also:
Constant Field Values

OSGI_BUNDLECONTEXT

public static final String OSGI_BUNDLECONTEXT
See Also:
Constant Field Values

SERVICE_VENDOR

public static final String SERVICE_VENDOR
See Also:
Constant Field Values

WEB_CONTEXTPATH

public static final String WEB_CONTEXTPATH
See Also:
Constant Field Values
Constructor Detail

OSGiConstants

public OSGiConstants()

Liferay 6.1.10-ee-ga1