Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

MAC - Enum constant in enum class jakarta.security.enterprise.identitystore.openid.AccessToken.Type
 
MailcapCommandMap - Class in jakarta.activation
MailcapCommandMap extends the CommandMap abstract class.
MailcapCommandMap() - Constructor for class jakarta.activation.MailcapCommandMap
The default Constructor.
MailcapCommandMap(InputStream) - Constructor for class jakarta.activation.MailcapCommandMap
Constructor that allows the caller to specify an InputStream containing a mailcap file.
MailcapCommandMap(String) - Constructor for class jakarta.activation.MailcapCommandMap
Constructor that allows the caller to specify the path of a mailcap file.
MailcapRegistry - Interface in jakarta.activation
The MailcapRegistry interface is implemented by objects that can be used to store and retrieve MailcapEntries.
MailcapRegistryProvider - Interface in jakarta.activation.spi
This interface defines a factory for MailcapRegistry.
MailDateFormat - Class in jakarta.mail.internet
Formats and parses date specification based on RFC 2822.
MailDateFormat() - Constructor for class jakarta.mail.internet.MailDateFormat
Create a new date format for the RFC2822 specification with lenient parsing.
MailEvent - Class in jakarta.mail.event
Common base class for mail events, defining the dispatch method.
MailEvent(Object) - Constructor for class jakarta.mail.event.MailEvent
Construct a MailEvent referring to the given source.
MailSessionDefinition - Annotation Interface in jakarta.mail
Annotation used by Jakarta EE applications to define a MailSession to be registered with JNDI.
MailSessionDefinitions - Annotation Interface in jakarta.mail
Declares one or more MailSessionDefinition annotations.
ManageableThread - Interface in jakarta.enterprise.concurrent
Interface to be implemented by the Jakarta™ EE product providers on platform threads that are created by calling ThreadFactory.newThread(java.lang.Runnable).
managed() - Method in class jakarta.faces.component.behavior.FacesBehavior.Literal
 
managed() - Element in annotation interface jakarta.faces.component.behavior.FacesBehavior
The value of this annotation attribute is taken to be an indicator that flags whether or not the given behavior is a CDI managed behavior.
managed() - Method in class jakarta.faces.convert.FacesConverter.Literal
 
managed() - Element in annotation interface jakarta.faces.convert.FacesConverter
The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.
managed() - Method in class jakarta.faces.validator.FacesValidator.Literal
 
managed() - Element in annotation interface jakarta.faces.validator.FacesValidator
The value of this annotation attribute is taken to be an indicator that flags whether or not the given validator is a CDI managed validator.
MANAGED_BEAN_AS_LIST_CONFIG_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_AS_MAP_CONFIG_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CANNOT_SET_LIST_ARRAY_PROPERTY_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CLASS_DEPENDENCY_NOT_FOUND_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CLASS_IS_ABSTRACT_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CLASS_IS_NOT_PUBLIC_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CLASS_NO_PUBLIC_NOARG_CTOR_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_CLASS_NOT_FOUND_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_DEFINED_PROPERTY_CLASS_NOT_COMPATIBLE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_EXISTING_VALUE_NOT_LIST_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_INJECTION_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_INTROSPECTION_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_INVALID_SCOPE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_LIST_GETTER_ARRAY_NO_SETTER_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_LIST_GETTER_DOES_NOT_RETURN_LIST_OR_ARRAY_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_LIST_PROPERTY_CONFIG_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_LIST_SETTER_DOES_NOT_ACCEPT_LIST_OR_ARRAY_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_MAP_PROPERTY_CONFIG_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_MAP_PROPERTY_INCORRECT_GETTER_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_MAP_PROPERTY_INCORRECT_SETTER_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROBLEMS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROBLEMS_STARTUP_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROPERTY_DOES_NOT_EXIST_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROPERTY_HAS_NO_SETTER_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROPERTY_INCORRECT_ARGS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_PROPERTY_UNKNOWN_PROCESSING_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_TYPE_CONVERSION_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_UNABLE_TO_SET_PROPERTY_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGED_BEAN_UNKNOWN_PROCESSING_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MANAGEDBEAN - Enum constant in enum class com.sun.faces.util.FacesLogger
 
managedClass(Class<?>) - Method in class jakarta.persistence.PersistenceConfiguration
Add a managed class (an Entity, Embeddable, MappedSuperclass, or Converter) to the configuration.
managedClasses() - Method in class jakarta.persistence.PersistenceConfiguration
The configured managed classes, that is, a list of classes annotated Entity, Embeddable, MappedSuperclass, or Converter.
ManagedConnection - Interface in jakarta.resource.spi
ManagedConnection instance represents a physical connection to the underlying EIS.
ManagedConnectionFactory - Interface in jakarta.resource.spi
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
ManagedConnectionMetaData - Interface in jakarta.resource.spi
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
ManagedExecutorDefinition - Annotation Interface in jakarta.enterprise.concurrent
Defines a ManagedExecutorService to be injected into ManagedExecutorService injection points including any required Qualifier annotations specified by ManagedExecutorDefinition.qualifiers() and registered in JNDI by the container under the JNDI name that is specified in the ManagedExecutorDefinition.name() attribute.
ManagedExecutorDefinition.List - Annotation Interface in jakarta.enterprise.concurrent
Enables multiple ManagedExecutorDefinition annotations on the same type.
ManagedExecutors - Class in jakarta.enterprise.concurrent
Utility methods for classes defined in this package.
ManagedExecutorService - Interface in jakarta.enterprise.concurrent
A manageable version of a ExecutorService.
ManagedProperty - Annotation Interface in jakarta.faces.annotation
The presence of this annotation (along with @Inject) on a field of any type causes the value returned from evaluating an expression language expression to be injected as the value of that field.
ManagedProperty.Literal - Class in jakarta.faces.annotation
Supports inline instantiation of the ManagedProperty qualifier.
ManagedPropertyProducer - Class in com.sun.faces.cdi
The ManagedPropertyProducer is the CDI producer that allows evaluation of arbitrary EL expressions.
ManagedPropertyProducer(Type, BeanManager) - Constructor for class com.sun.faces.cdi.ManagedPropertyProducer
 
ManagedScheduledExecutorDefinition - Annotation Interface in jakarta.enterprise.concurrent
Defines a ManagedScheduledExecutorService to be injected into ManagedScheduledExecutorService injection points including any required Qualifier annotations specified by ManagedScheduledExecutorDefinition.qualifiers() and registered in JNDI by the container under the JNDI name that is specified in the ManagedScheduledExecutorDefinition.name() attribute.
ManagedScheduledExecutorDefinition.List - Annotation Interface in jakarta.enterprise.concurrent
Enables multiple ManagedScheduledExecutorDefinition annotations on the same type.
ManagedScheduledExecutorService - Interface in jakarta.enterprise.concurrent
A manageable version of a ScheduledExecutorService.
managedTask(Runnable, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Runnable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Returns a Callable object that also implements ManagedTask interface so it can receive notification of lifecycle events with the provided ManagedTaskListener and to provide additional execution properties when the task is submitted to a ManagedExecutorService or a ManagedScheduledExecutorService.
ManagedTask - Interface in jakarta.enterprise.concurrent
A task submitted to an ManagedExecutorService or ManagedScheduledExecutorService can optionally implement this interface to provide identifying information about the task, to provide a ManagedTaskListener to get notification of lifecycle events of the task, or to provide additional execution properties.
ManagedTaskListener - Interface in jakarta.enterprise.concurrent
A ManagedTaskListener is used to monitor the state of a task's Future.
ManagedThreadFactory - Interface in jakarta.enterprise.concurrent
A manageable version of a ThreadFactory.
ManagedThreadFactoryDefinition - Annotation Interface in jakarta.enterprise.concurrent
Defines ManagedThreadFactory instances to be injected into ManagedThreadFactory injection points including any required Qualifier annotations specified by ManagedThreadFactoryDefinition.qualifiers() and registered in JNDI by the container under the JNDI name that is specified in the ManagedThreadFactoryDefinition.name() attribute.
ManagedThreadFactoryDefinition.List - Annotation Interface in jakarta.enterprise.concurrent
Enables multiple ManagedThreadFactoryDefinition annotations on the same type.
managedType(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
ManagedType<X> - Interface in jakarta.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
MANDATORY - Enum constant in enum class jakarta.ejb.TransactionAttributeType
If a client invokes the enterprise bean's method while the client is associated with a transaction context, the container invokes the enterprise bean's method in the client's transaction context.
MANDATORY - Enum constant in enum class jakarta.transaction.Transactional.TxType
If called outside a transaction context, a TransactionalException with a nested TransactionRequiredException must be thrown.
MANDATORY - Enum constant in enum class jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Client authentication is performed, and invalid clients are rejected.
MANY_TO_MANY - Enum constant in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Many-to-many association
MANY_TO_ONE - Enum constant in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Many-to-one association
ManyToMany - Annotation Interface in jakarta.persistence
Specifies a many-valued association with many-to-many multiplicity, mapping to an intermediate table called the join table.
ManyToOne - Annotation Interface in jakarta.persistence
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
map() - Static method in class com.sun.faces.util.CollectionsUtils
 
MAP - Enum constant in enum class jakarta.persistence.metamodel.PluralAttribute.CollectionType
Map-valued attribute
MAP_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
 
MapAttribute<X,K,V> - Interface in jakarta.persistence.metamodel
Instances of the type MapAttribute represent persistent Map-valued attributes.
MapELResolver - Class in jakarta.el
Defines property resolution behavior on instances of Map.
MapELResolver() - Constructor for class jakarta.el.MapELResolver
Creates a new read/write MapELResolver.
MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
Creates a new MapELResolver whose read-only status is determined by the given parameter.
mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
Maps a static method to Jakarta Expression Language function.
mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
Adds a static method that can be used as a function.
MapJoin<Z,K,V> - Interface in jakarta.persistence.criteria
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a Map.
MapKey - Annotation Interface in jakarta.persistence
Specifies the map key for associations of type Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Interface in jakarta.persistence
Specifies the type of the map key for associations of type Map.
MapKeyColumn - Annotation Interface in jakarta.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Interface in jakarta.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Interface in jakarta.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Interface in jakarta.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Interface in jakarta.persistence
Deprecated.
Newly-written code should use the date/time types defined in java.time.
MapMessage - Interface in jakarta.jms
A MapMessage object is used to send a set of name-value pairs.
mapPartitions() - Method in interface jakarta.batch.api.partition.PartitionMapper
The mapPartitions method that receives control at the start of partitioned step processing.
MAPPED_SUPERCLASS - Enum constant in enum class jakarta.persistence.metamodel.Type.PersistenceType
Mapped superclass
mappedBy() - Element in annotation interface jakarta.persistence.ManyToMany
The field that owns the relationship.
mappedBy() - Element in annotation interface jakarta.persistence.OneToMany
The field that owns the relationship.
mappedBy() - Element in annotation interface jakarta.persistence.OneToOne
(Optional) The field that owns the relationship.
mappedName() - Element in annotation interface jakarta.annotation.Resource
A product-specific name that this resource should be mapped to.
mappedName() - Element in annotation interface jakarta.ejb.EJB
The product specific name of the enterprise bean component to which this enterprise bean reference should be mapped.
mappedName() - Element in annotation interface jakarta.ejb.MessageDriven
A product specific name(e.g.
mappedName() - Element in annotation interface jakarta.ejb.Singleton
A product specific name(for example, global JNDI name) that this session bean should be mapped to.
mappedName() - Element in annotation interface jakarta.ejb.Stateful
A product specific name(e.g.
mappedName() - Element in annotation interface jakarta.ejb.Stateless
A product specific name(e.g.
mappedName() - Element in annotation interface jakarta.xml.ws.WebServiceRef
A product specific name that this resource should be mapped to.
MappedRecord<K,V> - Interface in jakarta.resource.cci
The interface jakarta.resource.cci.MappedRecord is used for key-value map based representation of record elements.
MappedSuperclass - Annotation Interface in jakarta.persistence
Declares a class which is not itself an entity, but whose mappings are inherited by the entities which extend it.
MappedSuperclassType<X> - Interface in jakarta.persistence.metamodel
An instance of the type MappedSuperclassType represents a mapped superclass type.
MappedValueExpression - Class in com.sun.faces.facelets.tag.jstl.core
 
MappedValueExpression(ValueExpression, Map.Entry) - Constructor for class com.sun.faces.facelets.tag.jstl.core.MappedValueExpression
 
Mapping a Class - Search tag in annotation interface jakarta.xml.bind.annotation.XmlType
Section
Mapping an enum type - Search tag in annotation interface jakarta.xml.bind.annotation.XmlType
Section
MappingException - Exception Class in jakarta.data.exceptions
A mapping exception is one thrown if an issue exists at runtime or build time in the data mapping.
MappingException(String) - Constructor for exception class jakarta.data.exceptions.MappingException
Constructs a new MappingException exception with the specified detail message.
MappingException(String, Throwable) - Constructor for exception class jakarta.data.exceptions.MappingException
Constructs a new MappingException exception with the specified detail message.
MappingException(Throwable) - Constructor for exception class jakarta.data.exceptions.MappingException
Constructs a new MappingException exception with the specified cause.
mappingFile(String) - Method in class jakarta.persistence.PersistenceConfiguration
Add the path of an XML mapping file loaded as a resource to the configuration.
mappingFiles() - Method in class jakarta.persistence.PersistenceConfiguration
The configured resource paths of XML mapping files.
MappingMatch - Enum Class in jakarta.servlet.http
Enumeration of Servlet mapping types.
MapsId - Annotation Interface in jakarta.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
mark(int) - Method in class jakarta.mail.util.SharedFileInputStream
See the general contract of the mark method of InputStream.
MARK_CHILDREN_MODIFIED - Static variable in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
MARK_CREATED - Static variable in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
MARK_CREATED_REMOVED - Static variable in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
markAsStartNode() - Method in class com.sun.faces.flow.builder.FlowCallBuilderImpl
 
markAsStartNode() - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
markAsStartNode() - Method in class com.sun.faces.flow.builder.ReturnBuilderImpl
 
markAsStartNode() - Method in class com.sun.faces.flow.builder.SwitchBuilderImpl
 
markAsStartNode() - Method in class com.sun.faces.flow.builder.ViewBuilderImpl
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.FlowCallBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.MethodCallBuilder
 
markAsStartNode() - Method in interface jakarta.faces.flow.builder.NodeBuilder
Mark this node as the start node in the flow.
markAsStartNode() - Method in class jakarta.faces.flow.builder.ReturnBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.SwitchBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.ViewBuilder
 
markForDeletion(UIComponent) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
Marks all direct children and Facets with an attribute for deletion.
markInitialState() - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
markInitialState() - Method in class com.sun.faces.facelets.component.UIRepeat
Override the base class method to take special action if the method is being invoked when StateManager.IS_BUILDING_INITIAL_STATE is true and the rowStatePreserved property for this instance is true.
markInitialState() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
markInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
markInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
The runtime must ensure that the PartialStateHolder.markInitialState() method is called on each instance of this interface in the view at the appropriate time to indicate the component is in its initial state.
markInitialState() - Method in class jakarta.faces.component.UIComponent
An implementation of PartialStateHolder.markInitialState(), this method is called by the runtime to indicate that the instance should start tracking changes to its state.
markInitialState() - Method in class jakarta.faces.component.UIComponentBase
For each of the attached objects on this instance that implement PartialStateHolder, call PartialStateHolder.markInitialState() on the attached object.
markInitialState() - Method in class jakarta.faces.component.UIData
Override the base class method to take special action if the method is being invoked when StateManager.IS_BUILDING_INITIAL_STATE is true and the rowStatePreserved JavaBeans property for this instance is true.
markInitialState() - Method in class jakarta.faces.component.UIInput
In addition to the actions taken in UIOutput when PartialStateHolder.markInitialState() is called, check if any of the installed Validators are PartialStateHolders and if so, call PartialStateHolder.markInitialState() as appropriate.
markInitialState() - Method in class jakarta.faces.component.UIOutput
In addition to the actions taken in UIComponentBase when PartialStateHolder.markInitialState() is called, check if the installed Converter is a PartialStateHolder and if it is, call PartialStateHolder.markInitialState() on it.
markInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
 
markInitialState() - Method in class jakarta.faces.convert.EnumConverter
 
markInitialState() - Method in class jakarta.faces.convert.NumberConverter
 
markInitialState() - Method in class jakarta.faces.validator.BeanValidator
 
markInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
markInitialState() - Method in class jakarta.faces.validator.LengthValidator
 
markInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
 
markInitialState() - Method in class jakarta.faces.validator.RegexValidator
 
markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler
Mark the resource as identified by given resource and library name as rendered.
markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
The default behavior of this method is to call ResourceHandler.markResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.
markSupported() - Method in class jakarta.mail.util.SharedFileInputStream
Tests if this input stream supports the mark and reset methods.
marshal(byte[]) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(BoundType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
Convert a bound type to a value type.
marshal(ElementT, ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.
marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Deprecated.
Convert a Link into a Link.JaxbLink.
marshal(Object, File) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, File) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, File) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a file.
marshal(Object, OutputStream) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, OutputStream) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, OutputStream) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into an output stream.
marshal(Object, Writer) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Writer) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a Writer.
marshal(Object, String) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URI) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, URL) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, XMLEventWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
marshal(Object, XMLStreamWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter.
marshal(Object, Result) - Static method in class jakarta.xml.bind.JAXB
Writes a Java object tree to XML and store it to the specified location.
marshal(Object, Result) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
marshal(Object, Node) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a DOM tree.
marshal(Object, ContentHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in interface jakarta.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into SAX2 events.
marshal(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
Marshal a Jakarta XML Binding object tree to a new XML document.
marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
No-op.
marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
No-op.
marshal(Element, ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
 
MarshalException - Exception Class in jakarta.xml.bind
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception class jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception class jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
MarshalException(String, Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
Marshaller - Interface in jakarta.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener - Class in jakarta.xml.bind
Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.
Marshalling - Search tag in class jakarta.xml.bind.JAXBContext
Section
match(int) - Method in class jakarta.mail.search.IntegerComparisonTerm
Match against the argument i.
match(MimeType) - Method in class jakarta.activation.MimeType
Determine if the primary and sub type of this object is the same as what is in the given type.
match(Address) - Method in class jakarta.mail.search.AddressStringTerm
Check whether the address pattern specified in the constructor is a substring of the string representation of the given Address object.
match(Address) - Method in class jakarta.mail.search.AddressTerm
Match against the argument Address.
match(ContentType) - Method in class jakarta.mail.internet.ContentType
Match with the specified ContentType object.
match(Message) - Method in class jakarta.mail.search.AndTerm
The AND operation.
match(Message) - Method in class jakarta.mail.search.BodyTerm
The match method.
match(Message) - Method in class jakarta.mail.search.FlagTerm
The comparison method.
match(Message) - Method in class jakarta.mail.search.FromStringTerm
Check whether the address string specified in the constructor is a substring of the From address of this Message.
match(Message) - Method in class jakarta.mail.search.FromTerm
The address comparator.
match(Message) - Method in class jakarta.mail.search.HeaderTerm
The header match method.
match(Message) - Method in class jakarta.mail.search.MessageIDTerm
The match method.
match(Message) - Method in class jakarta.mail.search.MessageNumberTerm
The match method.
match(Message) - Method in class jakarta.mail.search.NotTerm
 
match(Message) - Method in class jakarta.mail.search.OrTerm
The OR operation.
match(Message) - Method in class jakarta.mail.search.ReceivedDateTerm
The match method.
match(Message) - Method in class jakarta.mail.search.RecipientStringTerm
Check whether the address specified in the constructor is a substring of the recipient address of this Message.
match(Message) - Method in class jakarta.mail.search.RecipientTerm
The match method.
match(Message) - Method in class jakarta.mail.search.SearchTerm
This method applies a specific match criterion to the given message and returns the result.
match(Message) - Method in class jakarta.mail.search.SentDateTerm
The match method.
match(Message) - Method in class jakarta.mail.search.SizeTerm
The match method.
match(Message) - Method in class jakarta.mail.search.SubjectTerm
The match method.
match(SearchTerm) - Method in class jakarta.mail.Message
Apply the specified Search criterion to this message.
match(String) - Method in class jakarta.activation.MimeType
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
match(String) - Method in class jakarta.mail.internet.ContentType
Match with the specified content-type string.
match(String) - Method in class jakarta.mail.search.StringTerm
The match method.
match(Date) - Method in class jakarta.mail.search.DateTerm
The date comparison method.
MATCH_EXCEPTION_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the act of matching the value against the pattern returned from RegexValidator.getPattern() fails because of a PatternSyntaxException.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface jakarta.resource.spi.ManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Interface in jakarta.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
max() - Element in annotation interface jakarta.validation.constraints.Size
 
max(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
Max - Annotation Interface in jakarta.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
MAX_AGE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Max.List - Annotation Interface in jakarta.validation.constraints
Defines several Max annotations on the same element.
maxAge(int) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the maximum age of the the cookie in seconds.
maxAsync() - Element in annotation interface jakarta.enterprise.concurrent.ManagedExecutorDefinition
Upper bound on contextual tasks and actions that this executor will simultaneously execute asynchronously.
maxAsync() - Element in annotation interface jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
Upper bound on contextual tasks and actions that this executor will simultaneously execute asynchronously.
maxFileSize() - Element in annotation interface jakarta.servlet.annotation.MultipartConfig
The maximum size allowed for uploaded files.
maxIdleTime() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
MAXIMUM_EVENTS_REACHED_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the maximum length check fails.
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
maxlength - Enum constant in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
Deprecated, for removal: This API element is subject to removal in a future version.
maxlength - Enum constant in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
 
maxlength - Enum constant in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
maxMessageSize() - Element in annotation interface jakarta.websocket.OnMessage
Specifies the maximum size of message in bytes that the method this annotates will be able to process, or -1 to indicate that there is no maximum.
maxPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Maximum number of connections that should be concurrently allocated for a connection pool.
maxPoolSize() - Element in annotation interface jakarta.jms.JMSConnectionFactoryDefinition
Maximum number of connections that should be concurrently allocated for a connection pool.
maxPoolSize() - Element in annotation interface jakarta.resource.ConnectionFactoryDefinition
The maximum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
maxRequestSize() - Element in annotation interface jakarta.servlet.annotation.MultipartConfig
The maximum size allowed for multipart/form-data requests
maxResults() - Method in record class jakarta.data.Limit
Maximum number of results that can be returned for a single invocation of the repository method.
maxResults() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Set the maximum number of results (objects) the server should return in response to a search.
maxResultsExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Allow maxResults to be specified as Jakarta Expression Language expression.
maxStatements() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
The total number of statements that a connection pool should keep open.
MAXUID - Static variable in interface jakarta.mail.UIDFolder
The largest value possible for a UID, a 32-bit unsigned integer.
MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
The value of a type or subtype wildcard "*".
mediaType(MediaType) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Sets the media type for the EntityPart.
mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the media type of the event data.
mediaType(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
Convenience method for setting the media type for the EntityPart.
MediaType - Class in jakarta.ws.rs.core
An abstraction for a media type.
MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and "charset" parameter.
MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
member(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
Returns the value of this annotation's member with given name.
member(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a boolean-valued annotation member with given name.
member(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a boolean array-valued annotation member with given name.
member(String, byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a byte-valued annotation member with given name.
member(String, byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a byte array-valued annotation member with given name.
member(String, char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a char-valued annotation member with given name.
member(String, char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a char array-valued annotation member with given name.
member(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a double-valued annotation member with given name.
member(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a double array-valued annotation member with given name.
member(String, float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a float-valued annotation member with given name.
member(String, float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a float array-valued annotation member with given name.
member(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an int-valued annotation member with given name.
member(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an int array-valued annotation member with given name.
member(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a long-valued annotation member with given name.
member(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a long array-valued annotation member with given name.
member(String, short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a short-valued annotation member with given name.
member(String, short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a short array-valued annotation member with given name.
member(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation-valued annotation member with given name.
member(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation array-valued annotation member with given name.
member(String, AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation member with given name, whose value is given value.
member(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member with given name.
member(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member with given name.
member(String, ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member with given name.
member(String, ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member with given name.
member(String, Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member with given name.
member(String, Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member with given name.
member(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation-valued annotation member with given name.
member(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation array-valued annotation member with given name.
member(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member with given name.
member(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member with given name.
member(String, Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member with given name.
member(String, Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member with given name.
member(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member with given name.
member(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member with given name.
member(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a String-valued annotation member with given name.
member(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a String array-valued annotation member with given name.
members() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
Returns all members of this annotation as a map, where the key is the member name and the value is the member value.
MenuRenderer - Class in com.sun.faces.renderkit.html_basic
MenuRenderer is a class that renders the current value of UISelectOne or UISelectMany component as a list of menu options.
MenuRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.MenuRenderer
 
merge(T) - Method in interface jakarta.persistence.EntityManager
Merge the state of the given new or detached entity instance into the current persistence context, resulting in, respectively, an insert or possible update when the persistence context is synchronized with the database.
MERGE - Enum constant in enum class jakarta.persistence.CascadeType
Cascade the merge operation
mergeDocuments(DocumentInfo[], List<DocumentInfo>) - Static method in class com.sun.faces.config.manager.Documents
 
message - Variable in class jakarta.mail.event.StoreEvent
The message text to be presented to the user.
message() - Element in annotation interface jakarta.validation.constraints.AssertFalse
 
message() - Element in annotation interface jakarta.validation.constraints.AssertTrue
 
message() - Element in annotation interface jakarta.validation.constraints.DecimalMax
 
message() - Element in annotation interface jakarta.validation.constraints.DecimalMin
 
message() - Element in annotation interface jakarta.validation.constraints.Digits
 
message() - Element in annotation interface jakarta.validation.constraints.Email
 
message() - Element in annotation interface jakarta.validation.constraints.Future
 
message() - Element in annotation interface jakarta.validation.constraints.FutureOrPresent
 
message() - Element in annotation interface jakarta.validation.constraints.Max
 
message() - Element in annotation interface jakarta.validation.constraints.Min
 
message() - Element in annotation interface jakarta.validation.constraints.Negative
 
message() - Element in annotation interface jakarta.validation.constraints.NegativeOrZero
 
message() - Element in annotation interface jakarta.validation.constraints.NotBlank
 
message() - Element in annotation interface jakarta.validation.constraints.NotEmpty
 
message() - Element in annotation interface jakarta.validation.constraints.NotNull
 
message() - Element in annotation interface jakarta.validation.constraints.Null
 
message() - Element in annotation interface jakarta.validation.constraints.Past
 
message() - Element in annotation interface jakarta.validation.constraints.PastOrPresent
 
message() - Element in annotation interface jakarta.validation.constraints.Pattern
 
message() - Element in annotation interface jakarta.validation.constraints.Positive
 
message() - Element in annotation interface jakarta.validation.constraints.PositiveOrZero
 
message() - Element in annotation interface jakarta.validation.constraints.Size
 
Message - Class in jakarta.mail
This class models an email message.
Message - Interface in jakarta.jms
The Message interface is the root interface of all Jakarta Messaging messages.
Message() - Constructor for class jakarta.mail.Message
No-arg version of the constructor.
Message(Folder, int) - Constructor for class jakarta.mail.Message
Constructor that takes a Folder and a message number.
Message(Session) - Constructor for class jakarta.mail.Message
Constructor that takes a Session.
MESSAGE - Enum constant in enum class jakarta.xml.ws.Service.Mode
Message mode.
MESSAGE_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
Message has been successfully delivered to all recipients by the transport firing this event.
MESSAGE_ID - Static variable in class jakarta.faces.validator.BeanValidator
The message identifier of the FacesMessage to be created if a constraint failure is found.
MESSAGE_NOT_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
Message was not sent for some reason.
MESSAGE_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: message direction, true for outbound messages, false for inbound.
MESSAGE_PARTIALLY_DELIVERED - Static variable in class jakarta.mail.event.TransportEvent
Message was successfully sent to some recipients but not to all.
Message.RecipientType - Class in jakarta.mail
This inner class defines the types of recipients allowed by the Message class.
MessageAware - Interface in jakarta.mail
An interface optionally implemented by DataSources to supply information to a DataContentHandler about the message context in which the data content object is operating.
Message Bodies - Search tag in interface jakarta.jms.Message
Section
MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
messageChanged(MessageChangedEvent) - Method in interface jakarta.mail.event.MessageChangedListener
Invoked when a message is changed.
MessageChangedEvent - Class in jakarta.mail.event
This class models Message change events.
MessageChangedEvent(Object, int, Message) - Constructor for class jakarta.mail.event.MessageChangedEvent
Constructor.
MessageChangedListener - Interface in jakarta.mail.event
This is the Listener interface for MessageChanged events
MessageConsumer - Interface in jakarta.jms
A client uses a MessageConsumer object to receive messages from a destination.
MessageContext - Class in jakarta.mail
The context in which a piece of Message content is contained.
MessageContext - Interface in jakarta.xml.ws.handler
The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
MessageContext(Part) - Constructor for class jakarta.mail.MessageContext
Create a MessageContext object describing the context of the given Part.
MessageContext.Scope - Enum Class in jakarta.xml.ws.handler
Property scope.
MessageCountAdapter - Class in jakarta.mail.event
The adapter which receives MessageCount events.
MessageCountAdapter() - Constructor for class jakarta.mail.event.MessageCountAdapter
Creates a default MessageCountAdapter.
MessageCountEvent - Class in jakarta.mail.event
This class notifies changes in the number of messages in a folder.
MessageCountEvent(Folder, int, boolean, Message[]) - Constructor for class jakarta.mail.event.MessageCountEvent
Constructor.
MessageCountListener - Interface in jakarta.mail.event
This is the Listener interface for MessageCount events.
messageDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
 
messageDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
Invoked when a Message is succesfully delivered.
MessageDriven - Annotation Interface in jakarta.ejb
Component-defining annotation for a message driven bean.
MessageDrivenBean - Interface in jakarta.ejb
The MessageDrivenBean interface defines methods that the enterprise bean container uses to notify a message driven bean instance of the instance's life cycle events.
MessageDrivenContext - Interface in jakarta.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
MessageEndpoint - Interface in jakarta.resource.spi.endpoint
This defines a contract for a message endpoint.
MessageEndpointFactory - Interface in jakarta.resource.spi.endpoint
This serves as a factory for creating message endpoints.
MessageEOFException - Exception Class in jakarta.jms
This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.
MessageEOFException(String) - Constructor for exception class jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason.
MessageEOFException(String, String) - Constructor for exception class jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason and error code.
MessageEOFException(String, String, Exception) - Constructor for exception class jakarta.jms.MessageEOFException
Constructs a MessageEOFException with the specified reason, error code and linked exception.
MessageFactory - Class in com.sun.faces.ext.component
supported filters: package and protection.
MessageFactory - Class in com.sun.faces.util
supported filters: package and protection.
MessageFactory - Class in jakarta.xml.soap
A factory for creating SOAPMessage objects.
MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
Default constructor.
MessageFormatException - Exception Class in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type.
MessageFormatException(String) - Constructor for exception class jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason.
MessageFormatException(String, String) - Constructor for exception class jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason and error code.
MessageFormatException(String, String, Exception) - Constructor for exception class jakarta.jms.MessageFormatException
Constructs a MessageFormatException with the specified reason, error code and linked exception.
MessageFormatRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging application attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type, and the method signature does not permit a MessageFormatException to be thrown.
MessageFormatRuntimeException(String) - Constructor for exception class jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message
MessageFormatRuntimeException(String, String) - Constructor for exception class jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message and error code.
MessageFormatRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.MessageFormatRuntimeException
Constructs a MessageFormatRuntimeException with the specified detail message, error code and cause
MessageHandler - Interface in jakarta.websocket
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
MessageHandler.Partial<T> - Interface in jakarta.websocket
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
MessageHandler.Whole<T> - Interface in jakarta.websocket
This kind of handler is notified by the container on arrival of a complete message.
Message Headers - Search tag in interface jakarta.jms.Message
Section
MessageIDTerm - Class in jakarta.mail.search
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message.
MessageIDTerm(String) - Constructor for class jakarta.mail.search.MessageIDTerm
Constructor.
MessageInfo - Interface in jakarta.security.auth.message
A container (message processing runtime) uses this interface to pass messages and message processing state to authentication contexts for processing by authentication mechanisms (modules).
messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.Configuration
Defines the message interpolator used.
messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.ValidatorContext
Defines the message interpolator implementation used by the Validator.
MessageInterpolator - Interface in jakarta.validation
Interpolates a given constraint violation message.
MessageInterpolator.Context - Interface in jakarta.validation
Information related to the interpolation context.
MessageListener - Interface in jakarta.jms
A MessageListener object is used to receive asynchronously delivered messages.
MessageListener - Interface in jakarta.resource.cci
This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
messageListenerInterface() - Element in annotation interface jakarta.ejb.MessageDriven
Message-listener interface.
messageListeners() - Element in annotation interface jakarta.resource.spi.Activation
Indicates the message listener type(s) associated with this activation.
MESSAGEMESSAGE - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
messageName() - Element in annotation interface jakarta.xml.ws.WebFault
wsdl:Message's name.
messageNotDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
 
messageNotDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
Invoked when a Message is not delivered.
MessageNotReadableException - Exception Class in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to read a write-only message.
MessageNotReadableException(String) - Constructor for exception class jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason.
MessageNotReadableException(String, String) - Constructor for exception class jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason and error code.
MessageNotReadableException(String, String, Exception) - Constructor for exception class jakarta.jms.MessageNotReadableException
Constructs a MessageNotReadableException with the specified reason, error code and linked exception.
MessageNotWriteableException - Exception Class in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableException(String) - Constructor for exception class jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason.
MessageNotWriteableException(String, String) - Constructor for exception class jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason and error code.
MessageNotWriteableException(String, String, Exception) - Constructor for exception class jakarta.jms.MessageNotWriteableException
Constructs a MessageNotWriteableException with the specified reason, error code and linked exception.
MessageNotWriteableRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to write to a read-only message.
MessageNotWriteableRuntimeException(String) - Constructor for exception class jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason.
MessageNotWriteableRuntimeException(String, String) - Constructor for exception class jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified reason and error code.
MessageNotWriteableRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.MessageNotWriteableRuntimeException
Constructs a MessageNotWriteableRuntimeException with the specified detail message, error code and cause
MessageNumberTerm - Class in jakarta.mail.search
This class implements comparisons for Message numbers.
MessageNumberTerm(int) - Constructor for class jakarta.mail.search.MessageNumberTerm
Constructor.
messagePartiallyDelivered(TransportEvent) - Method in class jakarta.mail.event.TransportAdapter
 
messagePartiallyDelivered(TransportEvent) - Method in interface jakarta.mail.event.TransportListener
Invoked when a Message is partially delivered.
MessagePolicy - Class in jakarta.security.auth.message
This class defines a message authentication policy.
MessagePolicy(MessagePolicy.TargetPolicy[], boolean) - Constructor for class jakarta.security.auth.message.MessagePolicy
Create a MessagePolicy instance with an array of target policies.
MessagePolicy.ProtectionPolicy - Interface in jakarta.security.auth.message
This interface is used to represent message authentication policy.
MessagePolicy.Target - Interface in jakarta.security.auth.message
This interface is used to represent and perform message targeting.
MessagePolicy.TargetPolicy - Class in jakarta.security.auth.message
This class defines the message protection policies for specific Targets.
MessageProducer - Interface in jakarta.jms
A client uses a MessageProducer object to send messages to a destination.
Message Properties - Search tag in interface jakarta.jms.Message
Section
MessageRemovedException - Exception Class in jakarta.mail
The exception thrown when an invalid method is invoked on an expunged Message.
MessageRemovedException() - Constructor for exception class jakarta.mail.MessageRemovedException
Constructs a MessageRemovedException with no detail message.
MessageRemovedException(String) - Constructor for exception class jakarta.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message.
MessageRemovedException(String, Exception) - Constructor for exception class jakarta.mail.MessageRemovedException
Constructs a MessageRemovedException with the specified detail message and embedded exception.
MessageRenderer - Class in com.sun.faces.renderkit.html_basic
MessageRenderer handles rendering for the Message
MessageRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.MessageRenderer
 
Messages - Interface in jakarta.enterprise.inject.build.compatible.spi
Allows logging and producing errors during build compatible extension execution.
messagesAdded(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
 
messagesAdded(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
Invoked when messages are added into a folder.
Message Selectors - Search tag in interface jakarta.jms.Message
Section
MESSAGESMESSAGES - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
messagesRemoved(MessageCountEvent) - Method in class jakarta.mail.event.MessageCountAdapter
 
messagesRemoved(MessageCountEvent) - Method in interface jakarta.mail.event.MessageCountListener
Invoked when messages are removed (expunged) from a folder.
MessagesRenderer - Class in com.sun.faces.renderkit.html_basic
MessagesRenderer handles rendering for the Messages
MessagesRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.MessagesRenderer
 
MessageUtils - Class in com.sun.faces.util
This class contains all message constants and utility methods for creating FacesMessage instances or localized Strings for said constants.
MessagingException - Exception Class in jakarta.mail
The base class for all exceptions thrown by the Messaging classes
MessagingException() - Constructor for exception class jakarta.mail.MessagingException
Constructs a MessagingException with no detail message.
MessagingException(String) - Constructor for exception class jakarta.mail.MessagingException
Constructs a MessagingException with the specified detail message.
MessagingException(String, Exception) - Constructor for exception class jakarta.mail.MessagingException
Constructs a MessagingException with the specified Exception and detail message.
META_INF_CONTRACTS_DIR - Static variable in class com.sun.faces.config.WebConfiguration
 
MetaAnnotations - Interface in jakarta.enterprise.inject.build.compatible.spi
Allows registering custom CDI meta-annotations: qualifiers, interceptor bindings, stereotypes, and scopes.
metadata(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds the metadataElement to the W3CEndpointReference instance's wsa:Metadata element.
Metadata - Class in jakarta.faces.view.facelets
There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to Jakarta Server Faces Java API calls the appropriate instances.
Metadata() - Constructor for class jakarta.faces.view.facelets.Metadata
 
METADATA_FACET_NAME - Static variable in class jakarta.faces.component.UIViewRoot
The key in the facet collection that contains the meta data of the view root.
metadataCompile(URL, String) - Method in class com.sun.faces.facelets.compiler.Compiler
 
MetadataHandler - Class in com.sun.faces.facelets.tag.faces.core
This is a specialized FacetHandler to enable f:metadata support.
MetadataHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.MetadataHandler
 
MetadataTarget - Class in jakarta.faces.view.facelets
Information used with MetaRule for determining how and what Metadata should be wired.
MetadataTarget() - Constructor for class jakarta.faces.view.facelets.MetadataTarget
 
MetadataTargetImpl - Class in com.sun.faces.facelets.tag
 
MetadataTargetImpl(Class) - Constructor for class com.sun.faces.facelets.tag.MetadataTargetImpl
 
MetadataWrapperMap<K,V> - Class in com.sun.faces.util
 
MetadataWrapperMap(Map<K, V>) - Constructor for class com.sun.faces.util.MetadataWrapperMap
 
MetaInfFaceletTaglibraryConfigProvider - Class in com.sun.faces.config.configprovider
This resource providers finds all .taglib.xml files in the system.
MetaInfFaceletTaglibraryConfigProvider() - Constructor for class com.sun.faces.config.configprovider.MetaInfFaceletTaglibraryConfigProvider
 
MetaInfFacesConfigResourceProvider - Class in com.sun.faces.config.configprovider
 
MetaInfFacesConfigResourceProvider() - Constructor for class com.sun.faces.config.configprovider.MetaInfFacesConfigResourceProvider
 
Metamodel - Interface in jakarta.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
MetaRule - Class in jakarta.faces.view.facelets
The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page are wired to the Jakarta Faces API object instance associated with that element.
MetaRule() - Constructor for class jakarta.faces.view.facelets.MetaRule
 
MetaRuleset - Class in jakarta.faces.view.facelets
A mutable set of rules to be used in auto-wiring state to a particular object instance.
MetaRuleset() - Constructor for class jakarta.faces.view.facelets.MetaRuleset
 
MetaRulesetImpl - Class in com.sun.faces.facelets.tag
 
MetaRulesetImpl(Tag, Class<?>) - Constructor for class com.sun.faces.facelets.tag.MetaRulesetImpl
 
MetaTagHandler - Class in jakarta.faces.view.facelets
Every kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Faces Java API artifact is associated with an instance of this class.
MetaTagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.MetaTagHandler
Constructor.
MetaTagHandlerImpl - Class in com.sun.faces.facelets.tag
A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.
MetaTagHandlerImpl(TagConfig) - Constructor for class com.sun.faces.facelets.tag.MetaTagHandlerImpl
 
method(String) - Method in interface jakarta.servlet.http.PushBuilder
Deprecated.
Set the method to be used for the push.
method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
METHOD - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Method or constructor
METHOD - Enum constant in enum class jakarta.validation.ElementKind
A method.
METHOD_NOT_ALLOWED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
405 Method Not Allowed, see HTTP/1.1 documentation.
MethodCallBuilder - Class in jakarta.faces.flow.builder
Create a method call node in the current Flow.
MethodCallBuilder() - Constructor for class jakarta.faces.flow.builder.MethodCallBuilder
 
MethodCallBuilderImpl - Class in com.sun.faces.flow.builder
 
MethodCallBuilderImpl(FlowBuilderImpl, String) - Constructor for class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
methodCallNode(String) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
 
methodCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
Define a method call node.
MethodCallNode - Class in jakarta.faces.flow
Represents a method call node in the flow graph.
MethodCallNode() - Constructor for class jakarta.faces.flow.MethodCallNode
 
MethodCallNodeImpl - Class in com.sun.faces.flow
 
MethodCallNodeImpl(FacesContext, String, String, String, List<Parameter>) - Constructor for class com.sun.faces.flow.MethodCallNodeImpl
 
MethodCallNodeImpl(String) - Constructor for class com.sun.faces.flow.MethodCallNodeImpl
 
MethodConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
Allows adding annotations to and removing annotations from a method.
MethodDescriptor - Interface in jakarta.validation.metadata
Describes a validated method.
MethodExpression - Class in jakarta.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class jakarta.el.MethodExpression
 
MethodExpressionActionListener - Class in jakarta.faces.event
MethodExpressionActionListener is an ActionListener that wraps a MethodExpression.
MethodExpressionActionListener() - Constructor for class jakarta.faces.event.MethodExpressionActionListener
 
MethodExpressionActionListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
 
MethodExpressionValidator - Class in jakarta.faces.validator
MethodExpressionValidator is a Validator that wraps a MethodExpression, and it performs validation by executing a method on an object identified by the MethodExpression.
MethodExpressionValidator() - Constructor for class jakarta.faces.validator.MethodExpressionValidator
 
MethodExpressionValidator(MethodExpression) - Constructor for class jakarta.faces.validator.MethodExpressionValidator
Construct a Validator that contains a MethodExpression.
MethodExpressionValueChangeListener - Class in jakarta.faces.event
MethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression.
MethodExpressionValueChangeListener() - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
 
MethodExpressionValueChangeListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.To accommodate method expression targets that take no arguments instead of taking a ValueChangeEvent argument, the implementation of this class must take the argument methodExpressionOneArg, extract its expression string, and create another MethodExpression whose expected param types match those of a zero argument method.
MethodExpressionValueChangeListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodInfo - Class in jakarta.el
Holds information about a method that a MethodExpression evaluated to.
MethodInfo - Interface in jakarta.enterprise.lang.model.declarations
A method or a constructor, declared in some class.
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
Creates a new instance of MethodInfo with the given information.
MethodNotFoundException - Exception Class in jakarta.el
Thrown when a method could not be found while evaluating a MethodExpression.
MethodNotFoundException() - Constructor for exception class jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(String) - Constructor for exception class jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(String, Throwable) - Constructor for exception class jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.
MethodNotFoundException(Throwable) - Constructor for exception class jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotSupportedException - Exception Class in jakarta.mail
The exception thrown when a method is not supported by the implementation
MethodNotSupportedException() - Constructor for exception class jakarta.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with no detail message.
MethodNotSupportedException(String) - Constructor for exception class jakarta.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Exception) - Constructor for exception class jakarta.mail.MethodNotSupportedException
Constructs a MethodNotSupportedException with the specified detail message and embedded exception.
MethodReference - Class in jakarta.el
Provides information about the method to which a method expression resolves.
MethodReference(Object, MethodInfo, Annotation[], Object[]) - Constructor for class jakarta.el.MethodReference
 
MethodRule - Class in com.sun.faces.facelets.tag
Optional Rule for binding Method[Binding|Expression] properties
MethodRule(String, Class, Class[]) - Constructor for class com.sun.faces.facelets.tag.MethodRule
 
methods() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Returns a collection of MethodConfig objects for each method of this class, as defined by ClassInfo.methods.
methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
methods() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns a collection of methods declared or implicitly declared in this class and all its superclasses up to and excluding java.lang.Object, as well as all direct and indirect superinterfaces.
Methods where the entity type is explicitly specified - Search tag in module jakarta.data
Section
MethodType - Enum Class in jakarta.validation.metadata
Represents the type of a method: getter or non getter.
Metric - Interface in jakarta.batch.runtime
The Metric interface defines job metrics recorded by the batch runtime.
Metric.MetricType - Enum Class in jakarta.batch.runtime
The enum defining the specification-defined metric types.
MIDDLE_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
milliseconds() - Method in class jakarta.persistence.Timeout
The timeout in milliseconds.
milliseconds(int) - Static method in class jakarta.persistence.Timeout
Specify a timeout in milliseconds.
MIME - Static variable in class jakarta.mail.internet.HeaderTokenizer
MIME specials
MimeBodyPart - Class in jakarta.mail.internet
This class represents a MIME body part.
MimeBodyPart() - Constructor for class jakarta.mail.internet.MimeBodyPart
An empty MimeBodyPart object is created.
MimeBodyPart(InternetHeaders, byte[]) - Constructor for class jakarta.mail.internet.MimeBodyPart
Constructs a MimeBodyPart using the given header and content bytes.
MimeBodyPart(InputStream) - Constructor for class jakarta.mail.internet.MimeBodyPart
Constructs a MimeBodyPart by reading and parsing the data from the specified input stream.
mimeCharset(String) - Static method in class jakarta.mail.internet.MimeUtility
Convert a java charset into its MIME charset name.
MimeHeader - Class in jakarta.xml.soap
An object that stores a MIME header name and its value.
MimeHeader(String, String) - Constructor for class jakarta.xml.soap.MimeHeader
Constructs a MimeHeader object initialized with the given name and value.
MimeHeaders - Class in jakarta.xml.soap
A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message.
MimeHeaders() - Constructor for class jakarta.xml.soap.MimeHeaders
Constructs a default MimeHeaders object initialized with an empty Vector object.
MimeMessage - Class in jakarta.mail.internet
This class represents a MIME style email message.
MimeMessage(Folder, int) - Constructor for class jakarta.mail.internet.MimeMessage
Constructs an empty MimeMessage object with the given Folder and message number.
MimeMessage(Folder, InternetHeaders, byte[], int) - Constructor for class jakarta.mail.internet.MimeMessage
Constructs a MimeMessage from the given InternetHeaders object and content.
MimeMessage(Folder, InputStream, int) - Constructor for class jakarta.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage(MimeMessage) - Constructor for class jakarta.mail.internet.MimeMessage
Constructs a new MimeMessage with content initialized from the source MimeMessage.
MimeMessage(Session) - Constructor for class jakarta.mail.internet.MimeMessage
Default constructor.
MimeMessage(Session, InputStream) - Constructor for class jakarta.mail.internet.MimeMessage
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.
MimeMessage.RecipientType - Class in jakarta.mail.internet
This inner class extends the jakarta.mail.Message.RecipientType class to add additional RecipientTypes.
MimeMultipart - Class in jakarta.mail.internet
The MimeMultipart class is an implementation of the abstract Multipart class that uses MIME conventions for the multipart data.
MimeMultipart() - Constructor for class jakarta.mail.internet.MimeMultipart
Default constructor.
MimeMultipart(DataSource) - Constructor for class jakarta.mail.internet.MimeMultipart
Constructs a MimeMultipart object and its bodyparts from the given DataSource.
MimeMultipart(BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
Construct a MimeMultipart object of the default "mixed" subtype, and with the given body parts.
MimeMultipart(String) - Constructor for class jakarta.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype.
MimeMultipart(String, BodyPart...) - Constructor for class jakarta.mail.internet.MimeMultipart
Construct a MimeMultipart object of the given subtype and with the given body parts.
MimePart - Interface in jakarta.mail.internet
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).
MimePartDataSource - Class in jakarta.mail.internet
A utility class that implements a DataSource out of a MimePart.
MimePartDataSource(MimePart) - Constructor for class jakarta.mail.internet.MimePartDataSource
Constructor, that constructs a DataSource from a MimePart.
MimeType - Class in jakarta.activation
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
MimeType() - Constructor for class jakarta.activation.MimeType
Default constructor.
MimeType(String) - Constructor for class jakarta.activation.MimeType
Constructor that builds a MimeType from a String.
MimeType(String, String) - Constructor for class jakarta.activation.MimeType
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
MimeTypeEntry - Class in jakarta.activation
Represents mapping between the file extension and the MIME type string.
MimeTypeEntry(String, String) - Constructor for class jakarta.activation.MimeTypeEntry
Create new MimeTypeEntry
MimeTypeParameterList - Class in jakarta.activation
A parameter list of a MimeType as defined in RFC 2045 and 2046.
MimeTypeParameterList() - Constructor for class jakarta.activation.MimeTypeParameterList
Default constructor.
MimeTypeParameterList(String) - Constructor for class jakarta.activation.MimeTypeParameterList
Constructs a new MimeTypeParameterList with the passed in data.
MimeTypeParseException - Exception Class in jakarta.activation
A class to encapsulate MimeType parsing related exceptions.
MimeTypeParseException() - Constructor for exception class jakarta.activation.MimeTypeParseException
Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String) - Constructor for exception class jakarta.activation.MimeTypeParseException
Constructs a MimeTypeParseException with the specified detail message.
MimeTypeRegistry - Interface in jakarta.activation
The MimeTypeRegistry interface is implemented by objects that can be used to store and retrieve MimeTypeEntries.
MimeTypeRegistryProvider - Interface in jakarta.activation.spi
This interface defines a factory for MimeTypeRegistry.
MimetypesFileTypeMap - Class in jakarta.activation
This class extends FileTypeMap and provides data typing of files via their file extension.
MimetypesFileTypeMap() - Constructor for class jakarta.activation.MimetypesFileTypeMap
The default constructor.
MimetypesFileTypeMap(InputStream) - Constructor for class jakarta.activation.MimetypesFileTypeMap
Construct a MimetypesFileTypeMap with programmatic entries added from the InputStream.
MimetypesFileTypeMap(String) - Constructor for class jakarta.activation.MimetypesFileTypeMap
Construct a MimetypesFileTypeMap with programmatic entries added from the named file.
MimeUtility - Class in jakarta.mail.internet
This is a utility class that provides various MIME related functionality.
min() - Element in annotation interface jakarta.validation.constraints.Size
 
min(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
Min - Annotation Interface in jakarta.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specified minimum.
Min.List - Annotation Interface in jakarta.validation.constraints
Defines several Min annotations on the same element.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the minimum length check fails.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
minPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Minimum number of connections that should be allocated for a connection pool.
minPoolSize() - Element in annotation interface jakarta.jms.JMSConnectionFactoryDefinition
Minimum number of connections that should be concurrently allocated for a connection pool.
minPoolSize() - Element in annotation interface jakarta.resource.ConnectionFactoryDefinition
The minimum number of connections that should be allocated for a connection pool that backs this connnection factory resource.
minute() - Element in annotation interface jakarta.ejb.Schedule
Specifies one or more minutes with an hour.
minute(int) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
minute(String) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
MINUTE - Static variable in class jakarta.persistence.criteria.LocalDateTimeField
The minute of the hour, numbered from 0 to 59.
MINUTE - Static variable in class jakarta.persistence.criteria.LocalTimeField
The minute of the hour, numbered from 0 to 59.
minutes() - Element in annotation interface jakarta.enterprise.concurrent.Schedule
Minutes at which the asynchronous method aims to run.
minutes(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the minutes cron field, overwriting any previous value for minutes.
minutes(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the minutes cron field, overwriting any previous value for minutes.
MISSING_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_COMPONENT_ATTRIBUTE_VALUE - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_COMPONENT_FACET - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_COMPONENT_METADATA - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_FORM_ERROR - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_METADATA_ERROR - Static variable in class com.sun.faces.util.MessageUtils
 
MISSING_RESOURCE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
mod(Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
mod(Expression<Integer>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
mod(Integer, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus (remainder under integer division) of its arguments.
mode - Variable in class jakarta.mail.Folder
The open mode of this folder.
mode() - Method in interface jakarta.data.page.PageRequest
Returns the type of pagination.
mode() - Element in annotation interface jakarta.jws.WebParam
The direction in which the parameter is flowing (One of IN, OUT, or INOUT).
mode() - Element in annotation interface jakarta.persistence.StoredProcedureParameter
Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter.
Model - Annotation Interface in jakarta.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
MODEL_UPDATE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
modified - Variable in class jakarta.mail.internet.MimeMessage
A flag indicating whether the message has been modified.
modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns the modifiers of this class as an int.
modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns the modifiers of this field as an int.
modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns the modifiers of this method as an int.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
MODULES - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the set of modules to be initialized.
MOJARRA_PACKAGE_PREFIX - Static variable in class com.sun.faces.config.FacesInitializer
 
MOJARRA_TEST_PACKAGE_PREFIX - Static variable in class com.sun.faces.config.FacesInitializer
 
MojarraRuntimePopulator - Class in com.sun.faces.config.configpopulator
 
MojarraRuntimePopulator() - Constructor for class com.sun.faces.config.configpopulator.MojarraRuntimePopulator
 
MojarraThreadFactory - Class in com.sun.faces.util
 
MojarraThreadFactory(String) - Constructor for class com.sun.faces.util.MojarraThreadFactory
 
month() - Element in annotation interface jakarta.ejb.Schedule
Specifies one or more months within a year.
month(int) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
month(String) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
MONTH - Static variable in class jakarta.persistence.criteria.LocalDateField
The calendar month of the year, numbered from 1.
MONTH - Static variable in class jakarta.persistence.criteria.LocalDateTimeField
The calendar month of the year, numbered from 1.
months() - Element in annotation interface jakarta.enterprise.concurrent.Schedule
Months in which the asynchronous method aims to run.
months(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the months cron field, overwriting any previous value for months.
months(Month...) - Method in class jakarta.enterprise.concurrent.CronTrigger
Configure the month cron field, overwriting any previous value for month.
moreResults() - Method in record class jakarta.data.page.impl.PageRecord
Returns the value of the moreResults record component.
MostlySingletonSet<E> - Class in com.sun.faces.util
 
MostlySingletonSet() - Constructor for class com.sun.faces.util.MostlySingletonSet
 
move(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "move" JSON Patch operation.
MOVE - Enum constant in enum class jakarta.json.JsonPatch.Operation
"move" operation.
MOVED_PERMANENTLY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
301 Moved Permanently, see HTTP/1.1 documentation.
ms(int) - Static method in class jakarta.persistence.Timeout
Specify a timeout in milliseconds.
msg - Variable in class jakarta.mail.event.MessageChangedEvent
The message that changed.
msg - Variable in class jakarta.mail.event.TransportEvent
The Message to which this event applies.
msgnum - Variable in class jakarta.mail.Message
The number of this message within its folder, or zero if the message was not retrieved from a folder.
msgs - Variable in class jakarta.mail.event.MessageCountEvent
The messages.
MTOM - Annotation Interface in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature - Class in jakarta.xml.ws.soap
This feature represents the use of MTOM with a web service.
MTOMFeature() - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Create an MTOMFeature.
MTOMFeature(boolean) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(boolean, int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MTOMFeature(int) - Constructor for class jakarta.xml.ws.soap.MTOMFeature
Creates a MTOMFeature.
MultiKeyConcurrentHashMap<K,V> - Class in com.sun.faces.util
This code is based off the source for ConcurrentHashMap from JDK 5 with the ability of mapping multiple keys to a single value.
MultiKeyConcurrentHashMap() - Constructor for class com.sun.faces.util.MultiKeyConcurrentHashMap
Creates a new, empty map with a default initial capacity, load factor, and concurrencyLevel.
MultiKeyConcurrentHashMap(int) - Constructor for class com.sun.faces.util.MultiKeyConcurrentHashMap
Creates a new, empty map with the specified initial capacity, and with default load factor and concurrencyLevel.
MultiKeyConcurrentHashMap(int, float, int) - Constructor for class com.sun.faces.util.MultiKeyConcurrentHashMap
Creates a new, empty map with the specified initial capacity, load factor, and concurrency level.
MULTILINE - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
Enables multiline mode.
Multipart - Class in jakarta.mail
Multipart is a container that holds multiple body parts.
Multipart() - Constructor for class jakarta.mail.Multipart
Default constructor.
MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "multipart/form-data" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "multipart/form-data" media type.
MultipartConfig - Annotation Interface in jakarta.servlet.annotation
Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
MultipartConfigElement - Class in jakarta.servlet
Java Class representation of an MultipartConfig annotation value.
MultipartConfigElement(MultipartConfig) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance from a MultipartConfig annotation value.
MultipartConfigElement(String) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with defaults for all but location.
MultipartConfigElement(String, long, long, int) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with all values specified.
MultipartDataSource - Interface in jakarta.mail
MultipartDataSource is a DataSource that contains body parts.
multiple - Enum constant in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
 
MULTIPLE_CHOICES - Enum constant in enum class jakarta.ws.rs.core.Response.Status
300 Multiple Choices, see HTTP/1.1: Semantics and Content.
multiselect(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
multiselect(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
MultiStrategyCopier - Class in com.sun.faces.util.copier
Copier that copies an object trying a variety of strategies until one succeeds.
MultiStrategyCopier() - Constructor for class com.sun.faces.util.copier.MultiStrategyCopier
 
MultivaluedHashMap<K,V> - Class in jakarta.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in jakarta.ws.rs.core
A map of key-values pairs.
MultiViewHandler - Class in com.sun.faces.application.view
This ViewHandler implementation handles the Facelets VDL-based views.
MultiViewHandler() - Constructor for class com.sun.faces.application.view.MultiViewHandler
 
MutableNavigationCase - Class in com.sun.faces.flow.builder
NavigationCase represents a <navigation-case> in the navigation rule base, as well as the <from-view-id> with which this <navigation-case> is a sibling.
MutableNavigationCase() - Constructor for class com.sun.faces.flow.builder.MutableNavigationCase
 
MutableNavigationCase(String, String, String, String, String, String, boolean, boolean) - Constructor for class com.sun.faces.flow.builder.MutableNavigationCase
 
MutableNavigationCase(String, String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class com.sun.faces.flow.builder.MutableNavigationCase
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form