Deprecated API


Contents
Deprecated Interfaces
net.sourceforge.stripes.validation.Validatable
          Beginning with Stripes 1.3 the preferred way to add custom validation logic to an ActionBean is with ValidationMethod. The Validatable interface will be removed in a future release. Converting is as easy as removing "implements Validatable" from your class and adding @ValidationMethod to your validate() method. 
 

Deprecated Classes
net.sourceforge.stripes.tag.LinkParamTag
          Use the generic ParamTag instead 
net.sourceforge.stripes.integration.spring.SpringAwareActionResolver
          Use SpringInterceptor instead. 
 

Deprecated Methods
net.sourceforge.stripes.validation.NumberTypeConverterSupport.getNumberFormat()
          Use getNumberFormats() instead which is capable of returning multiple formats for parsing. This method will be removed in Stripes 1.3. 
net.sourceforge.stripes.controller.FlashRequest.getRealPath(String)
           
net.sourceforge.stripes.controller.FlashRequest.isRequestedSessionIdFromUrl()
           
 

Deprecated Constructors
net.sourceforge.stripes.controller.FlashScope(HttpServletRequest)
           
 



© Copyright 2005-2006, Stripes Development Team.