Uses of Class
org.sakaiproject.entitybroker.util.TemplateParseUtil.PreProcessedTemplate
-
Packages that use TemplateParseUtil.PreProcessedTemplate Package Description org.sakaiproject.entitybroker org.sakaiproject.entitybroker.entityprovider.extension org.sakaiproject.entitybroker.util -
-
Uses of TemplateParseUtil.PreProcessedTemplate in org.sakaiproject.entitybroker
Methods in org.sakaiproject.entitybroker that return types with arguments of type TemplateParseUtil.PreProcessedTemplate Modifier and Type Method Description List<TemplateParseUtil.PreProcessedTemplate>EntityView. getAnazlyzedTemplates()Method parameters in org.sakaiproject.entitybroker with type arguments of type TemplateParseUtil.PreProcessedTemplate Modifier and Type Method Description voidEntityView. 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 -
Uses of TemplateParseUtil.PreProcessedTemplate in org.sakaiproject.entitybroker.entityprovider.extension
Fields in org.sakaiproject.entitybroker.entityprovider.extension declared as TemplateParseUtil.PreProcessedTemplate Modifier and Type Field Description TemplateParseUtil.PreProcessedTemplateURLRedirect. outgoingPreProcessedTemplateTemplateParseUtil.PreProcessedTemplateURLRedirect. preProcessedTemplate -
Uses of TemplateParseUtil.PreProcessedTemplate in org.sakaiproject.entitybroker.util
Subclasses of TemplateParseUtil.PreProcessedTemplate in org.sakaiproject.entitybroker.util Modifier and Type Class Description static classTemplateParseUtil.ProcessedTemplateContains the processed template with the values from the processed input string that was determined to be related to this templateFields in org.sakaiproject.entitybroker.util with type parameters of type TemplateParseUtil.PreProcessedTemplate Modifier and Type Field Description static List<TemplateParseUtil.PreProcessedTemplate>TemplateParseUtil. defaultPreprocessedTemplatesStores the preloaded processed default templatesMethods in org.sakaiproject.entitybroker.util that return TemplateParseUtil.PreProcessedTemplate Modifier and Type Method Description static TemplateParseUtil.PreProcessedTemplateTemplateParseUtil. preprocessTemplate(TemplateParseUtil.Template t)process a template into a preprocessed template which can be cachedMethods in org.sakaiproject.entitybroker.util that return types with arguments of type TemplateParseUtil.PreProcessedTemplate Modifier and Type Method 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 overMethod parameters in org.sakaiproject.entitybroker.util with type arguments of type TemplateParseUtil.PreProcessedTemplate Modifier and Type Method Description static TemplateParseUtil.ProcessedTemplateTemplateParseUtil. 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
-