Uses of Interface
com.aspectran.core.component.bean.BeanRegistry
-
Packages that use BeanRegistry Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean com.aspectran.core.context A Package for providing core components and configuring an execution environment. -
-
Uses of BeanRegistry in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return BeanRegistry Modifier and Type Method Description protected BeanRegistryInstantActivitySupport. getBeanRegistry() -
Uses of BeanRegistry in com.aspectran.core.component.bean
Classes in com.aspectran.core.component.bean that implement BeanRegistry Modifier and Type Class Description classDefaultBeanRegistryThe Class DefaultBeanRegistry. -
Uses of BeanRegistry in com.aspectran.core.context
Methods in com.aspectran.core.context that return BeanRegistry Modifier and Type Method Description BeanRegistryActivityContext. getBeanRegistry()Gets the bean registry.BeanRegistryDefaultActivityContext. getBeanRegistry()
-