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(java.lang.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(java.util.function.BiPredicate<java.lang.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 java.util.Map<ExternalResourceControlPriority,java.util.function.BiPredicate<java.lang.String,ExternalResourceType>>NaiveUserAgent. _accessControllersMethods in com.openhtmltopdf.swing with parameters of type ExternalResourceControlPriority Modifier and Type Method Description booleanNaiveUserAgent. checkAccessAllowed(java.lang.String uriOrResolved, ExternalResourceType type, ExternalResourceControlPriority priority)voidNaiveUserAgent. setAccessController(ExternalResourceControlPriority prio, java.util.function.BiPredicate<java.lang.String,ExternalResourceType> controller)
-