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

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

public class WebSearchTableRenderHandler
extends WebCompositeTableRenderHandler

This class implements a java based renderer for a composite table. This renderer displays a JavaScript message if one exists in in the HttpSession variable "searchWarning". This session variable is used to send informative messages back to the user.

Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class com.ptc.core.ca.co.client.element.CoElementHandler
 
Constructor Summary
WebSearchTableRenderHandler()
           
 
Method Summary
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

WebSearchTableRenderHandler

public WebSearchTableRenderHandler()
Method Detail

render

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

Supported API: true

Overrides:
render in class WebCompositeTableRenderHandler
Parameters:
element -
out -
web_envData -
Throws:
WTException