|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentTransformerFactory
Interface of a factory class that creates Transformer objects, typically used by macro developers to obtain
and optionally modify macro tags (as MacroDefinition objects) in a page of macro body content.
See DefaultContentTransformerFactory for an example.
| Method Summary | |
|---|---|
Transformer |
getTransformer(MacroDefinitionHandler macroDefinitionHandler)
Returns a Transformer. |
Transformer |
getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
Returns a Transformer. |
Transformer |
getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
Returns a Transformer. |
| Method Detail |
|---|
Transformer getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
macroDefinitionUpdater - that will be called each time a macro is found in the content.
Transformer getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
macroDefinitionReplacer - that will be called each time a macro is found in the content.
Transformer getTransformer(MacroDefinitionHandler macroDefinitionHandler)
macroDefinitionHandler - that will be called each time a macro is found in the content.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||