Annotation Type HtmlPageItemsConfig


  • public @interface HtmlPageItemsConfig
    Context-aware configuration holding information on items to be included in pages: - scripts - links - meta This configuration is meant to be used as a context-aware resource. See Context-Aware Resources Assumed structure:
          com.adobe.cq.wcm.core.components.config.HtmlPageItemsConfig
              - prefixPath="/some/path"
              + item01
                  - element=["link"|"script"|"meta"]
                  - location=["header"|"footer"]
                  + attributes
                      - attributeName01="attributeValue01"
                      - attributeName02="attributeValue02"
                  ...
              + item02
                  ...
              ...
      
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PN_PREFIX_PATH
      Name of the property that stores the path that will be prefixed to all href's and src's
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String prefixPath
      Returns the path that will be prefixed to all href's and src's
    • Field Detail

      • PN_PREFIX_PATH

        static final java.lang.String PN_PREFIX_PATH
        Name of the property that stores the path that will be prefixed to all href's and src's
        Since:
        com.adobe.cq.wcm.core.components.config 1.0.0
    • Element Detail

      • prefixPath

        java.lang.String prefixPath
        Returns the path that will be prefixed to all href's and src's
        Returns:
        The prefix path
        Since:
        com.adobe.cq.wcm.core.components.config 1.0.0
        Default:
        ""