Class HistoryStateImpl
java.lang.Object
com.google.gwt.user.client.impl.HistoryImpl
org.ocpsoft.rewrite.gwt.client.history.HistoryStateImpl
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>,com.google.gwt.event.shared.HasHandlers
public class HistoryStateImpl
extends com.google.gwt.user.client.impl.HistoryImpl
History implementation based on pushState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListenerRegistrationaddContextPathListener(ContextPathListener listener) protected StringcleanToken(String historyToken) static Stringbooleaninit()booleanstatic booleanprotected voidnativeUpdate(String historyToken) protected voidMethods inherited from class com.google.gwt.user.client.impl.HistoryImpl
addValueChangeHandler, decodeFragment, encodeFragment, fireEvent, fireHistoryChangedImpl, getHandlers, getToken, nativeUpdateOnEvent, newItem, newItemOnEvent, setToken, setUpdateHashOnIE6
-
Constructor Details
-
HistoryStateImpl
public HistoryStateImpl()
-
-
Method Details
-
init
public boolean init()- Overrides:
initin classcom.google.gwt.user.client.impl.HistoryImpl
-
addContextPathListener
-
getContextPath
-
isInitialized
public static boolean isInitialized() -
initNative
public boolean initNative() -
cleanToken
-
nativeUpdate
- Overrides:
nativeUpdatein classcom.google.gwt.user.client.impl.HistoryImpl
-
update
-