Uses of Enum
org.apache.empire.jsf2.utils.BeanScope
Packages that use BeanScope
-
Uses of BeanScope in org.apache.empire.jsf2.app
Methods in org.apache.empire.jsf2.app with parameters of type BeanScopeModifier and TypeMethodDescriptionprotected voidFacesConfiguration.addManagedBean(Class<?> beanClass, BeanScope scope) protected voidFacesConfiguration.addManagedBean(String beanName, Class<?> beanClass, BeanScope beanScope) WebApplication.getContextBean(javax.faces.context.FacesContext context, String beanName, BeanScope scope) Returns the bean for a particular scopevoidWebApplication.registerManagedBean(Class<?> beanClass, BeanScope scope) Registers a ManagedBean for a particular scopevoidWebApplication.setContextBean(javax.faces.context.FacesContext context, Object beanInstance, BeanScope scope) Sets a bean for a particular scope The beanName will be auto detected from the beanInstancevoidWebApplication.setContextBean(javax.faces.context.FacesContext context, String beanName, Object beanInstance, BeanScope scope) Sets a bean for a particular scope -
Uses of BeanScope in org.apache.empire.jsf2.utils
Methods in org.apache.empire.jsf2.utils that return BeanScope