Uses of Interface
com.sapportals.portal.prt.service.epcftoolbox.IScriptGenerator

Packages that use IScriptGenerator
com.sapportals.portal.prt.service.epcftoolbox Client framework available in EP 5.0 provides basic JavaScript-based API for sharing data on the client using the Client Eventing and Client Data-Bag mechanism.  As the content developer builds their component in Java on the Server-side without a deep JavaScript knowledge (typically using a HTMLB classes), they can use the below described classes which support the automatic generation of the necessary JavaScript code.  
 

Uses of IScriptGenerator in com.sapportals.portal.prt.service.epcftoolbox
 

Subinterfaces of IScriptGenerator in com.sapportals.portal.prt.service.epcftoolbox
 interface IClientEventReceiver
          interface for receiver object in the eventing pattern.
 interface IClientEventSender
          interface for sender object in the eventing pattern.