public abstract class WebUtils extends Object
| Constructor and Description |
|---|
WebUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isType(Class type,
@NotNull Stream<Object> items)
Check if any attribute is typeof the Renderer
|
static <V> boolean |
isType(@NotNull Class type,
V... items)
Check if any attribute is typeof the Renderer
|
Copyright 2015, Pavel Ponec