org.xwiki.url.internal.standard
Class DomainHostResolver

java.lang.Object
  extended by org.xwiki.url.internal.standard.DomainHostResolver
All Implemented Interfaces:
HostResolver

@Component(value="domain")
public class DomainHostResolver
extends java.lang.Object
implements HostResolver

Find wiki name based on the specified domain name.

Since:
3.0M3
Version:
$Id$

Constructor Summary
DomainHostResolver()
           
 
Method Summary
 WikiReference resolve(java.lang.String host)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainHostResolver

public DomainHostResolver()
Method Detail

resolve

public WikiReference resolve(java.lang.String host)

Specified by:
resolve in interface HostResolver


Copyright © 2004-2011 XWiki. All Rights Reserved.