|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.progmodel.model.api.WDModelScopeType
This interface defines the scopes available for Web Dynpro models.
| Field Summary | |
static WDModelScopeType |
APPLICATION_SCOPE
Scope Application. |
static WDModelScopeType |
COMPONENT_SCOPE
Scope Component. |
static WDModelScopeType |
NO_SCOPE
No Scope. |
static WDModelScopeType |
SERVERSESSION_AT_LEAST_ONE_APP_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed. |
static WDModelScopeType |
SERVERSESSION_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed. |
static WDModelScopeType |
TASK_SCOPE
Task Scope => scope lives during a single request/response cycle |
static WDModelScopeType |
VM_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed. |
| Method Summary | |
protected static WDModelScopeType |
getModelScopeType(com.sap.tc.webdynpro.services.session.ScopeType scopeType)
|
protected com.sap.tc.webdynpro.services.session.ScopeType |
getScopeType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WDModelScopeType COMPONENT_SCOPE
public static final WDModelScopeType APPLICATION_SCOPE
public static final WDModelScopeType VM_SCOPE
public static final WDModelScopeType TASK_SCOPE
public static final WDModelScopeType NO_SCOPE
public static final WDModelScopeType SERVERSESSION_SCOPE
public static final WDModelScopeType SERVERSESSION_AT_LEAST_ONE_APP_SCOPE
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectprotected com.sap.tc.webdynpro.services.session.ScopeType getScopeType()
protected static WDModelScopeType getModelScopeType(com.sap.tc.webdynpro.services.session.ScopeType scopeType)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||