|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendableResourceService
This interface is used to fetch the IExtendableResource
.
The implementations are developed in each plugins that have a
IExtendableResource
.
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. |
Method Detail |
---|
boolean isInvoked(String strResourceType)
strResourceType
- the str resource type
IExtendableResource getResource(String strIdResource, String strResourceType)
strIdResource
- the str id resourcestrResourceType
- the str resource type
String getResourceType()
String getResourceTypeDescription(Locale locale)
locale
- The locale to use
String getResourceUrl(String strIdResource, String strResourceType)
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 |