Uses of Class
org.xwiki.url.XWikiURLType

Uses of XWikiURLType in org.xwiki.url
 

Methods in org.xwiki.url that return XWikiURLType
 XWikiURLType AbstractXWikiURL.getType()
           
 XWikiURLType XWikiURL.getType()
           
static XWikiURLType XWikiURLType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XWikiURLType[] XWikiURLType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.url with parameters of type XWikiURLType
 void AbstractXWikiURL.setType(XWikiURLType type)
           
 

Constructors in org.xwiki.url with parameters of type XWikiURLType
AbstractXWikiURL(XWikiURLType type)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.