Interface | Description |
---|---|
DefaultFragmentTransformerFactory | |
FragmentTransformationErrorHandler |
Handler that responds to problems in fragment transformation.
|
FragmentTransformer | |
Transformer |
Parses one format and outputs as another.
|
Class | Description |
---|---|
DefaultFragmentTransformer |
This can be thought of as the top-level Transformer since it includes the behaviour of writing out any
events that have no specific handling configured.
|
DefaultFragmentTransformerFactoryImpl |
A factory class that can be used to construct a
DefaultFragmentTransformer configured in a particular
way. |
ElementTransformingFragmentTransformer |
A FragmentTransformer that can be configured to transform individual Elements it reads.
|
Html4VoidElementFragmentTransformer |
Takes xhtml fragments for TEXTAREA (either as empty elements or as a matching pair of elements) and
returns it as a single unclosed element (as required by the HTML 4 spec).
|
LazyLoadingFragmentTransformer |
A FragmentTransformer which delegates to another FragmentTransformer identified by bean id.
|
LegacyFragmentTransformer | |
RemoveApostropheEntityTransformer |
A Transformer that removes that apostrophe entity which is invalid in HTML.
|
ThrowExceptionOnFragmentTransformationError |
Just propagates the exception thrown in fragment transformation as a runtime exception.
|
TransformErrorToHtmlPlaceholder |
Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
|
Exception | Description |
---|---|
TransformationException |
The base class for all exceptions arising from XHTML transformation.
|
Copyright © 2003–2015 Atlassian. All rights reserved.