Skip to main content
Skip table of contents

t_Component_Factory

Factory

Properties

activation

Component 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 : string

Description of the Component.

method : qualJavaName

Java 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 : qualJavaName

Java type associated with the component.

Valid values based on“string”.
|[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*

Content

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.