com.ptc.core.ca.web.client.element
Class WebModelHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.web.client.element.WebModelHandler
All Implemented Interfaces:
CoModelHandler

Deprecated.

@Deprecated
public abstract class WebModelHandler
extends CoElementHandler
implements CoModelHandler

The class all web specific model handlers extend.

Supported API: true

Extendable: false


Method Summary
 void updateModel(CoElement element, CoEnvData envData)
          Deprecated. The method repsonsible for the create and update of the model of the element.
protected abstract  void updateModel(CoElement element, WebEnvData envData)
          Deprecated. The method repsonsible for the create and update of the model of the element.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateModel

public final void updateModel(CoElement element,
                              CoEnvData envData)
                       throws WTException
Deprecated. 
The method repsonsible for the create and update of the model of the element. Delegates to the other updateModel method.

Supported API: true

Specified by:
updateModel in interface CoModelHandler
Parameters:
element -
envData -
Throws:
WTException

updateModel

protected abstract void updateModel(CoElement element,
                                    WebEnvData envData)
                             throws WTException
Deprecated. 
The method repsonsible for the create and update of the model of the element.

Supported API: true

Parameters:
element -
envData -
Throws:
WTException