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

org.tynamo.routing.services.RouteSource Maven / Gradle / Ivy

Go to download

Tapestry Routing allows you to makes pretty, concise and RESTful URLs for your Tapestry pages with no effort.

The newest version!
package org.tynamo.routing.services;

import org.apache.tapestry5.http.services.Request;
import org.apache.tapestry5.ioc.annotations.UsesConfiguration;
import org.apache.tapestry5.services.PageRenderRequestParameters;
import org.tynamo.routing.Route;

@UsesConfiguration(Route.class)
public interface RouteSource {

	Route getRoute(String canonicalizedPageName);
	PageRenderRequestParameters decodePageRenderRequest(Request request);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy