List of usage examples for com.google.gwt.user.client HistoryImpl subclass-usage
From source file cc.alcina.framework.extras.history.client.HistoryImplDelegate.java
/**
* Extends GWT's {@link HistoryImpl} and adds HTML5 pushState support.
*
* <p>
* The complete path is treated as history token.
* </p>
From source file cc.alcina.framework.extras.history.client.HistoryImplPushState.java
/**
* Extends GWT's {@link HistoryImpl} and adds HTML5 pushState support.
*
* <p>
* The complete path is treated as history token.
* </p>