org.apache.wicket
Class RestartResponseAtInterceptPageException.InterceptData
java.lang.Object
org.apache.wicket.RestartResponseAtInterceptPageException.InterceptData
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RestartResponseAtInterceptPageException
public static class RestartResponseAtInterceptPageException.InterceptData
- extends Object
- implements Serializable
INTERNAL CLASS, DO NOT USE
TODO Public for now, need to move the test that is using this to this package and make it
package private
- Author:
- igor.vaynberg
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestartResponseAtInterceptPageException.InterceptData
public RestartResponseAtInterceptPageException.InterceptData()
getOriginalUrl
public Url getOriginalUrl()
getPostParameters
public Map<String,List<StringValue>> getPostParameters()
set
public static void set()
get
public static RestartResponseAtInterceptPageException.InterceptData get()
clear
public static void clear()
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.