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

Packages that use IResource
com.sapportals.portal.prt.component   
com.sapportals.portal.prt.resource   
com.sapportals.portal.prt.runtime   
com.sapportals.portal.prt.service   
 

Uses of IResource in com.sapportals.portal.prt.component
 

Methods in com.sapportals.portal.prt.component that return IResource
 IResource IPortalComponentRequest.getResource(java.lang.String componentName, java.lang.String resourceType, java.lang.String resourceName)
          Returns an IResource object that belongs to the component.
 IResource IPortalComponentRequest.getResource(java.lang.String resourceType, java.lang.String resourceName)
          Returns an IResource object that belongs to the current component.
 

Methods in com.sapportals.portal.prt.component with parameters of type IResource
 void IPortalComponentResponse.addResource(IResource resource)
          Deprecated. This method is not recommended to be used anymore. It might lead to unexpected results due to the undefined coupling of a request object to a response object. Please use IPortalComponentResponse.include(IPortalComponentRequest, IResource) instead.
 void IPortalComponentResponse.include(IPortalComponentRequest aRequest, IResource aResource)
          Includes the content of a Resource in this response.
 void IPortalComponentRequest.dispatchRequest(IResource aResource, IPortalComponentResponse aResponse)
          Dispatches the request to a Resource
 

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

Subinterfaces of IResource in com.sapportals.portal.prt.resource
 interface IPropertiesResource
          The IPropertiesResource is an abstract view of XML resources, java property files or whatever.
 

Methods in com.sapportals.portal.prt.resource with parameters of type IResource
 void ResourceException.setDetail(java.lang.String docBase, IResource resource)
          This methods is called to provide further information about the context of the exception.
 

Uses of IResource in com.sapportals.portal.prt.runtime
 

Methods in com.sapportals.portal.prt.runtime that return IResource
 IResource IPortalRuntimeResources.getResource(java.lang.String resourceType, java.io.File file)
          Returns a IResource object to the file specified.
 

Uses of IResource in com.sapportals.portal.prt.service
 

Methods in com.sapportals.portal.prt.service that return IResource
 IResource IServiceContext.getResource(java.lang.String serviceName, java.lang.String resourceType, java.lang.String fileName)
          Gets an IResource object that belongs to the service.
 IResource IServiceContext.getResource(java.lang.String resourceType, java.lang.String fileName)
          Gets an IResource object that belongs to the current service.
 IResource IServiceContext.getResource(java.lang.String resourceType, java.io.File file)
          Gets an IResource object referring to the file specified.