Deprecated API

Deprecated Methods
wicket.protocol.http.MockHttpServletRequest.getRealPath(String)
          Use ServletContext.getRealPath(String) instead. 
wicket.protocol.http.MockHttpSession.getValue(String)
          use getAttribute(String) instead 
wicket.protocol.http.MockHttpSession.getValueNames()
          use getAttributeNames() instead 
wicket.protocol.http.MockHttpSession.putValue(String, Object)
          Use setAttribute(String, Object) instead 
wicket.protocol.http.MockHttpSession.removeValue(String)
          Use removeAttribute(String) instead 
wicket.protocol.http.MockHttpServletResponse.setStatus(int, String)
            
 



Copyright © 2004-2006 Wicket developers. All Rights Reserved.