public abstract class WebUtils
extends Object
Static method for common use
- Author:
- Pavel Ponec
-
Constructor Summary
Constructors
-
Method Summary
static final <V> boolean
Check if any attribute is typeof the Renderer
static final boolean
Check if any attribute is typeof the Renderer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebUtils
public WebUtils()
-
Method Details
-
isType
public static final <V> boolean isType(@NotNull
@NotNull Class type,
@NotNull
@NotNull V... items)
Check if any attribute is typeof the Renderer
-
isType
public static final boolean isType(Class type,
@NotNull
@NotNull Stream<Object> items)
Check if any attribute is typeof the Renderer