Package org.opencms.ade.configuration
Interface I_CmsSitemapExtraInfo
public interface I_CmsSitemapExtraInfo
Represents extra information to dynamically inject into the sitemap configuration.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes
(String path) Gets the attributes to inject for a specific subsite path.
-
Method Details
-
getAttributes
Gets the attributes to inject for a specific subsite path.- Parameters:
path
- the path of a subsite (should include trailing slash)- Returns:
- the attributes to inject
-