org.codehaus.xsite.factories
Class NanoXSiteFactory

java.lang.Object
  extended by org.codehaus.xsite.factories.NanoXSiteFactory
All Implemented Interfaces:
XSiteFactory

public class NanoXSiteFactory
extends Object
implements XSiteFactory

NanoContainer-based implementation of XSiteFactory

Author:
Mauro Talevi

Constructor Summary
NanoXSiteFactory()
           
 
Method Summary
 XSite createXSite(Map config)
          Creates an XSite instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NanoXSiteFactory

public NanoXSiteFactory()
Method Detail

createXSite

public XSite createXSite(Map config)
Description copied from interface: XSiteFactory
Creates an XSite instance

Specified by:
createXSite in interface XSiteFactory
Parameters:
config - the Map of configuration required
Returns:
An XSite instance


Copyright © 2009. All Rights Reserved.