Class VersionInfo

java.lang.Object
io.wcm.wcm.commons.controller.VersionInfo

@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) @ProviderType public final class VersionInfo extends Object
Provides access to a list of OSGi bundles present in the system. The list can be filtered by a regex on the symbolic name, either defined as property on the page component or in the page properties.
  • Field Details

    • PN_FILTER_REGEX

      public static final String PN_FILTER_REGEX
      Property name to define the regex for the symbolic name.
      See Also:
  • Constructor Details

    • VersionInfo

      public VersionInfo()
  • Method Details