Modifier and Type | Method and Description |
---|---|
static Variable |
XhtmlTemplateUtils.extractVariableDeclaration(XMLEventReader parentEventReader,
XmlEventReaderFactory xmlEventReaderFactory) |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
WikiTemplateHandler.getTemplateVariables(PageTemplate template) |
List<Variable> |
TemplateHandler.getTemplateVariables(PageTemplate template) |
List<Variable> |
XhtmlTemplateHandler.getTemplateVariables(PageTemplate template) |
Modifier and Type | Method and Description |
---|---|
String |
WikiTemplateHandler.generateEditorFormat(PageTemplate template,
List<? extends Variable> variables,
String spaceKey) |
String |
TemplateHandler.generateEditorFormat(PageTemplate template,
List<? extends Variable> variables,
String spaceKey) |
String |
XhtmlTemplateHandler.generateEditorFormat(PageTemplate template,
List<? extends Variable> variables,
String spaceKey) |
String |
WikiTemplateHandler.insertVariables(Reader templateXml,
List<? extends Variable> variables) |
String |
TemplateHandler.insertVariables(Reader templateXml,
List<? extends Variable> variables)
Insert specified variables into the template XML before returning it.
|
String |
XhtmlTemplateHandler.insertVariables(Reader templateXml,
List<? extends Variable> variables) |
Modifier and Type | Class and Description |
---|---|
class |
ListVariable |
class |
StringVariable |
class |
TextAreaVariable |
Modifier and Type | Method and Description |
---|---|
static Variable |
VariableFactory.wikiNameToVariable(String wikiName) |
Modifier and Type | Method and Description |
---|---|
String |
SystemTemplateManagerImpl.getTemplate(String templateKey,
List<Variable> vars) |
String |
SystemTemplateManager.getTemplate(String templateKey,
List<Variable> vars) |
String |
SystemTemplateManagerImpl.getTemplate(String templateKey,
List<Variable> vars,
Page page) |
String |
SystemTemplateManager.getTemplate(String templateKey,
List<Variable> vars,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected BodyContent |
AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage,
List<Variable> variables,
String templateKey) |
Copyright © 2003–2020 Atlassian. All rights reserved.