Type to start searching...

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