Skip navigation links
A B C D E F G H I L M O P R S T U V 

A

activate(HTMLValdiatorInsightProvider.Config) - Method in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
activate(PageSpeedInsightProvider.Config) - Method in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
activate(ComponentContext) - Method in class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
activate(CMSSecurityFilterConfig) - Method in class org.apache.sling.cms.core.internal.filters.CMSSecurityFilter
 
activate(AutoVersioningListenerConfig) - Method in class org.apache.sling.cms.core.internal.listeners.AutoVersioningListener
 
activate(PropertyHintNodeNameGenerator.Config) - Method in class org.apache.sling.cms.core.internal.operations.PropertyHintNodeNameGenerator
 
activate(ReferenceMappingTransformerConfig) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory
 
activate(PathSuggestionServletConfig) - Method in class org.apache.sling.cms.core.internal.servlets.PathSuggestionServlet
 
activate(ReadabilityConfig) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
activate(UserGeneratedContentConfig) - Method in class org.apache.sling.cms.core.usergenerated.impl.UserGeneratedContentServiceImpl
 
addBindings(Bindings) - Method in class org.apache.sling.cms.core.internal.bindings.SightlyBindings
 
addCookie(Cookie) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
addDateHeader(String, long) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
addHeader(String, String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
addIntHeader(String, int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
ApproveUGCOperation - Class in org.apache.sling.cms.core.usergenerated.impl
The ApproveUGCOperation class will approve a piece of UGC, moving or publishing it as appropriate
ApproveUGCOperation() - Constructor for class org.apache.sling.cms.core.usergenerated.impl.ApproveUGCOperation
 
AutoVersioningListener - Class in org.apache.sling.cms.core.internal.listeners
A Resource Change Listener will automatically version pages when a page is published / unpublished or an interval passes since the page was last saved.
AutoVersioningListener() - Constructor for class org.apache.sling.cms.core.internal.listeners.AutoVersioningListener
 
AutoVersioningListenerConfig - Annotation Type in org.apache.sling.cms.core.internal.listeners
Configuration for the auto versioning listener

B

BaseInsightProvider - Class in org.apache.sling.cms.core.insights.impl
Simple base for the Insight Providers
BaseInsightProvider() - Constructor for class org.apache.sling.cms.core.insights.impl.BaseInsightProvider
 
bindLocaleResolver(LocaleResolver) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
bindRequestLocaleResolver(RequestLocaleResolver) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
bindResourceBundleProvider(ResourceBundleProvider, Map<String, Object>) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
BulkReplaceOperation - Class in org.apache.sling.cms.core.internal.operations
The BulkReplaceOperation class will update all of the properties applicable to the supplied parameters under the resource for the operation, replacing the find string with the replacement value.
BulkReplaceOperation() - Constructor for class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 

C

calculateARI(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateARI(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateAverageGradeLevel(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateAverageGradeLevel(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateColemanLiauIndex(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateColemanLiauIndex(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateFleschKincaidGradeLevel(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateFleschKincaidGradeLevel(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateFleschReadingEase(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateFleschReadingEase(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateGunningFog(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateGunningFog(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateSMOG(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
calculateSMOG(Text) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
characters(char[], int, int) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
characters(char[], int, int) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
CheckpointOperation - Class in org.apache.sling.cms.core.internal.operations
The CheckpointOperation class will perform a JCR Version Checkpoint operation on the underlying JCR Node.
CheckpointOperation() - Constructor for class org.apache.sling.cms.core.internal.operations.CheckpointOperation
 
CMSJobManagerImpl - Class in org.apache.sling.cms.core.internal.models
Default implementation of the CMS Job Manager.
CMSJobManagerImpl(SlingHttpServletRequest) - Constructor for class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
CMSPageServlet - Class in org.apache.sling.cms.core.internal.servlets
Servlet which includes the content of the page when the page is accessed.
CMSPageServlet() - Constructor for class org.apache.sling.cms.core.internal.servlets.CMSPageServlet
 
CMSSecurityFilter - Class in org.apache.sling.cms.core.internal.filters
Checks to ensure that the user is logged in for requests which otherwise would be allowed when accessing through a CMS-specific domain name.
CMSSecurityFilter() - Constructor for class org.apache.sling.cms.core.internal.filters.CMSSecurityFilter
 
CMSSecurityFilterConfig - Annotation Type in org.apache.sling.cms.core.internal.filters
Configuration for the CMSSecurityFilter
ComponentImpl - Class in org.apache.sling.cms.core.internal.models
A model representing a sling:Component
ComponentImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.ComponentImpl
 
ComponentManagerImpl - Class in org.apache.sling.cms.core.internal.models
A model for managing sling:Components
ComponentManagerImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.ComponentManagerImpl
 
ComponentManagerImpl(ResourceResolver) - Constructor for class org.apache.sling.cms.core.internal.models.ComponentManagerImpl
 
CONSOLE_LABEL - Static variable in class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
CONSOLE_TITLE - Static variable in class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
containsHeader(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
createSerializer() - Method in class org.apache.sling.cms.core.internal.rewriter.Html5SerializerFactory
 
createTransformer() - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory
 
createUGCContainer(SlingHttpServletRequest, UGCBucketConfig, String, String) - Method in class org.apache.sling.cms.core.usergenerated.impl.UserGeneratedContentServiceImpl
 
CurrentUserImpl - Class in org.apache.sling.cms.core.internal.models
 
CurrentUserImpl(ResourceResolver) - Constructor for class org.apache.sling.cms.core.internal.models.CurrentUserImpl
 

D

deactivate() - Method in class org.apache.sling.cms.core.usergenerated.impl.UserGeneratedContentServiceImpl
 
DEFAULT_ERROR_PAGE - Static variable in class org.apache.sling.cms.core.models.ErrorHandler
The page to fall back to if there is not an error page for the specific code
deleteJob(String) - Method in class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
destroy() - Method in class org.apache.sling.cms.core.internal.filters.CMSSecurityFilter
 
destroy() - Method in class org.apache.sling.cms.core.internal.filters.EditIncludeFilter
 
destroy() - Method in class org.apache.sling.cms.core.internal.filters.LocaleFilter
 
destroy() - Method in class org.apache.sling.cms.core.internal.filters.PublishFilter
 
dispose() - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
dispose() - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
doEvaluateRequest(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.BaseInsightProvider
Method for the extending classes to implement, this can safely throw exceptions and this will trigger a failure result to be returned.
doEvaluateRequest(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
doEvaluateRequest(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
doEvaluateRequest(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
Method for the extending classes to implement, this can safely throw exceptions and this will trigger a failure result to be returned.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sling.cms.core.internal.filters.CMSSecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sling.cms.core.internal.filters.EditIncludeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sling.cms.core.internal.filters.LocaleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.sling.cms.core.internal.filters.PublishFilter
 
doGet(SlingHttpServletRequest, SlingHttpServletResponse) - Method in class org.apache.sling.cms.core.internal.servlets.CMSPageServlet
 
doGet(SlingHttpServletRequest, SlingHttpServletResponse) - Method in class org.apache.sling.cms.core.internal.servlets.PathSuggestionServlet
 
doPost(SlingHttpServletRequest, SlingHttpServletResponse) - Method in class org.apache.sling.cms.core.internal.jobs.RemoveJobServlet
 
doPost(SlingHttpServletRequest, SlingHttpServletResponse) - Method in class org.apache.sling.cms.core.internal.jobs.StartJobServlet
 
doProcess(Job, JobExecutionContext, ResourceResolver) - Method in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
doProcess(Job, JobExecutionContext, ResourceResolver) - Method in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
doProcess(Resource, String) - Method in class org.apache.sling.cms.core.internal.models.ReferenceOperation
 
doProcess(Resource, String) - Method in class org.apache.sling.cms.core.internal.models.ReferencesImpl
 
doRun(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.cms.core.internal.operations.CheckpointOperation
 

E

EditableResourceImpl - Class in org.apache.sling.cms.core.internal.models
A model for representing a resource that can be edited through the Sling CMS.
EditableResourceImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.EditableResourceImpl
 
EditIncludeFilter - Class in org.apache.sling.cms.core.internal.filters
Filter for injecting the request attributes and markup to enable the Sling CMS editor.
EditIncludeFilter() - Constructor for class org.apache.sling.cms.core.internal.filters.EditIncludeFilter
 
ENABLED_ATTR_NAME - Static variable in class org.apache.sling.cms.core.internal.filters.EditIncludeFilter
 
encodeRedirectUrl(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
encodeRedirectURL(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
encodeUrl(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
encodeURL(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
endDocument() - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
endDocument() - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
endElement(String, String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
endElement(String, String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
endPrefixMapping(String) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
endPrefixMapping(String) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
equals(Object) - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
equals(Object) - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
ErrorHandler - Class in org.apache.sling.cms.core.models
Sling Model for retrieving an error handler based on the specified Sling Request.
ErrorHandler(SlingHttpServletRequest) - Constructor for class org.apache.sling.cms.core.models.ErrorHandler
 
evaluateRequest(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.BaseInsightProvider
 
extractMetadata(File) - Method in class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
extractMetadata(Resource) - Method in class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
extractSentences(String) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 

F

FakeHttpSession - Class in org.apache.sling.cms.core.insights.impl
A fake session to use for making server-side requests.
FakeHttpSession() - Constructor for class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
FakeRequest - Class in org.apache.sling.cms.core.insights.impl
Simple class for faking a HttpServletRequest
FakeRequest(String, String) - Constructor for class org.apache.sling.cms.core.insights.impl.FakeRequest
 
FakeRequest(String, String, Map<String, Object>) - Constructor for class org.apache.sling.cms.core.insights.impl.FakeRequest
 
FakeResponse - Class in org.apache.sling.cms.core.insights.impl
A fake response for making internal requests
FakeResponse(OutputStream) - Constructor for class org.apache.sling.cms.core.insights.impl.FakeResponse
 
FileImpl - Class in org.apache.sling.cms.core.internal.models
A model representing a file
FileImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.FileImpl
 
FileInsightRequestImpl - Class in org.apache.sling.cms.core.insights.impl
Implementation of the FileInsightRequest interface
FileInsightRequestImpl(File) - Constructor for class org.apache.sling.cms.core.insights.impl.FileInsightRequestImpl
 
FileManagerImpl - Class in org.apache.sling.cms.core.internal.models
A model used to retrieve files.
FileManagerImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.FileManagerImpl
 
FileMetadataExtractorImpl - Class in org.apache.sling.cms.core.internal
 
FileMetadataExtractorImpl() - Constructor for class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
FileMetadataExtractorJob - Class in org.apache.sling.cms.core.internal.jobs
Implementation of the Configurable Job Executor interface for the file metadata extractor
FileMetadataExtractorJob() - Constructor for class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
FileMetadataExtractorListener - Class in org.apache.sling.cms.core.internal.listeners
A Resource Change Listener which extracts the metadata from sling:Files when they are uploaded.
FileMetadataExtractorListener() - Constructor for class org.apache.sling.cms.core.internal.listeners.FileMetadataExtractorListener
 
filter(String) - Method in class org.apache.sling.cms.core.internal.operations.PropertyHintNodeNameGenerator
 
flushBuffer() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 

G

get(String) - Method in class org.apache.sling.cms.core.i18n.impl.I18NDictionaryImpl
 
get(String, Object[]) - Method in class org.apache.sling.cms.core.i18n.impl.I18NDictionaryImpl
 
getAllComponents() - Method in class org.apache.sling.cms.core.internal.models.ComponentManagerImpl
Returns all of the components in Sling CMS with a component type specified.
getAllowedPaths() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getAttribute(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getAttribute(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getAttributeNames() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getAttributeNames() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getAuthType() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getAvailableComponentTypes() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getAvailableJobs() - Method in class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
getAvailableTemplates() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateManagerImpl
 
getBufferSize() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getCharacterEncoding() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getCharacterEncoding() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getComponent() - Method in class org.apache.sling.cms.core.internal.models.EditableResourceImpl
 
getComponentConfigs() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getComponentResource() - Method in class org.apache.sling.cms.core.internal.models.EditableResourceImpl
Gets the component for the specified resource.
getComponentsByType() - Method in class org.apache.sling.cms.core.internal.models.ComponentManagerImpl
Returns a Map of the components with a component type specified with the key of the map being the component type and the value being the list of components for that type.
getComponentType() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
getComponentTypes() - Method in class org.apache.sling.cms.core.internal.models.ComponentManagerImpl
Returns a list of all of the registered component types
getConfigurationPath() - Method in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
getConfigurationPath() - Method in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
getContainingPage(Resource) - Static method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getContentLength() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getContentResource() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getContentResource() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getContentType() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getContentType() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getContentType() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getContextPath() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getCookies() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getCreated() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getCreated() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getCreatedBy() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getCreatedBy() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getCreationTime() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getDateHeader(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getDescription() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getDictionary(ResourceResolver) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
getDictionary(SlingHttpServletRequest) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
getEditPath() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
Returns the path for the editor for this resource if available
getEditPath() - Method in class org.apache.sling.cms.core.internal.models.EditableResourceImpl
Returns the path for the editor for this resource if available
getEditResource() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
Returns the resource for the editor for this resource if available
getEditResource() - Method in class org.apache.sling.cms.core.internal.models.EditableResourceImpl
Returns the resource for the editor for this resource if available
getFields() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getFile() - Method in class org.apache.sling.cms.core.insights.impl.FileInsightRequestImpl
 
getFile() - Method in class org.apache.sling.cms.core.internal.models.FileManagerImpl
 
getGroups() - Method in class org.apache.sling.cms.core.internal.models.CurrentUserImpl
 
getHeader(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getHeaderNames() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getHeaders(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getId() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getId() - Method in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
getId() - Method in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
getId() - Method in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
getId() - Method in class org.apache.sling.cms.core.internal.models.CurrentUserImpl
 
getInputStream() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getInsights(File) - Method in class org.apache.sling.cms.core.insights.impl.InsightFactoryImpl
 
getInsights(Page) - Method in class org.apache.sling.cms.core.insights.impl.InsightFactoryImpl
 
getInsights() - Method in class org.apache.sling.cms.core.internal.models.InsightsModelImpl
 
getIntHeader(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getJobs() - Method in class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
getJobs() - Method in class org.apache.sling.cms.core.internal.models.InternalCMSJobManager
 
getKeys() - Method in class org.apache.sling.cms.core.models.i18nHelper
 
getKeywords() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getLabel() - Method in class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
getLastAccessedTime() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getLastModified() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getLastModified() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getLastModifiedBy() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getLastModifiedBy() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getLocalAddr() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getLocale() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getLocale() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getLocale() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getLocale() - Method in class org.apache.sling.cms.core.models.LocaleResource
 
getLocale() - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
getLocales() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getLocales() - Method in class org.apache.sling.cms.core.models.LocaleList
 
getLocaleString() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getLocalName() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getLocalPort() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getMaxGradeLevel() - Method in interface org.apache.sling.cms.core.internal.models.ReadabilitySiteConfig
 
getMaxInactiveInterval() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getMD5() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getMetadata() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getMethod() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getMinGradeLevel() - Method in interface org.apache.sling.cms.core.internal.models.ReadabilitySiteConfig
 
getName() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getName() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getNodeName(SlingHttpServletRequest, String, boolean, NodeNameGenerator) - Method in class org.apache.sling.cms.core.internal.operations.PropertyHintNodeNameGenerator
 
getOutputStream() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
getPage() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getPage() - Method in class org.apache.sling.cms.core.internal.models.PageManagerImpl
 
getPageBodyElement() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getPageBodyHtml() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getPageDocument() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getPageHtml() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getParameter(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getParameterMap() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getParameterNames() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getParameterValues(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getParent() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getParent() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getPath() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getPath() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getPath() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getPathInfo() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getPathTranslated() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getProperties() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getProperties() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getProtocol() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getProviders() - Method in class org.apache.sling.cms.core.insights.impl.InsightFactoryImpl
 
getPublishedPath() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getPublishedPath() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getPublishedUrl() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getPublishedUrl() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getQueryString() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRandom() - Method in class org.apache.sling.cms.core.models.i18nHelper
 
getReadabilityService(Locale) - Method in class org.apache.sling.cms.core.readability.impl.ReadabilityServiceFactoryImpl
 
getReader() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRealPath(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRecentContent() - Method in class org.apache.sling.cms.core.models.StartContent
 
getReferences() - Method in class org.apache.sling.cms.core.internal.models.ReferencesImpl
 
getRegex() - Method in class org.apache.sling.cms.core.internal.models.ReferenceOperation
 
getRelatedContent() - Method in class org.apache.sling.cms.core.models.StartContent
 
getRemoteAddr() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRemoteHost() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRemotePort() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRemoteUser() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRequestDispatcher(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRequestedSessionId() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRequestURI() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getRequestURL() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getResolverFactory() - Method in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
getResolverFactory() - Method in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
getResource() - Method in class org.apache.sling.cms.core.insights.impl.FileInsightRequestImpl
 
getResource() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
getResource() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
getResource() - Method in class org.apache.sling.cms.core.internal.models.EditableResourceImpl
Gets the current resource.
getResource() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getResource() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getResource() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getResource() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getResults() - Method in class org.apache.sling.cms.core.models.SearchResults
 
getScheme() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getServerName() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getServerPort() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getServletContext() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getServletPath() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getSession() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getSession(boolean) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getSessionContext() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getSite() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
getSite() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getSite(Resource) - Static method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getSite() - Method in class org.apache.sling.cms.core.internal.models.SiteManagerImpl
 
getSuffixJob() - Method in class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
getTemplate() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getTemplate() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getTemplatePath() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getTitle() - Method in class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
getTitle() - Method in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
getTitle() - Method in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
getTitle() - Method in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
getTitle() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
getTitle() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
getTitle() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
getTitle() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getTitleKey() - Method in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
getTitleKey() - Method in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
getTopic() - Method in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
getTopic() - Method in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
getUrl() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
getUserPrincipal() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
getValue(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getValueNames() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
getVersions() - Method in class org.apache.sling.cms.core.models.VersionInfo
 
getWriter() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 

H

hashCode() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
hashCode() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
HTML5Serializer - Class in org.apache.sling.cms.core.internal.rewriter
Serializer for writing HTML5 compliant markup
HTML5Serializer(ConfigurationResourceResolver) - Constructor for class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
Html5SerializerFactory - Class in org.apache.sling.cms.core.internal.rewriter
This sax serializer serializes HTML5 Compliant Markup
Html5SerializerFactory() - Constructor for class org.apache.sling.cms.core.internal.rewriter.Html5SerializerFactory
 
HTMLValdiatorInsightProvider - Class in org.apache.sling.cms.core.insights.impl.providers
 
HTMLValdiatorInsightProvider() - Constructor for class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
HTMLValdiatorInsightProvider.Config - Annotation Type in org.apache.sling.cms.core.insights.impl.providers
 

I

I18N_KEY_HTMLVALIDATOR_DANGER - Static variable in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
I18N_KEY_HTMLVALIDATOR_SUCCESS - Static variable in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
I18N_KEY_HTMLVALIDATOR_WARN - Static variable in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
I18N_KEY_READABILITY_DETAIL - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
I18N_KEY_READABILITY_RESULT_DANGER - Static variable in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
I18N_KEY_READABILITY_RESULT_DANGER - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
I18N_KEY_READABILITY_RESULT_SUCCESS - Static variable in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
I18N_KEY_READABILITY_RESULT_SUCCESS - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
I18N_KEY_READABILITY_RESULT_WARN - Static variable in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
I18N_KEY_READABILITY_RESULT_WARN - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
I18N_KEY_READABILITY_STATS - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
I18NDictionaryImpl - Class in org.apache.sling.cms.core.i18n.impl
Implementation of the I18NDictionary interface
I18NDictionaryImpl(ResourceBundle) - Constructor for class org.apache.sling.cms.core.i18n.impl.I18NDictionaryImpl
 
i18nHelper - Class in org.apache.sling.cms.core.models
A model retrieving all of the keys for a i18n dictionary
i18nHelper(Resource) - Constructor for class org.apache.sling.cms.core.models.i18nHelper
 
I18NProviderImpl - Class in org.apache.sling.cms.core.i18n.impl
 
I18NProviderImpl() - Constructor for class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
init(FilterConfig) - Method in class org.apache.sling.cms.core.internal.filters.CMSSecurityFilter
 
init(FilterConfig) - Method in class org.apache.sling.cms.core.internal.filters.EditIncludeFilter
 
init(FilterConfig) - Method in class org.apache.sling.cms.core.internal.filters.LocaleFilter
 
init(FilterConfig) - Method in class org.apache.sling.cms.core.internal.filters.PublishFilter
 
init() - Method in class org.apache.sling.cms.core.internal.models.InsightsModelImpl
 
init() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateManagerImpl
 
init() - Method in class org.apache.sling.cms.core.internal.models.ReferenceOperation
 
init(ProcessingContext, ProcessingComponentConfiguration) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
init(ProcessingContext, ProcessingComponentConfiguration) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
init() - Method in class org.apache.sling.cms.core.models.ErrorHandler
 
InsightFactoryImpl - Class in org.apache.sling.cms.core.insights.impl
Implementation of the InsightFactory service interface
InsightFactoryImpl() - Constructor for class org.apache.sling.cms.core.insights.impl.InsightFactoryImpl
 
InsightsModelImpl - Class in org.apache.sling.cms.core.internal.models
Implementation of the Insights Model
InsightsModelImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.InsightsModelImpl
 
InsightsWebConsole - Class in org.apache.sling.cms.core.insights.impl
Simple web console plugin for listing out the available insight provider
InsightsWebConsole() - Constructor for class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
InternalCMSJobManager - Class in org.apache.sling.cms.core.internal.models
 
InternalCMSJobManager() - Constructor for class org.apache.sling.cms.core.internal.models.InternalCMSJobManager
 
invalidate() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
isCommitted() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
isEditable() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
isEnabled(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.HTMLValdiatorInsightProvider
 
isEnabled(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
isEnabled(InsightRequest) - Method in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
isMember(String) - Method in class org.apache.sling.cms.core.internal.models.CurrentUserImpl
 
isNew() - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
isPublished() - Method in class org.apache.sling.cms.core.internal.models.FileImpl
 
isPublished() - Method in class org.apache.sling.cms.core.internal.models.PageImpl
 
isRequestedSessionIdFromCookie() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
isRequestedSessionIdValid() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
isSecure() - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
isType(String) - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
Returns true if the only component type on the component is the specified type.
isUserInRole(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 

L

LocaleFilter - Class in org.apache.sling.cms.core.internal.filters
Sets the locale for the request based on the containing site.
LocaleFilter() - Constructor for class org.apache.sling.cms.core.internal.filters.LocaleFilter
 
LocaleList - Class in org.apache.sling.cms.core.models
A model for representing a site.
LocaleList() - Constructor for class org.apache.sling.cms.core.models.LocaleList
 
LocaleResource - Class in org.apache.sling.cms.core.models
Model for retrieving the locale information from a resource with the jcr:language property.
LocaleResource(Resource) - Constructor for class org.apache.sling.cms.core.models.LocaleResource
 
log - Static variable in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
log - Static variable in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 

M

MODE_REGEX - Static variable in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 

O

onChange(List<ResourceChange>) - Method in class org.apache.sling.cms.core.internal.listeners.AutoVersioningListener
 
onChange(List<ResourceChange>) - Method in class org.apache.sling.cms.core.internal.listeners.FileMetadataExtractorListener
 
OptimizeFilesJob - Class in org.apache.sling.cms.core.internal.jobs
Implementation of the Configurable Job Executor interface to optimize files
OptimizeFilesJob() - Constructor for class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
org.apache.sling.cms.core.i18n.impl - package org.apache.sling.cms.core.i18n.impl
 
org.apache.sling.cms.core.insights.impl - package org.apache.sling.cms.core.insights.impl
 
org.apache.sling.cms.core.insights.impl.providers - package org.apache.sling.cms.core.insights.impl.providers
 
org.apache.sling.cms.core.internal - package org.apache.sling.cms.core.internal
 
org.apache.sling.cms.core.internal.bindings - package org.apache.sling.cms.core.internal.bindings
 
org.apache.sling.cms.core.internal.filters - package org.apache.sling.cms.core.internal.filters
 
org.apache.sling.cms.core.internal.jobs - package org.apache.sling.cms.core.internal.jobs
 
org.apache.sling.cms.core.internal.listeners - package org.apache.sling.cms.core.internal.listeners
 
org.apache.sling.cms.core.internal.models - package org.apache.sling.cms.core.internal.models
 
org.apache.sling.cms.core.internal.operations - package org.apache.sling.cms.core.internal.operations
 
org.apache.sling.cms.core.internal.rewriter - package org.apache.sling.cms.core.internal.rewriter
 
org.apache.sling.cms.core.internal.servlets - package org.apache.sling.cms.core.internal.servlets
 
org.apache.sling.cms.core.models - package org.apache.sling.cms.core.models
Package with all of the core models used to support the Sling reference CMS
org.apache.sling.cms.core.readability.impl - package org.apache.sling.cms.core.readability.impl
 
org.apache.sling.cms.core.usergenerated.impl - package org.apache.sling.cms.core.usergenerated.impl
 

P

PageImpl - Class in org.apache.sling.cms.core.internal.models
A model representing a page.
PageImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.PageImpl
 
PageInsightRequestImpl - Class in org.apache.sling.cms.core.insights.impl
Implementation of the PageInsightRequest interface
PageInsightRequestImpl(Page, SlingRequestProcessor) - Constructor for class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
PageManagerImpl - Class in org.apache.sling.cms.core.internal.models
A model used to retrieve pages.
PageManagerImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.PageManagerImpl
 
PageSpeedInsightProvider - Class in org.apache.sling.cms.core.insights.impl.providers
 
PageSpeedInsightProvider() - Constructor for class org.apache.sling.cms.core.insights.impl.providers.PageSpeedInsightProvider
 
PageSpeedInsightProvider.Config - Annotation Type in org.apache.sling.cms.core.insights.impl.providers
 
PageTemplateImpl - Class in org.apache.sling.cms.core.internal.models
A simple model for representing a page template
PageTemplateImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
PageTemplateManagerImpl - Class in org.apache.sling.cms.core.internal.models
A model for retrieving the available templates to create a page under the specified resource.
PageTemplateManagerImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.PageTemplateManagerImpl
 
PathSuggestionServlet - Class in org.apache.sling.cms.core.internal.servlets
Servlet which includes the content of the page when the page is accessed.
PathSuggestionServlet() - Constructor for class org.apache.sling.cms.core.internal.servlets.PathSuggestionServlet
 
PathSuggestionServletConfig - Annotation Type in org.apache.sling.cms.core.internal.servlets
Configuration for the Path Suggestion Servlet
PN_CONFIG - Static variable in class org.apache.sling.cms.core.internal.models.SiteImpl
 
PN_FIND - Static variable in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 
PN_MODE - Static variable in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 
PN_RECURSIVE - Static variable in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
PN_REPLACE - Static variable in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 
PN_UPDATE_PROPERTIES - Static variable in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 
PN_URL - Static variable in class org.apache.sling.cms.core.internal.models.SiteImpl
 
process(SlingHttpServletRequest, List<Modification>) - Method in class org.apache.sling.cms.core.internal.operations.TouchLastModifiedPostOperation
 
process(SlingHttpServletRequest, List<Modification>) - Method in class org.apache.sling.cms.core.internal.operations.UpdateReferencesPostOperation
 
processingInstruction(String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
processingInstruction(String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
PropertyHintNodeNameGenerator - Class in org.apache.sling.cms.core.internal.operations
Custom NodeNameGenerator for generating names based on the value of another named property
PropertyHintNodeNameGenerator() - Constructor for class org.apache.sling.cms.core.internal.operations.PropertyHintNodeNameGenerator
 
PropertyHintNodeNameGenerator.Config - Annotation Type in org.apache.sling.cms.core.internal.operations
 
PublishFilter - Class in org.apache.sling.cms.core.internal.filters
Denies requests to sling:Page and sling:File resources and children which are not set to publish=true
PublishFilter() - Constructor for class org.apache.sling.cms.core.internal.filters.PublishFilter
 
putValue(String, Object) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 

R

READABILITY_CA_CONFIG - Static variable in class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
ReadabilityConfig - Annotation Type in org.apache.sling.cms.core.readability.impl
An interface for configuring the %readability services for a particular language
ReadabilityInsightProvider - Class in org.apache.sling.cms.core.insights.impl.providers
 
ReadabilityInsightProvider() - Constructor for class org.apache.sling.cms.core.insights.impl.providers.ReadabilityInsightProvider
 
ReadabilityServiceFactoryImpl - Class in org.apache.sling.cms.core.readability.impl
Implementation of the ReadabilityServiceFactory service
ReadabilityServiceFactoryImpl() - Constructor for class org.apache.sling.cms.core.readability.impl.ReadabilityServiceFactoryImpl
 
ReadabilityServiceImpl - Class in org.apache.sling.cms.core.readability.impl
Implementation of the ReadabilityService service
ReadabilityServiceImpl() - Constructor for class org.apache.sling.cms.core.readability.impl.ReadabilityServiceImpl
 
ReadabilitySiteConfig - Interface in org.apache.sling.cms.core.internal.models
A model for providing the site-level configuration for the readability insight provider.
ReferenceMappingTransformer - Class in org.apache.sling.cms.core.internal.rewriter
A Sling Rewriter Transformer which maps references to images, links, etc that are contained in the Sling repository.
ReferenceMappingTransformer(ReferenceMappingTransformerConfig, ConfigurationResourceResolver) - Constructor for class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
ReferenceMappingTransformerConfig - Annotation Type in org.apache.sling.cms.core.internal.rewriter
Configuration for the Reference Mapping Transformer
ReferenceMappingTransformerFactory - Class in org.apache.sling.cms.core.internal.rewriter
A TransformerFactory service instance for creating a Transformer to rewrite all of the links, images, etc which reference other content in the Sling repository.
ReferenceMappingTransformerFactory() - Constructor for class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformerFactory
 
ReferenceOperation - Class in org.apache.sling.cms.core.internal.models
Abstract operation for Reference operations.
ReferenceOperation(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.ReferenceOperation
 
ReferencesImpl - Class in org.apache.sling.cms.core.internal.models
Model for finding the references to a Resource
ReferencesImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.ReferencesImpl
 
removeAttribute(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
removeAttribute(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
RemoveJobServlet - Class in org.apache.sling.cms.core.internal.jobs
 
RemoveJobServlet() - Constructor for class org.apache.sling.cms.core.internal.jobs.RemoveJobServlet
 
removeValue(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.cms.core.insights.impl.InsightsWebConsole
 
reset() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
resetBuffer() - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
resource - Variable in class org.apache.sling.cms.core.internal.models.FileImpl
 
resource - Variable in class org.apache.sling.cms.core.internal.models.PageImpl
 
RP_NODE_NAME_PARAM - Static variable in class org.apache.sling.cms.core.internal.operations.PropertyHintNodeNameGenerator
Optional request parameter specifying a parameter name to use for the name of the newly created node (value is ":nameParam").
RP_UPDATE_REFERENCES - Static variable in class org.apache.sling.cms.core.internal.operations.TouchLastModifiedPostOperation
 
RP_UPDATE_REFERENCES - Static variable in class org.apache.sling.cms.core.internal.operations.UpdateReferencesPostOperation
 
run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Method in class org.apache.sling.cms.core.internal.operations.BulkReplaceOperation
 
run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Method in class org.apache.sling.cms.core.internal.operations.CheckpointOperation
 
run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Method in class org.apache.sling.cms.core.usergenerated.impl.ApproveUGCOperation
 

S

SearchResults - Class in org.apache.sling.cms.core.models
Model for retrieving the search results
SearchResults(SlingHttpServletRequest) - Constructor for class org.apache.sling.cms.core.models.SearchResults
 
sendError(int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
sendError(int, String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
sendRedirect(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
SERVICE_USER_NAME - Static variable in class org.apache.sling.cms.core.models.ErrorHandler
Service User Name for the Error Handler
setAttribute(String, Object) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
setAttribute(String, Object) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
setBufferSize(int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setCharacterEncoding(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeRequest
 
setCharacterEncoding(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setContentHandler(ContentHandler) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
setContentLength(int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setContentType(String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setDateHeader(String, long) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setDocumentLocator(Locator) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
setDocumentLocator(Locator) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
setHeader(String, String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setIntHeader(String, int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setLocale(Locale) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setMaxInactiveInterval(int) - Method in class org.apache.sling.cms.core.insights.impl.FakeHttpSession
 
setStatus(int) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
setStatus(int, String) - Method in class org.apache.sling.cms.core.insights.impl.FakeResponse
 
SightlyBindings - Class in org.apache.sling.cms.core.internal.bindings
 
SightlyBindings() - Constructor for class org.apache.sling.cms.core.internal.bindings.SightlyBindings
 
SITE_ERRORS_SUBPATH - Static variable in class org.apache.sling.cms.core.models.ErrorHandler
The subpath under which to find the error pages
SiteImpl - Class in org.apache.sling.cms.core.internal.models
A model for representing a site.
SiteImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.SiteImpl
 
SiteManagerImpl - Class in org.apache.sling.cms.core.internal.models
A model for retrieving sites.
SiteManagerImpl(Resource) - Constructor for class org.apache.sling.cms.core.internal.models.SiteManagerImpl
 
skippedEntity(String) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
skippedEntity(String) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
SLING_CMS_ERROR_PATH - Static variable in class org.apache.sling.cms.core.models.ErrorHandler
Path under which the error pages for Sling CMS can be found.
StartContent - Class in org.apache.sling.cms.core.models
Model for retrieving the most start page content
StartContent(SlingHttpServletRequest) - Constructor for class org.apache.sling.cms.core.models.StartContent
 
startDocument() - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
startDocument() - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
startElement(String, String, String, Attributes) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 
startJob() - Method in class org.apache.sling.cms.core.internal.models.CMSJobManagerImpl
 
StartJobServlet - Class in org.apache.sling.cms.core.internal.jobs
 
StartJobServlet() - Constructor for class org.apache.sling.cms.core.internal.jobs.StartJobServlet
 
startPrefixMapping(String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.HTML5Serializer
 
startPrefixMapping(String, String) - Method in class org.apache.sling.cms.core.internal.rewriter.ReferenceMappingTransformer
 

T

TOPIC - Static variable in class org.apache.sling.cms.core.internal.jobs.FileMetadataExtractorJob
 
TOPIC - Static variable in class org.apache.sling.cms.core.internal.jobs.OptimizeFilesJob
 
toString() - Method in class org.apache.sling.cms.core.insights.impl.FileInsightRequestImpl
 
toString() - Method in class org.apache.sling.cms.core.insights.impl.PageInsightRequestImpl
 
toString() - Method in class org.apache.sling.cms.core.internal.models.ComponentImpl
 
toString() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateImpl
 
toString() - Method in class org.apache.sling.cms.core.internal.models.PageTemplateManagerImpl
 
toString() - Method in class org.apache.sling.cms.core.internal.models.SiteImpl
 
TouchLastModifiedPostOperation - Class in org.apache.sling.cms.core.internal.operations
The TouchLastModifiedPostOperation class will update the last modified date and user of the parent publishable resource when a child resource is modified
TouchLastModifiedPostOperation() - Constructor for class org.apache.sling.cms.core.internal.operations.TouchLastModifiedPostOperation
 

U

unbindLocaleResolver(LocaleResolver) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
unbindRequestLocaleResolver(RequestLocaleResolver) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
unbindResourceBundleProvider(ResourceBundleProvider, Map<String, Object>) - Method in class org.apache.sling.cms.core.i18n.impl.I18NProviderImpl
 
updateMetadata(File) - Method in class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
updateMetadata(File, boolean) - Method in class org.apache.sling.cms.core.internal.FileMetadataExtractorImpl
 
UpdateReferencesPostOperation - Class in org.apache.sling.cms.core.internal.operations
The UpdateReferencesPostOperation class will update all of the references from a resource which is being moved or deleted to another resource.
UpdateReferencesPostOperation() - Constructor for class org.apache.sling.cms.core.internal.operations.UpdateReferencesPostOperation
 
UserGeneratedContentConfig - Annotation Type in org.apache.sling.cms.core.usergenerated.impl
Configuration for the User Generated Content handling service
UserGeneratedContentServiceImpl - Class in org.apache.sling.cms.core.usergenerated.impl
 
UserGeneratedContentServiceImpl() - Constructor for class org.apache.sling.cms.core.usergenerated.impl.UserGeneratedContentServiceImpl
 

V

VersionInfo - Class in org.apache.sling.cms.core.models
Returns all of the versions for a Resource.
VersionInfo(Resource) - Constructor for class org.apache.sling.cms.core.models.VersionInfo
 
A B C D E F G H I L M O P R S T U V 
Skip navigation links

Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.