t_Component_Factory
Factory
Properties
activationComponent activation model.
Valid values based on“string”. singleton Only one instance gets created that is shared between all threads.
context One instance is created per invocation context.
new A new instance is always created upon every activation request.
description : stringDescription of the Component.
method : qualJavaNameJava method implementing the component: <package>.<Class>.<method>(Instance|Metaclass, ..., ActionContext)
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* type : qualJavaNameJava type associated with the component.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*
Content
Sequence of:
t_Component_Factory [0..1]
t_Component_Properties [0..1]
Parents
Parent topic: t_ComponentProperties_Property_Component
Parent topic: t_ComponentProperties_Collection_Item_Component
Parent topic: Component
Parent topic: t_Component_Factory
Parent topic: t_Format_Parser
Parent topic: t_Format_Formatter
Parent topic: t_RelationalDatabase_SQLHook
Parent topic: t_RelationalMapping_Hook
Parent topic: t_RelationalDatabaseConnection_SQLHook