Uses of Interface
com.vaadin.classic.v8.server.Extension
-
Packages that use Extension Package Description com.vaadin.classic.v8.server -
-
Uses of Extension in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server that return types with arguments of type Extension Modifier and Type Method Description java.util.Collection<Extension>AbstractClientConnector. getExtensions()Deprecated.not supported - calling this does nothing but logs a warning in development modeMethods in com.vaadin.classic.v8.server with parameters of type Extension Modifier and Type Method Description protected voidAbstractClientConnector. addExtension(Extension extension)Deprecated.not supported - calling this does nothing but logs a warning in development modevoidAbstractClientConnector. removeExtension(Extension extension)Deprecated.not supported - calling this does nothing but logs a warning in development mode
-