Uses of Class
com.openhtmltopdf.outputdevice.helper.ExternalResourceControlPriority
-
Packages that use ExternalResourceControlPriority Package Description com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.swing -
-
Uses of ExternalResourceControlPriority in com.openhtmltopdf.outputdevice.helper
Methods in com.openhtmltopdf.outputdevice.helper that return ExternalResourceControlPriority Modifier and Type Method Description static ExternalResourceControlPriorityExternalResourceControlPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalResourceControlPriority[]ExternalResourceControlPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.outputdevice.helper with parameters of type ExternalResourceControlPriority Modifier and Type Method Description TFinalClassBaseRendererBuilder. 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 ExternalResourceControlPriority Modifier and Type Field Description protected Map<ExternalResourceControlPriority,BiPredicate<String,ExternalResourceType>>NaiveUserAgent. _accessControllersMethods in com.openhtmltopdf.swing with parameters of type ExternalResourceControlPriority Modifier and Type Method Description booleanNaiveUserAgent. checkAccessAllowed(String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority)voidNaiveUserAgent. setAccessController(ExternalResourceControlPriority prio, BiPredicate<String,ExternalResourceType> controller)
-