Package com.openhtmltopdf.swing
Class NaiveUserAgent.DefaultAccessController
- java.lang.Object
-
- com.openhtmltopdf.swing.NaiveUserAgent.DefaultAccessController
-
- All Implemented Interfaces:
BiPredicate<String,ExternalResourceType>
- Enclosing class:
- NaiveUserAgent
public static class NaiveUserAgent.DefaultAccessController extends Object implements BiPredicate<String,ExternalResourceType>
-
-
Constructor Summary
Constructors Constructor Description DefaultAccessController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(String uri, ExternalResourceType resourceType)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
-
-
-
Method Detail
-
test
public boolean test(String uri, ExternalResourceType resourceType)
- Specified by:
testin interfaceBiPredicate<String,ExternalResourceType>
-
-