Package org.xwiki.filter.output
Interface OutputTargetReferenceParser
-
@Role @Unstable public interface OutputTargetReferenceParser
Allow converting theString
representation of aOutputTarget
.- Since:
- 13.4RC1
- Version:
- $Id: a23fc8be15b9468aa8ac0333058ee2d7ec3cffe0 $
-
-
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
-
-