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

org.tynamo.routing.RoutingSymbols 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;

public class RoutingSymbols
{
	/**
	 * If "true", then the .pages package will not be scanned for annotated page classes.
	 */
	public static final String DISABLE_AUTODISCOVERY = "tynamo.routing.autodiscovery";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy