コード例 #1
0
 /**
  * Return the current WebServer used.
  *
  * @return the current WebServer used
  */
 public String getWebServerName() {
   return framework.getAsyncSupport().getContainerName();
 }