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

org.got5.tapestry5.jquery.services.js.JSHandler Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.got5.tapestry5.jquery.services.js;

import java.io.IOException;

import org.apache.tapestry5.services.Response;

public interface JSHandler {
    public boolean handleRequest(String path, Response response) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy