SourceForge.net Logo

Uses of Class
org.springframework.web.jsf.FacesBeanDefinition

Uses of FacesBeanDefinition in org.springframework.web.jsf
 

Methods in org.springframework.web.jsf that return FacesBeanDefinition
protected  FacesBeanDefinition FacesConfigXmlBeanDefinitionParser.parseFacesBeanDefinition(org.w3c.dom.Element element, java.lang.String beanName)
          Parse a standard faces bean definition.
 

Methods in org.springframework.web.jsf with parameters of type FacesBeanDefinition
protected  java.lang.Object VariableResolverImpl.FacesListableBeanFactory.createFacesBean(ExternalContext context, java.lang.String beanName, FacesBeanDefinition mergedBeanDefinition)
          Creates a bean with the help of the orignal encapsulated VariableResolver.
 


SourceForge.net Logo