Uses of Interface
jakarta.activation.DataContentHandlerFactory
-
Packages that use DataContentHandlerFactory Package Description jakarta.activation Jakarta Activation is used by Jakarta Mail to manage MIME data. -
-
Uses of DataContentHandlerFactory in jakarta.activation
Fields in jakarta.activation declared as DataContentHandlerFactory Modifier and Type Field Description private static DataContentHandlerFactory
DataHandler. factory
private DataContentHandlerFactory
DataHandler. oldFactory
Methods in jakarta.activation with parameters of type DataContentHandlerFactory Modifier and Type Method Description static void
DataHandler. setDataContentHandlerFactory(DataContentHandlerFactory newFactory)
Sets the DataContentHandlerFactory.
-