|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.page.PageExtendableResourceService
public class PageExtendableResourceService
PageExtendableResourceService
Constructor Summary | |
---|---|
PageExtendableResourceService()
|
Method Summary | |
---|---|
IExtendableResource |
getResource(String strIdResource,
String strResourceType)
Gets the resource. |
String |
getResourceType()
Gets the resource type. |
String |
getResourceTypeDescription(Locale locale)
Gets the description of the resource type. |
String |
getResourceUrl(String strIdResource,
String strResourceType)
Get the main URL to access a resource |
boolean |
isInvoked(String strResourceType)
Checks if is invoked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageExtendableResourceService()
Method Detail |
---|
public boolean isInvoked(String strResourceType)
isInvoked
in interface IExtendableResourceService
strResourceType
- the str resource type
public IExtendableResource getResource(String strIdResource, String strResourceType)
getResource
in interface IExtendableResourceService
strIdResource
- the str id resourcestrResourceType
- the str resource type
public String getResourceType()
getResourceType
in interface IExtendableResourceService
public String getResourceTypeDescription(Locale locale)
getResourceTypeDescription
in interface IExtendableResourceService
locale
- The locale to use
public String getResourceUrl(String strIdResource, String strResourceType)
getResourceUrl
in interface IExtendableResourceService
strIdResource
- The id of the resourcestrResourceType
- The type of a resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |