com.atlassian.bamboo.ww2
Class BambooFilterDispatcher

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.FilterDispatcher
      extended by com.atlassian.bamboo.ww2.BambooFilterDispatcher
All Implemented Interfaces:
com.opensymphony.webwork.WebWorkStatics, javax.servlet.Filter

Deprecated. since 4.2

@Deprecated
public class BambooFilterDispatcher
extends com.opensymphony.webwork.dispatcher.FilterDispatcher


Field Summary
 
Fields inherited from class com.opensymphony.webwork.dispatcher.FilterDispatcher
filterConfig, pathPrefixes
 
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER
 
Constructor Summary
BambooFilterDispatcher()
          Deprecated.  
 
Method Summary
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
          Deprecated.  
static boolean isValidActionContext()
          Deprecated. since 4.2 use $ValidActionContextMarker.getValidActionContext()
 
Methods inherited from class com.opensymphony.webwork.dispatcher.FilterDispatcher
afterActionInvocation, beforeActionInvocation, checkUrl, copy, createComponentManager, destroy, findInputStream, findStaticResource, getFilterConfig, getServletContext, init, parse, setupContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooFilterDispatcher

public BambooFilterDispatcher()
Deprecated. 
Method Detail

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse res,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Deprecated. 
Specified by:
doFilter in interface javax.servlet.Filter
Overrides:
doFilter in class com.opensymphony.webwork.dispatcher.FilterDispatcher
Throws:
java.io.IOException
javax.servlet.ServletException

isValidActionContext

@Deprecated
public static boolean isValidActionContext()
Deprecated. since 4.2 use $ValidActionContextMarker.getValidActionContext()



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.