org.tinygroup.weblayer.webcontext.basic.interceptor
接口 RedirectLocationInterceptor

所有超级接口:
ResponseHeaderInterceptor
所有已知实现类:
ResponseHeaderSecurityFilter

public interface RedirectLocationInterceptor
extends ResponseHeaderInterceptor

检查重定向location

作者:
renhui

方法摘要
 String checkRedirectLocation(String location)
          检查重定向location。
 

方法详细信息

checkRedirectLocation

String checkRedirectLocation(String location)
检查重定向location。

返回:
返回值表示修改location,返回null则表示拒绝该location。


Copyright © 2006–2014 开源组织. All rights reserved.