Uses of Interface
org.cxbox.core.crudma.bc.BcRegistry
-
Packages that use BcRegistry Package Description org.cxbox.core.bc org.cxbox.core.controller org.cxbox.core.crudma.bc.impl org.cxbox.core.crudma.impl.inner -
-
Uses of BcRegistry in org.cxbox.core.bc
Constructors in org.cxbox.core.bc with parameters of type BcRegistry Constructor Description InnerBcTypeAware(BcRegistry bcRegistry, ResponseFactory respFactory) -
Uses of BcRegistry in org.cxbox.core.controller
Constructors in org.cxbox.core.controller with parameters of type BcRegistry Constructor Description BcHierarchyAware(javax.servlet.http.HttpServletRequest request, BCFactory bcFactory, BcRegistry bcRegistry) -
Uses of BcRegistry in org.cxbox.core.crudma.bc.impl
Classes in org.cxbox.core.crudma.bc.impl that implement BcRegistry Modifier and Type Class Description classBcRegistryImpl -
Uses of BcRegistry in org.cxbox.core.crudma.impl.inner
Constructors in org.cxbox.core.crudma.impl.inner with parameters of type BcRegistry Constructor Description BcCrudmaService(BcRegistry bcRegistry)
-