|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.spring.factory.xml.JsfBeanDefinitionParserUtils
public final class JsfBeanDefinitionParserUtils
Miscellaneous parser utility methods for the 'jsh
'
namespace. Mainly for internal use within the framework.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY_ATTRIBUTE
The ' component-family ' attribute of a
Renderer definition. |
static java.lang.String |
ID_ATTRIBUTE
The ' id ' attribute of a
BeanDefinition . |
static java.lang.String |
LIFECYCLE_ID_ATTRIBUTE
The ' lifecycle-id ' attribute of a
PhaseListener definition. |
static java.lang.String |
ORDER_ATTRIBUTE
The ' order ' attribute of an
OrderedRootBeanDefinition . |
static java.lang.String |
RENDERER_TYPE_ATTRIBUTE
The ' type ' attribute of a
Renderer definition. |
Method Summary | |
---|---|
static java.lang.Class |
resolveBeanClass(org.w3c.dom.Element element,
AbstractBeanDefinition bd,
ParserContext parserContext)
Determine the class of the wrapped bean of the given AbstractBeanDefinition bd , if the bean definition
has a bean class. |
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 ORDER_ATTRIBUTE
order
' attribute of an
OrderedRootBeanDefinition
.
public static final java.lang.String ID_ATTRIBUTE
id
' attribute of a
BeanDefinition
.
public static final java.lang.String COMPONENT_FAMILY_ATTRIBUTE
component-family
' attribute of a
Renderer
definition.
public static final java.lang.String RENDERER_TYPE_ATTRIBUTE
type
' attribute of a
Renderer
definition.
public static final java.lang.String LIFECYCLE_ID_ATTRIBUTE
lifecycle-id
' attribute of a
PhaseListener
definition.
Method Detail |
---|
public static java.lang.Class resolveBeanClass(org.w3c.dom.Element element, AbstractBeanDefinition bd, ParserContext parserContext)
AbstractBeanDefinition
bd
, if the bean definition
has a bean class.
element
- the Element
representing the bean definitionbd
- the bean definitionparserContext
- the ParserContext
null
if the bean
defintion has no bean class.
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |