Uses of Class
com.google.refine.RefineServlet
Packages that use RefineServlet
-
Uses of RefineServlet in com.google.refine
Methods in com.google.refine with parameters of type RefineServlet -
Uses of RefineServlet in com.google.refine.commands
Fields in com.google.refine.commands declared as RefineServletMethods in com.google.refine.commands with parameters of type RefineServletModifier and TypeMethodDescriptionvoidCommand.init(RefineServlet servlet) static voidHttpUtilities.respondWithErrorPage(RefineServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String message, int status, Throwable e) static voidHttpUtilities.respondWithErrorPage(RefineServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String message, Throwable e) -
Uses of RefineServlet in com.google.refine.importing
Fields in com.google.refine.importing declared as RefineServletMethods in com.google.refine.importing with parameters of type RefineServletModifier and TypeMethodDescriptionvoidDefaultImportingController.init(RefineServlet servlet) static voidImportingManager.initialize(RefineServlet servlet)