Liferay 6.0.5

com.liferay.portal.kernel.staging
Class StagingConstants

java.lang.Object
  extended by com.liferay.portal.kernel.staging.StagingConstants

public class StagingConstants
extends Object


Field Summary
static String STAGED_PORTLET
           
static int TYPE_LOCAL_STAGING
           
static int TYPE_NOT_STAGED
           
static int TYPE_REMOTE_STAGING
           
 
Constructor Summary
StagingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STAGED_PORTLET

public static final String STAGED_PORTLET
See Also:
Constant Field Values

TYPE_NOT_STAGED

public static final int TYPE_NOT_STAGED
See Also:
Constant Field Values

TYPE_LOCAL_STAGING

public static final int TYPE_LOCAL_STAGING
See Also:
Constant Field Values

TYPE_REMOTE_STAGING

public static final int TYPE_REMOTE_STAGING
See Also:
Constant Field Values
Constructor Detail

StagingConstants

public StagingConstants()

Liferay 6.0.5