|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.actor.ActorFactory
public class ActorFactory
Factory class to create wt.ixb.actor.Actor instances according
to the parameters passed, according to the syntax to specify the actors
in the registry.
The general format is as follows:
<action>
<actionName>PickExistingObject</actionName>
<localizedString>
<class>wt.ixb.actor.actorResource</class>
<key>PICKINGEXISTINGOBJECT_ACTOR_NAME</key>
</localizedString>
<display>true</display>
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
static Actor |
createActor(String actionName,
String handlerTagName)
Creates a wt.ixb.actor.Actor instance for import. |
static Actor |
createActor(String actionName,
String handlerTagName,
boolean forExport)
Creates a wt.ixb.actor.Actor instance for export or import. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Actor createActor(String actionName,
String handlerTagName)
throws WTException
wt.ixb.actor.Actor instance for import.
To create an instance for export, use the method
createActor( String actionName, String handlerTagName, boolean
forExport )
with parameter forExport set to true.
actionName - The actor name. See the registry file for available names.handlerTagName - The tag name for the corresponding class handler, e.g. WTDocument, ibaDefinitions.
WTException
public static Actor createActor(String actionName,
String handlerTagName,
boolean forExport)
throws WTException
wt.ixb.actor.Actor instance for export or import.
actionName - The actor name. See the registry file for available names.handlerTagName - The tag name for the corresponding class handler, e.g. WTDocument, ibaDefinitions.forExport -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||