com.ptc.core.ca.web.client.content
Class WebContentDownloadModelDoer
java.lang.Object
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 |
execute
public void execute(CoModelHandlerData execData)
throws WTException
- Deprecated.
- Adds the following parameters to the map in the model of the plugin
element:
java_codebase pointing to the base URL.
downloadUrl using the value of the attribute urlLocation
of the related I*E element
fileName using the value of the attribute fileName
of the related I*E element
url trying to reconstruct the url of the previous
frame.
Supported API: true
- Specified by:
execute in interface CoModelDoer
- Parameters:
execData -
- Throws:
WTException