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

com.google.jstestdriver.server.handlers.pages.Page Maven / Gradle / Ivy

/**
 * 
 */
package com.google.jstestdriver.server.handlers.pages;

import com.google.jstestdriver.util.HtmlWriter;

import java.io.IOException;

/**
 * Common interface for runner pages.
 * 
 * @author [email protected] (Cory Smith)
 */
public interface Page {
  void render(HtmlWriter writer, SlavePageRequest request) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy