com.ptc.windchill.enterprise.search.client
Class WebPageCountPropertyHandler

java.lang.Object
  extended bycom.ptc.core.ca.co.client.element.CoElementHandler
      extended bycom.ptc.core.ca.co.client.property.CoPropertyHandler
          extended bycom.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
              extended bycom.ptc.core.ca.co.client.property.CoSimplePropertyHandler
                  extended bycom.ptc.core.ca.co.client.property.string.CoStringPropertyHandler
                      extended bycom.ptc.windchill.enterprise.search.client.WebPageCountPropertyHandler
All Implemented Interfaces:
CoModelHandler, WebPropertyHandler

public class WebPageCountPropertyHandler
extends CoStringPropertyHandler
implements WebPropertyHandler


Field Summary
private static String CLASSNAME
           
private static HashSet RENDER_HANDLERS
           
private static HashSet RENDERERS
           
private static String RESOURCE
           
private static String STRING_RENDERER
           
 
Fields inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
ATTRIBUTE_TAG, LOG, LOG_TAG_UPDATE_PROPERTY_MODEL
 
Fields inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
 
Constructor Summary
WebPageCountPropertyHandler()
           
 
Method Summary
protected  boolean canHandleInput(CoProperty property, WebEnvData web_envData)
           
 void updateProperty(CoProperty property, WebEnvData web_envData)
          Mines request for the parameters related to the given property.
 
Methods inherited from class com.ptc.core.ca.co.client.property.string.CoStringPropertyHandler
updateModel
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoSimplePropertyHandler
newModel, updateInstance
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoAbstractPropertyHandler
validate
 
Methods inherited from class com.ptc.core.ca.co.client.property.CoPropertyHandler
updateModel
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
equals, getClassName, hashCode, setClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WebPageCountPropertyHandler

public WebPageCountPropertyHandler()
Method Detail

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