Uses of Enum Class
com.openhtmltopdf.outputdevice.helper.ExternalResourceControlPriority
Packages that use ExternalResourceControlPriority
-
Uses of ExternalResourceControlPriority in com.openhtmltopdf.outputdevice.helper
Methods in com.openhtmltopdf.outputdevice.helper that return ExternalResourceControlPriorityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExternalResourceControlPriority[]
ExternalResourceControlPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type ExternalResourceControlPriorityModifier and TypeMethodDescriptionBaseRendererBuilder.useExternalResourceAccessControl
(BiPredicate<String, ExternalResourceType> allowExternalResource, ExternalResourceControlPriority priority) Allows to set one external access controller to run before the uri resolver and one to run after the uri resolver. -
Uses of ExternalResourceControlPriority in com.openhtmltopdf.swing
Fields in com.openhtmltopdf.swing with type parameters of type ExternalResourceControlPriorityModifier and TypeFieldDescriptionprotected final Map
<ExternalResourceControlPriority, BiPredicate<String, ExternalResourceType>> NaiveUserAgent._accessControllers
Methods in com.openhtmltopdf.swing with parameters of type ExternalResourceControlPriorityModifier and TypeMethodDescriptionboolean
NaiveUserAgent.checkAccessAllowed
(String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority) void
NaiveUserAgent.setAccessController
(ExternalResourceControlPriority prio, BiPredicate<String, ExternalResourceType> controller)