|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDCachedWebResource | |
| com.sap.tc.webdynpro.services.sal.url.api | The com.sap.tc.webdynpro.services.sal.url.api package contains application visible
interfaces for the URL generation service and its corresponding factory. |
| Uses of IWDCachedWebResource in com.sap.tc.webdynpro.services.sal.url.api |
| Methods in com.sap.tc.webdynpro.services.sal.url.api that return IWDCachedWebResource | |
static IWDCachedWebResource |
WDWebResource.getWebResource(byte[] webResource,
WDWebResourceType resourceType)
Returns an IWDWebResource for a given web resource. |
static IWDCachedWebResource |
WDWebResource.getWebResource(java.io.InputStream input,
WDWebResourceType resourceType)
Returns an IWDWebResource for a given web resource. |
static IWDCachedWebResource |
WDWebResource.getPublicCachedWebResource(byte[] webResource,
WDWebResourceType resourceType,
WDScopeType scopeType,
WDDeployableObjectPart deployableObjectpart,
java.lang.String key)
returns a IWDCachedWebResource, which is saved directly to the WDDeployableObject directory. |
static IWDCachedWebResource |
WDWebResource.getPublicCachedWebResource(java.io.InputStream webResource,
WDWebResourceType resourceType,
WDScopeType scopeType,
WDDeployableObjectPart deployableObjectpart,
java.lang.String key)
returns a IWDCachedWebResource, which is saved directly to the WDDeployableObject directory. |
static IWDCachedWebResource |
WDWebResource.getCachedWebResource(java.lang.Object key,
WDScopeType scopetype)
Returns the cached web resource with a supplied key as identification and the scopetype for defining the scope in which the resource is searched. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||