BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Interface
com.bea.wlw.netui.tags.ScriptReporter

Packages that use ScriptReporter
com.bea.wlw.netui.tags   
com.bea.wlw.netui.tags.html   
 

Uses of ScriptReporter in com.bea.wlw.netui.tags
 

Methods in com.bea.wlw.netui.tags that return ScriptReporter
protected  ScriptReporter AbstractBaseTag.getScriptReporter()
           
 

Methods in com.bea.wlw.netui.tags with parameters of type ScriptReporter
 String JavaScriptUtils.writeAnchorFormSubmit(ScriptReporter scriptReporter)
           
 String JavaScriptUtils.writeIdMap(ScriptReporter scriptRepoter, String entries)
           
 String JavaScriptUtils.writeNetuiNameFunctions(ScriptReporter scriptReporter)
           
 String JavaScriptUtils.writeRollover(ScriptReporter scriptReporter)
           
 

Uses of ScriptReporter in com.bea.wlw.netui.tags.html
 

Classes in com.bea.wlw.netui.tags.html that implement ScriptReporter
 class Html
          Generates the html element and performs error handling within its body.
 class ScriptContainer
          Acts as a container that will bundle up JavaScript created by other NetUI tags, and output it within a single <script> tag.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.