com.atlassian.jira.web.pagebuilder
Class GeneralJspDecorator

java.lang.Object
  extended by com.atlassian.jira.web.pagebuilder.AbstractJspDecorator
      extended by com.atlassian.jira.web.pagebuilder.GeneralJspDecorator
All Implemented Interfaces:
Decorator, JspDecorator

public class GeneralJspDecorator
extends AbstractJspDecorator
implements Decorator

Decorator representing general-*.jsp

Since:
v6.1

Field Summary
 
Fields inherited from class com.atlassian.jira.web.pagebuilder.AbstractJspDecorator
bodyPostPath, bodyPrePath, headPostPath, headPrePath, webResourceAssembler
 
Constructor Summary
GeneralJspDecorator(com.atlassian.webresource.api.assembler.WebResourceAssembler webResourceAssembler)
           
 
Method Summary
 void writePreHead(Writer writer)
           
 
Methods inherited from class com.atlassian.jira.web.pagebuilder.AbstractJspDecorator
setContext, writeOnFlush, writePostBody, writePostHead, writePreBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.web.pagebuilder.Decorator
writeOnFlush, writePostBody, writePostHead, writePreBody
 

Constructor Detail

GeneralJspDecorator

public GeneralJspDecorator(com.atlassian.webresource.api.assembler.WebResourceAssembler webResourceAssembler)
Method Detail

writePreHead

public void writePreHead(Writer writer)
Specified by:
writePreHead in interface Decorator
Overrides:
writePreHead in class AbstractJspDecorator


Copyright © 2002-2014 Atlassian. All Rights Reserved.