Codota Logo
IPageMap.continueToOriginalDestination
Code IndexAdd Codota to your IDE (free)

How to use
continueToOriginalDestination
method
in
org.apache.wicket.IPageMap

Best Java code snippets using org.apache.wicket.IPageMap.continueToOriginalDestination (Showing top 2 results out of 315)

  • Common ways to obtain IPageMap
private void myMethod () {
IPageMap i =
  • Codota IconPage page;page.getPageMap()
  • Smart code suggestions by Codota
}
origin: org.ops4j.pax.wicket/pax-wicket-service

/**
 * Redirects to any intercept page previously specified by a call to redirectToInterceptPage.
 * 
 * @return True if an original destination was redirected to
 * @see Component#redirectToInterceptPage(Page)
 */
public final boolean continueToOriginalDestination()
{
  return getPage().getPageMap().continueToOriginalDestination();
}
origin: org.apache.wicket/com.springsource.org.apache.wicket

/**
 * Redirects to any intercept page previously specified by a call to redirectToInterceptPage.
 * 
 * @return True if an original destination was redirected to
 * @see Component#redirectToInterceptPage(Page)
 */
public final boolean continueToOriginalDestination()
{
  return getPage().getPageMap().continueToOriginalDestination();
}
org.apache.wicketIPageMapcontinueToOriginalDestination

Javadoc

Redirects to any intercept page previously specified by a call to redirectToInterceptPage.

Popular methods of IPageMap

  • getName
  • isDefault
  • remove
    Removes the page from the pagemap
  • attributeForId
  • clear
    Removes all pages from this map
  • containsPage
    Returns true if the PageMap contains page with given id and versonNumber
  • get
    Retrieves page with given id.
  • getEntry
    Retrieves entry with given id.
  • getSizeInBytes
  • nextId
  • put
  • redirectToInterceptPage
    Redirects browser to an intermediate page such as a sign-in page. The current request's url is saved
  • put,
  • redirectToInterceptPage

Popular in Java

  • Making http post requests using okhttp
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JList (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now