Deprecated API


Contents
Deprecated Classes
com.opensymphony.webwork.lifecycle.ApplicationLifecycleListener
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
com.opensymphony.webwork.views.freemarker.FreemarkerServlet
          Please use the FreemarkerResult result type instead 
com.opensymphony.webwork.lifecycle.LifecycleListener
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
com.opensymphony.webwork.pico.PicoActionInvocation
          Use DefaultActionInvocation 
com.opensymphony.webwork.pico.PicoActionProxyFactory
          Use DefaultActionProxyFactory 
com.opensymphony.webwork.pico.PicoObjectFactoryFilter
          Use PicoFilterDispatcher 
com.opensymphony.webwork.pico.PicoServletDispatcher
          Use PicoWebWork2ServletDispatcher 
com.opensymphony.webwork.pico.PicoWebWork2ServletDispatcher
          Use PicoFilterDispatcher 
com.opensymphony.webwork.dispatcher.ServletDispatcher
          use FilterDispatcher instead 
com.opensymphony.webwork.lifecycle.SessionLifecycleListener
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
com.opensymphony.webwork.lifecycle.SessionLifecycleListenerCompatWeblogic61
          XWork IoC has been deprecated in favor of Spring. Please refer to the Spring-WebWork integration documentation for more info. 
com.opensymphony.webwork.spring.lifecycle.SpringObjectFactoryListener
          Please configure webwork.property to use WebWorkSpringObjectFactory 
com.opensymphony.webwork.views.jsp.ui.TabbedPaneTag
          Please use the tabbed panel 
com.opensymphony.webwork.views.velocity.WebWorkVelocityServlet
          please use VelocityResult instead of direct access 
 

Deprecated Methods
com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper.getContentType(String)
          use MultiPartRequestWrapper.getContentTypes(String) instead 
com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper.getFile(String)
          use MultiPartRequestWrapper.getFiles(String) instead 
com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper.getFileNames()
          use MultiPartRequestWrapper.getFileParameterNames() instead 
com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper.getFilesystemName(String)
          use MultiPartRequestWrapper.getFileSystemNames(String) instead 
com.opensymphony.webwork.components.Token.getTokenNameField()
          Templates should use $parameters from now on, not $tag. 
com.opensymphony.webwork.util.WebWorkUtil.include(Object, HttpServletRequest, HttpServletResponse)
          the request and response are stored in this util class, please use include(string) 
com.opensymphony.webwork.views.jsp.ui.AbstractUITag.setLabelPosition(String)
          please use AbstractUITag.setLabelposition(java.lang.String) instead 
com.opensymphony.webwork.components.UIBean.setLabelPosition(String)
          please use UIBean.setLabelposition(String) instead 
com.opensymphony.webwork.views.xslt.XSLTResult.setLocation(String)
          Use #setStylesheetLocation(String) 
com.opensymphony.webwork.views.jsp.ui.TextFieldTag.setMaxLength(String)
          please use TextFieldTag.setMaxlength(java.lang.String) instead 
com.opensymphony.webwork.components.Password.setShow(String)
          use Password.setShowPassword(String) 
 



Copyright © 2013 OpenSymphony. All Rights Reserved.