|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser de.mindmatters.faces.spring.context.support.ScopedBeanDefinitionParser
Parses configuration from spring configuration and jsf-spring configuration
XML documents.
More precisely parseable config files must
be compatible with the following DTD's:
Wraps every created BeanDefinition into a ScopedBeanDefinition because bean
definitions configured in jsf-spring configuration XML documents supports
scope defintion. Checks wheter there are conflicts between scope and
singleton definitions of a bean or not. If the bean is defined as singleton,
it's scope must be "application" or not set. If the bean is
defined in scope "none", "request" or "session", the singleton attribute
must be set to false
or should not be
specified at all.
ScopedBeanDefinition
,
RootBeanDefinition
Field Summary | |
static java.lang.String |
SCOPE_ATTRIBUTE
scope attribute of the <bean></bean> element. |
Constructor Summary | |
ScopedBeanDefinitionParser()
|
Method Summary | |
protected BeanDefinition |
parseBeanDefinitionElement(org.w3c.dom.Element ele,
java.lang.String beanName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SCOPE_ATTRIBUTE
Constructor Detail |
public ScopedBeanDefinitionParser()
Method Detail |
protected final BeanDefinition parseBeanDefinitionElement(org.w3c.dom.Element ele, java.lang.String beanName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |