Deprecated API


Contents
Deprecated Interfaces
org.apache.struts.tiles.ComponentDefinitionsFactory
          Use DefinitionsFactory instead. 
 

Deprecated Classes
org.apache.struts.tiles.taglib.AttributeToScopeTag
          Is it still in use ? 
org.apache.struts.tiles.DefinitionsUtil
          Use TilesUtil.createDefinitionsFactory(ServletContext, DefinitionsFactoryConfig) 
 

Deprecated Fields
org.apache.struts.faces.taglib.JavascriptValidatorTag.defaultLocale
          This variable is no longer used. 
org.apache.struts.tiles.DefinitionsUtil.NO_DEBUG
          This will be removed in a release after Struts 1.2. 
org.apache.struts.tiles.DefinitionsFactoryConfig.PARSER_DETAILS_PARAMETER_NAME
          This will be removed in a release after Struts 1.2. 
org.apache.struts.tiles.taglib.InsertTag.ROLE_DELIMITER
          This will be removed in a release after Struts 1.2. 
org.apache.struts.tiles.DefinitionsFactoryConfig.TILES_DETAILS_PARAMETER_NAME
          This will be removed in a release after Struts 1.2. 
org.apache.struts.tiles.DefinitionsUtil.userDebugLevel
          This will be removed in a release after Struts 1.2. 
 

Deprecated Methods
org.apache.struts.tiles.DefinitionsUtil.createDefinitionsFactory(ServletContext, Map, String)
          Use createDefinitionsFactory(ServletContext servletContext, ServletConfig servletConfig) 
org.apache.struts.validator.Resources.getActionMessage(HttpServletRequest, ValidatorAction, Field)
          Use getActionMessage(Validator, HttpServletRequest, ValidatorAction, Field) method instead 
org.apache.struts.taglib.html.ImageTag.getAlign()
          Align attribute is deprecated in HTML 4.x. 
org.apache.struts.tiles.DefinitionsUtil.getDefinitionsFactory(ServletContext)
          Use TilesUtil.getDefinitionsFactory(ServletRequest, ServletContext) 
org.apache.struts.action.ActionServlet.parseModuleConfigFile(Digester, String)
          use parseModuleConfigFile(Digester digester, URL url) instead 
org.apache.struts.tiles.ControllerSupport.perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext)
          Use execute() instead. This will be removed after Struts 1.2. 
org.apache.struts.tiles.Controller.perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext)
          Use execute() instead. This will be removed after Struts 1.2. 
org.apache.struts.tiles.actions.DefinitionDispatcherAction.printError(HttpServletResponse, String)
          This will be removed after Struts 1.2. 
org.apache.struts.tiles.taglib.InsertTag.InsertHandler.processException(Throwable, String)
          This method will be removed in a release after Struts 1.2. 
org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(String, boolean, HttpServletRequest, HttpServletResponse)
          use processTilesDefinition(definitionName, request, response) instead. This method will be removed in a version after 1.3.0. 
org.apache.struts.scripting.ScriptAction.saveErrors(HttpServletRequest, ActionErrors)
          Use saveErrors(HttpServletRequest, ActionMessages) instead. This will be removed after Struts 1.2. 
org.apache.struts.taglib.html.ImageTag.setAlign(String)
          Align attribute is deprecated in HTML 4.x. 
 



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