|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceLoader
This interface provides an abstract layer for an application to load its
resources.
Ressources can be loaded from a database, a properties file or any other way.
Method Summary | |
---|---|
Resource |
getResource(java.lang.String strId)
Load a resource by its Id |
java.util.Collection |
getResources()
Load all resources available for this loader |
Method Detail |
---|
java.util.Collection getResources()
Resource getResource(java.lang.String strId)
strId
- The Id of the resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |