|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.content.render.xhtml.transformers.TransformErrorToHtmlPlaceholder
public class TransformErrorToHtmlPlaceholder
Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
| Constructor Summary | |
|---|---|
TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory placeholderUrlFactory)
|
|
| Method Summary | |
|---|---|
java.lang.String |
handle(javax.xml.stream.XMLEventReader erroneousFragmentReader,
java.lang.Exception transformationException)
Handles fragment transformation problem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformErrorToHtmlPlaceholder(PlaceholderUrlFactory placeholderUrlFactory)
| Method Detail |
|---|
public java.lang.String handle(javax.xml.stream.XMLEventReader erroneousFragmentReader,
java.lang.Exception transformationException)
FragmentTransformationErrorHandler
handle in interface FragmentTransformationErrorHandlererroneousFragmentReader - reader over fragment that caused a transformation problemtransformationException - the exception thrown during transformation of the erroneous fragment.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||