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

java.lang.Object
  extended bycom.ptc.core.ca.co.client.element.CoElementHandler
      extended bycom.ptc.core.ca.web.client.element.WebRenderHandler
          extended bycom.ptc.windchill.enterprise.search.client.WebPageCountRenderHandler
All Implemented Interfaces:
CoRenderHandler

public class WebPageCountRenderHandler
extends WebRenderHandler


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
 
Constructor Summary
WebPageCountRenderHandler()
           
 
Method Summary
 int getPageCount(CoEnvData envData)
           
protected  void render(CoElement element, javax.servlet.jsp.JspWriter out, WebEnvData web_envData)
          The method responsible for the rendering of the web element.
 
Methods inherited from class com.ptc.core.ca.web.client.element.WebRenderHandler
postRender, preRender, render
 
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
Constructor Detail

WebPageCountRenderHandler

public WebPageCountRenderHandler()
Method Detail

render

protected void render(CoElement element,
                      javax.servlet.jsp.JspWriter out,
                      WebEnvData web_envData)
               throws WTException
Description copied from class: WebRenderHandler
The method responsible for the rendering of the web element.

Supported API: true

Specified by:
render in class WebRenderHandler
Parameters:
element -
out -
web_envData -
Throws:
WTException

getPageCount

public int getPageCount(CoEnvData envData)
                 throws WTException
Throws:
WTException