| Package | Description |
|---|---|
| org.sakaiproject.entitybroker | |
| org.sakaiproject.entitybroker.entityprovider.extension | |
| org.sakaiproject.entitybroker.util |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateParseUtil.PreProcessedTemplate> |
EntityView.getAnazlyzedTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityView.preloadParseTemplates(List<TemplateParseUtil.PreProcessedTemplate> preprocessedTemplates)
Special efficiency method to reduce reloading of custom templates,
do not use this unless you wrote it or REALLY know what you are doing
|
| Modifier and Type | Field and Description |
|---|---|
TemplateParseUtil.PreProcessedTemplate |
URLRedirect.outgoingPreProcessedTemplate |
TemplateParseUtil.PreProcessedTemplate |
URLRedirect.preProcessedTemplate |
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateParseUtil.ProcessedTemplate
Contains the processed template with the values from the processed input string
that was determined to be related to this template
|
| Modifier and Type | Field and Description |
|---|---|
static List<TemplateParseUtil.PreProcessedTemplate> |
TemplateParseUtil.defaultPreprocessedTemplates
Stores the preloaded processed default templates
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateParseUtil.PreProcessedTemplate |
TemplateParseUtil.preprocessTemplate(TemplateParseUtil.Template t)
process a template into a preprocessed template which can be cached
|
| Modifier and Type | Method and Description |
|---|---|
static List<TemplateParseUtil.PreProcessedTemplate> |
TemplateParseUtil.preprocessTemplates(List<TemplateParseUtil.Template> templates)
Process the templates before attempting to match them,
this is here so we can reduce the load of reprocessing the same templates over and over
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateParseUtil.ProcessedTemplate |
TemplateParseUtil.parseTemplate(String input,
List<TemplateParseUtil.PreProcessedTemplate> preprocessed)
Parse a string and attempt to match it to a template and then
return the match information along with all the parsed out keys and values
|
Copyright © 2023. All rights reserved.