com.xpn.xwiki.web
Class XWikiURLFactoryServiceImpl

java.lang.Object
  extended by com.xpn.xwiki.web.XWikiURLFactoryServiceImpl
All Implemented Interfaces:
XWikiURLFactoryService

public class XWikiURLFactoryServiceImpl
extends java.lang.Object
implements XWikiURLFactoryService


Field Summary
private  java.util.Map factoryMap
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
XWikiURLFactoryServiceImpl()
           
 
Method Summary
 XWikiURLFactory createURLFactory(int mode, XWikiContext context)
           
 void init(XWiki xwiki)
           
protected  void register(XWiki xwiki, int mode, java.lang.Class defaultImpl, java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

factoryMap

private java.util.Map factoryMap
Constructor Detail

XWikiURLFactoryServiceImpl

public XWikiURLFactoryServiceImpl()
Method Detail

init

public void init(XWiki xwiki)
Specified by:
init in interface XWikiURLFactoryService

register

protected void register(XWiki xwiki,
                        int mode,
                        java.lang.Class defaultImpl,
                        java.lang.String propertyName)

createURLFactory

public XWikiURLFactory createURLFactory(int mode,
                                        XWikiContext context)
Specified by:
createURLFactory in interface XWikiURLFactoryService


Copyright 2003 Ludovic Dubost