com.infoengine.SAK
Class ActionWebject

java.lang.Object
  extended bycom.infoengine.object.factory.Webject
      extended bycom.infoengine.SAK.Webject
          extended bycom.infoengine.SAK.ObjectWebject
              extended bycom.infoengine.SAK.ActionWebject
All Implemented Interfaces:
Cloneable, Serializable

public class ActionWebject
extends ObjectWebject

This class provides methods to construct and execute action webjects in applications and JSP pages.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.infoengine.SAK.Webject
 
Field Summary
 
Fields inherited from class com.infoengine.SAK.ObjectWebject
 
Fields inherited from class com.infoengine.SAK.Webject
inputStream, outputStream, service, task, webjectProcessor
 
Fields inherited from class com.infoengine.object.factory.Webject
CLASS, DISPLAY, EXTERNAL, GROUP, GROUP_IN, GROUP_OUT, MESSAGE, OBJECT, OUTPUT, TASK, text, TYPE, UNKNOWN
 
Constructor Summary
ActionWebject()
          Constructs an action webject with no name.
ActionWebject(String name)
          Constructs an action webject with a specific name.
 
Methods inherited from class com.infoengine.SAK.ObjectWebject
invoke
 
Methods inherited from class com.infoengine.SAK.Webject
addParam, copyOutputGroups, getInputStream, getOutputStream, getProcessor, getProcessorClassName, getService, getWebjectImpl, initialize, invoke, logWebject, run, setInputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setParam, setService
 
Methods inherited from class com.infoengine.object.factory.Webject
addKey, addMessage, addMeta, addMetaValue, addOutput, addParam, addUniqueKey, addUniqueValue, addValue, addValue, addWebject, clearParams, clone, deepClone, getClassName, getGroupInName, getGroupInNames, getGroupOutName, getGroupOutNames, getKey, getKeys, getMessages, getMetaValue, getName, getNode, getOutput, getParam, getParam, getParamNames, getParams, getParams, getPassword, getType, getUserName, getValue, getValues, getWebjects, newStructure, paramValue, paramValue, paramValues, printTree, removeAllWebjects, removeParam, removeParams, removeWebject, setClassName, setName, setNode, setParam, setPassword, setType, setUserName, setValue, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionWebject

public ActionWebject()
Constructs an action webject with no name.


ActionWebject

public ActionWebject(String name)
Constructs an action webject with a specific name.

Parameters:
name - The name to be assigned to the webject.