All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.apphosting.utils.servlet.ah.adminConsole.jsp Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version


<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

<%!
  private static final String DATASTORE_SUBSECTION = "datastoreViewer";

  private static String getSubsectionPage(HttpServletRequest request, String suffix) {
    String sub = request.getParameter("subsection");
    if (sub == null) {
      // Datastore is the default section
      sub = DATASTORE_SUBSECTION;
    }
    // Note: Use this line to point to JSPs in your application's
    // "war/ah/" directory to speed up development of the local admin page:
    //     return "/ah/" + sub + suffix + ".jsp";
    return "/_ah/" + sub + suffix;
  }
%>




  
  
  
  
  "/>


SDK v<%= System.getProperty("com.google.appengine.runtime.version") %>

Development Console





© 2015 - 2025 Weber Informatics LLC | Privacy Policy