Ejemplo n.º 1
0
  public synchronized void init(String reqName, ServletConfig config, Properties prop)
      throws ServletException, IOException {
    super.init(reqName, config, prop);

    if (!mIsInitialized) {
      mAdminPassword = prop.getProperty("adminPassword", null);
      mIsInitialized = true;
    }
  }