public interface Context
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_CACHE_ON |
static boolean |
DEFAULT_IGNORE_HIDDEN_FILES |
static int |
DEFAULT_MAX_ALLOWED_ITEMS_IN_CACHE |
static boolean |
DEFAULT_MERGING_ON |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getMaxAllowedItemsInCache() |
String |
getRootFolderPath() |
ContentStoreAdapter |
getStoreAdapter() |
String |
getStoreServerUrl() |
boolean |
ignoreHiddenFiles() |
boolean |
isCacheOn() |
boolean |
isMergingOn() |
static final boolean DEFAULT_MERGING_ON
static final boolean DEFAULT_CACHE_ON
static final int DEFAULT_MAX_ALLOWED_ITEMS_IN_CACHE
static final boolean DEFAULT_IGNORE_HIDDEN_FILES
String getId()
ContentStoreAdapter getStoreAdapter()
String getStoreServerUrl()
String getRootFolderPath()
boolean isMergingOn()
boolean isCacheOn()
int getMaxAllowedItemsInCache()
boolean ignoreHiddenFiles()
Copyright © 2018 CrafterCMS. All rights reserved.