org.sakaiproject.entitybroker.util
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 |
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 |
segmentValues
public 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
extension
public String extension
- The extension found while processing the input string,
null if none could be found
TemplateParseUtil.ProcessedTemplate
public TemplateParseUtil.ProcessedTemplate(String templateKey,
String template,
String regex,
List<String> variableNames,
Map<String,String> segmentValues,
String extension)
Copyright © 2007-2012 Sakai Project. All Rights Reserved.