Package com.vaadin.flow.server.startup
Interface AppShellPredicate
- All Known Implementing Classes:
LookupInitializer.AppShellPredicateImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Checks whether the provided class is an
AppShellConfigurator eligible
for the web application.- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the class is anAppShellConfiguratorclass inside the web application.
-
Method Details
-
isShell
Checks whether the class is anAppShellConfiguratorclass inside the web application.- Parameters:
clz- the class to check , notnull- Returns:
- true if the class extends
AppShellConfigurator.
-