A B C D E F G H I J M O P R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACTIVE - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is now running.
- AemObjectReflectionToStringBuilder - Class in io.wcm.wcm.commons.util
-
Extends ReflectionToStringBuilder to provide custom handling for AEM-related objects (Resource, Page, Asset, ValueMap) for a more compact log output.
- AemObjectReflectionToStringBuilder(Object) - Constructor for class io.wcm.wcm.commons.util.AemObjectReflectionToStringBuilder
- AemObjectReflectionToStringBuilder(Object, ToStringStyle) - Constructor for class io.wcm.wcm.commons.util.AemObjectReflectionToStringBuilder
- AUTHOR - Static variable in class io.wcm.wcm.commons.util.RunMode
-
Runmode for author instance
B
- BundleInfo - Interface in io.wcm.wcm.commons.bundleinfo
-
Provides meta-information about an bundle in the system.
- BundleInfoService - Interface in io.wcm.wcm.commons.bundleinfo
-
Provides meta-information for all bundles in the system.
- BundleState - Enum in io.wcm.wcm.commons.bundleinfo
-
Bundle state
C
- CacheHeader - Class in io.wcm.wcm.commons.caching
-
Contains common functionality to control client-side caching.
- close() - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
- componentPropertiesResolution(ComponentPropertyResolution) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Configure if properties should be resolved in component properties, and with or without inheritance.
- ComponentPropertyResolution - Enum in io.wcm.wcm.commons.component
-
Resolution mode for resolving component properties.
- ComponentPropertyResolver - Class in io.wcm.wcm.commons.component
-
Tries to resolve properties with or without inheritance from pages, content policies or component definitions.
- ComponentPropertyResolver(ComponentContext) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Deprecated.Please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(ComponentContext, ResourceResolverFactory) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
This constructor is for internal use only, please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Page) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Deprecated.Please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Page, ResourceResolverFactory) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
This constructor is for internal use only, please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Resource) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Deprecated.Please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Resource, boolean) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Deprecated.Please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Resource, boolean, ResourceResolverFactory) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
This constructor is for internal use only, please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolver(Resource, ResourceResolverFactory) - Constructor for class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
This constructor is for internal use only, please use
ComponentPropertyResolverFactory
. - ComponentPropertyResolverFactory - Interface in io.wcm.wcm.commons.component
-
OSGi service for creating
ComponentPropertyResolver
instances. - contentPolicyResolution(ComponentPropertyResolution) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Configure if properties should be resolved from content policies mapped for the given resource.
- 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
- DenyWcmDisabled - Class in io.wcm.wcm.commons.ui
-
Set HTTP error code header if WCM mode is disabled.
- DenyWcmDisabled() - Constructor for class io.wcm.wcm.commons.ui.DenyWcmDisabled
- disableIfNoRunModeActive(Set<String>, String[], ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- disableIfNotAuthor(Set<String>, ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- disableIfNotPublish(Set<String>, ComponentContext, Logger) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- 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.
E
- EditableTemplate - Class in io.wcm.wcm.commons.util
-
Helper methods for editable AEM templates.
- EditableTemplateSupport - Class in io.wcm.wcm.commons.controller
-
Helper model to check status in editable templates.
- EditableTemplateSupport() - Constructor for class io.wcm.wcm.commons.controller.EditableTemplateSupport
F
- FileExtension - Class in io.wcm.wcm.commons.contenttype
-
Frequently used file extensions.
- filteredValueMap(ValueMap) - Static method in class io.wcm.wcm.commons.util.AemObjectReflectionToStringBuilder
-
Filter value map to exclude jcr:* properties and null values.
- forPage(Page, TemplatePathInfo...) - Static method in class io.wcm.wcm.commons.util.Template
-
Lookup template for given page.
- forPage(Page, Class<E>...) - Static method in class io.wcm.wcm.commons.util.Template
-
Lookup template for given page.
- forTemplatePath(String, TemplatePathInfo...) - Static method in class io.wcm.wcm.commons.util.Template
-
Lookup a template by the given template path.
- forTemplatePath(String, Class<E>...) - Static method in class io.wcm.wcm.commons.util.Template
-
Lookup a template by the given template path.
- FRAGMENT - io.wcm.wcm.commons.bundleinfo.BundleState
-
Bundle is a fragment bundle
G
- get(ComponentContext) - Method in interface io.wcm.wcm.commons.component.ComponentPropertyResolverFactory
-
Lookup with content resource associated with a component (resource type).
- get(Page) - Method in interface io.wcm.wcm.commons.component.ComponentPropertyResolverFactory
-
Lookup for content resource associated with the page component (resource type).
- get(String, Class<T>) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Get property.
- get(String, T) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Get property.
- get(Resource) - Method in interface io.wcm.wcm.commons.component.ComponentPropertyResolverFactory
-
Lookup for content resource associated with a component (resource type).
- get(Resource, boolean) - Method in interface io.wcm.wcm.commons.component.ComponentPropertyResolverFactory
-
Lookup for content resource associated with a component (resource type).
- 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
- getAbsoluteLevel(String, ResourceResolver) - Static method in class io.wcm.wcm.commons.util.Path
-
Gets level from parent use same logic (but reverse) as
Path.getAbsoluteParent(Page, int, ResourceResolver)
. - getAbsoluteParent(Page, int, ResourceResolver) - Static method in class io.wcm.wcm.commons.util.Path
-
Get absolute parent of given path.
- getAbsoluteParent(String, int, ResourceResolver) - Static method in class io.wcm.wcm.commons.util.Path
-
Get absolute parent of given path.
- getBundle() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- getBundles() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfoService
- getBundles() - Method in class io.wcm.wcm.commons.controller.VersionInfo
- getFlashFileExtensions() - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
-
Deprecated.Use
io.wcm.handler.media.MediaFileType.getFlashFileExtensions
instead. - getImageFileExtensions() - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
-
Deprecated.Use
io.wcm.handler.media.MediaFileType.getImageFileExtensions
instead. - getLastModified() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- 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
- getName() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- getOriginalPath(String, ResourceResolver) - Static method in class io.wcm.wcm.commons.util.Path
-
Resolve original path if the path is a version history or launch path.
- getPagePropertiesDialogPath() - Method in class io.wcm.wcm.commons.controller.WcmInit
- getResources(String) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Get list of child resources.
- getResourceType() - Method in interface io.wcm.wcm.commons.util.TemplatePathInfo
-
Resource type
- getResourceTypeFromTemplatePath(String) - Static method in class io.wcm.wcm.commons.util.Template
-
Gets the resource type for a given template path.
- getRunModes() - Method in interface io.wcm.wcm.commons.instancetype.InstanceTypeService
-
Returns a set with a single "author" or "publish" run mode string.
- getState() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- getStateValue() - Method in enum io.wcm.wcm.commons.bundleinfo.BundleState
- getSymbolicName() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- getTemplatePath() - Method in interface io.wcm.wcm.commons.util.TemplatePathInfo
-
Template path
- getUndoConfig() - Method in class io.wcm.wcm.commons.controller.WcmInit
- getValue(Field) - Method in class io.wcm.wcm.commons.util.AemObjectReflectionToStringBuilder
- getVersion() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- 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
- IGNORE - io.wcm.wcm.commons.component.ComponentPropertyResolution
-
Do not resolve component property.
- includes(Page) - Method in class io.wcm.wcm.commons.filter.TemplatePageFilter
- INSTALLED - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is installed but not yet resolved.
- InstanceTypeService - Interface in io.wcm.wcm.commons.instancetype
-
Allows to detect if the current AEM instance is an author or publish instance.
- io.wcm.wcm.commons.bundleinfo - package io.wcm.wcm.commons.bundleinfo
-
Provides information about installed bundles and their state with an API that is easier to consume than using the OSGi API directly.
- 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.component - package io.wcm.wcm.commons.component
-
Helper classes for components.
- 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.filter - package io.wcm.wcm.commons.filter
-
Filter implementations for the WCM API.
- io.wcm.wcm.commons.instancetype - package io.wcm.wcm.commons.instancetype
-
Detect instance type (author/publish) of AEM instance.
- io.wcm.wcm.commons.ui - package io.wcm.wcm.commons.ui
-
Sling model classes for UI views.
- io.wcm.wcm.commons.util - package io.wcm.wcm.commons.util
-
Miscellaneous WCM helper classes.
- is(Page, TemplatePathInfo...) - Static method in class io.wcm.wcm.commons.util.Template
-
Checks if the given page uses a specific template.
- is(Page, String...) - Static method in class io.wcm.wcm.commons.util.Template
-
Checks if the given page uses a specific template.
- is(Set<String>, String...) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- isAuthor() - Method in interface io.wcm.wcm.commons.instancetype.InstanceTypeService
-
Returns true if code is running on AEM author instance.
- isAuthor(Set<String>) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- isClassicUI() - Method in class io.wcm.wcm.commons.controller.WcmInit
- isEditableTemplatePath(String) - Static method in class io.wcm.wcm.commons.util.Path
- isEditRestricted() - Method in class io.wcm.wcm.commons.controller.EditableTemplateSupport
- isEditRestricted(ComponentContext) - Static method in class io.wcm.wcm.commons.util.EditableTemplate
-
Checks if editing of the given component in edit mode is forbidden due to a lock in the template editor for this component.
- isExperienceFragmentPath(String) - Static method in class io.wcm.wcm.commons.util.Path
- isFlash(String) - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
-
Deprecated.Use
io.wcm.handler.media.MediaFileType.isFlash
instead. - isFragment() - Method in interface io.wcm.wcm.commons.bundleinfo.BundleInfo
- isImage(String) - Static method in class io.wcm.wcm.commons.contenttype.FileExtension
-
Deprecated.Use
io.wcm.handler.media.MediaFileType.isImage
instead. - 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.
- 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.
- isPublish() - Method in interface io.wcm.wcm.commons.instancetype.InstanceTypeService
-
Returns true if code is running on AEM publish instance.
- isPublish(Set<String>) - Static method in class io.wcm.wcm.commons.util.RunMode
-
Deprecated.Instead of directly using the run modes, it is better to make the component in question require a configuration (see OSGI Declarative Services Spec: configuration policy). In this case, a component gets only active if a configuration is available. Such a configuration can be put into the repository for the specific run mode.
- 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(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(Page...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
-
Finds the most recent modification date of all specified pages
- mostRecent(Resource...) - Static method in class io.wcm.wcm.commons.caching.ModificationDate
-
Finds the most recent modification date of all specified 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 aPage
object. - PageModificationDateProvider(Page) - Constructor for class io.wcm.wcm.commons.caching.PageModificationDateProvider
- pagePropertiesResolution(ComponentPropertyResolution) - Method in class io.wcm.wcm.commons.component.ComponentPropertyResolver
-
Configure if properties should be resolved in content page properties, and with or without inheritance.
- Path - Class in io.wcm.wcm.commons.util
-
Handling of paths and absolute parents in AEM.
- PDF - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
-
PDF
- PDF - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
-
PDF
- 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
- PN_FILTER_REGEX - Static variable in class io.wcm.wcm.commons.controller.VersionInfo
-
Property name to define the regex for the symbolic name.
- 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
- RESOLVE - io.wcm.wcm.commons.component.ComponentPropertyResolution
-
Resolve component property without inheritance.
- RESOLVE_INHERIT - io.wcm.wcm.commons.component.ComponentPropertyResolution
-
Resolve component property with inheritance from parent pages / super components.
- RESOLVED - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is resolved and is able to be started.
- ResourceModificationDateProvider - Class in io.wcm.wcm.commons.caching
-
ModificationDateProvider
for aResource
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. - STARTING - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is in the process of starting.
- STOPPING - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is in the process of stopping.
- SVG - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
-
SVG
- SVG - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
-
SVG
- 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
- Template - Class in io.wcm.wcm.commons.util
-
Template utility methods
- TemplatePageFilter - Class in io.wcm.wcm.commons.filter
-
Extension of
PageFilter
allowing usage ofTemplatePathInfo
. - TemplatePageFilter(boolean, boolean, TemplatePathInfo...) - Constructor for class io.wcm.wcm.commons.filter.TemplatePageFilter
- TemplatePageFilter(TemplatePathInfo...) - Constructor for class io.wcm.wcm.commons.filter.TemplatePageFilter
- TemplatePathInfo - Interface in io.wcm.wcm.commons.util
-
Path information for a template.
- TIFF - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
-
TIFF
- TIFF - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
-
TIFF
- ToStringStyle - Class in io.wcm.wcm.commons.util
-
Custom styles for
ToStringBuilder
from Apache Commons.
U
- UNINSTALLED - io.wcm.wcm.commons.bundleinfo.BundleState
-
This bundle is uninstalled and may not be used.
- UNKNOWN - io.wcm.wcm.commons.bundleinfo.BundleState
-
State is unknown
V
- valueOf(int) - Static method in enum io.wcm.wcm.commons.bundleinfo.BundleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.wcm.wcm.commons.bundleinfo.BundleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.wcm.wcm.commons.component.ComponentPropertyResolution
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.wcm.wcm.commons.bundleinfo.BundleState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.wcm.wcm.commons.component.ComponentPropertyResolution
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VersionInfo - Class in io.wcm.wcm.commons.controller
-
Provides access to a list of OSGi bundles present in the system.
- VersionInfo() - Constructor for class io.wcm.wcm.commons.controller.VersionInfo
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
- WEBP - Static variable in class io.wcm.wcm.commons.contenttype.ContentType
-
WebP
- WEBP - Static variable in class io.wcm.wcm.commons.contenttype.FileExtension
-
WebP
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
All Classes All Packages