Uses of Class
org.apache.juneau.examples.rest.PhotosResource.Photo
Packages that use PhotosResource.Photo
- 
Uses of PhotosResource.Photo in org.apache.juneau.examples.restMethods in org.apache.juneau.examples.rest that return PhotosResource.PhotoModifier and TypeMethodDescriptionPhotosResource.setPhoto(BufferedImage image) [HTTP POST /photos] POST request handler.Methods in org.apache.juneau.examples.rest that return types with arguments of type PhotosResource.PhotoModifier and TypeMethodDescriptionPhotosResource.getAllPhotos()[HTTP GET /photos] GET request handler for list of all photos.