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(String strId)
          Load a resource by its Id
 Collection getResources()
          Load all resources available for this loader
 

Method Detail

getResources

Collection getResources()
Load all resources available for this loader

Returns:
A collection of resources

getResource

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

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.