Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • String: the components' complete id
  • org.slf4j.Logger: Logger for the component (based on component class name)
  • Locale: locale for the containing page (page locale is immutable)
  • Messages: Component's message catalog
  • ComponentResourceSelector: selector for the containing page (selector is immutable)
Since
since5.3
ComponentResourceSelector is new as of release 5.3. It encapsulates a locale plus additional application-specific data used for skinning and/or themeing.

Asset InjectionProvider

Triggered by the @Path annotation: the Path value has symbols expanded, and is then converted to an Asset.

...