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 null
public VaadinContext getVaadinContext()
VaadinConfig
getVaadinContext
in interface VaadinConfig
public Enumeration<String> getConfigParameterNames()
VaadinConfig
Enumeration
, or an empty Enumeration
if there
are o initialization parameters.getConfigParameterNames
in interface VaadinConfig
Enumeration
public String getConfigParameter(String name)
VaadinConfig
null
if
the parameter does not exist.getConfigParameter
in interface VaadinConfig
name
- name of the parameter whose value is requestedString
or null
for
no parameterCopyright © 2025. All rights reserved.