We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.di.
Package com.vaadin.flow.di
Class LookupInitializer.AppShellPredicateImpl
java.lang.Object
com.vaadin.flow.di.LookupInitializer.AppShellPredicateImpl
All Implemented Interfaces:
Enclosing class:
protected static class LookupInitializer.AppShellPredicateImpl
extends Object
implements AppShellPredicate
Default implementation of AppShellPredicate.
Since:
Author:
Vaadin Ltd
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the class is an
AppShellConfiguratorclass 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 an
AppShellConfiguratorclass inside the web application.Specified by:
isShellin interfaceAppShellPredicateParameters:
clz- the class to check , notnullReturns:
true if the class extends
AppShellConfigurator. 
 -