Uses of Class
org.sakaiproject.entitybroker.util.core.AbstractEntityPropertiesService
-
Packages that use AbstractEntityPropertiesService Package Description org.sakaiproject.entitybroker.util.core org.sakaiproject.entitybroker.util.spring -
-
Uses of AbstractEntityPropertiesService in org.sakaiproject.entitybroker.util.core
Subclasses of AbstractEntityPropertiesService in org.sakaiproject.entitybroker.util.core Modifier and Type Class Description classEntityPropertiesServiceSimpleThis is a simple implementation of the properties loader service which uses standard java resource bundles -
Uses of AbstractEntityPropertiesService in org.sakaiproject.entitybroker.util.spring
Subclasses of AbstractEntityPropertiesService in org.sakaiproject.entitybroker.util.spring Modifier and Type Class Description classEntityPropertiesServiceSpringImplThis service allows us to track all the properties files related to describing the capabilities of our entities and the entities themselves, it allows lookup of strings as well
NOTE: Depends on spring and extends the spring based message bundle
-