Свойство | Тип | Описание | |
---|---|---|---|
$beanContext | AppserverIo\Psr\EnterpriseBeans\BeanContextInterface | The bean context we want to parse the deployment descriptor for. |
Метод | Описание | |
---|---|---|
getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface | Returns the application context instance the bean context is bound to. | |
getBeanContext ( ) : AppserverIo\Psr\EnterpriseBeans\BeanContextInterface | Returns the bean context instance. | |
injectBeanContext ( AppserverIo\Psr\EnterpriseBeans\BeanContextInterface $beanContext ) : void | Inject the bean context instance. | |
parse ( ) : void | Parses the bean context's deployment descriptor file for beans that has to be registered in the object manager. |
Метод | Описание | |
---|---|---|
processConfigurationNode ( AppserverIo\Configuration\Interfaces\NodeInterface $node ) : void | Creates a new descriptor instance from the data of the passed configuration node and add's it to the object manager. |
public getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface | ||
Результат | AppserverIo\Psr\Application\ApplicationInterface | The application context instance |
public getBeanContext ( ) : AppserverIo\Psr\EnterpriseBeans\BeanContextInterface | ||
Результат | AppserverIo\Psr\EnterpriseBeans\BeanContextInterface | The bean context instance |
public injectBeanContext ( AppserverIo\Psr\EnterpriseBeans\BeanContextInterface $beanContext ) : void | ||
$beanContext | AppserverIo\Psr\EnterpriseBeans\BeanContextInterface | The bean context instance |
Результат | void |
protected processConfigurationNode ( AppserverIo\Configuration\Interfaces\NodeInterface $node ) : void | ||
$node | AppserverIo\Configuration\Interfaces\NodeInterface | The node to process |
Результат | void |