/**
  * Gets the major version of the Servlet specification that the application represented by this
  * ServletContext is based on.
  */
 @Override
 public int getEffectiveMajorVersion() {
   return context.getEffectiveMajorVersion();
 }