protected static class TargetedContentStoreAdapter.ContextWrapper extends Object implements org.craftercms.core.service.Context
Constructor and Description |
---|
ContextWrapper(TargetedContentStoreAdapter storeAdapter,
org.craftercms.core.service.Context actualContext) |
Modifier and Type | Method and Description |
---|---|
org.craftercms.core.service.Context |
getActualContext() |
String |
getId() |
int |
getMaxAllowedItemsInCache() |
String |
getRootFolderPath() |
org.craftercms.core.store.ContentStoreAdapter |
getStoreAdapter() |
String |
getStoreServerUrl() |
boolean |
ignoreHiddenFiles() |
boolean |
isCacheOn() |
boolean |
isMergingOn() |
String |
toString() |
public ContextWrapper(TargetedContentStoreAdapter storeAdapter, org.craftercms.core.service.Context actualContext)
public org.craftercms.core.service.Context getActualContext()
public String getId()
getId
in interface org.craftercms.core.service.Context
public org.craftercms.core.store.ContentStoreAdapter getStoreAdapter()
getStoreAdapter
in interface org.craftercms.core.service.Context
public String getStoreServerUrl()
getStoreServerUrl
in interface org.craftercms.core.service.Context
public String getRootFolderPath()
getRootFolderPath
in interface org.craftercms.core.service.Context
public boolean isMergingOn()
isMergingOn
in interface org.craftercms.core.service.Context
public boolean isCacheOn()
isCacheOn
in interface org.craftercms.core.service.Context
public int getMaxAllowedItemsInCache()
getMaxAllowedItemsInCache
in interface org.craftercms.core.service.Context
public boolean ignoreHiddenFiles()
ignoreHiddenFiles
in interface org.craftercms.core.service.Context
Copyright © 2020 CrafterCMS. All rights reserved.