|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPortalRuntimeResources
The IPortalRuntimeResources interface is used to provide access to certain resources maintained by the runtime implementation through the Portal Runtime API.
| Nested Class Summary | |
|---|---|
static class |
IPortalRuntimeResources.LocationType
Handles Location types |
| Method Summary | |
|---|---|
IPortalComponent |
getDefaultPersonalizationDelegate()
Gets the runtime wide defined default personalization delegate |
File |
getLocation(IPortalRuntimeResources.LocationType locationType)
Deprecated. Use IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources |
String |
getPath(IPortalRuntimeResources.LocationType locationType)
Deprecated. Use IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources |
ResourceBundle |
getPortalBundle(Locale locale)
Gets a ResourceBundle that was defined for the whole Runtime. |
IResource |
getResource(String resourceType,
File file)
Deprecated. Use IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources |
IService |
getService(String serviceName)
Gets a service by its name. |
IService |
getService(String serviceName,
IServiceConfiguration aServiceConfiguration)
Deprecated. Note: do not use anymore |
IService |
getService(String serviceName,
IServiceId aServiceID)
Deprecated. Note: do not use anymore |
| Field Detail |
|---|
static final IPortalRuntimeResources.LocationType LT_PUBLIC_DEPLOYMENT
static final IPortalRuntimeResources.LocationType LT_PRIVATE_DEPLOYMENT
static final IPortalRuntimeResources.LocationType LT_PUBLIC_RESOURCES
static final IPortalRuntimeResources.LocationType LT_PRIVATE_RESOURCES
static final IPortalRuntimeResources.LocationType LT_PUBLIC_SERVICES
static final IPortalRuntimeResources.LocationType LT_PRIVATE_SERVICES
static final IPortalRuntimeResources.LocationType LT_SYSTEM_HOME
static final IPortalRuntimeResources.LocationType LT_SYSTEM_RESOURCES
static final IPortalRuntimeResources.LocationType LT_SYSTEM_DEPLOYMENT
static final IPortalRuntimeResources.LocationType LT_SYSTEM_DEPLOYMENT_PCD
static final IPortalRuntimeResources.LocationType LT_SYSTEM_DEPLOYMENT_TEMP
static final IPortalRuntimeResources.LocationType LT_SYSTEM_CONTENT
static final IPortalRuntimeResources.LocationType LT_PRT_LIBS
static final IPortalRuntimeResources.LocationType LT_PRT_CLASSES
| Method Detail |
|---|
ResourceBundle getPortalBundle(Locale locale)
locale - The Locale to fetch the ResourceBundle for.
IPortalComponent getDefaultPersonalizationDelegate()
IService getService(String serviceName)
serviceName - the fully qualified service name or its alias
IService
IService getService(String serviceName,
IServiceId aServiceID)
serviceName - name of the Service to accessaServiceID - the ID of the service to get
IService,
IServiceId
IService getService(String serviceName,
IServiceConfiguration aServiceConfiguration)
serviceName - the name of the Service.aServiceConfiguration - the configuration of the Servive
IService,
IServiceConfiguration
IResource getResource(String resourceType,
File file)
IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources
resourceType - the resource typefile - the File object associated to this resource
IResourceString getPath(IPortalRuntimeResources.LocationType locationType)
IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources
File getLocation(IPortalRuntimeResources.LocationType locationType)
IPortalComponentRequest#getResource(String resourceType, String resourcePath) method to access resources
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||