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
Default implementation of XSiteFactory which returns default instances of XSite
- Author:
- Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultXSiteFactory
public DefaultXSiteFactory()
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.