com.ptc.core.ca.web.client.content
Class WebContentUploadPathPropertyHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.property.CoPropertyHandler
com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
com.ptc.core.ca.co.client.property.string.CoStringPropertyHandler
com.ptc.core.ca.web.client.content.WebContentUploadPathPropertyHandler
- All Implemented Interfaces:
- CoModelHandler, WebPropertyHandler
Deprecated.
@Deprecated
public class WebContentUploadPathPropertyHandler
- extends CoStringPropertyHandler
- implements WebPropertyHandler
Supported API: true
Extendable: false
|
Method Summary |
protected boolean |
canHandleInput(CoProperty property,
WebEnvData web_envData)
Deprecated. Indicates whether a handler can handle input produced by a renderer
specified in configuration specification. |
void |
updateProperty(CoProperty property,
WebEnvData web_envData)
Deprecated. Mines request for the parameters related to the given property. |
updateProperty
public void updateProperty(CoProperty property,
WebEnvData web_envData)
throws WTException
- Deprecated.
- Mines request for the parameters related to the given property. Updates
the I*E element and the model of the property using obtained parameters.
DCA framework generially traverses the tree of DCA element invoking
this method for properties in non-view mode.
Supported API: true
- Specified by:
updateProperty in interface WebPropertyHandler
- Parameters:
property - web_envData -
- Throws:
WTException
canHandleInput
protected boolean canHandleInput(CoProperty property,
WebEnvData web_envData)
throws WTException
- Deprecated.
- Indicates whether a handler can handle input produced by a renderer
specified in configuration specification. Since application developers
can provide their own renderes it is crucial that it is compatible
with the handler. See DCA documentation for more details.
Supported API: true
- Parameters:
property - web_envData -
- Returns:
- boolean
- Throws:
WTException