org.codehaus.xsite.factories
Class PicoXSiteFactory

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

public class PicoXSiteFactory
extends Object
implements XSiteFactory

NanoContainer-based implementation of XSiteFactory

Author:
Mauro Talevi

Constructor Summary
PicoXSiteFactory()
           
 
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

PicoXSiteFactory

public PicoXSiteFactory()
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 © 2011. All Rights Reserved.