net.sf.doolin.gui.spring
Class LayoutManagerServiceParser<L extends LayoutManager>

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by net.sf.doolin.context.spring.AbstractDefinitionParser
              extended by net.sf.doolin.gui.spring.LayoutManagerServiceParser<L>
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class LayoutManagerServiceParser<L extends LayoutManager>
extends AbstractDefinitionParser


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
LayoutManagerServiceParser(Class<L> layoutManagerClass)
           
 
Method Summary
 LayoutManagerServiceParser<L> addAttribute(String attribute)
           
 LayoutManagerServiceParser<L> addConstantAttribute(Class<?> container, String attribute)
           
 void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
          Changes scope to public.
protected  Class<LayoutManagerService> getBeanClass(Element element)
           
 
Methods inherited from class net.sf.doolin.context.spring.AbstractDefinitionParser
delegate, setAttributeAsProperty, setAttributeAsProperty, setAttributeAsReference, setChildrenAsListProperty, setElementAsProperty, setElementAsProperty, setListAsProperty, setListStringAsProperty, setMapAsProperty, setPropertyValue
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutManagerServiceParser

public LayoutManagerServiceParser(Class<L> layoutManagerClass)
Method Detail

addAttribute

public LayoutManagerServiceParser<L> addAttribute(String attribute)

addConstantAttribute

public LayoutManagerServiceParser<L> addConstantAttribute(Class<?> container,
                                                          String attribute)

doParse

public void doParse(Element element,
                    org.springframework.beans.factory.xml.ParserContext parserContext,
                    org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Description copied from class: AbstractDefinitionParser
Changes scope to public.

Overrides:
doParse in class AbstractDefinitionParser

getBeanClass

protected Class<LayoutManagerService> getBeanClass(Element element)
Overrides:
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser


Copyright © 2011. All Rights Reserved.