Uses of Package
org.sakaiproject.entitybroker.util

Packages that use org.sakaiproject.entitybroker.util
org.sakaiproject.entitybroker   
org.sakaiproject.entitybroker.entityprovider.capabilities   
org.sakaiproject.entitybroker.entityprovider.extension   
org.sakaiproject.entitybroker.providers   
org.sakaiproject.entitybroker.util   
 

Classes in org.sakaiproject.entitybroker.util used by org.sakaiproject.entitybroker
EntityResponse
          This is here to contain the information we get back from an entity (http) request fired by the EntityBroker.fireEntityRequest(String, String, String, Map, Object) method
This object and the data in it should be considered immutable
SakaiToolData
          This contains an abstraction of the information about a tool in Sakai
TemplateParseUtil.PreProcessedTemplate
          Contains the data for templates, each template must have a template key and the template itself
TemplateParseUtil.Template
          Represents a parseable template (which is basically a key and the template string), the array which defines the set of template keys is TemplateParseUtil.PARSE_TEMPLATE_KEYS
Rules for parse templates: 1) "{","}", and TemplateParseUtil.SEPARATOR are special characters and must be used as indicated only 2) Must begin with a TemplateParseUtil.SEPARATOR, must not end with a TemplateParseUtil.SEPARATOR 3) must begin with "/{prefix}" (use the TemplateParseUtil.SEPARATOR and TemplateParseUtil.PREFIX constants) 3) each {var} can only be used once in a template 4) {var} can never touch each other (i.e /{var1}{var2}/{id} is invalid) 5) each {var} can only have the chars from TemplateParseUtil.VALID_VAR_CHARS 6) parse templates can only have the chars from TemplateParseUtil.VALID_TEMPLATE_CHARS 7) Empty braces ({}) cannot appear in the template
 

Classes in org.sakaiproject.entitybroker.util used by org.sakaiproject.entitybroker.entityprovider.capabilities
TemplateParseUtil.Template
          Represents a parseable template (which is basically a key and the template string), the array which defines the set of template keys is TemplateParseUtil.PARSE_TEMPLATE_KEYS
Rules for parse templates: 1) "{","}", and TemplateParseUtil.SEPARATOR are special characters and must be used as indicated only 2) Must begin with a TemplateParseUtil.SEPARATOR, must not end with a TemplateParseUtil.SEPARATOR 3) must begin with "/{prefix}" (use the TemplateParseUtil.SEPARATOR and TemplateParseUtil.PREFIX constants) 3) each {var} can only be used once in a template 4) {var} can never touch each other (i.e /{var1}{var2}/{id} is invalid) 5) each {var} can only have the chars from TemplateParseUtil.VALID_VAR_CHARS 6) parse templates can only have the chars from TemplateParseUtil.VALID_TEMPLATE_CHARS 7) Empty braces ({}) cannot appear in the template
 

Classes in org.sakaiproject.entitybroker.util used by org.sakaiproject.entitybroker.entityprovider.extension
TemplateParseUtil.PreProcessedTemplate
          Contains the data for templates, each template must have a template key and the template itself
 

Classes in org.sakaiproject.entitybroker.util used by org.sakaiproject.entitybroker.providers
EntityResponse
          This is here to contain the information we get back from an entity (http) request fired by the EntityBroker.fireEntityRequest(String, String, String, Map, Object) method
This object and the data in it should be considered immutable
 

Classes in org.sakaiproject.entitybroker.util used by org.sakaiproject.entitybroker.util
TemplateParseUtil.PreProcessedTemplate
          Contains the data for templates, each template must have a template key and the template itself
TemplateParseUtil.ProcessedTemplate
          Contains the processed template with the values from the processed input string that was determined to be related to this template
TemplateParseUtil.Template
          Represents a parseable template (which is basically a key and the template string), the array which defines the set of template keys is TemplateParseUtil.PARSE_TEMPLATE_KEYS
Rules for parse templates: 1) "{","}", and TemplateParseUtil.SEPARATOR are special characters and must be used as indicated only 2) Must begin with a TemplateParseUtil.SEPARATOR, must not end with a TemplateParseUtil.SEPARATOR 3) must begin with "/{prefix}" (use the TemplateParseUtil.SEPARATOR and TemplateParseUtil.PREFIX constants) 3) each {var} can only be used once in a template 4) {var} can never touch each other (i.e /{var1}{var2}/{id} is invalid) 5) each {var} can only have the chars from TemplateParseUtil.VALID_VAR_CHARS 6) parse templates can only have the chars from TemplateParseUtil.VALID_TEMPLATE_CHARS 7) Empty braces ({}) cannot appear in the template
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.