Uses of Class
org.xwiki.rest.model.jaxb.Tags

Packages that use Tags
org.xwiki.rest.model.jaxb   
org.xwiki.rest.representations.tags   
org.xwiki.rest.resources.pages   
org.xwiki.rest.resources.tags   
 

Uses of Tags in org.xwiki.rest.model.jaxb
 

Methods in org.xwiki.rest.model.jaxb that return Tags
 Tags ObjectFactory.createTags()
          Create an instance of Tags
 Tags Tags.withLinks(java.util.Collection<Link> values)
           
 Tags Tags.withLinks(Link... values)
           
 Tags Tags.withTags(java.util.Collection<Tag> values)
           
 Tags Tags.withTags(Tag... values)
           
 

Uses of Tags in org.xwiki.rest.representations.tags
 

Methods in org.xwiki.rest.representations.tags that return Tags
 Tags TextPlainTagsReader.readFrom(java.lang.Class<Tags> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 Tags FormUrlEncodedTagsReader.readFrom(java.lang.Class<Tags> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 

Method parameters in org.xwiki.rest.representations.tags with type arguments of type Tags
 Tags TextPlainTagsReader.readFrom(java.lang.Class<Tags> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 Tags FormUrlEncodedTagsReader.readFrom(java.lang.Class<Tags> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 

Uses of Tags in org.xwiki.rest.resources.pages
 

Methods in org.xwiki.rest.resources.pages that return Tags
 Tags PageTagsResource.getPageTags(java.lang.String wikiName, java.lang.String spaceName, java.lang.String pageName)
           
 

Methods in org.xwiki.rest.resources.pages with parameters of type Tags
 javax.ws.rs.core.Response PageTagsResource.setTags(java.lang.String wikiName, java.lang.String spaceName, java.lang.String pageName, Tags tags)
           
 

Uses of Tags in org.xwiki.rest.resources.tags
 

Methods in org.xwiki.rest.resources.tags that return Tags
 Tags TagsResource.getTags(java.lang.String wikiName)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.