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

All Known Implementing Classes:
Page

public interface IExtendableResource

This interface represents resources that are eligible to the extend functionalities.


Method Summary
 String getExtendableResourceDescription()
          Gets the name.
 String getExtendableResourceImageUrl()
          Gets the URL of the image describing the resource.
 String getExtendableResourceName()
          Gets the name.
 String getExtendableResourceType()
          Gets the resource type.
 String getIdExtendableResource()
          Gets the id.
 

Method Detail

getIdExtendableResource

String getIdExtendableResource()
Gets the id.

Returns:
The id

getExtendableResourceType

String getExtendableResourceType()
Gets the resource type.

Returns:
The resource type

getExtendableResourceName

String getExtendableResourceName()
Gets the name.

Returns:
The name

getExtendableResourceDescription

String getExtendableResourceDescription()
Gets the name.

Returns:
The name

getExtendableResourceImageUrl

String getExtendableResourceImageUrl()
Gets the URL of the image describing the resource. If the given URL does NOT starts with http://, then the base URL will be prefixed.

Returns:
The URL of the image describing the resource, or null if not image is associated to this resource


Copyright © 2014 Mairie de Paris. All Rights Reserved.