org.codehaus.xsite.factories
Class DefaultXSiteFactory

java.lang.Object
  extended byorg.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

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 © {inceptionYear}-2007 null. All Rights Reserved.