|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.environment.WebSessionData
@Deprecated public class WebSessionData
This class is a web specific implementation of the session data.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.environment.CoSessionData |
|---|
ADDRESS_FACTORY, ANY_DATA, CLIPBOARD, DEBUG_MODE, DOER_FACTORY, ELEMENT_FACTORY, HANDLER_FACTORY, TRAIL_MODE |
| Method Summary | |
|---|---|
CoAddressFactory |
getAddressFactory()
Deprecated. Gets the value of the attribute: addressFactory; the address factory. |
HashMap |
getAnyData()
Deprecated. Gets the value of the attribute: anyData; the map to contain arbitrary data with session scope. |
CoClipboard |
getClipboard()
Deprecated. Gets the value of the attribute: clipboard; the clipboard. |
com.ptc.core.ca.co.client.doer.CoDoerFactory |
getDoerFactory()
Deprecated. Gets the value of the attribute: doerFactory; the doer factory. |
com.ptc.core.ca.co.client.element.CoElementFactory |
getElementFactory()
Deprecated. Gets the value of the attribute: elementFactory; the element factory. |
com.ptc.core.ca.co.client.element.CoHandlerFactory |
getHandlerFactory()
Deprecated. Gets the value of the attribute: handlerFactory; the handler factory. |
boolean |
isDebugMode()
Deprecated. Gets the value of the attribute: debugMode; the debug mode Supported API: true |
boolean |
isTrailMode()
Deprecated. Gets the value of the attribute: trailMode; the trail mode Supported API: true |
void |
setAddressFactory(CoAddressFactory a_AddressFactory)
Deprecated. Sets the value of the attribute: addressFactory; the address factory. |
void |
setAnyData(HashMap a_AnyData)
Deprecated. Sets the value of the attribute: anyData; the map to contain arbitrary data with session scope. |
void |
setClipboard(CoClipboard a_Clipboard)
Deprecated. Sets the value of the attribute: clipboard; the clipboard. |
void |
setDebugMode(boolean a_DebugMode)
Deprecated. Sets the value of the attribute: debugMode; the debug mode Supported API: true |
void |
setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
Deprecated. Sets the value of the attribute: doerFactory; the doer factory. |
void |
setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
Deprecated. Sets the value of the attribute: elementFactory; the element factory. |
void |
setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
Deprecated. Sets the value of the attribute: handlerFactory; the handler factory. |
void |
setTrailMode(boolean a_TrailMode)
Deprecated. Sets the value of the attribute: trailMode; the trail mode Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CoClipboard getClipboard()
getClipboard in interface CoSessionDatapublic void setClipboard(CoClipboard a_Clipboard)
setClipboard in interface CoSessionDataa_Clipboard - public HashMap getAnyData()
getAnyData in interface CoSessionDatapublic void setAnyData(HashMap a_AnyData)
setAnyData in interface CoSessionDataa_AnyData - public com.ptc.core.ca.co.client.element.CoElementFactory getElementFactory()
getElementFactory in interface CoSessionDatapublic void setElementFactory(com.ptc.core.ca.co.client.element.CoElementFactory a_ElementFactory)
setElementFactory in interface CoSessionDataa_ElementFactory - public CoAddressFactory getAddressFactory()
getAddressFactory in interface CoSessionDatapublic void setAddressFactory(CoAddressFactory a_AddressFactory)
setAddressFactory in interface CoSessionDataa_AddressFactory - public com.ptc.core.ca.co.client.element.CoHandlerFactory getHandlerFactory()
getHandlerFactory in interface CoSessionDatapublic void setHandlerFactory(com.ptc.core.ca.co.client.element.CoHandlerFactory a_HandlerFactory)
setHandlerFactory in interface CoSessionDataa_HandlerFactory - public com.ptc.core.ca.co.client.doer.CoDoerFactory getDoerFactory()
getDoerFactory in interface CoSessionDatapublic void setDoerFactory(com.ptc.core.ca.co.client.doer.CoDoerFactory a_DoerFactory)
setDoerFactory in interface CoSessionDataa_DoerFactory - public boolean isDebugMode()
isDebugMode in interface CoSessionDatapublic void setDebugMode(boolean a_DebugMode)
setDebugMode in interface CoSessionDataa_DebugMode - public boolean isTrailMode()
isTrailMode in interface CoSessionDatapublic void setTrailMode(boolean a_TrailMode)
setTrailMode in interface CoSessionDataa_TrailMode -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||