Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
X
- xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
 - 
Create an "application/xhtml+xml" entity.
 - XHTML_CONTENT_TYPE - Static variable in class com.sun.faces.RIConstants
 - XhtmlNamespace - Static variable in class com.sun.faces.facelets.tag.faces.html.HtmlDecorator
 - xml(T) - Static method in class jakarta.ws.rs.client.Entity
 - 
Create an "application/xml" entity.
 - XmlAccessOrder - Enum Class in jakarta.xml.bind.annotation
 - 
Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.
 - XmlAccessorOrder - Annotation Interface in jakarta.xml.bind.annotation
 - 
Controls the ordering of fields and properties in a class.
 - XmlAccessorType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Controls whether fields or Javabean properties are serialized by default.
 - XmlAccessType - Enum Class in jakarta.xml.bind.annotation
 - 
Used by XmlAccessorType to control serialization of fields or properties.
 - XmlAdapter<ValueType,
BoundType> - Class in jakarta.xml.bind.annotation.adapters - 
Adapts a Java type for custom marshaling.
 - XmlAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.XmlAdapter
 - 
Do-nothing constructor for the derived classes.
 - XmlAnyAttribute - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a map of wildcard attributes.
 - XmlAnyElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
 - XmlAttachmentRef - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a field/property that its XML form is a uri reference to mime content.
 - XmlAttribute - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML attribute.
 - XmlElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML element derived from property name.
 - XmlElement.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElement.type()to signal that the type be inferred from the signature of the property. - XmlElementDecl - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a factory method to a XML element.
 - XmlElementDecl.GLOBAL - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElementDecl.scope()to signal that the declaration is in the global scope. - XmlElementRef - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to a XML element derived from property's type.
 - XmlElementRef.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlElementRef.type()to signal that the type be inferred from the signature of the property. - XmlElementRefs - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a property that refers to classes with
XmlElementor JAXBElement. - XmlElements - Annotation Interface in jakarta.xml.bind.annotation
 - 
A container for multiple @
XmlElementannotations. - XmlElementWrapper - Annotation Interface in jakarta.xml.bind.annotation
 - 
Generates a wrapper element around XML representation.
 - XmlEnum - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps an enum type
Enumto XML representation. - XmlEnumValue - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps an enum constant in
Enumtype to XML representation. - XMLFrontMatterSaver - Interface in com.sun.faces.facelets.impl
 - XmlID - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML ID.
 - XmlIDREF - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a JavaBean property to XML IDREF.
 - XmlInlineBinaryData - Annotation Interface in jakarta.xml.bind.annotation
 - 
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
 - XMLInstruction - Class in com.sun.faces.facelets.compiler
 - XMLInstruction(ELText) - Constructor for class com.sun.faces.facelets.compiler.XMLInstruction
 - XmlJavaTypeAdapter - Annotation Interface in jakarta.xml.bind.annotation.adapters
 - 
Use an adapter that implements
XmlAdapterfor custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in jakarta.xml.bind.annotation.adapters
 - 
Used in
XmlJavaTypeAdapter.type()to signal that the type be inferred from the signature of the field, property, parameter or the class. - XmlJavaTypeAdapters - Annotation Interface in jakarta.xml.bind.annotation.adapters
 - 
A container for multiple @
XmlJavaTypeAdapterannotations. - XmlList - Annotation Interface in jakarta.xml.bind.annotation
 - 
Used to map a property to a list simple type.
 - XmlMimeType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Associates the MIME type that controls the XML representation of the property.
 - XmlMixed - Annotation Interface in jakarta.xml.bind.annotation
 - 
Annotate a JavaBean multi-valued property to support mixed content.
 - xmlns - Enum constant in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
 - xmlns - Enum constant in enum class jakarta.faces.component.html.HtmlHead.PropertyKeys
 - xmlns() - Element in annotation interface jakarta.xml.bind.annotation.XmlSchema
 - 
Customize the namespace URI, prefix associations.
 - XmlNs - Annotation Interface in jakarta.xml.bind.annotation
 - 
Associates a namespace prefix with a XML namespace URI.
 - XmlNsForm - Enum Class in jakarta.xml.bind.annotation
 - 
Enumeration of XML Schema namespace qualifications.
 - XmlRegistry - Annotation Interface in jakarta.xml.bind.annotation
 - 
Marks a class that has
XmlElementDecls. - XmlRootElement - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a class or an enum type to an XML element.
 - XmlSchema - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a package name to a XML namespace.
 - XML Schema substitution group support - Search tag in annotation interface jakarta.xml.bind.annotation.XmlElementRef
 - Section
 - XmlSchemaType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a Java type to a simple schema built-in type.
 - XmlSchemaType.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlSchemaType.type()to signal that the type be inferred from the signature of the property. - XmlSchemaTypes - Annotation Interface in jakarta.xml.bind.annotation
 - 
A container for multiple @
XmlSchemaTypeannotations. - XmlSeeAlso - Annotation Interface in jakarta.xml.bind.annotation
 - 
Instructs Jakarta XML Binding to also bind other classes when binding this class.
 - XmlTransient - Annotation Interface in jakarta.xml.bind.annotation
 - 
Prevents the mapping of a JavaBean property/type to XML representation.
 - XmlType - Annotation Interface in jakarta.xml.bind.annotation
 - 
Maps a class or an enum type to a XML Schema type.
 - XmlType.DEFAULT - Class in jakarta.xml.bind.annotation
 - 
Used in
XmlType.factoryClass()to signal that either factory mehod is not used or that it's in the class with thisXmlTypeitself. - XmlValue - Annotation Interface in jakarta.xml.bind.annotation
 - 
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form