Type to start searching...

Component

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.

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