public static class TemplateParseUtil.ProcessedTemplate extends TemplateParseUtil.PreProcessedTemplate
| Modifier and Type | Field and Description |
|---|---|
String |
extension
The extension found while processing the input string,
null if none could be found
|
Map<String,String> |
segmentValues
The list of segment values (variableName -> matched value),
this will be filled in by the
TemplateParseUtil#parseTemplate(String, Map) method
and will be null otherwise |
regex, variableNamesincoming, template, templateKeypublic Map<String,String> segmentValues
TemplateParseUtil#parseTemplate(String, Map) method
and will be null otherwisepublic String extension
Copyright © 2003–2022 Sakai Project. All rights reserved.