com.ptc.windchill.enterprise.search.client
Class WebPageCountPropertyHandler
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.windchill.enterprise.search.client.WebPageCountPropertyHandler
- All Implemented Interfaces:
- CoModelHandler, WebPropertyHandler
- public class WebPageCountPropertyHandler
- extends CoStringPropertyHandler
- implements WebPropertyHandler
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
RENDERERS
private static final HashSet RENDERERS
RENDER_HANDLERS
private static final HashSet RENDER_HANDLERS
STRING_RENDERER
private static final String STRING_RENDERER
- See Also:
- Constant Field Values
WebPageCountPropertyHandler
public WebPageCountPropertyHandler()
updateProperty
public void updateProperty(CoProperty property,
WebEnvData web_envData)
throws WTException
- Description copied from interface:
WebPropertyHandler
- 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
- Throws:
WTException