Uses of Class
edu.cornell.mannlib.vitro.webapp.web.ContentType
-
-
Uses of ContentType in edu.cornell.mannlib.vitro.webapp.controller
Methods in edu.cornell.mannlib.vitro.webapp.controller that return ContentType Modifier and Type Method Description protected ContentTypeOntologyController. checkForLinkedDataRequest(String url, String acceptHeader) -
Uses of ContentType in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues that return ContentType Modifier and Type Method Description ContentTypeBaseResponseValues. getContentType()ContentTypeResponseValues. getContentType()Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues with parameters of type ContentType Modifier and Type Method Description voidBaseResponseValues. setContentType(ContentType contentType)voidResponseValues. setContentType(ContentType contentType)Constructors in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues with parameters of type ContentType Constructor Description RdfResponseValues(ContentType contentType, org.apache.jena.rdf.model.Model model)RdfResponseValues(ContentType contentType, org.apache.jena.rdf.model.Model model, int statusCode) -
Uses of ContentType in edu.cornell.mannlib.vitro.webapp.controller.individual
Methods in edu.cornell.mannlib.vitro.webapp.controller.individual that return ContentType Modifier and Type Method Description protected ContentTypeIndividualRequestAnalyzer. checkAcceptHeaderForLinkedDataRequest()Check the accept header.protected ContentTypeIndividualRequestAnalyzer. checkUrlForLinkedDataRequest()ContentTypeIndividualRequestInfo. getRdfFormat()Methods in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type ContentType Modifier and Type Method Description static IndividualRequestInfoIndividualRequestInfo. buildLinkedDataInfo(Individual individual, ContentType rdfFormat)Constructors in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type ContentType Constructor Description ExtendedRdfAssembler(VitroRequest vreq, Individual individual, ContentType rdfFormat)Deprecated.IndividualRdfAssembler(VitroRequest vreq, String individualUri, ContentType rdfFormat) -
Uses of ContentType in edu.cornell.mannlib.vitro.webapp.web
Fields in edu.cornell.mannlib.vitro.webapp.web declared as ContentType Modifier and Type Field Description static ContentTypeContentType. ANYWildcard content type that will match any MIME typestatic ContentTypeContentType. APPLICATION_XMLA ContentType constant that describes the application/xml content type.static ContentTypeContentType. ATOMA ContentType constant that describes the base unqualified Atom content type.static ContentTypeContentType. ATOM_ENTRYA ContentType constant that describes the qualified Atom entry content type.static ContentTypeContentType. ATOM_FEEDA ContentType constant that describes the qualified Atom feed content type.static ContentTypeContentType. ATOM_SERVICEA ContentType constant that describes the Atom Service content type.static ContentTypeContentType. GDATA_ERRORA ContentType constant that describes the GData error content type.static ContentTypeContentType. JAVASCRIPTA ContentType constant that describes the Javascript content type.static ContentTypeContentType. JSONA ContentType constant that describes the JSON content type.static ContentTypeContentType. JSON_LDA ContentType constant that describes the JSON-LD content type.static ContentTypeContentType. MESSAGE_RFC822A ContentType constant that indicates that the body contains an encapsulated message, with the syntax of an RFC 822 email message.static ContentTypeContentType. MULTIPART_RELATEDA ContentType constant that describes the MIME multipart/related content type.static ContentTypeContentType. N3A ContetType that describes N3 RDF, this is unofficial and unregistered Added by Brian Caruso for VIVO.static ContentTypeContentType. OPENSEARCHA ContentType constant that describes the OpenSearch description documentstatic ContentTypeContentType. RDFXMLA ContetType that describes RDF/XML.static ContentTypeContentType. RSSA ContentType constant that describes the RSS channel/item content type.static ContentTypeContentType. TEXT_HTMLA ContentType constant that describes the generic text/html content type.static ContentTypeContentType. TEXT_PLAINA ContentType constant that describes the generic text/plain content type.static ContentTypeContentType. TEXT_XMLA ContentType constant that describes the generic text/xml content type.static ContentTypeContentType. TURTLEA ContetType that describes turtle RDF, this is unofficial and unregistered Added by Brian Caruso for VIVO.Methods in edu.cornell.mannlib.vitro.webapp.web that return ContentType Modifier and Type Method Description static ContentTypeContentType. getAtomEntry()Returns the ContentType that should be used in contexts that expect an Atom entry.static ContentTypeContentType. getAtomFeed()Returns the ContentType that should be used in contexts that expect an Atom feed.static ContentTypeContentType. getBestContentType(String acceptHeader, List<ContentType> actualContentTypes)Determines the best "Content-Type" header to use in a servlet response based on the "Accept" header from a servlet request.ContentTypeContentType. lock()Makes the object immutable and returns it.Methods in edu.cornell.mannlib.vitro.webapp.web with parameters of type ContentType Modifier and Type Method Description booleanContentType. match(ContentType acceptedContentType)Returns whether this content type is match by the content type found in the "Accept" header field of an HTTP request.Method parameters in edu.cornell.mannlib.vitro.webapp.web with type arguments of type ContentType Modifier and Type Method Description static ContentTypeContentType. getBestContentType(String acceptHeader, List<ContentType> actualContentTypes)Determines the best "Content-Type" header to use in a servlet response based on the "Accept" header from a servlet request.
-