
org.tynamo.routing.services.RouteSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapestry-routing Show documentation
Show all versions of tapestry-routing Show documentation
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