org.tinygroup.weblayer.webcontext.rewrite
类 RewriteSubstitution.Parameter

java.lang.Object
  继承者 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
所有已实现的接口:
org.springframework.beans.factory.InitializingBean
包容类:
RewriteSubstitution

public static class RewriteSubstitution.Parameter
extends Object
implements org.springframework.beans.factory.InitializingBean


构造方法摘要
RewriteSubstitution.Parameter()
           
 
方法摘要
 void afterPropertiesSet()
           
 String getKey(org.tinygroup.commons.tools.MatchResultSubstitution resultSubs)
           
 String[] getValues(org.tinygroup.commons.tools.MatchResultSubstitution resultSubs)
           
 void setKey(String key)
           
 void setValue(String value)
           
 void setValues(String[] values)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

RewriteSubstitution.Parameter

public RewriteSubstitution.Parameter()
方法详细信息

setKey

public void setKey(String key)

setValue

public void setValue(String value)

setValues

public void setValues(String[] values)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
指定者:
接口 org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
抛出:
Exception

getKey

public String getKey(org.tinygroup.commons.tools.MatchResultSubstitution resultSubs)

getValues

public String[] getValues(org.tinygroup.commons.tools.MatchResultSubstitution resultSubs)

toString

public String toString()
覆盖:
Object 中的 toString


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