Liferay 6.1.2-ce-ga3

com.liferay.portal.module.framework
Interface ModuleFrameworkConstants

All Known Implementing Classes:
ModuleFrameworkUtil

public interface ModuleFrameworkConstants


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
           
 

Field Detail

BEAN_ID

static final String BEAN_ID
See Also:
Constant Field Values

ORIGINAL_BEAN

static final String ORIGINAL_BEAN
See Also:
Constant Field Values

OSGI_BUNDLE

static final String OSGI_BUNDLE
See Also:
Constant Field Values

OSGI_BUNDLECONTEXT

static final String OSGI_BUNDLECONTEXT
See Also:
Constant Field Values

SERVICE_VENDOR

static final String SERVICE_VENDOR
See Also:
Constant Field Values

WEB_CONTEXTPATH

static final String WEB_CONTEXTPATH
See Also:
Constant Field Values

Liferay 6.1.2-ce-ga3