| Package | Description |
|---|---|
| org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsAdvancedLinkSubstitutionHandler
Advanced link substitution behavior.
|
class |
CmsDefaultLinkSubstitutionHandler
Default link substitution behavior.
|
class |
CmsLocalePrefixLinkSubstitutionHandler
Link substitution handler required to render single tree localized sites.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsLinkSubstitutionHandler |
CmsStaticExportManager.getLinkSubstitutionHandler()
Returns the configured link substitution handler class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsLinkManager.setLinkSubstitutionHandler(CmsObject cms,
I_CmsLinkSubstitutionHandler linkSubstitutionHandler)
Sets the internal link substitution handler.
|
| Constructor and Description |
|---|
CmsLinkManager(I_CmsLinkSubstitutionHandler linkSubstitutionHandler)
Public constructor.
|