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.
  • Constructor Details

    • TransformErrorToHtmlPlaceholder

      public TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory placeholderUrlFactory)
  • Method Details

    • 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 problem
      transformationException - 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)