com.ptc.windchill.enterprise.org.client.impl
Class WebHyperlinkWithLabelRenderHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.web.client.element.WebRenderHandler
          extended by com.ptc.windchill.enterprise.org.client.impl.WebHyperlinkWithLabelRenderHandler
All Implemented Interfaces:
CoRenderHandler

public class WebHyperlinkWithLabelRenderHandler
extends WebRenderHandler

This class implements a java based renderer to present Label contain hypelink property as a link.

Supported API: true

Extendable: false


Method Summary
protected  String getLocaleSpecificHelpResource(String resource, Locale locale, CoEnvData envData)
          Returns the locale specific path to a help resource (Help file or Tutorial)

Supported API: true
 void render(CoElement element, 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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

render

public void render(CoElement element,
                   JspWriter out,
                   WebEnvData web_envData)
            throws WTException
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

getLocaleSpecificHelpResource

protected String getLocaleSpecificHelpResource(String resource,
                                               Locale locale,
                                               CoEnvData envData)
                                        throws WTException
Returns the locale specific path to a help resource (Help file or Tutorial)

Supported API: true

Parameters:
resource -
locale -
envData -
Returns:
String
Throws:
WTException