Class AuHistoryState


  • public class AuHistoryState
    extends AuResponse
    A response to ask the client to push a state to history entry.

    data[0]: if replace the current history instead of creating a new one
    data[1]: a state object
    data[2]: a title for the state
    data[3]: a new history entry's URL

    Since:
    8.5.0
    Author:
    rudyhuang
    • Constructor Detail

      • AuHistoryState

        public AuHistoryState​(boolean replace,
                              java.lang.Object state,
                              java.lang.String title,
                              java.lang.String url)