org.xwiki.url
Interface XWikiURLSerializer<T>

Type Parameters:
T - the output type

@ComponentRole
public interface XWikiURLSerializer<T>

Transforms a XWiki URL instance into some other representation.

Since:
2.0M1
Version:
$Id$

Method Summary
 T serialize(XWikiURL xwikiURL)
          Transforms a XWiki URL instance into some other representation.
 

Method Detail

serialize

T serialize(XWikiURL xwikiURL)
Transforms a XWiki URL instance into some other representation.

Parameters:
xwikiURL - the XWiki URL to transform
Returns:
the new representation


Copyright © 2004-2011 XWiki. All Rights Reserved.