Uses of Interface
com.atlassian.jira.web.pagebuilder.DecoratablePage.ParsedHead

Packages that use DecoratablePage.ParsedHead
com.atlassian.jira.plugin.navigation   
com.atlassian.jira.web.pagebuilder   
 

Uses of DecoratablePage.ParsedHead in com.atlassian.jira.plugin.navigation
 

Methods in com.atlassian.jira.plugin.navigation with parameters of type DecoratablePage.ParsedHead
 String HeaderFooterRendering.getPageTitle(DecoratablePage.ParsedHead parsedHead)
          Called to to get the title of the web page
 

Uses of DecoratablePage.ParsedHead in com.atlassian.jira.web.pagebuilder
 

Methods in com.atlassian.jira.web.pagebuilder that return DecoratablePage.ParsedHead
static DecoratablePage.ParsedHead JspDecoratorUtils.getHead()
          Returns the parsed head from the current decorated page
 

Methods in com.atlassian.jira.web.pagebuilder with parameters of type DecoratablePage.ParsedHead
protected static void JspDecoratorUtils.setParsedHead(DecoratablePage.ParsedHead parsedHead)
           
 void Decorator.writePostHead(Writer writer, DecoratablePage.ParsedHead parsedHead)
           
 void AbstractJspDecorator.writePostHead(Writer writer, DecoratablePage.ParsedHead parsedHead)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.