Class Javascript.Local
java.lang.Object
org.exoplatform.web.application.javascript.Javascript
org.exoplatform.web.application.javascript.Javascript.Local
- Enclosing class:
Javascript
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.web.application.javascript.Javascript
Javascript.Local, Javascript.Remote -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Module.Local.Content[].protected final booleanprotected final String.Fields inherited from class org.exoplatform.web.application.javascript.Javascript
contextPath, priority, resource -
Constructor Summary
ConstructorsConstructorDescriptionLocal(ResourceId resource, String contextPath, String path, String resourceBundle, int priority) Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority) Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority, boolean minify) -
Method Summary
Methods inherited from class org.exoplatform.web.application.javascript.Javascript
create, create, getContextPath, getPriority, getResource
-
Field Details
-
contents
. -
resourceBundle
. -
minify
protected final boolean minify
-
-
Constructor Details
-
Local
public Local(ResourceId resource, String contextPath, String path, String resourceBundle, int priority) -
Local
public Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority) -
Local
public Local(ResourceId resource, String contextPath, Module.Local.Content[] contents, String resourceBundle, int priority, boolean minify)
-
-
Method Details
-
isMinify
public boolean isMinify() -
getContents
-
getResourceBundle
-
isExternalScript
public boolean isExternalScript()- Specified by:
isExternalScriptin classJavascript
-