Index
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
. - 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
- managedClasses() - Method in class jakarta.persistence.PersistenceConfiguration
-
The configured managed classes, that is, a list of classes annotated
Entity
,Embeddable
,MappedSuperclass
, orConverter
. - ManagedExecutorDefinition - Annotation Interface in jakarta.enterprise.concurrent
-
Defines a
ManagedExecutorService
to be injected intoManagedExecutorService
injection points including any requiredQualifier
annotations specified byManagedExecutorDefinition.qualifiers()
and registered in JNDI by the container under the JNDI name that is specified in theManagedExecutorDefinition.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 intoManagedScheduledExecutorService
injection points including any requiredQualifier
annotations specified byManagedScheduledExecutorDefinition.qualifiers()
and registered in JNDI by the container under the JNDI name that is specified in theManagedScheduledExecutorDefinition.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 implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Runnable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - ManagedTask - Interface in jakarta.enterprise.concurrent
-
A task submitted to an
ManagedExecutorService
orManagedScheduledExecutorService
can optionally implement this interface to provide identifying information about the task, to provide aManagedTaskListener
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 intoManagedThreadFactory
injection points including any requiredQualifier
annotations specified byManagedThreadFactoryDefinition.qualifiers()
and registered in JNDI by the container under the JNDI name that is specified in theManagedThreadFactoryDefinition.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, - Interface in jakarta.persistence.metamodelV> -
Instances of the type
MapAttribute
represent persistentMap
-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, - Interface in jakarta.persistence.criteriaV> -
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 aMap
. - 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.
- 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.
- 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
orOneToOne
relationship attribute that provides the mapping for anEmbeddedId
primary key, an attribute within anEmbeddedId
primary key, or a simple primary key of the parent entity. - 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 therowStatePreserved
property for this instance istrue
. - markInitialState() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
- markInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
PartialStateHolder.markInitialState()
. - 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
, callPartialStateHolder.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 therowStatePreserved
JavaBeans property for this instance istrue
. - markInitialState() - Method in class jakarta.faces.component.UIInput
-
In addition to the actions taken in
UIOutput
whenPartialStateHolder.markInitialState()
is called, check if any of the installedValidator
s are PartialStateHolders and if so, callPartialStateHolder.markInitialState()
as appropriate. - markInitialState() - Method in class jakarta.faces.component.UIOutput
-
In addition to the actions taken in
UIComponentBase
whenPartialStateHolder.markInitialState()
is called, check if the installedConverter
is a PartialStateHolder and if it is, callPartialStateHolder.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 wrappedResourceHandler
object. - 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 aLink.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 aXMLEventWriter
. - 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 aXMLStreamWriter
. - 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 specifiedjavax.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(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(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_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 fromRegexValidator.getPattern()
fails because of aPatternSyntaxException
. - 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.
- 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.
- 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 givenvalue
. - 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
orUISelectMany
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() - 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 - Enum constant in enum class jakarta.xml.ws.Service.Mode
-
Message mode.
- 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_OUTBOUND_PROPERTY - Static variable in interface jakarta.xml.ws.handler.MessageContext
-
Standard property: message direction,
true
for outbound messages,false
for inbound. - 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.
- MessageContext - Interface in jakarta.xml.ws.handler
-
The interface
MessageContext
abstracts the message context that is processed by a handler in thehandle
method. - MessageContext.Scope - Enum Class in jakarta.xml.ws.handler
-
Property scope.
- 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.
- MessageFactory - Class in com.sun.faces.ext.component
-
supported filters:
package
andprotection
. - MessageFactory - Class in com.sun.faces.util
-
supported filters:
package
andprotection
. - MessageFactory - Class in jakarta.xml.soap
-
A factory for creating
SOAPMessage
objects. - MessageFactory() - Constructor for class jakarta.xml.soap.MessageFactory
-
Default constructor.
- 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.
- 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.
- messageListenerInterface() - Element in annotation interface jakarta.ejb.MessageDriven
-
Message-listener interface.
- 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.
- 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.
- 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.
- MESSAGESMESSAGES - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
- 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 localizedString
s for said constants. - 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 theW3CEndpointReference
instance'swsa: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 enablef:metadata
support. - MetadataHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.MetadataHandler
- MetadataTarget - Class in jakarta.faces.view.facelets
- 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() - Constructor for class jakarta.faces.event.MethodExpressionActionListener
- MethodExpressionActionListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
. - MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
- MethodExpressionValidator - Class in jakarta.faces.validator
-
MethodExpressionValidator is a
Validator
that wraps aMethodExpression
, and it performs validation by executing a method on an object identified by theMethodExpression
. - MethodExpressionValidator() - Constructor for class jakarta.faces.validator.MethodExpressionValidator
- MethodExpressionValidator(MethodExpression) - Constructor for class jakarta.faces.validator.MethodExpressionValidator
-
Construct a
Validator
that contains aMethodExpression
. - MethodExpressionValueChangeListener - Class in jakarta.faces.event
- MethodExpressionValueChangeListener() - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
- MethodExpressionValueChangeListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
.To accommodate method expression targets that take no arguments instead of taking aValueChangeEvent
argument, the implementation of this class must take the argumentmethodExpressionOneArg
, extract its expression string, and create anotherMethodExpression
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 aMethodExpression
. - 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. - 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 byClassInfo.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.
- 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.
- 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 emptyVector
object. - 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.
- 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.
- 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() - 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
- 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.
- 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_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.
- 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
-
Deprecated.Since this method is not typesafe, the use of
CriteriaBuilder.array(jakarta.persistence.criteria.Selection<?>...)
orCriteriaBuilder.tuple(jakarta.persistence.criteria.Selection<?>...)
withCriteriaQuery.select(jakarta.persistence.criteria.Selection<? extends T>)
is strongly preferred. - multiselect(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Deprecated.Since this method is not typesafe, the use of
CriteriaBuilder.array(jakarta.persistence.criteria.Selection<?>...)
orCriteriaBuilder.tuple(jakarta.persistence.criteria.Selection<?>...)
withCriteriaQuery.select(jakarta.persistence.criteria.Selection<? extends T>)
is strongly preferred. - 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
java.time
.