Tabnine Logo
ViewState.updateHistory
Code IndexAdd Tabnine to your IDE (free)

How to use
updateHistory
method
in
org.springframework.webflow.engine.ViewState

Best Java code snippets using org.springframework.webflow.engine.ViewState.updateHistory (Showing top 3 results out of 315)

origin: org.springframework.webflow/spring-webflow

public void exit(RequestControlContext context) {
  super.exit(context);
  updateHistory(context);
  destroyVariables(context);
  context.setCurrentView(null);
}
origin: org.springframework.webflow/org.springframework.webflow

public void exit(RequestControlContext context) {
  super.exit(context);
  updateHistory(context);
  destroyVariables(context);
}
origin: spring-projects/spring-webflow

public void exit(RequestControlContext context) {
  super.exit(context);
  updateHistory(context);
  destroyVariables(context);
  context.setCurrentView(null);
}
org.springframework.webflow.engineViewStateupdateHistory

Popular methods of ViewState

  • <init>
    Create a new view state.
  • getId
  • getRenderActionList
    Returns the list of actions executable by this view state on entry and on refresh. The returned list
  • getViewFactory
    Returns the view factory.
  • addVariable
    Adds a view variable.
  • resume
  • setPopup
    Sets whether this view state should render as a popup.
  • setRedirect
    Sets whether this view state should requests a flow execution redirect when entered.
  • addVariables
    Adds a set of view variables.
  • createVariables
  • destroyVariables
  • getEntryActionList
  • destroyVariables,
  • getEntryActionList,
  • getOwner,
  • refresh,
  • render,
  • restoreVariables,
  • shouldRedirect,
  • clearFlash,
  • getRedirect

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • onRequestPermissionsResult (Fragment)
  • putExtra (Intent)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now