|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.apache.struts.action.ActionBase
Application action classes should now extend Action directly, rather than this class. |
|
org.apache.struts.action.ActionMappingBase
Now that ActionMapping is a class, you should use it intead |
|
org.apache.struts.util.BeanUtils
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package. |
|
org.apache.struts.util.ConvertUtils
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package. |
|
org.apache.struts.util.ErrorMessages
Use org.apache.struts.action.ActionErrors instead |
|
org.apache.struts.util.FastArrayList
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Collections package. |
|
org.apache.struts.util.FastHashMap
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Collections package. |
|
org.apache.struts.util.FastTreeMap
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Collections package. |
|
org.apache.struts.util.PropertyUtils
At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package. |
|
org.apache.struts.action.ValidatingActionForm
Application ActionForm beans should now extend ActionForm directly, and override the validate() method if they wish to provide such services |
Deprecated Fields | |
org.apache.struts.upload.MultipartElement.data
This should never be used. |
Deprecated Constructors | |
org.apache.struts.upload.MultipartElement(String, String, String, byte[])
Use the constructor that takes an File as an argument as opposed to a byte array argument, which can cause memory problems |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |