com.ptc.core.ca.web.client.address
Class WebAddressUtils

java.lang.Object
  extended by com.ptc.core.ca.web.client.address.WebAddressUtils

Deprecated.

@Deprecated
public abstract class WebAddressUtils
extends Object



Supported API: true

Extendable: false


Method Summary
static String getUniquePersistentId(CoElement element, String suffix, WebEnvData web_envData)
          Deprecated. Returns unique persistent ID for the element in its frame.
static String getUniquePersistentId(CoElement element, WebEnvData web_envData)
          Deprecated. Returns unique persistent ID for the element in its frame.
static void writeUniquePersistentId(CoElement element, JspWriter out, WebEnvData web_envData)
          Deprecated. The method responsible for the rendering of the web element.
static void writeUniquePersistentId(CoElement element, String suffix, JspWriter out, WebEnvData web_envData)
          Deprecated. The method responsible for the rendering of the web element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUniquePersistentId

public static String getUniquePersistentId(CoElement element,
                                           WebEnvData web_envData)
                                    throws WTException
Deprecated. 
Returns unique persistent ID for the element in its frame. ID is guaranteed to remain the same during muliple drawrings of the frames created based on the same configuration providing that the data aqusition mechanism returns the same information.

Supported API: true

Parameters:
element -
web_envData -
Returns:
String
Throws:
WTException

getUniquePersistentId

public static String getUniquePersistentId(CoElement element,
                                           String suffix,
                                           WebEnvData web_envData)
                                    throws WTException
Deprecated. 
Returns unique persistent ID for the element in its frame. ID is guaranteed to remain the same during muliple drawrings of the frames created based on the same configuration providing that the data aqusition mechanism returns the same information.

Supported API: true

Parameters:
element -
suffix -
web_envData -
Returns:
String
Throws:
WTException

writeUniquePersistentId

public static void writeUniquePersistentId(CoElement element,
                                           JspWriter out,
                                           WebEnvData web_envData)
                                    throws WTException,
                                           IOException
Deprecated. 
The method responsible for the rendering of the web element.

Supported API: true

Parameters:
element -
out -
web_envData -
Throws:
WTException
IOException

writeUniquePersistentId

public static void writeUniquePersistentId(CoElement element,
                                           String suffix,
                                           JspWriter out,
                                           WebEnvData web_envData)
                                    throws WTException,
                                           IOException
Deprecated. 
The method responsible for the rendering of the web element.

Supported API: true

Parameters:
element -
suffix -
out -
web_envData -
Throws:
WTException
IOException