fr.paris.lutece.portal.service.resource
Interface ResourceLoader


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.

Since:
v1.4.1

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

getResources

java.util.Collection getResources()
Load all resources available for this loader

Returns:
A collection of resources

getResource

Resource getResource(java.lang.String strId)
Load a resource by its Id

Parameters:
strId - The Id of the resource
Returns:
The resource


Copyright © 2010 Mairie de Paris. All Rights Reserved.