Uses of Class
org.restlet.engine.resource.VariantInfo
-
Packages that use VariantInfo Package Description org.restlet.engine.converter Supports the converter service.org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.emf Integration with EMF @minor-version@.org.restlet.ext.gson Integration with Gson @minor-version@.org.restlet.ext.html Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.org.restlet.ext.jackson Integration with Jackson @minor-version@.org.restlet.ext.javamail Integration with JavaMail @minor-version@ (POP3 and SMTP clients).org.restlet.ext.jaxb Integration with Java XML Binding (JAXB) @minor-version@.org.restlet.ext.json Support for JSON representations.org.restlet.ext.rdf Support for the RDF parsing and generation.org.restlet.ext.velocity Integration with Apache Velocity @minor-version@.org.restlet.ext.wadl Support the WADL specification.org.restlet.ext.xml Support for XML and XSLT representations. -
-
Uses of VariantInfo in org.restlet.engine.converter
Fields in org.restlet.engine.converter declared as VariantInfo Modifier and Type Field Description private static VariantInfoDefaultConverter. VARIANT_ALLNeutral variant.private static VariantInfoStatusInfoHtmlConverter. VARIANT_APPLICATION_XHTMLVariant with media type application/xhtml+xml.private static VariantInfoDefaultConverter. VARIANT_FORMWeb form variant.private static VariantInfoDefaultConverter. VARIANT_OBJECTOctet stream variant.private static VariantInfoDefaultConverter. VARIANT_OBJECT_XMLOctet stream variant.private static VariantInfoStatusInfoHtmlConverter. VARIANT_TEXT_HTMLVariant with media type text/html.Methods in org.restlet.engine.converter that return types with arguments of type VariantInfo Modifier and Type Method Description protected java.util.List<VariantInfo>ConverterHelper. addVariant(java.util.List<VariantInfo> variants, VariantInfo userVariant)Adds a variant to the given list.java.util.List<VariantInfo>ConverterHelper. addVariants(java.lang.Class<?> sourceClass, Variant targetVariant, java.util.List<VariantInfo> variants)Returns the list of variants that can be converted from a given object class.abstract java.util.List<VariantInfo>ConverterHelper. getVariants(java.lang.Class<?> source)Returns the list of variants that can be converted from a given object class.java.util.List<VariantInfo>ConverterHelper. getVariants(java.lang.Class<?> sourceClass, Variant targetVariant)Returns the list of variants that can be converted from a given object class by a specific converter helper.static java.util.List<VariantInfo>ConverterUtils. getVariants(java.lang.Class<?> sourceClass, Variant targetVariant)Returns the list of variants that can be converted from a given object class.java.util.List<VariantInfo>DefaultConverter. getVariants(java.lang.Class<?> source)java.util.List<VariantInfo>StatusInfoHtmlConverter. getVariants(java.lang.Class<?> source)Methods in org.restlet.engine.converter with parameters of type VariantInfo Modifier and Type Method Description protected java.util.List<VariantInfo>ConverterHelper. addVariant(java.util.List<VariantInfo> variants, VariantInfo userVariant)Adds a variant to the given list.Method parameters in org.restlet.engine.converter with type arguments of type VariantInfo Modifier and Type Method Description protected java.util.List<VariantInfo>ConverterHelper. addVariant(java.util.List<VariantInfo> variants, VariantInfo userVariant)Adds a variant to the given list.java.util.List<VariantInfo>ConverterHelper. addVariants(java.lang.Class<?> sourceClass, Variant targetVariant, java.util.List<VariantInfo> variants)Returns the list of variants that can be converted from a given object class. -
Uses of VariantInfo in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as VariantInfo Modifier and Type Field Description private static VariantInfoAtomConverter. VARIANT_ATOMprivate static VariantInfoAtomConverter. VARIANT_ATOMPUB_SERVICEMethods in org.restlet.ext.atom that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>AtomConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.emf
Fields in org.restlet.ext.emf declared as VariantInfo Modifier and Type Field Description private static VariantInfoEmfConverter. VARIANT_APPLICATION_ALL_XMLDeprecated.private static VariantInfoEmfConverter. VARIANT_APPLICATION_ECOREDeprecated.private static VariantInfoEmfConverter. VARIANT_APPLICATION_XMIDeprecated.private static VariantInfoEmfConverter. VARIANT_APPLICATION_XMLDeprecated.private static VariantInfoEmfConverter. VARIANT_TEXT_HTMLDeprecated.private static VariantInfoEmfConverter. VARIANT_TEXT_XMLDeprecated.Methods in org.restlet.ext.emf that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>EmfConverter. getVariants(java.lang.Class<?> source)Deprecated. -
Uses of VariantInfo in org.restlet.ext.gson
Fields in org.restlet.ext.gson declared as VariantInfo Modifier and Type Field Description private static VariantInfoGsonConverter. VARIANT_JSONVariant with media type application/json.Methods in org.restlet.ext.gson that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>GsonConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.html
Fields in org.restlet.ext.html declared as VariantInfo Modifier and Type Field Description private static VariantInfoHtmlConverter. VARIANT_MULTIPARTprivate static VariantInfoHtmlConverter. VARIANT_WWW_FORMMethods in org.restlet.ext.html that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>HtmlConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.jackson
Fields in org.restlet.ext.jackson declared as VariantInfo Modifier and Type Field Description private static VariantInfoJacksonConverter. VARIANT_APPLICATION_XMLVariant with media type application/xml.private static VariantInfoJacksonConverter. VARIANT_APPLICATION_YAMLVariant with media type application/yaml.private static VariantInfoJacksonConverter. VARIANT_JSONVariant with media type application/json.private static VariantInfoJacksonConverter. VARIANT_JSON_SMILEVariant with media type application/x-json-smile.private static VariantInfoJacksonConverter. VARIANT_TEXT_CSVVariant with media type text/csv.private static VariantInfoJacksonConverter. VARIANT_TEXT_XMLVariant with media type text/xml.private static VariantInfoJacksonConverter. VARIANT_TEXT_YAMLVariant with media type text/yaml.Methods in org.restlet.ext.jackson that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>JacksonConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.javamail
Methods in org.restlet.ext.javamail that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>JavaMailConverter. getVariants(java.lang.Class<?> source)Deprecated. -
Uses of VariantInfo in org.restlet.ext.jaxb
Fields in org.restlet.ext.jaxb declared as VariantInfo Modifier and Type Field Description private static VariantInfoJaxbConverter. VARIANT_APPLICATION_ALL_XMLprivate static VariantInfoJaxbConverter. VARIANT_APPLICATION_XMLprivate static VariantInfoJaxbConverter. VARIANT_TEXT_XMLMethods in org.restlet.ext.jaxb that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>JaxbConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.json
Fields in org.restlet.ext.json declared as VariantInfo Modifier and Type Field Description private static VariantInfoJsonConverter. VARIANT_JSONMethods in org.restlet.ext.json that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>JsonConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.rdf
Fields in org.restlet.ext.rdf declared as VariantInfo Modifier and Type Field Description private static VariantInfoRdfConverter. VARIANT_RDF_N3private static VariantInfoRdfConverter. VARIANT_RDF_NTRIPLESprivate static VariantInfoRdfConverter. VARIANT_RDF_TURTLEprivate static VariantInfoRdfConverter. VARIANT_RDF_XMLMethods in org.restlet.ext.rdf that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>RdfConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.velocity
Fields in org.restlet.ext.velocity declared as VariantInfo Modifier and Type Field Description private static VariantInfoVelocityConverter. VARIANT_ALLMethods in org.restlet.ext.velocity that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>VelocityConverter. getVariants(java.lang.Class<?> source) -
Uses of VariantInfo in org.restlet.ext.wadl
Fields in org.restlet.ext.wadl declared as VariantInfo Modifier and Type Field Description private static VariantInfoWadlConverter. VARIANT_APPLICATION_WADLDeprecated.Methods in org.restlet.ext.wadl that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>WadlConverter. getVariants(java.lang.Class<?> source)Deprecated. -
Uses of VariantInfo in org.restlet.ext.xml
Fields in org.restlet.ext.xml declared as VariantInfo Modifier and Type Field Description private static VariantInfoXmlConverter. VARIANT_APPLICATION_ALL_XMLprivate static VariantInfoXmlConverter. VARIANT_APPLICATION_XMLprivate static VariantInfoXmlConverter. VARIANT_TEXT_XMLMethods in org.restlet.ext.xml that return types with arguments of type VariantInfo Modifier and Type Method Description java.util.List<VariantInfo>XmlConverter. getVariants(java.lang.Class<?> source)
-