Uses of Class
org.jboss.resteasy.wadl.jaxb.Resources
-
Packages that use Resources Package Description org.jboss.resteasy.wadl.jaxb -
-
Uses of Resources in org.jboss.resteasy.wadl.jaxb
Fields in org.jboss.resteasy.wadl.jaxb with type parameters of type Resources Modifier and Type Field Description protected List<Resources>
Application. resources
Methods in org.jboss.resteasy.wadl.jaxb that return Resources Modifier and Type Method Description Resources
ObjectFactory. createResources()
Create an instance ofResources
Methods in org.jboss.resteasy.wadl.jaxb that return types with arguments of type Resources Modifier and Type Method Description List<Resources>
Application. getResources()
Gets the value of the resources property.
-