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