Uses of Class
org.craftercms.core.exception.InvalidStoreTypeException
-
Packages that use InvalidStoreTypeException Package Description org.craftercms.core.service org.craftercms.core.service.impl -
-
Uses of InvalidStoreTypeException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw InvalidStoreTypeException Modifier and Type Method Description ContextContentStoreService. getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)Returns a context with the specified parameters, if the context doesn't exist it will be created. -
Uses of InvalidStoreTypeException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw InvalidStoreTypeException Modifier and Type Method Description ContextContentStoreServiceImpl. getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)Returns a context with the specified parameters, if the context doesn't exist it will be created.
-