Uses of Annotation Interface
org.apache.juneau.http.annotation.Content
Packages that use Content
Package
Description
-
Uses of Content in org.apache.juneau.examples.rest
Method parameters in org.apache.juneau.examples.rest with annotations of type ContentModifier and TypeMethodDescriptionPhotosResource.addPhoto
(int id, BufferedImage image) [HTTP PUT /photos/{id}] PUT request handler.PhotosResource.setPhoto
(BufferedImage image) [HTTP POST /photos] POST request handler. -
Uses of Content in org.apache.juneau.examples.rest.dto
Method parameters in org.apache.juneau.examples.rest.dto with annotations of type ContentModifier and TypeMethodDescription[HTTP PUT /dto/atom] Overwrite the sample ATOM feedJsonSchemaResource.put
(JsonSchema schema) [HTTP PUT /dto/jsonSchema] Overwrite the JSON-Schema document -
Uses of Content in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as ContentMethods in org.apache.juneau.http.annotation that return ContentModifier and TypeMethodDescriptionContentAnnotation.Builder.build()
Instantiates a new@Content
object initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type ContentModifier and TypeMethodDescriptionstatic boolean
Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type ContentModifier and TypeMethodDescriptionvoid
ContentAnnotation.Applier.apply
(AnnotationInfo<Content> ai, BeanContext.Builder b) -
Uses of Content in org.apache.juneau.microservice.resources
Method parameters in org.apache.juneau.microservice.resources with annotations of type ContentModifier and TypeMethodDescriptionConfigResource.setConfigContents
(Reader contents) ConfigResource.setConfigSection
(String section, Map<String, Object> contents) ConfigResource.setConfigValue
(String section, String key, String value) org.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.updateFile
(InputStream is, String path)