|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionThrowingMigrator
Migrates / converts text from one format to another.
This interface differs from ExceptionTolerantMigrator
in that it can only cope with a single Exception from the migration process, which
it will throw, stopping the migration.
Method Summary | |
---|---|
java.lang.String |
migrate(java.lang.String input,
com.atlassian.renderer.RenderContext renderContext)
Migrate the supplied text to a different text format. |
Method Detail |
---|
java.lang.String migrate(java.lang.String input, com.atlassian.renderer.RenderContext renderContext) throws XhtmlException
Migrate the supplied text to a different text format.
input
- the String to be migratedrenderContext
- the context for the rendering during this migration
XhtmlException
- should there be problems migrating the supplied input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |