Uses of Class
com.infoengine.SAK.Webject

Packages that use Webject
com.infoengine.jsp.taglibs   
com.infoengine.SAK   
com.infoengine.webject.msg   
 

Uses of Webject in com.infoengine.jsp.taglibs
 

Fields in com.infoengine.jsp.taglibs declared as Webject
private  Webject WebjectTag.webject
           
private  Webject WebjectTag.WebjectExecutor.webject
           
 

Methods in com.infoengine.jsp.taglibs that return Webject
 Webject WebjectTag.getWebject()
          get webject being executed
 

Uses of Webject in com.infoengine.SAK
 

Subclasses of Webject in com.infoengine.SAK
 class ActionWebject
          This class provides methods to construct and execute action webjects in applications and JSP pages.
 class DisplayWebject
          This class provides methods to construct and execute display webjects in applications and JSP pages.
 class ExternalWebject
          This class provides methods to construct and execute externally defined webjects in applications and JSP pages.
 class GroupWebject
          This class provides methods to construct and execute group webjects in applications and JSP pages.
 class ManagementWebject
          This class provides methods to construct and execute group webjects in applications and JSP pages.
 class ObjectWebject
          This class provides methods to construct and execute object webjects in applications and JSP pages.
 

Fields in com.infoengine.SAK declared as Webject
(package private)  Webject Webject.WebjectRunner.webject
           
(package private)  Webject BasicTasklet.WebjectRunner.webject
           
 

Methods in com.infoengine.SAK that return Webject
static Webject Webject.getProcessor(String type)
          Create a webject processor instance of a specified webject type.
 Webject BasicTasklet.recover()
          Recovers saved state information and initializes the internal position indicator.
 

Methods in com.infoengine.SAK with parameters of type Webject
 void BasicTasklet.checkpoint(String position, boolean isResumable, Webject webject)
          Saves the current state of the tasklet if a checkpoint processor is defined.
 void BasicTasklet.pruneVdb(Webject webject)
          Replaces the current VDB with one that contains only groups specified in GROUP_OUT parameters of a specified webject.
protected  boolean BasicTasklet.processBranching(Webject webject, Task task)
          Processes task branching after a webject is executed.
protected  BasicTasklet.WebjectRunner BasicTasklet.initiateWebject(Webject webject)
          Initiates a webject in a concurrent thread.
 

Constructors in com.infoengine.SAK with parameters of type Webject
Webject.WebjectRunner(Webject webject)
           
BasicTasklet.WebjectRunner(Webject webject, Task task)
           
 

Uses of Webject in com.infoengine.webject.msg
 

Methods in com.infoengine.webject.msg that return Webject
private  Webject DefaultSOAPDocumentHandler.conditionXslWebject(String xsl_url, String name, String type)
          Creates and conditions a new SAK webject that does XSL stuff.