Package org.codehaus.xsite.factories
Class DefaultXSiteFactory
- java.lang.Object
-
- org.codehaus.xsite.factories.DefaultXSiteFactory
-
- All Implemented Interfaces:
XSiteFactory
public class DefaultXSiteFactory extends Object implements XSiteFactory
Implementation of XSiteFactory which returns instances of XSite with default dependencies- Author:
- Mauro Talevi
-
-
Constructor Summary
Constructors Constructor Description DefaultXSiteFactory()
-
-
-
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
-
-