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
XhtmlExceptionString insertVariables(Reader templateXml, List<? extends Variable> variables)
templateXml - template XMLvariables - the template variablesString generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey) throws XhtmlException
XhtmlExceptionCopyright © 2003–2022 Atlassian. All rights reserved.