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
Fields in org.jboss.resteasy.plugins.providers.atom with type parameters of type Category Modifier and Type Field Description private java.util.List<Category>
Entry. categories
private java.util.List<Category>
Source. categories
Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>
Entry. getCategories()
java.util.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 java.util.List<Category>
AppCategories. category
Methods in org.jboss.resteasy.plugins.providers.atom.app that return types with arguments of type Category Modifier and Type Method Description java.util.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(java.util.List<Category> category, java.lang.Boolean fixed, java.lang.String scheme, java.lang.String href)
-