public interface CustomInitParameterProvider
Vaadin4SpringServlet to provide custom servlet init parameter
values without having to redeclare the servlet registration or override the servlet itself.| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInitParameter(String parameterName)
Returns whether this provider contains an init parameter with the specified name.
|
String |
getInitParameter(String parameterName)
Returns the value of the specified init parameter name.
|
Collection<String> |
getInitParameterNames()
Returns the names of all the init parameters in this provider.
|
boolean containsInitParameter(String parameterName)
parameterName - the name of the init parameter.String getInitParameter(String parameterName)
parameterName - the name of the init parameter.null if no such parameter exists.Collection<String> getInitParameterNames()
Copyright © 2016. All rights reserved.