Uses of Interface
com.atlassian.confluence.pages.templates.variables.Variable
-
-
Uses of Variable in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return Variable Modifier and Type Method Description static VariableXhtmlTemplateUtils. extractVariableDeclaration(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory)Methods in com.atlassian.confluence.pages.templates that return types with arguments of type Variable Modifier and Type Method Description List<Variable>TemplateHandler. getTemplateVariables(PageTemplate template)List<Variable>WikiTemplateHandler. getTemplateVariables(PageTemplate template)List<Variable>XhtmlTemplateHandler. getTemplateVariables(PageTemplate template)Method parameters in com.atlassian.confluence.pages.templates with type arguments of type Variable Modifier and Type Method Description StringTemplateHandler. generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)StringWikiTemplateHandler. generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)StringXhtmlTemplateHandler. generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)StringTemplateHandler. insertVariables(Reader templateXml, List<? extends Variable> variables)Insert specified variables into the template XML before returning it.StringWikiTemplateHandler. insertVariables(Reader templateXml, List<? extends Variable> variables)StringXhtmlTemplateHandler. insertVariables(Reader templateXml, List<? extends Variable> variables) -
Uses of Variable in com.atlassian.confluence.pages.templates.variables
Classes in com.atlassian.confluence.pages.templates.variables that implement Variable Modifier and Type Class Description classListVariableclassStringVariableclassTextAreaVariableMethods in com.atlassian.confluence.pages.templates.variables that return Variable Modifier and Type Method Description static VariableVariableFactory. wikiNameToVariable(String wikiName) -
Uses of Variable in com.atlassian.confluence.spaces
Method parameters in com.atlassian.confluence.spaces with type arguments of type Variable Modifier and Type Method Description StringSystemTemplateManager. getTemplate(String templateKey, List<Variable> vars)StringSystemTemplateManager. getTemplate(String templateKey, List<Variable> vars, Page page)StringSystemTemplateManagerImpl. getTemplate(String templateKey, List<Variable> vars)StringSystemTemplateManagerImpl. getTemplate(String templateKey, List<Variable> vars, Page page) -
Uses of Variable in com.atlassian.confluence.spaces.listeners
Method parameters in com.atlassian.confluence.spaces.listeners with type arguments of type Variable Modifier and Type Method Description protected BodyContentAbstractSpaceContentListener. getDefaultHomePageContent(Page homePage, List<Variable> variables, String templateKey)
-