com.atlassian.bamboo.filter
Class UrlRewriteFilter
java.lang.Object
com.atlassian.bamboo.filter.UrlRewriteFilter
- All Implemented Interfaces:
- javax.servlet.Filter
public class UrlRewriteFilter
- extends Object
- implements javax.servlet.Filter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UrlRewriteFilter
public UrlRewriteFilter()
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.