Skip navigation links
A C D F G H I J M O P R S T W X Z 

A

AUTHOR - Static variable in class io.wcm.wcm.commons.util.RunMode
Runmode for author instance

C

CacheHeader - Class in io.wcm.wcm.commons.caching
Contains common functionality to control client-side caching.
ContentType - Class in io.wcm.wcm.commons.contenttype
Frequently used content types/mime types.
CSS - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
CSS with UTF-8
CSS - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
CSS
CSV - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
CSV (no charset included in mime type because charset can differ from platform to platform)
CSV - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
CSV

D

disableIfNoRunModeActive(Set<String>, String[], ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
Use this to disable a component if none of its run modes are active.
disableIfNotAuthor(Set<String>, ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
Use this to disable a component if the runmode "author" is not active.
disableIfNotPublish(Set<String>, ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
Use this to disable a component if the runmode "publish" is not active.
DOWNLOAD - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
MIME type used for items that should initiate a "save-as" dialog in the browser.

F

FileExtension - Class in io.wcm.wcm.commons.contenttype
Frequently used file extensions.

G

get(Page) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Get modification date of page
get(Resource) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Looks for either jcr:lastModified or cq:lastModified property in the given resource, which can be either the jcr:content-ode of a cq-page, or a rendition node
getFlashFileExtensions() - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
 
getImageFileExtensions() - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
 
getModificationDate() - Method in interface io.wcm.wcm.commons.caching.ModificationDateProvider
 
getModificationDate() - Method in class io.wcm.wcm.commons.caching.PageModificationDateProvider
 
getModificationDate() - Method in class io.wcm.wcm.commons.caching.ResourceModificationDateProvider
 
getPagePropertiesDialogPath() - Method in class io.wcm.wcm.commons.controller.WcmInit
 
getUndoConfig() - Method in class io.wcm.wcm.commons.controller.WcmInit
 
GIF - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
GIF image
GIF - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
GIF image

H

HTML - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
HTML with UTF-8
HTML - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
HTML
HTML_UNCACHED - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
HTML, configured as non-caching

I

io.wcm.wcm.commons.caching - package io.wcm.wcm.commons.caching
Helper classes for managing HTTP caching headers for resources and pages.
io.wcm.wcm.commons.contenttype - package io.wcm.wcm.commons.contenttype
Helper classes for content types and file extensions.
io.wcm.wcm.commons.controller - package io.wcm.wcm.commons.controller
Sling models controller for common sightly components.
io.wcm.wcm.commons.util - package io.wcm.wcm.commons.util
Miscellaneous WCM helper classes.
is(Set<String>, String...) - Static method in class io.wcm.wcm.commons.util.RunMode
Checks if given run mode is active.
isAuthor(Set<String>) - Static method in class io.wcm.wcm.commons.util.RunMode
Checks if context is running on author instance.
isClassicUI() - Method in class io.wcm.wcm.commons.controller.WcmInit
 
isFlash(String) - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
Check if the given file extension is an flash.
isImage(String) - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
Check if the given file extension is a standard image format supported by web browsers and AEM Layer implementations.
isNotModified(Resource, SlingHttpServletRequest, SlingHttpServletResponse) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Compares the "If-Modified-Since header" of the incoming request with the last modification date of a resource.
isNotModified(Resource, SlingHttpServletRequest, SlingHttpServletResponse, boolean) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Compares the "If-Modified-Since header" of the incoming request with the last modification date of a resource.
isNotModified(ModificationDateProvider, SlingHttpServletRequest, SlingHttpServletResponse) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Compares the "If-Modified-Since header" of the incoming request with the last modification date of an aggregated resource.
isNotModified(ModificationDateProvider, SlingHttpServletRequest, SlingHttpServletResponse, boolean) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Compares the "If-Modified-Since header" of the incoming request with the last modification date of an aggregated resource.
isPublish(Set<String>) - Static method in class io.wcm.wcm.commons.util.RunMode
Checks if context is running on publish instance.
isTouchUI() - Method in class io.wcm.wcm.commons.controller.WcmInit
 

J

JAVASCRIPT - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
JavaScript with UTF-8
JAVASCRIPT - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
JavaScript
JPEG - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
JPEG image
JPEG - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
JPEG image
JSON - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
JSON with UTF-8
JSON - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
JSON

M

ModificationDate - Class in io.wcm.wcm.commons.caching
Contains static utility methods to find the last modification date of one or multiple resources
ModificationDateProvider - Interface in io.wcm.wcm.commons.caching
This interface allows to use the isNotModifed() utility method in cases where the last modification date can not be directly read from a corresponding JCR resource.
mostRecent(Resource...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Finds the most recent modification date of all specified resources
mostRecent(Page...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Finds the most recent modification date of all specified pages
mostRecent(ModificationDateProvider...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Finds the most recent modification date from a ModificationDateProvider and multiple additional resources
mostRecent(Date...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
Returns the most recent of the specified dates

O

OCTET_STREAM - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
Default binary content type

P

PageModificationDateProvider - Class in io.wcm.wcm.commons.caching
ModificationDateProvider for a Page object.
PageModificationDateProvider(Page) - Constructor for class io.wcm.wcm.commons.caching.PageModificationDateProvider
 
PLAINTEXT - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
Plain text with UTF-8
PLAINTEXT - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
Plain text
PNG - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
PNG image
PNG - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
PNG image
PUBLISH - Static variable in class io.wcm.wcm.commons.util.RunMode
Runmode for publish instance

R

ResourceModificationDateProvider - Class in io.wcm.wcm.commons.caching
ModificationDateProvider for a Resource object.
ResourceModificationDateProvider(Resource) - Constructor for class io.wcm.wcm.commons.caching.ResourceModificationDateProvider
 
RunMode - Class in io.wcm.wcm.commons.util
Sling run mode utility methods

S

setExpires(HttpServletResponse, Date) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Set expires header to given date.
setExpiresDays(HttpServletResponse, int) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Set expires header to given amount of days in the future.
setExpiresHours(HttpServletResponse, int) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Set expires header to given amount of hours in the future.
setExpiresSeconds(HttpServletResponse, int) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Set expires header to given amount of seconds in the future.
setNonCachingHeaders(HttpServletResponse) - Static method in class io.wcm.wcm.commons.caching.CacheHeader
Set headers to disallow caching in browser, proxy servers and dispatcher for the current response.
SHORT_PREFIX_OMIT_NULL_STYLE - Static variable in class io.wcm.wcm.commons.util.ToStringStyle
Same as ToStringStyle.SHORT_PREFIX_STYLE, but omits all entries that have null values.
SWF - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
Flash file
SWF - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
Flash file

T

ToStringStyle - Class in io.wcm.wcm.commons.util
Custom styles for ToStringBuilder from Apache Commons.

W

WcmInit - Class in io.wcm.wcm.commons.controller
Controller for wcmInit component.
WcmInit(AuthoringUIMode, ComponentContext, UndoConfigService) - Constructor for class io.wcm.wcm.commons.controller.WcmInit
Constructor

X

XHTML - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
XHTML (no charset, charset is defined within XML markup)
XHTML - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
XHTML
XML - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
XML (no charset, charset is defined within XML markup)
XML - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
XML

Z

ZIP - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
ZIP
ZIP - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
ZIP
A C D F G H I J M O P R S T W X Z 
Skip navigation links

Copyright © 2014–2015 wcm.io. All rights reserved.