OpenUrlStrategy (enum)

Controls, for Action results of type LocalResourcePath , whether the redirect URL should open in the same or a new window/tab.

API

OpenUrlStrategy.java
enum OpenUrlStrategy {
  NEW_WINDOW
  SAME_WINDOW
  boolean isNewWindow()
  boolean isSameWindow()
}