Ejemplo n.º 1
0
 public boolean isLocalHost() {
   return NetUtils.isLocalHost(host) || getParameter(Constants.LOCALHOST_KEY, false);
 }