Uses of Class
org.apache.bsf.BSFDeclaredBean
-
Packages that use BSFDeclaredBean Package Description org.apache.bsf org.apache.bsf.util -
-
Uses of BSFDeclaredBean in org.apache.bsf
Methods in org.apache.bsf with parameters of type BSFDeclaredBean Modifier and Type Method Description voidBSFEngine. declareBean(BSFDeclaredBean bean)Declare a bean after the engine has been started.voidBSFEngine. undeclareBean(BSFDeclaredBean bean)Undeclare a previously declared bean. -
Uses of BSFDeclaredBean in org.apache.bsf.util
Methods in org.apache.bsf.util with parameters of type BSFDeclaredBean Modifier and Type Method Description voidBSFEngineImpl. declareBean(BSFDeclaredBean bean)voidBSFEngineImpl. undeclareBean(BSFDeclaredBean bean)
-