fr.paris.lutece.plugins.directory.service
Class FileImgService

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.service.FileImgService
All Implemented Interfaces:
fr.paris.lutece.portal.service.image.ImageResourceProvider

public class FileImgService
extends java.lang.Object
implements fr.paris.lutece.portal.service.image.ImageResourceProvider

Service for Url entry types. Provide ImageResource managemenent


Method Summary
 fr.paris.lutece.portal.service.image.ImageResource getImageResource(int nIdResource)
          Return the Resource id
static FileImgService getInstance()
          Get the unique instance of the service
static java.lang.String getResourceImageEntryUrl(int nEntryUrl)
          Management of the image associated to the EntryUrl
 java.lang.String getResourceTypeId()
          Return the Resource Type id
 void register()
          Initializes the service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public void register()
Initializes the service


getInstance

public static FileImgService getInstance()
Get the unique instance of the service

Returns:
The unique instance

getImageResource

public fr.paris.lutece.portal.service.image.ImageResource getImageResource(int nIdResource)
Return the Resource id

Specified by:
getImageResource in interface fr.paris.lutece.portal.service.image.ImageResourceProvider
Parameters:
nIdResource - The resource identifier
Returns:
The Resource Image

getResourceTypeId

public java.lang.String getResourceTypeId()
Return the Resource Type id

Specified by:
getResourceTypeId in interface fr.paris.lutece.portal.service.image.ImageResourceProvider
Returns:
The Resource Type Id

getResourceImageEntryUrl

public static java.lang.String getResourceImageEntryUrl(int nEntryUrl)
Management of the image associated to the EntryUrl

Parameters:
nEntryUrl - The EntryUrl identifier
Returns:
The url of the resource


Copyright © 2009 Mairie de Paris. All Rights Reserved.