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 StringROLEAvalon 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:DocbookOutgoingReferencesExtractorThe uri to use for conversion to outgoing references format- Overrides:
_getXSLTURIin classDocbookOutgoingReferencesExtractor- Returns:
- The uri
-
-