Class HTMLOutgoingReferencesExtractor
- java.lang.Object
-
- org.ametys.cms.transformation.docbook.DocbookOutgoingReferencesExtractor
-
- org.ametys.cms.transformation.html.HTMLOutgoingReferencesExtractor
-
- All Implemented Interfaces:
RichTextOutgoingReferencesExtractor
,Serviceable
public class HTMLOutgoingReferencesExtractor extends DocbookOutgoingReferencesExtractor
This impl extract outgoing references on html rich texts
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE
Avalon Role-
Fields inherited from class org.ametys.cms.transformation.docbook.DocbookOutgoingReferencesExtractor
_manager
-
-
Constructor Summary
Constructors Constructor Description HTMLOutgoingReferencesExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_getXSLTURI()
The uri to use for conversion to outgoing references format-
Methods inherited from class org.ametys.cms.transformation.docbook.DocbookOutgoingReferencesExtractor
_getNodeAfterXSLT, getOutgoingReferences, service
-
-
-
-
Constructor Detail
-
HTMLOutgoingReferencesExtractor
public HTMLOutgoingReferencesExtractor()
-
-
Method Detail
-
_getXSLTURI
protected String _getXSLTURI()
Description copied from class:DocbookOutgoingReferencesExtractor
The uri to use for conversion to outgoing references format- Overrides:
_getXSLTURI
in classDocbookOutgoingReferencesExtractor
- Returns:
- The uri
-
-