Package org.codehaus.xsite.factories
Class PicoXSiteFactory
- java.lang.Object
-
- 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
Constructors Constructor Description PicoXSiteFactory()
-
-
-
Method Detail
-
createXSite
public XSite createXSite(Map<?,?> config)
Description copied from interface:XSiteFactoryCreates an XSite instance- Specified by:
createXSitein interfaceXSiteFactory- Parameters:
config- the Map of configuration required- Returns:
- An XSite instance
-
-