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 ofAppShellPredicate.- Since:
- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description AppShellPredicateImpl()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShell(Class<?> clz)Checks whether the class is anAppShellConfiguratorclass inside the web application.
-
-
-
Method Detail
-
isShell
public boolean isShell(Class<?> clz)
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.
-
-