- Cache - Interface in org.craftercms.core.cache
-
Crafter's Cache API.
- cache - Variable in class org.craftercms.core.service.impl.CacheServiceImpl
-
- CACHE_CONTROL_HEADER_NAME - Static variable in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- CachedContent - Class in org.craftercms.core.service.impl
-
Deprecated.
- CachedContent(CachedContent, boolean) - Constructor for class org.craftercms.core.service.impl.CachedContent
-
Deprecated.
Copy constructor.
- CachedContent(byte[], long) - Constructor for class org.craftercms.core.service.impl.CachedContent
-
Deprecated.
Constructor that creates the object with the specified data and last modified date.
- CacheException - Exception in org.craftercms.core.exception
-
Root exception for all cache related exceptions.
- CacheException() - Constructor for exception org.craftercms.core.exception.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.craftercms.core.exception.CacheException
-
- CacheException(String) - Constructor for exception org.craftercms.core.exception.CacheException
-
- CacheException(Throwable) - Constructor for exception org.craftercms.core.exception.CacheException
-
- CacheImpl - Class in org.craftercms.core.cache.impl
-
Cache that implements common functionality, such as logging,
expiration/refresh check every tick and
dependency management, and uses and underlying
CacheStoreAdapter to store the items.
- CacheImpl() - Constructor for class org.craftercms.core.cache.impl.CacheImpl
-
Default constructor.
- CacheItem - Interface in org.craftercms.core.cache
-
Provides information about an item residing in the cache.
- CacheItemImpl - Class in org.craftercms.core.cache.impl
-
- CacheItemImpl(String, long, Object, Object, long, long, long, List<Object>, CacheLoader, Object[]) - Constructor for class org.craftercms.core.cache.impl.CacheItemImpl
-
Value constructor.
- CacheLoader - Interface in org.craftercms.core.cache
-
Implementations of this interface are used by
Caches to refresh items that
are already in the cache.
- cacheOn - Variable in class org.craftercms.core.service.ContextImpl
-
- cacheRefresher - Variable in class org.craftercms.core.cache.impl.CacheImpl
-
Used to refresh a list of items.
- CacheRefresher - Interface in org.craftercms.core.cache.impl
-
- CacheRefresherImpl - Class in org.craftercms.core.cache.impl
-
- CacheRefresherImpl() - Constructor for class org.craftercms.core.cache.impl.CacheRefresherImpl
-
Default constructor.
- CacheRestController - Class in org.craftercms.core.controller.rest
-
REST service that provides several methods to handle Crafter's cache engine.
- CacheRestController() - Constructor for class org.craftercms.core.controller.rest.CacheRestController
-
- CacheService - Interface in org.craftercms.core.service
-
- CacheServiceImpl - Class in org.craftercms.core.service.impl
-
- CacheServiceImpl() - Constructor for class org.craftercms.core.service.impl.CacheServiceImpl
-
- cacheStoreAdapter - Variable in class org.craftercms.core.cache.impl.CacheImpl
-
Adapter for the cache data structure.
- CacheStoreAdapter - Interface in org.craftercms.core.cache.impl
-
Adapter to the real data structure used to store the items of a cache.
- cacheTemplate - Variable in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
Helper that uses an array of key elements (as the compound key) an a callback (when no cache object is found)
for caching.
- cacheTemplate - Variable in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- cacheTemplate - Variable in class org.craftercms.core.url.impl.AbstractCachedUrlTransformationEngine
-
- CacheTemplate - Interface in org.craftercms.core.util.cache
-
Template patten that allows easy usage of the cache service.
- CacheUtils - Class in org.craftercms.core.util
-
Utility methods for caching.
- CacheUtils() - Constructor for class org.craftercms.core.util.CacheUtils
-
- CachingAwareList<T> - Class in org.craftercms.core.util.cache.impl
-
Class description goes HERE
- CachingAwareList() - Constructor for class org.craftercms.core.util.cache.impl.CachingAwareList
-
- CachingAwareList(int) - Constructor for class org.craftercms.core.util.cache.impl.CachingAwareList
-
- CachingAwareList(List<T>) - Constructor for class org.craftercms.core.util.cache.impl.CachingAwareList
-
- CachingAwareObject - Interface in org.craftercms.core.util.cache
-
Class description goes HERE
- CachingAwareObjectBase - Class in org.craftercms.core.util.cache.impl
-
Class description goes HERE
- CachingAwareObjectBase() - Constructor for class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- CachingAwareObjectBase(CachingAwareObject, boolean) - Constructor for class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- CachingOptions - Class in org.craftercms.core.service
-
Set of options that should be used when caching in a service call.
- CachingOptions() - Constructor for class org.craftercms.core.service.CachingOptions
-
- cachingTime - Variable in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- canConvert(Class) - Method in class org.craftercms.core.util.xml.marshalling.xstream.Dom4jDocumentConverter
-
- charset - Variable in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
- checkForExpiration(CacheItem) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
- checkForRefresh(CacheItem, List<CacheItem>) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Checks if a given
CacheItem needs to be refreshed.
- childMergeCues - Variable in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- children - Variable in class org.craftercms.core.service.Tree
-
The folder's children.
- clear() - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- clearAll() - Method in interface org.craftercms.core.cache.Cache
-
Clears the contents of the entire cache.
- clearAll() - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Clears the contents of the entire cache.
- clearAll() - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Clears the contents of the entire store.
- clearAll() - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Clears the contents of the entire store.
- clearAll() - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Clears the contents of the entire store.
- clearAll() - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- clearAll() - Method in interface org.craftercms.core.service.CacheService
-
Clears the contents of the entire cache.
- clearAll() - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- clearAllScopes() - Method in class org.craftercms.core.controller.rest.CacheRestController
-
- clearScope(String) - Method in interface org.craftercms.core.cache.Cache
-
Clears the contents of the specified scope in the cache.
- clearScope(String) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Clears the contents of the specified scope in the cache.
- clearScope(String) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Clears the contents of the specified scope in the underlying store.
- clearScope(String) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Clears the contents of the specified scope in the underlying store.
- clearScope(String) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Clears the contents of the specified scope in the underlying store.
- clearScope(String) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- clearScope(String) - Method in class org.craftercms.core.controller.rest.CacheRestController
-
- clearScope(Context) - Method in interface org.craftercms.core.service.CacheService
-
Clears the contents of the scope of the given context.
- clearScope(Context) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- closeTemplateSource(Object) - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader
-
- CollectionUtils - Class in org.craftercms.core.util
-
Utility methods for collections.
- CollectionUtils() - Constructor for class org.craftercms.core.util.CollectionUtils
-
- compile(IdentifiableStringTemplateSource) - Method in class org.craftercms.core.util.template.impl.freemarker.FreeMarkerStringTemplateCompiler
-
- compile(IdentifiableStringTemplateSource) - Method in class org.craftercms.core.util.template.impl.spel.SpELStringTemplateCompiler
-
- compile(T) - Method in interface org.craftercms.core.util.template.TemplateCompiler
-
- CompiledTemplate - Interface in org.craftercms.core.util.template
-
Class description goes HERE
- CompositeInheritFromHierarchyMergeStrategy - Class in org.craftercms.core.xml.mergers.impl.strategies
-
Implementation of
AbstractInheritFromHierarchyMergeStrategy that delegates to several other
AbstractInheritFromHierarchyMergeStrategys to determine the descriptors to "inherit" from upper
levels in the folder hierarchy.
- CompositeInheritFromHierarchyMergeStrategy(List<AbstractInheritFromHierarchyMergeStrategy>) - Constructor for class org.craftercms.core.xml.mergers.impl.strategies.CompositeInheritFromHierarchyMergeStrategy
-
- CompositeItemFilter - Class in org.craftercms.core.service.impl
-
- CompositeItemFilter() - Constructor for class org.craftercms.core.service.impl.CompositeItemFilter
-
Creates a composite filter with a
null list of
ItemFilters.
- CompositeItemFilter(List<ItemFilter>) - Constructor for class org.craftercms.core.service.impl.CompositeItemFilter
-
Creates a composite filter with the specified list of
ItemFilters.
- CompositeItemFilter(ItemFilter...) - Constructor for class org.craftercms.core.service.impl.CompositeItemFilter
-
Creates a composite filter with the specified array of
ItemFilters.
- ConcurrentStringTemplateLoader - Class in org.craftercms.core.util.template.impl.freemarker
-
Class description goes HERE
- ConcurrentStringTemplateLoader() - Constructor for class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader
-
- ConcurrentStringTemplateLoader.StringTemplateSource - Class in org.craftercms.core.util.template.impl.freemarker
-
- CONST_KEY_ELEM_CHILDREN - Static variable in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
A constant added to all getChildren() cache keys.
- CONST_KEY_ELEM_CONTENT - Static variable in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- CONST_KEY_ELEM_ITEM - Static variable in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
A constant added to all getItem() cache keys.
- CONST_KEY_ELEM_ITEM - Static variable in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- CONST_KEY_ELEM_ITEMS - Static variable in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- CONST_KEY_ELEM_TREE - Static variable in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
A constant added to all getTree() cache keys.
- contains(Object) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- containsAll(Collection<?>) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- Content - Interface in org.craftercms.core.service
-
Represents the content of a file in the content store.
- ContentBundleMergeStrategy - Class in org.craftercms.core.xml.mergers.impl.strategies
-
DescriptorMergeStrategy that returns the level descriptors in the hierarchy and the base descriptors
when some of the parent folders are part of a content bundle (which is similar to a resource bundle, but instead
of simple properties, a content bundle is formed by XML content (descriptors)).
- ContentBundleMergeStrategy() - Constructor for class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- ContentBundleShortToLongUrlTransformer - Class in org.craftercms.core.url.impl
-
This transformer is similar to
ShortToLongUrlTransformer, but also looks in a content bundle for an
item name (long name) that can be mapped to the short name.
- ContentBundleShortToLongUrlTransformer() - Constructor for class org.craftercms.core.url.impl.ContentBundleShortToLongUrlTransformer
-
- ContentBundleUrl - Interface in org.craftercms.core.util.url
-
- ContentBundleUrlImpl - Class in org.craftercms.core.util.url.impl
-
- ContentBundleUrlImpl() - Constructor for class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- ContentBundleUrlParser - Interface in org.craftercms.core.util.url
-
- ContentStoreAdapter - Interface in org.craftercms.core.store
-
Adapter that provides path based access to a repository of some type.
- ContentStoreAdapterRegistry - Class in org.craftercms.core.store
-
- ContentStoreAdapterRegistry() - Constructor for class org.craftercms.core.store.ContentStoreAdapterRegistry
-
- ContentStoreRestController - Class in org.craftercms.core.controller.rest
-
REST service that provides several methods to access the Crafter content store.
- ContentStoreRestController() - Constructor for class org.craftercms.core.controller.rest.ContentStoreRestController
-
- contentStoreService - Variable in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
The content store service, used to retrieve the descriptors to include.
- ContentStoreService - Interface in org.craftercms.core.service
-
Main Crafter content access API.
- ContentStoreServiceImpl - Class in org.craftercms.core.service.impl
-
- ContentStoreServiceImpl() - Constructor for class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Default constructor.
- Context - Interface in org.craftercms.core.service
-
Contains information of the content store used by a particular tenant.
- ContextImpl - Class in org.craftercms.core.service
-
- ContextImpl(String, ContentStoreAdapter, String, String, boolean, boolean, int, boolean) - Constructor for class org.craftercms.core.service.ContextImpl
-
- contexts - Variable in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- CrafterException - Exception in org.craftercms.core.exception
-
Root exception for all exceptions defined in Crafter.
- CrafterException() - Constructor for exception org.craftercms.core.exception.CrafterException
-
- CrafterException(String, Throwable) - Constructor for exception org.craftercms.core.exception.CrafterException
-
- CrafterException(String) - Constructor for exception org.craftercms.core.exception.CrafterException
-
- CrafterException(Throwable) - Constructor for exception org.craftercms.core.exception.CrafterException
-
- CrafterXStreamMarshaller - Class in org.craftercms.core.util.xml.marshalling.xstream
-
Extension of
XStreamMarshaller that:
Provides correct marshalling/unmarshalling support for Crafter objects.
Adds a
unsupportedClasses property to exclude any unwanted classes from being
marshalled/unmarshalled
- CrafterXStreamMarshaller() - Constructor for class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
- createContext(String, String, String, String, String, boolean, boolean, int, boolean) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
- createContext(String, String, String, String, String, boolean, boolean, int, boolean) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
- createContext(String, String, String, String, String, boolean, boolean, int, boolean) - Method in interface org.craftercms.core.store.ContentStoreAdapter
-
- createContext(String, String, String, String, String, boolean, boolean, int, boolean) - Method in class org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter
-
- createContextId(String, String, String, String, String, boolean, int, boolean) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- createRegistry() - Method in class org.craftercms.core.store.ContentStoreAdapterRegistry
-
- createRegistry() - Method in class org.craftercms.core.util.spring.AbstractBeanIdBasedRegistry
-
- createSingletonModel(String, Object) - Method in class org.craftercms.core.controller.rest.RestControllerBase
-
- createXmlReader() - Method in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
Creates and configures an XML SAX reader.
- customizeXStream(XStream) - Method in class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
- generate() - Method in interface org.craftercms.core.util.generators.IdentifierGenerator
-
Generates a unique string identifier.
- generate() - Method in class org.craftercms.core.util.generators.impl.IncrementalTimestampGenerator
-
Returns increments of a counter as timestamps.
- generate() - Method in class org.craftercms.core.util.generators.impl.UuidIdentifierGenerator
-
Generates a UUID identifier.
- generate() - Method in interface org.craftercms.core.util.generators.TimestampGenerator
-
Generates a new timestamp.
- generateKey(Object...) - Static method in class org.craftercms.core.util.CacheUtils
-
Returns a cache key generated by appending the string representations of the specified key elements.
- get(String, Object) - Method in interface org.craftercms.core.cache.Cache
-
Retrieves an item from a scope.
- get(String, Object) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Retrieves an item from a scope.
- get(String, Object) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Retrieves an item from a scope.
- get(String, Object) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Retrieves an item from a scope.
- get(String, Object) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Retrieves an item from a scope.
- get(String, Object) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- get(Context, Object) - Method in interface org.craftercms.core.service.CacheService
-
Retrieves an item's value from the scope of the given context, or null if not found.
- get(Context, Object) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- get(int) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- get(String) - Method in class org.craftercms.core.util.spring.AbstractBeanIdBasedRegistry
-
- getActualList() - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- getBaseNameAndExtensionToken() - Method in interface org.craftercms.core.util.url.ContentBundleUrl
-
- getBaseNameAndExtensionToken() - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- getBeanNameIdPrefix() - Method in class org.craftercms.core.store.ContentStoreAdapterRegistry
-
- getBeanNameIdPrefix() - Method in class org.craftercms.core.util.spring.AbstractBeanIdBasedRegistry
-
- getCacheLoader(Callback<T>, long) - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- getCacheService() - Method in interface org.craftercms.core.util.cache.CacheTemplate
-
Returns the underlying cache service used.
- getCacheService() - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- getCachingTime() - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- getCachingTime() - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- getChild() - Method in class org.craftercms.core.xml.mergers.impl.cues.MergeCueContext
-
- getChildren(WebRequest, HttpServletResponse, String, String) - Method in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- getChildren(Context, String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the children of the folder at the given url.
- getChildren(Context, CachingOptions, String, ItemFilter, ItemProcessor) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the children of the folder at the given url.
- getChildren(Context, String) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getChildren(Context, CachingOptions, String, ItemFilter, ItemProcessor) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getChildren() - Method in class org.craftercms.core.service.Tree
-
Returns the tree's children.
- getChildren(Context, File) - Method in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
Returns the list of children of the given directory.
- getChildren(Context, File) - Method in class org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter
-
- getContent(Context, String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the content of the file for the given url.
- getContent(Context, CachingOptions, String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the content of the file for the given url.
- getContent(Context, String) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Returns the content of the file for the given url.
- getContent(Context, CachingOptions, String) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Returns the content of the file for the given url.
- getContentBundleUrl(String) - Method in interface org.craftercms.core.util.url.ContentBundleUrlParser
-
- getContentBundleUrl(String) - Method in class org.craftercms.core.util.url.impl.RegexBasedContentBundleUrlParser
-
- getContext(String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the open
Context for the given ID, or null if no context found for the ID.
- getContext(String) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Returns the open
Context for the given ID, or null if no context found for the ID.
- getDependencyKeys() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns a list with the keys of the item's dependencies.
- getDependencyKeys() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns a list with the keys of the item's dependencies.
- getDependencyKeys() - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- getDependencyKeys() - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- getDescriptor(WebRequest, HttpServletResponse, String, String) - Method in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- getDescriptorDom() - Method in class org.craftercms.core.service.Item
-
Returns the DOM (Document Object Model) of the item's descriptor.
- getDescriptorDom(Context, CachingOptions, String) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- getDescriptorDom(Context, CachingOptions, String) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ExplicitParentMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document) - Method in interface org.craftercms.core.xml.mergers.DescriptorMergeStrategy
-
Returns the list of descriptors in the order they should be merged, given the URI of the primary descriptor.
- getDescriptors(Context, CachingOptions, String, Document, boolean) - Method in interface org.craftercms.core.xml.mergers.DescriptorMergeStrategy
-
Returns the list of descriptors in the order they should be merged, given the URI of the primary descriptor.
- getDescriptors(Context, CachingOptions, String, Document) - Method in class org.craftercms.core.xml.mergers.impl.strategies.AbstractInheritFromHierarchyMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document, boolean) - Method in class org.craftercms.core.xml.mergers.impl.strategies.AbstractInheritFromHierarchyMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document, boolean) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ExplicitParentMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document, boolean) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ExplicitParentMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document) - Method in class org.craftercms.core.xml.mergers.impl.strategies.SingleFileMergeStrategy
-
- getDescriptors(Context, CachingOptions, String, Document, boolean) - Method in class org.craftercms.core.xml.mergers.impl.strategies.SingleFileMergeStrategy
-
- getDescriptorUrl() - Method in class org.craftercms.core.service.Item
-
Returns the url or path of the item's descriptor in the content store.
- getExpireAfter() - Method in class org.craftercms.core.service.CachingOptions
-
- getFile() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getId() - Method in interface org.craftercms.core.service.Context
-
- getId() - Method in class org.craftercms.core.service.ContextImpl
-
- getId() - Method in class org.craftercms.core.util.template.impl.IdentifiableStringTemplateSource
-
- getInputStream() - Method in interface org.craftercms.core.service.Content
-
- getInputStream() - Method in class org.craftercms.core.service.impl.CachedContent
-
Deprecated.
- getInputStream() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getItem(WebRequest, HttpServletResponse, String, String) - Method in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- getItem(Context, Object) - Method in interface org.craftercms.core.service.CacheService
-
Retrieves an item from the scope of the given context, or null if not found.
- getItem(Context, String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the content store item for the given url.
- getItem(Context, CachingOptions, String, ItemProcessor) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the content store item for the given url.
- getItem(Context, String) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getItem(Context, CachingOptions, String, ItemProcessor) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getItem(Context, Object) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- getItemToInclude(Context, CachingOptions, String) - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
- getKey() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the item's key, used to identify the item within the cache.
- getKey() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the item's key, used to identify the item within the cache.
- getKey(Object...) - Method in interface org.craftercms.core.util.cache.CacheTemplate
-
Creates a key from the specified elements
- getKey() - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- getKey() - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- getKey(Object...) - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- getKeys(String) - Method in interface org.craftercms.core.cache.Cache
-
Returns a list of the keys of the items present in the specified scope.
- getKeys(String) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Returns a list of the keys of the items present in the specified scope.
- getKeys(String) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Returns a list of the keys of the items present in the specified scope.
- getKeys(String) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Returns a list of the keys of the items present in the specified scope.
- getKeys(String) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Returns a list of the keys of the items present in the specified scope.
- getKeys(String) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- getKeys(Context) - Method in interface org.craftercms.core.service.CacheService
-
Returns a list of the keys of the items present in the scope of the given context.
- getKeys(Context) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- getLastModified() - Method in interface org.craftercms.core.service.Content
-
Returns the last modified date of the content.
- getLastModified() - Method in class org.craftercms.core.service.impl.CachedContent
-
Deprecated.
Returns the last modified date of the content.
- getLastModified() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getLastModified(Object) - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader
-
- getLastModified() - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader.StringTemplateSource
-
- getLength() - Method in interface org.craftercms.core.service.Content
-
Returns the content length.
- getLength() - Method in class org.craftercms.core.service.impl.CachedContent
-
Deprecated.
Returns the content length.
- getLength() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getLoader() - Method in interface org.craftercms.core.cache.CacheItem
-
- getLoader() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
- getLoaderParams() - Method in interface org.craftercms.core.cache.CacheItem
-
- getLoaderParams() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
- getLongName(Context, CachingOptions, String, String) - Method in class org.craftercms.core.url.impl.ShortToLongUrlTransformer
-
- getLongUrl(Context, CachingOptions, String, boolean) - Method in class org.craftercms.core.url.impl.ShortToLongUrlTransformer
-
- getMaxAllowedItemsInCache() - Method in interface org.craftercms.core.service.Context
-
- getMaxAllowedItemsInCache() - Method in class org.craftercms.core.service.ContextImpl
-
- getMergeCue(Element, Element) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- getMergeCue() - Method in class org.craftercms.core.xml.mergers.impl.cues.MergeCueContext
-
- getMergeCue(Element, Element) - Method in interface org.craftercms.core.xml.mergers.impl.cues.MergeCueResolver
-
- getMergeCueAttribute(Element, Map<QName, MergeCue>) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- getMergeCueParams(Element, Attribute) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- getMergeCueParams() - Method in class org.craftercms.core.xml.mergers.impl.cues.MergeCueContext
-
- getMergeOrder(Map<String, String>) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeParentAndChildMergeCue
-
- getModel(Item, Node, String) - Method in class org.craftercms.core.processors.impl.template.BeanFactoryModelFactory
-
Returns always the BeanFactory of the current Spring application context as the model.
- getModel(Item, Node, String) - Method in interface org.craftercms.core.processors.impl.template.NodeTemplateModelFactory
-
Returns the model for a given template of a given node.
- getName() - Method in class org.craftercms.core.service.Item
-
Returns name of the item (basically the file name).
- getName() - Method in interface org.craftercms.core.store.impl.File
-
- getName() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getName() - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader.StringTemplateSource
-
- getObject() - Method in class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-
- getObject(Context, Callback<T>, Object...) - Method in interface org.craftercms.core.util.cache.CacheTemplate
-
Executes the template, using the specified callback to load the object to cache, if it's not already in the
cache.
- getObject(Context, CachingOptions, Callback<T>, Object...) - Method in interface org.craftercms.core.util.cache.CacheTemplate
-
Executes the template, using the specified callback to load the object to cache, if it's not already in the
cache.
- getObject(Context, Callback<T>, Object...) - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- getObject(Context, CachingOptions, Callback<T>, Object...) - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- getObjectType() - Method in class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-
- getParent() - Method in class org.craftercms.core.xml.mergers.impl.cues.MergeCueContext
-
- getPath() - Method in interface org.craftercms.core.store.impl.File
-
- getPath() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- getPrefix() - Method in interface org.craftercms.core.util.url.ContentBundleUrl
-
- getPrefix() - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- getPriority() - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.AbstractMergeCue
-
- getPriority() - Method in interface org.craftercms.core.xml.mergers.impl.cues.MergeCue
-
- getProcessor(Item) - Method in class org.craftercms.core.processors.impl.resolvers.ItemProcessorResolverChain
-
- getProcessor(Item) - Method in class org.craftercms.core.processors.impl.resolvers.MetaDataProcessorResolver
-
Looks for the processor element (by querying it with the processorElementXPathQuery) in the item's
descriptor.
- getProcessor(Item) - Method in class org.craftercms.core.processors.impl.resolvers.SingleProcessorResolver
-
Returns the same processor for any item.
- getProcessor(Item) - Method in class org.craftercms.core.processors.impl.resolvers.UrlPatternProcessorResolver
-
If the item url matches one of the patterns defined in patternToProcessorMappings, the processor
mapped to that pattern is returned.
- getProcessor(Item) - Method in interface org.craftercms.core.processors.ItemProcessorResolver
-
- getProperties() - Method in class org.craftercms.core.service.Item
-
Returns the properties of the item, which most of the time are metadata information on the item.
- getProperty(String) - Method in class org.craftercms.core.service.Item
-
Returns the property value for the specified key.
- getReader(Object, String) - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader
-
- getRefreshFrequency() - Method in class org.craftercms.core.service.CachingOptions
-
- getRegistryType() - Method in class org.craftercms.core.store.ContentStoreAdapterRegistry
-
- getRegistryType() - Method in class org.craftercms.core.util.spring.AbstractBeanIdBasedRegistry
-
- getRootFolder() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemContext
-
- getRootFolderPath() - Method in interface org.craftercms.core.service.Context
-
- getRootFolderPath() - Method in class org.craftercms.core.service.ContextImpl
-
- getScope() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the item's scope.
- getScope() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the item's scope.
- getScope() - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- getScope() - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- getScopeAndKeyString(CacheItem) - Method in class org.craftercms.core.cache.impl.CacheRefresherImpl
-
- getScopes() - Method in interface org.craftercms.core.cache.Cache
-
Returns the list of scopes this cache manages.
- getScopes() - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Returns the list of scopes this cache manages.
- getScopes() - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Returns the scopes managed by the underlying store.
- getScopes() - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Returns the scopes managed by the underlying store.
- getScopes() - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Returns the scopes managed by the underlying store.
- getScopes() - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- getScopes() - Method in interface org.craftercms.core.service.CacheService
-
Returns the list of scopes this cache manages.
- getScopes() - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- getShortName(String, String, int) - Static method in class org.craftercms.core.util.UrlUtils
-
Returns the short name representation of a long name.
- getShortUrl(String) - Method in class org.craftercms.core.url.impl.LongToShortUrlTransformer
-
- getSize(String) - Method in interface org.craftercms.core.cache.Cache
-
Returns the quantity of items present in the specified scope.
- getSize(String) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Returns the quantity of items present in the specified scope.
- getSize(String) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Returns the quantity of items present in the specified scope.
- getSize(String) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Returns the quantity of items present in the specified scope.
- getSize(String) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Returns the quantity of items present in the specified scope.
- getSize(String) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- getSize(Context) - Method in interface org.craftercms.core.service.CacheService
-
Returns the quantity of items present in scope of the given context.
- getSize(Context) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- getSource() - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader.StringTemplateSource
-
- getSource() - Method in class org.craftercms.core.util.template.impl.IdentifiableStringTemplateSource
-
- getStoreAdapter() - Method in interface org.craftercms.core.service.Context
-
- getStoreAdapter() - Method in class org.craftercms.core.service.ContextImpl
-
- getStoreServerUrl() - Method in interface org.craftercms.core.service.Context
-
- getStoreServerUrl() - Method in class org.craftercms.core.service.ContextImpl
-
- getStrategy(String, Document) - Method in interface org.craftercms.core.xml.mergers.DescriptorMergeStrategyResolver
-
- getStrategy(String, Document) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.DescriptorMergeStrategyResolverChain
-
- getStrategy(String, Document) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.MetaDataMergeStrategyResolver
-
- getStrategy(String, Document) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.SingleMergeStrategyResolver
-
- getStrategy(String, Document) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.UrlPatternMergeStrategyResolver
-
Returns a
DescriptorMergeStrategy for a given descriptor, picked by matching the descriptor URL to a
pattern associated to the strategy.
- getSuffix() - Method in interface org.craftercms.core.util.url.ContentBundleUrl
-
- getSuffix() - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- getTagValues(Item) - Method in class org.craftercms.core.processors.impl.AbstractTaggingProcessor
-
If this method returns null or an empty string the item will not be tagged.
- getTagValues(Item) - Method in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
- getTagValues(Item) - Method in class org.craftercms.core.processors.impl.TaggingByPathProcessor
-
- getThrowableOfType(Throwable, Class<T>) - Static method in class org.craftercms.core.util.ExceptionUtils
-
- getTicksAtCreation() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the number of ticks that had passed at the moment the item was created.
- getTicksAtCreation() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the number of ticks that had passed at the moment the item was created.
- getTicksToExpire() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the number of ticks that are required for the item to expire.
- getTicksToExpire() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the number of ticks that are required for the item to expire.
- getTicksToRefresh() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the number of ticks the are required for the item to be refreshed.
- getTicksToRefresh() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the number of ticks the are required for the item to be refreshed.
- getTimestamp() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the item's timestamp, used to check the item's and dependencies' states.
- getTimestamp() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the item's timestamp, used to check the item's and dependencies' states.
- getTree(WebRequest, HttpServletResponse, String, String, Integer) - Method in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- getTree(Context, String) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the folder at the given url as a tree.
- getTree(Context, String, int) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the folder at the given url as a tree.
- getTree(Context, CachingOptions, String, int, ItemFilter, ItemProcessor) - Method in interface org.craftercms.core.service.ContentStoreService
-
Returns the folder at the given url as a tree.
- getTree(Context, String) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getTree(Context, String, int) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getTree(Context, CachingOptions, String, int, ItemFilter, ItemProcessor) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
- getUrl() - Method in class org.craftercms.core.service.Item
-
Returns the url or path of the item in the content store.
- getUrl() - Method in class org.craftercms.core.xml.mergers.MergeableDescriptor
-
- getValue() - Method in interface org.craftercms.core.cache.CacheItem
-
Returns the item's value.
- getValue() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
Returns the item's value.
- getWithDependencyCheck(String, Object) - Method in interface org.craftercms.core.cache.Cache
-
Retrieves an item from a scope, checking before for the state of it's dependencies.
- getWithDependencyCheck(String, Object) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Retrieves an item from a scope, checking before for the state of it's dependencies.
- handleAuthenticationException(HttpServletRequest, AuthenticationException) - Method in class org.craftercms.core.controller.rest.RestControllerBase
-
- handledType() - Method in class org.craftercms.core.util.json.jackson.Dom4jDocumentJsonSerializer
-
- handleException(HttpServletRequest, Exception) - Method in class org.craftercms.core.controller.rest.RestControllerBase
-
- handleInvalidContextException(HttpServletRequest, InvalidContextException) - Method in class org.craftercms.core.controller.rest.RestControllerBase
-
- handlePathNotFoundException(HttpServletRequest, PathNotFoundException) - Method in class org.craftercms.core.controller.rest.RestControllerBase
-
- hashCode() - Method in class org.craftercms.core.cache.impl.CacheItemImpl
-
- hashCode() - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
Returns the hash code for this instance, which is basically the combination of the hash code of each field.
- hashCode() - Method in class org.craftercms.core.processors.impl.ItemProcessorPipeline
-
Returns the hash code for this instance, which is basically the hash code of the list of processors.
- hashCode() - Method in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
- hashCode() - Method in class org.craftercms.core.processors.impl.TaggingByPathProcessor
-
- hashCode() - Method in class org.craftercms.core.processors.impl.template.TemplateProcessor
-
Returns the hash code for this instance, which is basically the combination of the hash code of each field.
- hashCode() - Method in class org.craftercms.core.processors.impl.TextMetaDataCollectionExtractingProcessor
-
Returns the hash code for this instance, which is basically hash code of the list of XPath queries.
- hashCode() - Method in class org.craftercms.core.processors.impl.TextMetaDataExtractingProcessor
-
Returns the hash code for this instance, which is basically hash code of the list of XPath queries.
- hashCode() - Method in class org.craftercms.core.service.CachingOptions
-
- hashCode() - Method in class org.craftercms.core.service.ContextImpl
-
- hashCode() - Method in class org.craftercms.core.service.impl.CompositeItemFilter
-
- hashCode() - Method in class org.craftercms.core.service.Item
-
Returns the hash code, which is the combination of the hash code of name, url,
descriptorUrl and
folder.
- hashCode() - Method in class org.craftercms.core.service.Tree
-
Returns the hash code, which is a combination of
Item.hashCode() and the list of children's hash code.
- hashCode() - Method in class org.craftercms.core.store.impl.filesystem.FileSystemFile
-
- hashCode() - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- hashCode() - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader.StringTemplateSource
-
- hashCode() - Method in class org.craftercms.core.util.xml.impl.RegexNodeScanner
-
- hashCode() - Method in class org.craftercms.core.util.xml.impl.XPathNodeScanner
-
- hashCode() - Method in class org.craftercms.core.xml.mergers.MergeableDescriptor
-
- hasKey(String, Object) - Method in interface org.craftercms.core.cache.Cache
-
Returns true if there's and item with the specified key in the specified scope.
- hasKey(String, Object) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Returns true if there's and item with the specified key in the specified scope.
- hasKey(String, Object) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Returns true if there's and item with the specified key in the specified scope.
- hasKey(String, Object) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
Returns true if there's and item with the specified key in the specified scope.
- hasKey(String, Object) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Returns true if there's and item with the specified key in the specified scope.
- hasKey(String, Object) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- hasKey(Context, Object) - Method in interface org.craftercms.core.service.CacheService
-
Returns true if there's and item with the specified key in the scope of the given context.
- hasKey(Context, Object) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- hasScope(String) - Method in interface org.craftercms.core.cache.Cache
-
Returns true if the specified scope exists in the cache.
- hasScope(String) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Returns true if the specified scope exists in the cache.
- hasScope(String) - Method in interface org.craftercms.core.cache.impl.CacheStoreAdapter
-
Returns true if the specified scope exists in the cache.
- hasScope(String) - Method in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
- hasScope(String) - Method in class org.craftercms.core.cache.impl.store.MapCacheStoreAdapter
-
Returns true if the specified scope exists in the cache.
- hasScope(String) - Method in class org.craftercms.core.cache.impl.store.NoopCacheStoreAdapter
-
- hasScope(Context) - Method in interface org.craftercms.core.service.CacheService
-
Returns true if the scope of the given context exists.
- hasScope(Context) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
- hasTemplateSource(String) - Method in class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader
-
- haveDependenciesChanged(CacheItem) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Checks if some of the dependencies of the given
CacheItem have changed, that means, they're no longer
in the cache, their timestamp is greater than the item's timestamp (which means that they were put in the
cache after the item was put) or their own dependencies have changed (recursive).
- HTTP_SCHEME - Static variable in class org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
-
- HTTPS_SCHEME - Static variable in class org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
-
- httpsPort - Variable in class org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
-
- scan(Document) - Method in class org.craftercms.core.util.xml.impl.RegexNodeScanner
-
- scan(Document) - Method in class org.craftercms.core.util.xml.impl.XPathNodeScanner
-
- scan(Document) - Method in interface org.craftercms.core.util.xml.NodeScanner
-
Scans the specified document for nodes that fit a certain condition.
- scope - Variable in class org.craftercms.core.cache.impl.CacheItemImpl
-
- scope - Variable in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- SCOPE_MANAGER_NAME - Static variable in class org.craftercms.core.cache.impl.store.EhCacheStoreAdapter
-
- selectNodes(Node, String, Map<String, String>) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified namespace aware XPath query as a multiple node query, returning the resulting list of nodes.
- selectNodeValues(Node, String) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified XPath query as a multiple node query, returning the text values of the resulting list of
nodes.
- selectNodeValues(Node, String, Map<String, String>) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified namespace aware XPath query as a multiple node query,
returning the text values of the resulting list of
nodes.
- selectObject(Node, String) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes an XPath query to retrieve an object.
- selectSingleNode(Node, String, Map<String, String>) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified namespace aware XPath query as a single node query, returning the resulting single node.
- selectSingleNodeValue(Node, String) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified XPath query as a single node query, returning the text value of the resulting single node.
- selectSingleNodeValue(Node, String, Map<String, String>) - Static method in class org.craftercms.core.util.XmlUtils
-
Executes the specified namespace aware XPath query as a single node query,
returning the text value of the resulting single node.
- serialize(Document, JsonGenerator, SerializerProvider) - Method in class org.craftercms.core.util.json.jackson.Dom4jDocumentJsonSerializer
-
- set(int, T) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- setActualList(List<T>) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- setAddPrefixPathSeparator(boolean) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setAddSuffixPathSeparator(boolean) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setAttributeMappings(Map<String, Map<String, String>>) - Method in class org.craftercms.core.processors.impl.AttributeAddingProcessor
-
- setBaseDelimiter(String) - Method in class org.craftercms.core.url.impl.ContentBundleShortToLongUrlTransformer
-
- setBaseDelimiter(String) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- setBaseMergeStrategyResolver(DescriptorMergeStrategyResolver) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- setBaseNameAndExtensionToken(String) - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- setBaseNameAndExtensionTokenGroup(int) - Method in class org.craftercms.core.util.url.impl.RegexBasedContentBundleUrlParser
-
- setBeanFactory(BeanFactory) - Method in class org.craftercms.core.processors.impl.template.BeanFactoryModelFactory
-
Sets the BeanFactory of the current Spring application context.
- setBeanFactory(BeanFactory) - Method in class org.craftercms.core.util.template.impl.spel.SpELStringTemplateCompiler
-
- setCache(Cache) - Method in class org.craftercms.core.service.impl.CacheServiceImpl
-
Sets the cache engine.
- setCacheOn(boolean) - Method in class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-
- setCacheRefresher(CacheRefresher) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
- setCacheService(CacheService) - Method in class org.craftercms.core.util.cache.impl.DefaultCacheTemplate
-
- setCacheStoreAdapter(CacheStoreAdapter) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
- setCacheTemplate(CacheTemplate) - Method in class org.craftercms.core.controller.rest.CacheRestController
-
- setCacheTemplate(CacheTemplate) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
Sets the CacheTemplate, which is used as a helper for caching.
- setCacheTemplate(CacheTemplate) - Method in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- setCacheTemplate(CacheTemplate) - Method in class org.craftercms.core.url.impl.AbstractCachedUrlTransformationEngine
-
- setCachingTime(Long) - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- setCachingTime(Long) - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- setCharset(String) - Method in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
- setChildMergeCues(Map<QName, MergeCue>) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- setChildren(List<Item>) - Method in class org.craftercms.core.service.Tree
-
Sets the tree's children.
- setContainsShortNameRegex(String) - Method in class org.craftercms.core.url.impl.LongToShortUrlTransformer
-
- setContainsShortNameRegex(String) - Method in class org.craftercms.core.url.impl.ShortToLongUrlTransformer
-
- setContentStoreService(ContentStoreService) - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
Sets the content store service, used to retrieve the descriptors to include.
- setDebugParam(String) - Method in class org.craftercms.core.url.impl.AddDebugParamUrlTransformer
-
- setDefaultCachingOptions(CachingOptions) - Method in class org.craftercms.core.service.impl.AbstractCachedContentStoreService
-
Sets the default caching options to use when none are specified in the method.
- setDefaultCachingOptions(CachingOptions) - Method in class org.craftercms.core.store.impl.AbstractCachedContentStoreAdapter
-
- setDefaultChildMergeCue(MergeCue) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- setDefaultMergeOrder(String) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeParentAndChildMergeCue
-
- setDefaultParentMergeCue(MergeCue) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- setDefaultProcessor(ItemProcessor) - Method in class org.craftercms.core.processors.impl.resolvers.ItemProcessorResolverChain
-
Sets the default to use if no resolver returns a processor.
- setDefaultStrategy(DescriptorMergeStrategy) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.DescriptorMergeStrategyResolverChain
-
- setDefaultValue(String) - Method in class org.craftercms.core.processors.impl.AbstractTaggingProcessor
-
- setDefaultValue(String) - Method in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
- setDependencyKeys(List<Object>) - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- setDependencyKeys(List<Object>) - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- setDescriptorDom(Document) - Method in class org.craftercms.core.service.Item
-
Sets the DOM (Document Object Model) of the item's descriptor.
- setDescriptorFileExtension(String) - Method in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
- setDescriptorUrl(String) - Method in class org.craftercms.core.service.Item
-
Sets the url or path of the item's descriptor in the content store.
- setDisabledIncludeNodeXPathQuery(String) - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
Sets the XPath query relative to include elements for nodes tha specify if the include is disabled or not.
- setDoCaching(boolean) - Method in class org.craftercms.core.service.CachingOptions
-
- setElementMergeMatcher(ElementMergeMatcher) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeParentAndChildMergeCue
-
- setElementValueToProcessorMappings(Map<String, ItemProcessor>) - Method in class org.craftercms.core.processors.impl.resolvers.MetaDataProcessorResolver
-
Sets the mappings of processor element values to processor names.
- setElementValueToStrategyMappings(Map<String, DescriptorMergeStrategy>) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.MetaDataMergeStrategyResolver
-
- setEscapeXml(boolean) - Method in class org.craftercms.core.util.xml.marshalling.xstream.EscapingCompactWriter
-
- setEvalContext(EvaluationContext) - Method in class org.craftercms.core.util.template.impl.spel.SpELStringTemplateCompiler
-
- setExpireAfter(long) - Method in class org.craftercms.core.service.CachingOptions
-
- setFieldMappings(Map<String, String>) - Method in class org.craftercms.core.processors.impl.FieldRenamingProcessor
-
- setFilters(List<ItemFilter>) - Method in class org.craftercms.core.service.impl.CompositeItemFilter
-
Sets the list of filters.
- setFolder(boolean) - Method in class org.craftercms.core.service.Item
-
Sets whether the item is a folder or not.
- setFolder(boolean) - Method in class org.craftercms.core.service.Tree
-
Overrides
Item.setFolder(boolean), by checking that the flag is never set to false, since a tree
is always a folder.
- setForceHttps(boolean) - Method in class org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
-
- setHttpsPort(int) - Method in class org.craftercms.core.url.impl.AddSchemeAndDomainAndServerPortUrlTransformer
-
- setId(String) - Method in class org.craftercms.core.util.template.impl.IdentifiableStringTemplateSource
-
- setIdAttributeName(QName) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.ElementMergeMatcherImpl
-
- setIncludedItemsProcessor(ItemProcessor) - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
Sets the processor to use for included items.
- setIncludeElementXPathQuery(String) - Method in class org.craftercms.core.processors.impl.IncludeDescriptorsProcessor
-
Sets the XPath query used to retrieve the include elements.
- setInitialMergeCue(MergeCue) - Method in class org.craftercms.core.xml.mergers.impl.DescriptorMergerImpl
-
- setInitialMergeCueParams(Map<String, String>) - Method in class org.craftercms.core.xml.mergers.impl.DescriptorMergerImpl
-
- setKey(Object) - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- setKey(Object) - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- setLevelDescriptorFileName(String) - Method in class org.craftercms.core.xml.mergers.impl.strategies.InheritLevelsMergeStrategy
-
- setMatchEntireNodeText(boolean) - Method in class org.craftercms.core.util.xml.impl.RegexNodeScanner
-
- setMergeCueResolver(MergeCueResolver) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeParentAndChildMergeCue
-
- setMergeOrderParamName(String) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeParentAndChildMergeCue
-
- setMerger(DescriptorMerger) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
Sets the
DescriptorMerger, which merges the primary descriptor with a list of other descriptors,
according to
the merge strategy.
- setMergeStrategyElementXPathQuery(String) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.MetaDataMergeStrategyResolver
-
- setMergeStrategyResolver(DescriptorMergeStrategyResolver) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- setMergeStrategyResolver(DescriptorMergeStrategyResolver) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ExplicitParentMergeStrategy
-
- setMetadataFileExtension(String) - Method in class org.craftercms.core.store.impl.AbstractFileBasedContentStoreAdapter
-
- setModelFactory(NodeTemplateModelFactory) - Method in class org.craftercms.core.processors.impl.template.TemplateProcessor
-
Sets the factory that provides the models for the templates.
- setName(String) - Method in class org.craftercms.core.service.Item
-
Sets the name of the item (basically the file name).
- setNewField(String) - Method in class org.craftercms.core.processors.impl.AbstractTaggingProcessor
-
- setOffCacheStoreAdapter(CacheStoreAdapter) - Method in class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-
- setOnCacheStoreAdapter(CacheStoreAdapter) - Method in class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-
- setOptional(boolean) - Method in class org.craftercms.core.xml.mergers.MergeableDescriptor
-
- setParentDescriptorElementXPathQuery(String) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ExplicitParentMergeStrategy
-
- setParentMergeCues(Map<QName, MergeCue>) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.MergeCueResolverImpl
-
- setParserContext(ParserContext) - Method in class org.craftercms.core.util.template.impl.spel.SpELStringTemplateCompiler
-
- setPathMapping(Map<String, String>) - Method in class org.craftercms.core.processors.impl.TaggingByPathProcessor
-
- setPattern(Pattern) - Method in class org.craftercms.core.util.url.impl.RegexBasedContentBundleUrlParser
-
- setPatterns(Pattern...) - Method in class org.craftercms.core.util.xml.impl.RegexNodeScanner
-
- setPatternToProcessorMappings(Map<String, ItemProcessor>) - Method in class org.craftercms.core.processors.impl.resolvers.UrlPatternProcessorResolver
-
Sets the mappings of url patterns to processor names.
- setPatternToReplace(String) - Method in class org.craftercms.core.url.impl.ReplacePatternAllUrlTransformer
-
- setPrefix(String) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setPrefix(String) - Method in class org.craftercms.core.url.impl.RemovePrefixAndSuffixUrlTransformer
-
- setPrefix(String) - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- setPrefixGroup(int) - Method in class org.craftercms.core.util.url.impl.RegexBasedContentBundleUrlParser
-
- setPrefixPathSeparator(boolean) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setPriority(int) - Method in class org.craftercms.core.xml.mergers.impl.cues.impl.AbstractMergeCue
-
- setProcessor(ItemProcessor) - Method in class org.craftercms.core.processors.impl.resolvers.SingleProcessorResolver
-
Sets the processor to always return.
- setProcessorElementXPathQuery(String) - Method in class org.craftercms.core.processors.impl.resolvers.MetaDataProcessorResolver
-
Sets the XPath query for the processor element that defines the processor to use.
- setProcessorResolver(ItemProcessorResolver) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- setProcessors(List<ItemProcessor>) - Method in class org.craftercms.core.processors.impl.ItemProcessorPipeline
-
Sets the list of processors.
- setProperties(Map<String, Object>) - Method in class org.craftercms.core.service.Item
-
Sets properties of the item, which most of the time are metadata information on the item.
- setProperty(String, Object) - Method in class org.craftercms.core.service.Item
-
Adds the specified property value, associated to the specified key.
- setRefreshFrequency(long) - Method in class org.craftercms.core.service.CachingOptions
-
- setRegularMergeStrategy(DescriptorMergeStrategy) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- setReplacement(String) - Method in class org.craftercms.core.url.impl.ReplacePatternAllUrlTransformer
-
- setReplacement(String) - Method in class org.craftercms.core.url.impl.ReplaceSubstringUrlTransformer
-
- setResolvers(List<ItemProcessorResolver>) - Method in class org.craftercms.core.processors.impl.resolvers.ItemProcessorResolverChain
-
Sets the chain of resolvers.
- setResolvers(List<DescriptorMergeStrategyResolver>) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.DescriptorMergeStrategyResolverChain
-
- setResourceLoader(ResourceLoader) - Method in class org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter
-
- setScope(String) - Method in interface org.craftercms.core.util.cache.CachingAwareObject
-
- setScope(String) - Method in class org.craftercms.core.util.cache.impl.CachingAwareObjectBase
-
- setServletContext(ServletContext) - Method in class org.craftercms.core.url.impl.AddContextPathUrlTransformer
-
- setShortNameRegexGroup(int) - Method in class org.craftercms.core.url.impl.LongToShortUrlTransformer
-
- setShortNameRegexGroup(int) - Method in class org.craftercms.core.url.impl.ShortToLongUrlTransformer
-
- setSorter(TopologicalCacheItemSorter) - Method in class org.craftercms.core.cache.impl.CacheRefresherImpl
-
- setSource(String) - Method in class org.craftercms.core.util.template.impl.IdentifiableStringTemplateSource
-
- setSourceField(String) - Method in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
- setStoreAdapterRegistry(ContentStoreAdapterRegistry) - Method in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- setStoreService(ContentStoreService) - Method in class org.craftercms.core.controller.rest.CacheRestController
-
- setStoreService(ContentStoreService) - Method in class org.craftercms.core.controller.rest.ContentStoreRestController
-
- setStrategy(DescriptorMergeStrategy) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.SingleMergeStrategyResolver
-
- setSubstringToReplace(String) - Method in class org.craftercms.core.url.impl.ReplaceSubstringUrlTransformer
-
- setSuffix(String) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setSuffix(String) - Method in class org.craftercms.core.url.impl.RemovePrefixAndSuffixUrlTransformer
-
- setSuffix(String) - Method in class org.craftercms.core.util.url.impl.ContentBundleUrlImpl
-
- setSuffixGroup(int) - Method in class org.craftercms.core.util.url.impl.RegexBasedContentBundleUrlParser
-
- setSuffixPathSeparator(boolean) - Method in class org.craftercms.core.url.impl.AddPrefixAndSuffixUrlTransformer
-
- setSuppressXmlDeclaration(boolean) - Method in class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
- setTemplateCompiler(TemplateCompiler<IdentifiableStringTemplateSource>) - Method in class org.craftercms.core.processors.impl.template.TemplateProcessor
-
Sets the template compiler.
- setTemplateConfiguration(Configuration) - Method in class org.craftercms.core.util.template.impl.freemarker.FreeMarkerStringTemplateCompiler
-
- setTemplateLoader(ConcurrentStringTemplateLoader) - Method in class org.craftercms.core.util.template.impl.freemarker.FreeMarkerStringTemplateCompiler
-
- setTemplateNodeScanner(NodeScanner) - Method in class org.craftercms.core.processors.impl.template.TemplateProcessor
-
Sets the NodeScanner for template nodes.
- setTimestampGenerator(TimestampGenerator) - Method in class org.craftercms.core.cache.impl.CacheImpl
-
Sets the timestamp generator.
- setTransformedUrlPropName(String) - Method in class org.craftercms.core.processors.impl.ItemUrlTransformingProcessor
-
- setTransformerName(String) - Method in class org.craftercms.core.processors.impl.ItemUrlTransformingProcessor
-
- setTransformers(Map<String, UrlTransformer>) - Method in class org.craftercms.core.url.impl.UrlTransformationEngineImpl
-
- setUnsupportedClasses(Class[]) - Method in class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
- setUriTemplate(String) - Method in class org.craftercms.core.url.impl.ExtractRequestAttributesUrlTransformer
-
- setUrl(String) - Method in class org.craftercms.core.service.Item
-
Sets the url or path of the item in the content store.
- setUrl(String) - Method in class org.craftercms.core.xml.mergers.MergeableDescriptor
-
- setUrlParser(ContentBundleUrlParser) - Method in class org.craftercms.core.url.impl.ContentBundleShortToLongUrlTransformer
-
- setUrlParser(ContentBundleUrlParser) - Method in class org.craftercms.core.xml.mergers.impl.strategies.ContentBundleMergeStrategy
-
- setUrlPatternToStrategyMappings(Map<String, DescriptorMergeStrategy>) - Method in class org.craftercms.core.xml.mergers.impl.resolvers.UrlPatternMergeStrategyResolver
-
- setUrlTransformationEngine(UrlTransformationEngine) - Method in class org.craftercms.core.processors.impl.ItemUrlTransformingProcessor
-
- setValueMapping(Map<String, String>) - Method in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
- setXPathQueries(String...) - Method in class org.craftercms.core.util.xml.impl.XPathNodeScanner
-
- ShortToLongUrlTransformer - Class in org.craftercms.core.url.impl
-
Class description goes HERE
- ShortToLongUrlTransformer() - Constructor for class org.craftercms.core.url.impl.ShortToLongUrlTransformer
-
- SingleFileMergeStrategy - Class in org.craftercms.core.xml.mergers.impl.strategies
-
- SingleFileMergeStrategy() - Constructor for class org.craftercms.core.xml.mergers.impl.strategies.SingleFileMergeStrategy
-
- SingleMergeStrategyResolver - Class in org.craftercms.core.xml.mergers.impl.resolvers
-
- SingleMergeStrategyResolver() - Constructor for class org.craftercms.core.xml.mergers.impl.resolvers.SingleMergeStrategyResolver
-
- SingleProcessorResolver - Class in org.craftercms.core.processors.impl.resolvers
-
- SingleProcessorResolver() - Constructor for class org.craftercms.core.processors.impl.resolvers.SingleProcessorResolver
-
- size() - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- sorter - Variable in class org.craftercms.core.cache.impl.CacheRefresherImpl
-
Sorter to sort the items by their dependency relationships.
- sortTopologically(List<CacheItem>, Cache) - Method in interface org.craftercms.core.cache.impl.TopologicalCacheItemSorter
-
Sorts the given
CacheItems through a topological sorting algorithm.
- sortTopologically(List<CacheItem>, Cache) - Method in class org.craftercms.core.cache.impl.TopologicalCacheItemSorterImpl
-
Sorts the given
CacheItems through the following depth-first search based
topological sorting
algorithm:
L ← Empty list that will contain the sorted nodes
S ← Set of all nodes with no incoming edges
for each node n in S do
visit(n)
function visit(node n)
if n has not been visited yet then
mark n as visited
for each node m with an edge from n to m do
visit(m)
add n to L
- sourceField - Variable in class org.craftercms.core.processors.impl.TaggingByFieldValueProcessor
-
The name of the existing field to query.
- SpElCompiledTemplate - Class in org.craftercms.core.util.template.impl.spel
-
Class description goes HERE
- SpElCompiledTemplate(Expression, EvaluationContext) - Constructor for class org.craftercms.core.util.template.impl.spel.SpElCompiledTemplate
-
- SpELStringTemplateCompiler - Class in org.craftercms.core.util.template.impl.spel
-
Class description goes HERE
- SpELStringTemplateCompiler() - Constructor for class org.craftercms.core.util.template.impl.spel.SpELStringTemplateCompiler
-
- STORE_TYPE - Static variable in class org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter
-
- storeAdapter - Variable in class org.craftercms.core.service.ContextImpl
-
- storeAdapterRegistry - Variable in class org.craftercms.core.service.impl.ContentStoreServiceImpl
-
- StoreException - Exception in org.craftercms.core.exception
-
Thrown when an error occurred in the content store.
- StoreException() - Constructor for exception org.craftercms.core.exception.StoreException
-
- StoreException(String) - Constructor for exception org.craftercms.core.exception.StoreException
-
- StoreException(String, Throwable) - Constructor for exception org.craftercms.core.exception.StoreException
-
- StoreException(Throwable) - Constructor for exception org.craftercms.core.exception.StoreException
-
- storeServerUrl - Variable in class org.craftercms.core.service.ContextImpl
-
- StringTemplateSource(String, String, long) - Constructor for class org.craftercms.core.util.template.impl.freemarker.ConcurrentStringTemplateLoader.StringTemplateSource
-
- subList(int, int) - Method in class org.craftercms.core.util.cache.impl.CachingAwareList
-
- substringToReplace - Variable in class org.craftercms.core.url.impl.ReplaceSubstringUrlTransformer
-
- supports(Class) - Method in class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
Returns true if the specified class:
Is NOT the same, a subclass or subinterface of one of the unsupported classes.
Is the the same, a subclass or subinterface of one of the supported classes.
Also returns true if there aren't any unsupported or supported classes.
- suppressXmlDeclaration - Variable in class org.craftercms.core.util.xml.marshalling.xstream.CrafterXStreamMarshaller
-
- SwitchableCacheStoreAdapterFactoryBean - Class in org.craftercms.core.cache.impl.store
-
FactoryBean that returns a different
CacheStoreAdapter depending on
the value of a flag property
that indicates if caching should be turned on or off.
- SwitchableCacheStoreAdapterFactoryBean() - Constructor for class org.craftercms.core.cache.impl.store.SwitchableCacheStoreAdapterFactoryBean
-