Deprecated API


Contents
Deprecated Classes
org.apache.wicket.behavior.AbstractBehavior
          extend Behavior instead 
 

Deprecated Methods
org.apache.wicket.ajax.AjaxRequestTarget.addComponent(Component...)
          use AjaxRequestTarget.add(Component...) instead 
org.apache.wicket.ajax.AjaxRequestTarget.addComponent(Component, String)
          use AjaxRequestTarget.add(Component...) instead 
org.apache.wicket.protocol.http.WebApplication.getApplicationKey()
           
org.apache.wicket.Page.getNumericId()
            
org.apache.wicket.protocol.http.mock.MockHttpServletRequest.getRealPath(String)
          Use ServletContext.getRealPath(String) instead. 
org.apache.wicket.protocol.http.mock.MockHttpSession.getSessionContext()
            
org.apache.wicket.protocol.http.mock.MockHttpServletResponse.getTextResponse()
          use MockHttpServletResponse.getDocument() 
org.apache.wicket.protocol.http.mock.MockHttpSession.getValue(String)
          use getAttribute(String) instead 
org.apache.wicket.protocol.http.mock.MockHttpSession.getValueNames()
          use getAttributeNames() instead 
org.apache.wicket.protocol.http.mock.MockHttpSession.putValue(String, Object)
          Use setAttribute(String, Object) instead 
org.apache.wicket.protocol.http.mock.MockHttpSession.removeValue(String)
          Use removeAttribute(String) instead 
org.apache.wicket.protocol.http.mock.MockHttpServletResponse.setStatus(int, String)
            
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.