Package com.vaadin.flow.di
Class LookupInitializer.AppShellPredicateImpl
java.lang.Object
com.vaadin.flow.di.LookupInitializer.AppShellPredicateImpl
- All Implemented Interfaces:
AppShellPredicate
- Enclosing class:
LookupInitializer
protected static class LookupInitializer.AppShellPredicateImpl
extends Object
implements AppShellPredicate
Default implementation of
AppShellPredicate.- Author:
- Vaadin Ltd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the class is anAppShellConfiguratorclass inside the web application.
-
Constructor Details
-
AppShellPredicateImpl
public AppShellPredicateImpl()Creates a new instance.
-
-
Method Details
-
isShell
Description copied from interface:AppShellPredicateChecks whether the class is anAppShellConfiguratorclass inside the web application.- Specified by:
isShellin interfaceAppShellPredicate- Parameters:
clz- the class to check , notnull- Returns:
- true if the class extends
AppShellConfigurator.
-