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 Details

    • HistoryStateImpl

      public HistoryStateImpl()
  • Method Details

    • init

      public boolean init()
      Overrides:
      init in class com.google.gwt.user.client.impl.HistoryImpl
    • addContextPathListener

      public static ListenerRegistration addContextPathListener(ContextPathListener listener)
    • getContextPath

      public static String getContextPath()
    • isInitialized

      public static boolean isInitialized()
    • initNative

      public boolean initNative()
    • cleanToken

      protected String cleanToken(String historyToken)
    • nativeUpdate

      protected void nativeUpdate(String historyToken)
      Overrides:
      nativeUpdate in class com.google.gwt.user.client.impl.HistoryImpl
    • update

      protected void update(String historyToken)