Package org.webswing.toolkit.api.url
Class WebswingUrlState
- java.lang.Object
-
- org.webswing.toolkit.api.url.WebswingUrlState
-
public class WebswingUrlState extends Object
Object representing the URL State. State is encoded to hash Fragment part of URL as set of parameters
-
-
Constructor Summary
Constructors Constructor Description WebswingUrlState()WebswingUrlState(String path)WebswingUrlState(String path, Map<String,String> parameters)WebswingUrlState(WebswingUrlState path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getParameters()StringgetPath()inthashCode()booleanisEmpty()voidsetParameters(Map<String,String> parameters)voidsetPath(String path)StringtoString()
-