public interface TemplateHandler
Modifier and Type | Method and Description |
---|---|
String |
generateEditorFormat(PageTemplate template,
List<? extends Variable> variables,
String spaceKey) |
List<Variable> |
getTemplateVariables(PageTemplate template) |
String |
insertVariables(Reader templateXml,
List<? extends Variable> variables)
Insert specified variables into the template XML before returning it.
|
List<Variable> getTemplateVariables(PageTemplate template) throws XhtmlException
XhtmlException
String insertVariables(Reader templateXml, List<? extends Variable> variables)
templateXml
- template XMLvariables
- the template variablesString generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey) throws XhtmlException
XhtmlException
Copyright © 2003–2020 Atlassian. All rights reserved.