Uses of Interface
com.iohao.net.framework.core.ActionFactoryBean
Packages that use ActionFactoryBean
Package
Description
Provides Spring integration support for registering and resolving ionet action controllers from
the Spring application context.
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
-
Uses of ActionFactoryBean in com.iohao.net.extension.spring
Classes in com.iohao.net.extension.spring that implement ActionFactoryBeanModifier and TypeClassDescriptionclassSpring-backedActionFactoryBeanimplementation that resolves action controllers from theApplicationContextand enables the framework's component-based injection integration. -
Uses of ActionFactoryBean in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as ActionFactoryBeanModifier and TypeFieldDescriptionfinal ActionFactoryBean<Object> BarSkeleton.actionFactoryBeanDependencyInjectionPart.actionFactoryBeanThe currently used ActionFactoryBeanMethods in com.iohao.net.framework.core with parameters of type ActionFactoryBeanModifier and TypeMethodDescriptionvoidBarSkeletonBuilder.setActionFactoryBean(ActionFactoryBean<Object> actionFactoryBean)