Liferay 7.0-ce-b4

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_EDITOR_ALLOYEDITOR
           
static String RESOURCE_TYPE_EDITOR_BBCODEEDITOR
           
static String RESOURCE_TYPE_EDITOR_CKEDITOR
           
static String RESOURCE_TYPE_EDITOR_SIMPLEEDITOR
           
static String RESOURCE_TYPE_EDITOR_TINYMCEEDITOR
           
static String RESOURCE_TYPE_JS
           
static String RESOURCE_TYPE_JS_BUNDLE_CONFIG
           
static String RESOURCE_TYPE_JS_LOADER_MODULES
           
static String RESOURCE_TYPE_THEME_ADMIN
           
static String RESOURCE_TYPE_THEME_CLASSIC
           
static String RESOURCE_TYPE_THEME_CONTRIBUTOR
           
static String RESOURCE_TYPE_THEMES
           
 
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_EDITOR_ALLOYEDITOR

public static final String RESOURCE_TYPE_EDITOR_ALLOYEDITOR
See Also:
Constant Field Values

RESOURCE_TYPE_EDITOR_BBCODEEDITOR

public static final String RESOURCE_TYPE_EDITOR_BBCODEEDITOR
See Also:
Constant Field Values

RESOURCE_TYPE_EDITOR_CKEDITOR

public static final String RESOURCE_TYPE_EDITOR_CKEDITOR
See Also:
Constant Field Values

RESOURCE_TYPE_EDITOR_SIMPLEEDITOR

public static final String RESOURCE_TYPE_EDITOR_SIMPLEEDITOR
See Also:
Constant Field Values

RESOURCE_TYPE_EDITOR_TINYMCEEDITOR

public static final String RESOURCE_TYPE_EDITOR_TINYMCEEDITOR
See Also:
Constant Field Values

RESOURCE_TYPE_JS

public static final String RESOURCE_TYPE_JS
See Also:
Constant Field Values

RESOURCE_TYPE_JS_BUNDLE_CONFIG

public static final String RESOURCE_TYPE_JS_BUNDLE_CONFIG
See Also:
Constant Field Values

RESOURCE_TYPE_JS_LOADER_MODULES

public static final String RESOURCE_TYPE_JS_LOADER_MODULES
See Also:
Constant Field Values

RESOURCE_TYPE_THEME_ADMIN

public static final String RESOURCE_TYPE_THEME_ADMIN
See Also:
Constant Field Values

RESOURCE_TYPE_THEME_CLASSIC

public static final String RESOURCE_TYPE_THEME_CLASSIC
See Also:
Constant Field Values

RESOURCE_TYPE_THEME_CONTRIBUTOR

public static final String RESOURCE_TYPE_THEME_CONTRIBUTOR
See Also:
Constant Field Values

RESOURCE_TYPE_THEMES

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

PortalWebResourceConstants

public PortalWebResourceConstants()

Liferay 7.0-ce-b4