Uses of Class
com.atlassian.confluence.pages.templates.PluginTemplateReference
- 
- 
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return PluginTemplateReference Modifier and Type Method Description static PluginTemplateReferencePluginTemplateReference. globalTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey)Create a reference to the globally customised version of the templatestatic PluginTemplateReferencePluginTemplateReference. spaceTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, com.atlassian.plugin.ModuleCompleteKey referencingModuleCompleteKey, Space space)Create a reference to the space level customised version of the templatestatic PluginTemplateReferencePluginTemplateReference. systemTemplateReference(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey)Create a reference to the globally customised version of a system templateMethods in com.atlassian.confluence.pages.templates with parameters of type PluginTemplateReference Modifier and Type Method Description PageTemplateDefaultPageTemplateManager. getPageTemplate(PluginTemplateReference pluginTemplateReference)PageTemplatePageTemplateManager. getPageTemplate(PluginTemplateReference pluginTemplateReference) - 
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates.persistence.dao
Methods in com.atlassian.confluence.pages.templates.persistence.dao with parameters of type PluginTemplateReference Modifier and Type Method Description PageTemplatePageTemplateDao. findCustomisedPluginTemplate(PluginTemplateReference pluginTemplateReference) - 
Uses of PluginTemplateReference in com.atlassian.confluence.pages.templates.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.templates.persistence.dao.hibernate with parameters of type PluginTemplateReference Modifier and Type Method Description PageTemplateHibernatePageTemplateDao. findCustomisedPluginTemplate(PluginTemplateReference pluginTemplateReference) 
 -