|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DescribePropertiesable
This allows an entity to define the Properties files/classes to be used
for looking up descriptions of the entity (Describeable)
This is the configuration interface
This is one of the capability extensions for the EntityProvider interface
Describeable| Method Summary | |
|---|---|
String |
getBaseName()
Defines the Properties file/class baseName which is used to find descriptions of an entity
as per the keys defined in DescribeableThe baseName will be the file without the .properties or the locale codes Examples: myentity - would match: myentity.properties, myentity_en.properties, myentity_en_GB.properties, etc. |
ClassLoader |
getResourceClassLoader()
Defines the ClassLoader which will be used to load the properties bundle file/classes which contain the entity descriptions |
| Methods inherited from interface org.sakaiproject.entitybroker.entityprovider.EntityProvider |
|---|
getEntityPrefix |
| Method Detail |
|---|
String getBaseName()
Properties file/class baseName which is used to find descriptions of an entity
as per the keys defined in Describeablemyentity - would match: myentity.properties, myentity_en.properties, myentity_en_GB.properties, etc.mydir/myloc/mything - would match: mydir/myloc/mything.properties, etc.
getResourceClassLoader()for details about the keys to place in the properties fileClassLoader getResourceClassLoader()
getBaseName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||