Uses of Interface
com.atlassian.confluence.pages.templates.variables.Variable

Packages that use Variable
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.pages.templates.variables   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.listeners   
 

Uses of Variable in com.atlassian.confluence.pages.templates
 

Methods in com.atlassian.confluence.pages.templates that return Variable
static Variable XhtmlTemplateUtils.extractVariableDeclaration(XMLEventReader parentEventReader, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Methods in com.atlassian.confluence.pages.templates that return types with arguments of type Variable
 List<Variable> XhtmlTemplateHandler.getTemplateVariables(PageTemplate template)
           
 List<Variable> WikiTemplateHandler.getTemplateVariables(PageTemplate template)
           
 List<Variable> TemplateHandler.getTemplateVariables(PageTemplate template)
           
 

Method parameters in com.atlassian.confluence.pages.templates with type arguments of type Variable
 String XhtmlTemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 String WikiTemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 String TemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 String XhtmlTemplateHandler.insertVariables(Reader templateXml, List<? extends Variable> variables)
           
 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.
 

Uses of Variable in com.atlassian.confluence.pages.templates.variables
 

Classes in com.atlassian.confluence.pages.templates.variables that implement Variable
 class ListVariable
           
 class StringVariable
           
 class TextAreaVariable
           
 

Methods in com.atlassian.confluence.pages.templates.variables that return Variable
static Variable VariableFactory.wikiNameToVariable(String wikiName)
           
 

Uses of Variable in com.atlassian.confluence.spaces
 

Method parameters in com.atlassian.confluence.spaces with type arguments of type Variable
 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)
           
 

Uses of Variable in com.atlassian.confluence.spaces.listeners
 

Method parameters in com.atlassian.confluence.spaces.listeners with type arguments of type Variable
protected  BodyContent AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage, List<Variable> vars, String templateKey)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.