org.codehaus.xsite.factories
Class DefaultXSiteFactory

java.lang.Object
  extended by 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
DefaultXSiteFactory()
           
 
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

DefaultXSiteFactory

public DefaultXSiteFactory()
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.