Uses of Class
org.jboss.resteasy.plugins.providers.atom.Category
- 
Packages that use Category Package Description org.jboss.resteasy.plugins.providers.atom org.jboss.resteasy.plugins.providers.atom.app  - 
- 
Uses of Category in org.jboss.resteasy.plugins.providers.atom
Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Category Modifier and Type Method Description List<Category>Entry. getCategories()List<Category>Source. getCategories() - 
Uses of Category in org.jboss.resteasy.plugins.providers.atom.app
Fields in org.jboss.resteasy.plugins.providers.atom.app with type parameters of type Category Modifier and Type Field Description protected List<Category>AppCategories. categoryMethods in org.jboss.resteasy.plugins.providers.atom.app that return types with arguments of type Category Modifier and Type Method Description List<Category>AppCategories. getCategory()Gets the value of the category property.Constructor parameters in org.jboss.resteasy.plugins.providers.atom.app with type arguments of type Category Constructor Description AppCategories(List<Category> category, Boolean fixed, String scheme, String href) 
 -