com.atlassian.jira.web.filters.steps.pagebuilder
Class PageBuilderStep

java.lang.Object
  extended by com.atlassian.jira.web.filters.steps.pagebuilder.PageBuilderStep
All Implemented Interfaces:
FilterStep

public class PageBuilderStep
extends Object
implements FilterStep

Filter Step for wrapping decoration using a page builder. Uses sitemesh to buffer and parse the decorated page before decoration.

Since:
v6.1

Constructor Summary
PageBuilderStep()
           
 
Method Summary
 FilterCallContext beforeDoFilter(FilterCallContext ctx)
          This is called to before the filterChain.doFilter() method is called
 FilterCallContext finallyAfterDoFilter(FilterCallContext ctx)
          This is called after the filterChain.doFilter() method is called in a finally {} block
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageBuilderStep

public PageBuilderStep()
Method Detail

beforeDoFilter

public FilterCallContext beforeDoFilter(FilterCallContext ctx)
Description copied from interface: FilterStep
This is called to before the filterChain.doFilter() method is called

Specified by:
beforeDoFilter in interface FilterStep
Parameters:
ctx - the context of the filter step call

finallyAfterDoFilter

public FilterCallContext finallyAfterDoFilter(FilterCallContext ctx)
Description copied from interface: FilterStep
This is called after the filterChain.doFilter() method is called in a finally {} block

Specified by:
finallyAfterDoFilter in interface FilterStep
Parameters:
ctx - the context of the filter step call


Copyright © 2002-2013 Atlassian. All Rights Reserved.