public interface VaadinConfig extends Serializable
VaadinService
is running.
This is a wrapper for Config objects for instance ServletConfig
and PortletConfig
.Modifier and Type | Method and Description |
---|---|
String |
getConfigParameter(String name)
Returns the value for the requested parameter, or
null if
the parameter does not exist. |
Enumeration<String> |
getConfigParameterNames()
Returns the names of the initialization parameters as an
Enumeration , or an empty Enumeration if there
are o initialization parameters. |
VaadinContext |
getVaadinContext()
Get the VaadinContext for this configuration.
|
VaadinContext getVaadinContext()
Enumeration<String> getConfigParameterNames()
Enumeration
, or an empty Enumeration
if there
are o initialization parameters.Enumeration
Copyright © 2023. All rights reserved.