org.xwiki.rest.resources.tags
Class TagsResource

java.lang.Object
  extended by org.xwiki.rest.XWikiResource
      extended by org.xwiki.rest.resources.tags.TagsResource
All Implemented Interfaces:
org.xwiki.component.phase.Initializable, XWikiRestComponent

@Component(value="org.xwiki.rest.resources.tags.TagsResource")
public class TagsResource
extends XWikiResource


Nested Class Summary
 
Nested classes/interfaces inherited from class org.xwiki.rest.XWikiResource
XWikiResource.DocumentInfo
 
Field Summary
 
Fields inherited from class org.xwiki.rest.XWikiResource
componentManager, logger, objectFactory, queryManager, uriInfo, xwiki, xwikiApi, xwikiContext, xwikiUser
 
Constructor Summary
TagsResource()
           
 
Method Summary
 Tags getTags(java.lang.String wikiName)
           
 
Methods inherited from class org.xwiki.rest.XWikiResource
getDocumentInfo, getUriTemplate, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsResource

public TagsResource()
Method Detail

getTags

public Tags getTags(java.lang.String wikiName)
             throws com.xpn.xwiki.XWikiException,
                    org.xwiki.query.QueryException
Throws:
com.xpn.xwiki.XWikiException
org.xwiki.query.QueryException


Copyright © 2004-2009 XWiki. All Rights Reserved.