protected static class LookupInitializer.AppShellPredicateImpl extends Object implements AppShellPredicate
AppShellPredicate
.Constructor and Description |
---|
AppShellPredicateImpl()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isShell(Class<?> clz)
Checks whether the class is an
AppShellConfigurator class inside
the web application. |
public boolean isShell(Class<?> clz)
AppShellPredicate
AppShellConfigurator
class inside
the web application.isShell
in interface AppShellPredicate
clz
- the class to check , not null
AppShellConfigurator
.Copyright © 2000–2021 Vaadin Ltd. All rights reserved.