Liferay 7.0-ce-m6

com.liferay.portal.kernel.servlet
Class PortalWebResourceConstants

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortalWebResourceConstants

public class PortalWebResourceConstants
extends Object


Field Summary
static String RESOURCE_TYPE_CSS
           
static String RESOURCE_TYPE_EDITORS
           
static String RESOURCE_TYPE_JS
           
 
Constructor Summary
PortalWebResourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE_CSS

public static final String RESOURCE_TYPE_CSS
See Also:
Constant Field Values

RESOURCE_TYPE_EDITORS

public static final String RESOURCE_TYPE_EDITORS
See Also:
Constant Field Values

RESOURCE_TYPE_JS

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

PortalWebResourceConstants

public PortalWebResourceConstants()

Liferay 7.0-ce-m6