net.officefloor.plugin.servlet.webxml
Class WebXmlSectionSource

java.lang.Object
  extended by net.officefloor.compile.spi.section.source.impl.AbstractSectionSource
      extended by net.officefloor.plugin.servlet.webxml.WebXmlSectionSource
All Implemented Interfaces:
SectionSource

public class WebXmlSectionSource
extends AbstractSectionSource

SectionSource to load HttpServlet functionality from a web.xml file (as per Servlet specification).

Author:
Daniel Sagenschneider

Nested Class Summary
 
Nested classes/interfaces inherited from class net.officefloor.compile.spi.section.source.impl.AbstractSectionSource
AbstractSectionSource.SpecificationContext
 
Constructor Summary
WebXmlSectionSource()
           
 
Method Summary
protected  void loadSpecification(AbstractSectionSource.SpecificationContext context)
           
 void sourceSection(SectionDesigner designer, SectionSourceContext context)
           
 
Methods inherited from class net.officefloor.compile.spi.section.source.impl.AbstractSectionSource
getSpecification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlSectionSource

public WebXmlSectionSource()
Method Detail

loadSpecification

protected void loadSpecification(AbstractSectionSource.SpecificationContext context)
Specified by:
loadSpecification in class AbstractSectionSource

sourceSection

public void sourceSection(SectionDesigner designer,
                          SectionSourceContext context)
                   throws Exception
Throws:
Exception


Copyright © 2005-2012. All Rights Reserved.