com.sforce.ws.template
Interface JspNode


public interface JspNode

Root node for the JSP elements

Since:
1.0 Nov 21, 2005
Version:
1.0
Author:
http://cheenath

Method Summary
 void toJavaScript(StringBuilder sb)
          convert this to JavaScript code.
 

Method Detail

toJavaScript

void toJavaScript(StringBuilder sb)
convert this to JavaScript code.

Parameters:
sb - string buffer in which the JavaScript code is added.


Copyright © 2012. All Rights Reserved.