public class VaadinServletConfig extends Object implements VaadinConfig
VaadinConfig implementation for Servlets.| Constructor and Description |
|---|
VaadinServletConfig(ServletConfig config)
Vaadin servlet configuration wrapper constructor.
|
| 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.
|
public VaadinServletConfig(ServletConfig config)
config - servlet configuration object, not nullpublic VaadinContext getVaadinContext()
VaadinConfiggetVaadinContext in interface VaadinConfigpublic Enumeration<String> getConfigParameterNames()
VaadinConfigEnumeration, or an empty Enumeration if there
are o initialization parameters.getConfigParameterNames in interface VaadinConfigEnumerationpublic String getConfigParameter(String name)
VaadinConfignull if
the parameter does not exist.getConfigParameter in interface VaadinConfigname - name of the parameter whose value is requestedString or null for
no parameterCopyright © 2025. All rights reserved.