Class TemplateParseUtil.ProcessedTemplate
- java.lang.Object
-
- org.sakaiproject.entitybroker.util.TemplateParseUtil.Template
-
- org.sakaiproject.entitybroker.util.TemplateParseUtil.PreProcessedTemplate
-
- org.sakaiproject.entitybroker.util.TemplateParseUtil.ProcessedTemplate
-
- Enclosing class:
- TemplateParseUtil
public static class TemplateParseUtil.ProcessedTemplate extends TemplateParseUtil.PreProcessedTemplate
Contains the processed template with the values from the processed input string that was determined to be related to this template- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description StringextensionThe extension found while processing the input string, null if none could be foundMap<String,String>segmentValuesThe list of segment values (variableName -> matched value), this will be filled in by theTemplateParseUtil#parseTemplate(String, Map)method and will be null otherwise-
Fields inherited from class org.sakaiproject.entitybroker.util.TemplateParseUtil.PreProcessedTemplate
regex, variableNames
-
Fields inherited from class org.sakaiproject.entitybroker.util.TemplateParseUtil.Template
incoming, template, templateKey
-
-
-
-
Field Detail
-
segmentValues
public Map<String,String> segmentValues
The list of segment values (variableName -> matched value), this will be filled in by theTemplateParseUtil#parseTemplate(String, Map)method and will be null otherwise
-
extension
public String extension
The extension found while processing the input string, null if none could be found
-
-