Package org.xwiki.filter.output
Interface OutputTargetReferenceParser
-
@Role public interface OutputTargetReferenceParser
Allow converting theString
representation of aOutputTarget
.- Since:
- 13.4RC1
- Version:
- $Id: 8e281d1c6d37f0a367aad222cf42d6ba09e1d3b9 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputTarget
parse(String reference)
-
-
-
Method Detail
-
parse
OutputTarget parse(String reference) throws FilterException
- Parameters:
reference
- the reference of the input source- Returns:
- the
OutputTarget
corresponding to the reference - Throws:
FilterException
- when failing to parse the reference
-
-