|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ResourceInformation holds informations related to resources.
This class is provided by the ResourceManager when it calls the IResourse.init
method.
A component can access the resource informations by calling the
IResource.getResourceInformation() method.
IResource,
IResource.getResourceInformation(),
IPropertiesResource,
IPortalComponentRequest.getResource(String, String, String),
IPortalComponentResponse.addResource(IResource)| Method Summary | |
java.lang.String |
getComponent()
Returns the name of the component the resource belongs to. |
java.lang.String |
getSource()
Returns the absolute path of this resource. |
java.lang.String |
getType()
Returns the resource type. |
java.lang.String |
getURL(IPortalComponentRequest request)
Returns the URL referring to this resource. The generated URL depends on some servlet settings provided by the request. |
| Method Detail |
public java.lang.String getComponent()
public java.lang.String getType()
IResourcepublic java.lang.String getSource()
public java.lang.String getURL(IPortalComponentRequest request)
The generated URL depends on some servlet settings provided by the request.
request -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||