News
When you call "super.init (config)" in the init method as shown above, you are actually passing the config object to the constructor of the GenericServlet.
Another point: only one init method should call [super init], the so-called 'designated initializer'. All the other init methods will call the designated initializer.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results