org.tinygroup.weblayer.webcontext.rewrite
类 RewriteFormatProvider

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
所有已实现的接口:
org.tinygroup.format.FormatProvider

public class RewriteFormatProvider
extends Object
implements org.tinygroup.format.FormatProvider

功能说明: 为url重写模块提供字符串替换实现

系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-8
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


构造方法摘要
RewriteFormatProvider()
           
RewriteFormatProvider(javax.servlet.http.HttpServletRequest request)
           
 
方法摘要
 String format(org.tinygroup.context.Context context, String varName)
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RewriteFormatProvider

public RewriteFormatProvider()

RewriteFormatProvider

public RewriteFormatProvider(javax.servlet.http.HttpServletRequest request)
方法详细信息

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest request)

format

public String format(org.tinygroup.context.Context context,
                     String varName)
              throws org.tinygroup.format.exception.FormatException
指定者:
接口 org.tinygroup.format.FormatProvider 中的 format
抛出:
org.tinygroup.format.exception.FormatException


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