Uses of Interface
com.sapportals.portal.prt.resource.IResourceInformation

Packages that use IResourceInformation
com.sapportals.portal.prt.resource   
 

Uses of IResourceInformation in com.sapportals.portal.prt.resource
 

Methods in com.sapportals.portal.prt.resource that return IResourceInformation
 IResourceInformation IResource.getResourceInformation()
          Returns the IResourceInformation object attached to this resource
 

Methods in com.sapportals.portal.prt.resource with parameters of type IResourceInformation
 void IResource.init(IResourceInformation resourceInformation)
          All resources have to provide an init method which is called by the ResourceManager just after the creation of new instance of the resource.