com.atlassian.bamboo.filter
Class UrlRewriteFilter

java.lang.Object
  extended by com.atlassian.bamboo.filter.UrlRewriteFilter
All Implemented Interfaces:
javax.servlet.Filter

public class UrlRewriteFilter
extends Object
implements javax.servlet.Filter


Field Summary
static String ACTION_AGGREGATE
           
static String ACTION_ARTIFACT
           
static String ACTION_AUTHOR
           
static String ACTION_BRANCHES
           
static String ACTION_COMMENT
           
static String ACTION_COMMIT
           
static String ACTION_CONFIG
           
static String ACTION_DEPLOYMENTS
           
static String ACTION_EDIT_CONFIG
           
static String ACTION_FAILURES
           
static String ACTION_HISTORY
           
static String ACTION_ISSUES
           
static String ACTION_LABEL
           
static String ACTION_LATEST
           
static String ACTION_LATEST_SUCCESSFUL
           
static String ACTION_LOG
           
static String ACTION_METADATA
           
static String ACTION_PLAN_LOG
           
static String ACTION_QUARANTINE
           
static String ACTION_STAGES
           
static String ACTION_TEST
           
static String ACTION_TEST_CASE
           
static String ACTION_USER
           
static String FILTER_MAP_PREFIX
           
static String ORIGINAL_URL_PROP
           
 
Constructor Summary
UrlRewriteFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
static Map<String,String> getBuildableUrlMappings()
           
static Map<String,String> getChainUrlMappings()
           
 String getKey(String patternString, String replacement, String path)
           
 Map<String,String> getMappingsForPath(String path)
           
 PlanKey getPlanKey(String path)
           
 PlanManager getPlanManager()
          Deprecated. since 5.4 without replacement
 ResultsSummaryManager getResultsSummaryManager()
           
 void init(javax.servlet.FilterConfig filterConfig)
           
 String parseUrl(String servletPath)
           
 void setCachedPlanManager(CachedPlanManager cachedPlanManager)
          For testing purposes only
 void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORIGINAL_URL_PROP

public static final String ORIGINAL_URL_PROP
See Also:
Constant Field Values

FILTER_MAP_PREFIX

public static final String FILTER_MAP_PREFIX
See Also:
Constant Field Values

ACTION_LABEL

public static final String ACTION_LABEL
See Also:
Constant Field Values

ACTION_FAILURES

public static final String ACTION_FAILURES
See Also:
Constant Field Values

ACTION_HISTORY

public static final String ACTION_HISTORY
See Also:
Constant Field Values

ACTION_COMMIT

public static final String ACTION_COMMIT
See Also:
Constant Field Values

ACTION_LOG

public static final String ACTION_LOG
See Also:
Constant Field Values

ACTION_PLAN_LOG

public static final String ACTION_PLAN_LOG
See Also:
Constant Field Values

ACTION_CONFIG

public static final String ACTION_CONFIG
See Also:
Constant Field Values

ACTION_EDIT_CONFIG

public static final String ACTION_EDIT_CONFIG
See Also:
Constant Field Values

ACTION_STAGES

public static final String ACTION_STAGES
See Also:
Constant Field Values

ACTION_BRANCHES

public static final String ACTION_BRANCHES
See Also:
Constant Field Values

ACTION_QUARANTINE

public static final String ACTION_QUARANTINE
See Also:
Constant Field Values

ACTION_AGGREGATE

public static final String ACTION_AGGREGATE
See Also:
Constant Field Values

ACTION_DEPLOYMENTS

public static final String ACTION_DEPLOYMENTS
See Also:
Constant Field Values

ACTION_ISSUES

public static final String ACTION_ISSUES
See Also:
Constant Field Values

ACTION_LATEST

public static final String ACTION_LATEST
See Also:
Constant Field Values

ACTION_LATEST_SUCCESSFUL

public static final String ACTION_LATEST_SUCCESSFUL
See Also:
Constant Field Values

ACTION_TEST

public static final String ACTION_TEST
See Also:
Constant Field Values

ACTION_TEST_CASE

public static final String ACTION_TEST_CASE
See Also:
Constant Field Values

ACTION_ARTIFACT

public static final String ACTION_ARTIFACT
See Also:
Constant Field Values

ACTION_COMMENT

public static final String ACTION_COMMENT
See Also:
Constant Field Values

ACTION_METADATA

public static final String ACTION_METADATA
See Also:
Constant Field Values

ACTION_AUTHOR

public static final String ACTION_AUTHOR
See Also:
Constant Field Values

ACTION_USER

public static final String ACTION_USER
See Also:
Constant Field Values
Constructor Detail

UrlRewriteFilter

public UrlRewriteFilter()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
IOException
javax.servlet.ServletException

parseUrl

@Nullable
public String parseUrl(String servletPath)
                throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

getMappingsForPath

public Map<String,String> getMappingsForPath(String path)

getPlanKey

@Nullable
public PlanKey getPlanKey(String path)

getKey

@Nullable
public String getKey(String patternString,
                              String replacement,
                              String path)

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

getBuildableUrlMappings

public static Map<String,String> getBuildableUrlMappings()

getChainUrlMappings

public static Map<String,String> getChainUrlMappings()

getPlanManager

@Deprecated
public PlanManager getPlanManager()
Deprecated. since 5.4 without replacement


getResultsSummaryManager

public ResultsSummaryManager getResultsSummaryManager()

setCachedPlanManager

public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
For testing purposes only


setResultsSummaryManager

public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.