This class represents a 'request' for a place location. It includes the 'id' of the place as well as any parameter values. It can convert from and to String tokens for use with the GWT History. Place request tokens are formatted like this: #nameToken(;key=value)* There is a mandatory 'nameToken' value, followed by 0 or more key/value pairs, separated by semi-colons (';'). A few examples follow:
#users
#user;name=j.blogs
#user-email;name=j.blogs;type=home
The separators (';' and '=') can be modified in {@link ParameterTokenFormatter}.
@author David Peterson
@author Philippe Beaudoin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.