public static class RewriteSubstitution.Parameter extends Object implements org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
RewriteSubstitution.Parameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
String |
getKey(MatchResultSubstitution resultSubs) |
String[] |
getValues(MatchResultSubstitution resultSubs) |
void |
setKey(String key) |
void |
setValue(String value) |
void |
setValues(String[] values) |
String |
toString() |
public void setKey(String key)
public void setValue(String value)
public void setValues(String[] values)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic String getKey(MatchResultSubstitution resultSubs)
public String[] getValues(MatchResultSubstitution resultSubs)
Copyright © 2006-2013 开源组织. All Rights Reserved.