com.atlassian.confluence.content.render.xhtml.transformers
Class TransformErrorToHtmlPlaceholder
java.lang.Object
com.atlassian.confluence.content.render.xhtml.transformers.TransformErrorToHtmlPlaceholder
- All Implemented Interfaces:
- FragmentTransformationErrorHandler
public class TransformErrorToHtmlPlaceholder
- extends Object
- implements FragmentTransformationErrorHandler
Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformErrorToHtmlPlaceholder
public TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory placeholderUrlFactory)
handle
public String handle(XMLEventReader erroneousFragmentReader,
Exception transformationException)
- Description copied from interface:
FragmentTransformationErrorHandler
- Handles fragment transformation problem.
- Specified by:
handle in interface FragmentTransformationErrorHandler
- Parameters:
erroneousFragmentReader - reader over fragment that caused a transformation problemtransformationException - the exception thrown during transformation of the erroneous fragment.
- Returns:
- an alternate representation of the erroneous fragment in XML (that is more friendly to edit or display)
Copyright © 2003–2015 Atlassian. All rights reserved.