|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDScopeType | |
| 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. |
| com.sap.tc.webdynpro.services.session.api | |
| Uses of WDScopeType in com.sap.tc.webdynpro.services.sal.url.api |
| Methods in com.sap.tc.webdynpro.services.sal.url.api with parameters of type WDScopeType | |
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. |
| Uses of WDScopeType in com.sap.tc.webdynpro.services.session.api |
| Fields in com.sap.tc.webdynpro.services.session.api declared as WDScopeType | |
static WDScopeType |
WDScopeType.TASK_SCOPE
Task Scope => scope lives during a single request/response cycle |
static WDScopeType |
WDScopeType.SERVERSESSION_SCOPE
Server Session Scope. |
static WDScopeType |
WDScopeType.CLIENTSESSION_SCOPE
Client Session Scope. |
static WDScopeType |
WDScopeType.APPLICATION_SCOPE
Scope Application. |
static WDScopeType |
WDScopeType.VM_SCOPE
Scope VM. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||