com.ptc.core.ca.web.client.property.string
Class WebTextAreaRenderHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.web.client.element.WebRenderHandler
com.ptc.core.ca.web.client.property.string.WebTextAreaRenderHandler
- All Implemented Interfaces:
- CoRenderHandler
Deprecated.
@Deprecated
public class WebTextAreaRenderHandler
- extends WebRenderHandler
This class implements java based renderer for the java.lang.String
attribute value type. The renderer must be used in conjunction with the
text area property handler.
Supported API: true
Extendable: false
- See Also:
String
|
Method Summary |
protected void |
render(CoElement element,
JspWriter out,
WebEnvData web_envData)
Deprecated.
Supported API: true |
render
protected void render(CoElement element,
JspWriter out,
WebEnvData web_envData)
throws WTException
- Deprecated.
Supported API: true
- Specified by:
render in class WebRenderHandler
- Parameters:
element - out - web_envData -
- Throws:
WTException