org.apache.wicket.protocol.http
Class VisibilityHelper
java.lang.Object
org.apache.wicket.protocol.http.VisibilityHelper
public class VisibilityHelper
- extends Object
class to overcome package and protected visibility
|
Method Summary |
static org.apache.wicket.protocol.http.WebRequest |
newWebRequest(org.apache.wicket.protocol.http.WebApplication webApplication,
javax.servlet.http.HttpServletRequest servletRequest)
|
static org.apache.wicket.protocol.http.WebResponse |
newWebResponse(org.apache.wicket.protocol.http.WebApplication webApplication,
javax.servlet.http.HttpServletResponse servletResponse)
|
static void |
unset(org.apache.wicket.protocol.http.WebRequestCycle requestCycle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newWebRequest
public static org.apache.wicket.protocol.http.WebRequest newWebRequest(org.apache.wicket.protocol.http.WebApplication webApplication,
javax.servlet.http.HttpServletRequest servletRequest)
newWebResponse
public static org.apache.wicket.protocol.http.WebResponse newWebResponse(org.apache.wicket.protocol.http.WebApplication webApplication,
javax.servlet.http.HttpServletResponse servletResponse)
unset
public static void unset(org.apache.wicket.protocol.http.WebRequestCycle requestCycle)
Copyright © 2011 Molindo GmbH. All Rights Reserved.