com.ptc.core.ca.web.client.content
Class WebContentDownloadModelDoer

java.lang.Object
  extended by com.ptc.core.ca.web.client.content.WebContentDownloadModelDoer
All Implemented Interfaces:
CoDoer, CoModelDoer

Deprecated.

@Deprecated
public class WebContentDownloadModelDoer
extends Object
implements CoModelDoer

This class implements a model doer to configure Plugin element to create an applet capable of downloading windchill content file. The doer assumes that the frame containing plugin element was created by triggering an action located on a step of a wizard.

Supported API: true

Extendable: false


Method Summary
 void execute(CoModelHandlerData execData)
          Deprecated. Adds the following parameters to the map in the model of the plugin element: java_codebase pointing to the base URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(CoModelHandlerData execData)
             throws WTException
Deprecated. 
Adds the following parameters to the map in the model of the plugin element:

Supported API: true

Specified by:
execute in interface CoModelDoer
Parameters:
execData -
Throws:
WTException