Uses of Enum Class
com.openhtmltopdf.outputdevice.helper.ExternalResourceControlPriority
Packages that use ExternalResourceControlPriority
-
Uses of ExternalResourceControlPriority in com.openhtmltopdf.outputdevice.helper
Subclasses with type arguments of type ExternalResourceControlPriority in com.openhtmltopdf.outputdevice.helperMethods 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._accessControllersMethods in com.openhtmltopdf.swing with parameters of type ExternalResourceControlPriorityModifier and TypeMethodDescriptionbooleanNaiveUserAgent.checkAccessAllowed(String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority) voidNaiveUserAgent.setAccessController(ExternalResourceControlPriority prio, BiPredicate<String, ExternalResourceType> controller)