If properties of the builder are not modified default values be utilized. The default value for initialization and context parameters is an empty map. The default value for the context and servlet path is an empty string. The default value for the servlet class is the class {@link ServletContainer}. The default value for the filter class and the servlet context listener class is null
.
After the {@link #build() } has been invoked the state of the builderwill be reset to the default values.
|
|