public interface SenchaProfileConfiguration
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdditionalCssIncludeInBundle()
A list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalCssNonBundle()
A list of paths to CSS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalJsIncludeInBundle()
A list of paths to JS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getAdditionalJsNonBundle()
A list of paths to JS files to include that are not loaded via the class loader (usually in resources folder).
|
List<String> |
getRequiredClasses()
Specifies the required classes.
|
@Nonnull List<String> getAdditionalCssNonBundle()
@Nonnull List<String> getAdditionalJsNonBundle()
@Nonnull List<String> getAdditionalCssIncludeInBundle()
@Nonnull List<String> getAdditionalJsIncludeInBundle()
Copyright © 2002–2017 CoreMedia AG. All rights reserved.