|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IParameterResolver
| Method Summary | |
|---|---|
int |
resolveParameter(String template,
String parameterName,
Matcher parameterMatcher,
int copyStart,
StringBuffer result)
Provides a way for components to inject their own replacements of parameter markers in the provided template. |
| Method Detail |
|---|
int resolveParameter(String template,
String parameterName,
Matcher parameterMatcher,
int copyStart,
StringBuffer result)
template - The string containing replacement parametersparameterName - The name of the located parameter in the templateparameterMatcher - The Regex matcher that located the parametercopyStart - The current start to copy from the templateresult - The final string with the parameter replacements inlined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||