Uses of Interface
org.mentawai.ioc.Bean

Packages that use Bean
org.mentawai.core   
org.mentawai.filter   
org.mentawai.ioc   
 

Uses of Bean in org.mentawai.core
 

Methods in org.mentawai.core that return Bean
 Bean ApplicationManager.add(String name, Bean comp)
          Add an IOC component to this application manager.
 Bean ApplicationManager.addComponent(String name, Bean comp)
          Add an IOC component to this application manager.
 Bean MultiApplicationManager.getComponent(String name)
           
 Bean ApplicationManager.getComponent(String name)
          Gets an IOC component from this application manager.
 Bean ApplicationManager.ioc(String name, Bean comp)
          Add an IOC component to this application manager.
 

Methods in org.mentawai.core that return types with arguments of type Bean
 Map<String,Bean> ApplicationManager.getComponents()
           
 

Methods in org.mentawai.core with parameters of type Bean
 Bean ApplicationManager.add(String name, Bean comp)
          Add an IOC component to this application manager.
 Bean ApplicationManager.addComponent(String name, Bean comp)
          Add an IOC component to this application manager.
 Bean ApplicationManager.ioc(String name, Bean comp)
          Add an IOC component to this application manager.
 

Uses of Bean in org.mentawai.filter
 

Constructors in org.mentawai.filter with parameters of type Bean
IoCFilter(Bean comp, String key)
           
IoCFilter(Bean comp, String key, int scope)
           
PushIoCFilter(Bean comp, String key)
           
PushIoCFilter(Bean comp, String key, int scope)
           
 

Uses of Bean in org.mentawai.ioc
 

Classes in org.mentawai.ioc that implement Bean
 class ActionComponent
           
 class ApplicationComponent
           
 class DefaultComponent
          The default implementation of a Mentawai IoC component.
 class LocaleComponent
           
 class ScopeComponent
          DefaultComponent with a scope attribute.
 class SessionComponent
           
 



Copyright © 2011. All Rights Reserved.