|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IParameterResolver
Method Summary | |
---|---|
int |
resolveParameter(java.lang.String template,
java.lang.String parameterName,
java.util.regex.Matcher parameterMatcher,
int copyStart,
java.lang.StringBuffer result)
Provides a way for components to inject their own replacements of parameter markers in the provided template. |
Method Detail |
---|
int resolveParameter(java.lang.String template, java.lang.String parameterName, java.util.regex.Matcher parameterMatcher, int copyStart, java.lang.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 |