Deprecated API


Contents
Deprecated Classes
org.apache.struts2.views.velocity.StrutsVelocityServlet
          please use VelocityResult instead of direct access 
 

Deprecated Methods
org.apache.struts2.components.Token.getTokenNameField()
          Templates should use $parameters from now on, not $tag. 
org.apache.struts2.util.StrutsUtil.include(Object, HttpServletRequest, HttpServletResponse)
          the request and response are stored in this util class, please use include(string) 
org.apache.struts2.views.xslt.XSLTResult.setLocation(String)
          Use #setStylesheetLocation(String) 
org.apache.struts2.views.jsp.ui.TextFieldTag.setMaxLength(String)
          please use TextFieldTag.setMaxlength(java.lang.String) instead 
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.