org.tinygroup.weblayer.webcontext.rewrite.impl
类 UrlNormalizer

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.rewrite.impl.UrlNormalizer
所有已实现的接口:
RewriteSubstitutionHandler

public class UrlNormalizer
extends Object
implements RewriteSubstitutionHandler

替换处理程序,可用来规格化URL,使后续的rewrite配置更统一。

作者:
renhui

构造方法摘要
UrlNormalizer()
           
 
方法摘要
 void postSubstitution(RewriteSubstitutionContext context)
          处理程序有机会可以修改path和参数。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UrlNormalizer

public UrlNormalizer()
方法详细信息

postSubstitution

public void postSubstitution(RewriteSubstitutionContext context)
从接口 RewriteSubstitutionHandler 复制的描述
处理程序有机会可以修改path和参数。

指定者:
接口 RewriteSubstitutionHandler 中的 postSubstitution


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