Uses of Interface
org.brijframework.bean.resource.BeanResourceParam
-
Packages that use BeanResourceParam Package Description org.brijframework.bean.resource org.brijframework.bean.resource.impl -
-
Uses of BeanResourceParam in org.brijframework.bean.resource
Methods in org.brijframework.bean.resource that return types with arguments of type BeanResourceParam Modifier and Type Method Description List<BeanResourceParam>BeanResourceConstructor. getParameters() -
Uses of BeanResourceParam in org.brijframework.bean.resource.impl
Classes in org.brijframework.bean.resource.impl that implement BeanResourceParam Modifier and Type Class Description classBeanResourceParamImplMethods in org.brijframework.bean.resource.impl that return types with arguments of type BeanResourceParam Modifier and Type Method Description List<BeanResourceParam>BeanResourceConstructorImpl. getParameters()Method parameters in org.brijframework.bean.resource.impl with type arguments of type BeanResourceParam Modifier and Type Method Description voidBeanResourceConstructorImpl. setParams(List<BeanResourceParam> params)
-