Deprecated API

Deprecated Classes
org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
          This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application. 
org.apache.turbine.services.security.db.DBSecurityService
          Use TorqueSecurityService instead. 
org.apache.turbine.services.security.db.DBUserManager
          Use TorqueUserManager instead. 
org.apache.turbine.modules.navigations.DefaultBottomNavigation
          The use of ECS for the view is deprecated. Use a templating solution. 
org.apache.turbine.modules.layouts.DefaultLayout
          The use of ECS for the view is deprecated. Use a templating solution. 
org.apache.turbine.modules.navigations.DefaultTopNavigation
          The use of ECS for the view is deprecated. Use a templating solution. 
org.apache.turbine.util.DynamicURI
          Use TurbineURI instead. 
org.apache.turbine.services.xmlrpc.util.FileHandler
          This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application. 
org.apache.turbine.services.xmlrpc.util.FileTransfer
          This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application. 
org.apache.turbine.om.security.peer.GroupPeer
          Use TorqueSecurityService instead. 
org.apache.turbine.services.jsp.util.JspLink
          Use instead. 
org.apache.turbine.services.localization.LocaleDetector
          Use LocaleTokenizer instead. 
org.apache.turbine.services.intake.validator.NumberKeyValidator
          No replacement 
org.apache.turbine.om.security.peer.PermissionPeer
          Use TorqueSecurityService instead. 
org.apache.turbine.om.security.peer.RolePeer
          Use TorqueSecurityService instead. 
org.apache.turbine.om.security.peer.RolePermissionPeer
          Use TorqueSecurityService instead. 
org.apache.turbine.om.security.SecurityObject
          Use TorqueSecurityService instead. 
org.apache.turbine.services.intake.model.StringKeyField
          Use String instead 
org.apache.turbine.om.security.TurbineGroup
          Use TorqueGroup instead. 
org.apache.turbine.om.security.TurbinePermission
          Use TorquePermission instead. 
org.apache.turbine.om.security.TurbineRole
          Use TorqueRole instead. 
org.apache.turbine.om.security.TurbineUser
          Use TorqueUser instead. 
org.apache.turbine.om.security.peer.TurbineUserPeer
          Use TorqueSecurityService instead. 
org.apache.turbine.services.pull.util.UIManager
          Use UITool instead. 
org.apache.turbine.om.security.peer.UserGroupRolePeer
          Use TorqueSecurityService instead. 
org.apache.turbine.modules.layouts.VelocityECSLayout
          you should use VelocityOnlyLayout 
 

Deprecated Interfaces
org.apache.turbine.om.security.peer.UserPeer
          Use TorqueSecurityService instead. 
 

Deprecated Fields
org.apache.turbine.services.rundata.TurbineRunDataService.COOKIE_PARSER
          Use RunDataService.COOKIE_PARSER_KEY 
org.apache.turbine.util.ServletUtils.FTP_PORT
          use URIConstants.FTP_PORT 
org.apache.turbine.util.DynamicURI.HTTP
          Use URIConstants.HTTP 
org.apache.turbine.util.ServletUtils.HTTP_PORT
          use URIConstants.HTTP_PORT 
org.apache.turbine.util.DynamicURI.HTTPS
          Use URIConstants.HTTPS 
org.apache.turbine.util.ServletUtils.HTTPS_PORT
          use URIConstants.HTTPS_PORT 
org.apache.turbine.services.rundata.TurbineRunDataService.PARAMETER_PARSER
          Use RunDataService.PARAMETER_PARSER_KEY 
org.apache.turbine.services.rundata.TurbineRunDataService.RUN_DATA
          Use RunDataService.RUN_DATA_KEY 
org.apache.turbine.util.ServletUtils.URI_SCHEME_SEPARATOR
          use URIConstants.URI_SCHEME_SEPARATOR; 
org.apache.turbine.util.parser.ValueParser.URL_CASE_FOLDING
          Use ParserUtils.URL_CASE_FOLDING_KEY 
org.apache.turbine.util.parser.ValueParser.URL_CASE_FOLDING_LOWER
          Use ParserUtils.URL_CASE_FOLDING_LOWER_VALUE 
org.apache.turbine.util.parser.ValueParser.URL_CASE_FOLDING_NONE
          Use ParserUtils.URL_CASE_FOLDING_NONE_VALUE 
org.apache.turbine.util.parser.ValueParser.URL_CASE_FOLDING_UPPER
          Use ParserUtils.URL_CASE_FOLDING_UPPER_VALUE 
 

Deprecated Methods
org.apache.turbine.util.template.HtmlPageAttributes.addAttribute(String, String)
          Use addBodyAttribute instead. 
org.apache.turbine.util.ObjectUtils.addOnce(List, Object)
          Use org.apache.commons.collections.SetUniqueList instead. 
org.apache.turbine.util.parser.ParameterParser.append(String, FileItem)
          Use add(String name, FileItem item) instead. 
org.apache.turbine.util.parser.DefaultParameterParser.append(String, FileItem)
          Use add(String name, FileItem item) 
org.apache.turbine.util.parser.ValueParser.append(String, String)
          Use add(name, value) instead. 
org.apache.turbine.util.parser.BaseValueParser.append(String, String)
          Use add(name, value) instead. 
org.apache.turbine.util.security.SecuritySet.contains(String)
          Use containsName(groupName) instead. 
org.apache.turbine.util.parser.BaseValueParser.convertAndTrim(String)
          Use ParserUtils.convertAndTrim(value). 
org.apache.turbine.services.security.torque.TorquePermission.create(String)
          Please use the createPermission method in TurbineSecurity. 
org.apache.turbine.services.security.torque.TorqueGroup.create(String)
          Please use the createGroup method in TurbineSecurity now. 
org.apache.turbine.services.intake.model.Field.doSetValue(ValueParser)
          Use doSetValue() instead (with no parameters). 
org.apache.turbine.util.security.SecuritySet.elements()
          Use iterator() instead. 
org.apache.turbine.util.ObjectUtils.equals(Object, Object)
          Use org.apache.commons.lang.ObjectUtils.equals() 
org.apache.turbine.services.pull.util.UIManager.get(String)
          Use UITool.get(String key) instead. 
org.apache.turbine.services.xmlrpc.XmlRpcService.get(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.get(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.get(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.XmlRpcService.get(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.get(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.get(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.util.parser.ValueParser.getBool(String)
          use ValueParser.getBooleanObject(java.lang.String) instead 
org.apache.turbine.util.parser.BaseValueParser.getBool(String)
          use BaseValueParser.getBooleanObject(String) instead 
org.apache.turbine.util.parser.ValueParser.getBool(String, boolean)
          use ValueParser.getBooleanObject(java.lang.String) instead 
org.apache.turbine.util.parser.BaseValueParser.getBool(String, boolean)
          use BaseValueParser.getBooleanObject(java.lang.String) instead 
org.apache.turbine.services.localization.Localization.getBundle(String, RunData)
          Call getBundle(bundleName, data.getRequest()) instead. 
org.apache.turbine.modules.screens.VelocityScreen.getContext(RunData)
          Use TurbineVelocity.getContext(data) 
org.apache.turbine.services.security.torque.UserPeerManager.getFullColumnName(String)
          use getColumnName(String name) 
org.apache.turbine.services.security.torque.TorqueGroup.getGlobalGroup()
          Please use the method in TurbineSecurity now. 
org.apache.turbine.services.security.TurbineSecurity.getGroup(String)
          Use getGroupByName instead. 
org.apache.turbine.services.security.SecurityService.getGroup(String)
          Use getGroupByName instead. 
org.apache.turbine.services.security.BaseSecurityService.getGroup(String)
          Use getGroupByName instead. 
org.apache.turbine.util.security.GroupSet.getGroup(String)
          Use getGroupByName instead. 
org.apache.turbine.util.parser.ValueParser.getInteger(String)
          use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.BaseValueParser.getInteger(String)
          use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.ValueParser.getInteger(String, int)
          use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.BaseValueParser.getInteger(String, int)
          use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.ValueParser.getInteger(String, Integer)
          use ValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.BaseValueParser.getInteger(String, Integer)
          use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) instead 
org.apache.turbine.util.parser.ValueParser.getIntegers(String)
          use ValueParser.getIntObjects(java.lang.String) instead 
org.apache.turbine.util.parser.BaseValueParser.getIntegers(String)
          use BaseValueParser.getIntObjects(java.lang.String) instead 
org.apache.turbine.services.schedule.BaseJobEntryPeer.getMapBuilder()
          Torque.getMapBuilder(JobEntryMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer.getMapBuilder()
          Torque.getMapBuilder(TurbineUserMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer.getMapBuilder()
          Torque.getMapBuilder(TurbineUserGroupRoleMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer.getMapBuilder()
          Torque.getMapBuilder(TurbineRolePermissionMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer.getMapBuilder()
          Torque.getMapBuilder(TurbineRoleMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer.getMapBuilder()
          Torque.getMapBuilder(TurbinePermissionMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer.getMapBuilder()
          Torque.getMapBuilder(TurbineGroupMapBuilder.CLASS_NAME) instead 
org.apache.turbine.services.security.TurbineSecurity.getNewGroup(String)
          Use getGroupInstance(String name) instead. 
org.apache.turbine.services.security.SecurityService.getNewGroup(String)
          Use getGroupInstance(String name) instead. 
org.apache.turbine.services.security.BaseSecurityService.getNewGroup(String)
          Use getGroupInstance(String name) instead. 
org.apache.turbine.services.security.TurbineSecurity.getNewPermission(String)
          Use getPermissionInstance(String name) instead. 
org.apache.turbine.services.security.SecurityService.getNewPermission(String)
          Use getPermissionInstance(String name) instead. 
org.apache.turbine.services.security.BaseSecurityService.getNewPermission(String)
          Use getPermissionInstance(String name) instead. 
org.apache.turbine.services.security.TurbineSecurity.getNewRole(String)
          Use getRoleInstance(String name) instead. 
org.apache.turbine.services.security.SecurityService.getNewRole(String)
          Use getRoleInstance(String name) instead. 
org.apache.turbine.services.security.BaseSecurityService.getNewRole(String)
          Use getRoleInstance(String name) instead. 
org.apache.turbine.util.parser.ValueParser.getNumberKey(String)
          no replacement 
org.apache.turbine.util.parser.BaseValueParser.getNumberKey(String)
          no replacement 
org.apache.turbine.services.rundata.DefaultTurbineRunData.getOut()
          no replacement planned, response writer will not be cached 
org.apache.turbine.util.RunData.getOut()
          no replacement planned, response writer will not be cached 
org.apache.turbine.services.rundata.DefaultTurbineRunData.getPage()
          no replacement planned, ECS is no longer a requirement 
org.apache.turbine.util.RunData.getPage()
          no replacement planned, ECS is no longer a requirement 
org.apache.turbine.services.security.TurbineSecurity.getPermission(String)
          Use getPermissionByName instead. 
org.apache.turbine.services.security.SecurityService.getPermission(String)
          Use getPermissionByName instead. 
org.apache.turbine.services.security.BaseSecurityService.getPermission(String)
          Use getPermissionByName instead. 
org.apache.turbine.util.security.PermissionSet.getPermission(String)
          Use getPermissionByName instead. 
org.apache.turbine.services.security.TurbineSecurity.getRole(String)
          Use getRoleByName instead. 
org.apache.turbine.services.security.SecurityService.getRole(String)
          Use getRoleByName instead. 
org.apache.turbine.services.security.BaseSecurityService.getRole(String)
          Use getRoleByName instead. 
org.apache.turbine.util.security.RoleSet.getRole(String)
          Use getRoleByName instead. 
org.apache.turbine.util.parser.DefaultCookieParser.getRunData()
          Don't use the Run Data object. use getRequest(). 
org.apache.turbine.services.pull.util.UIManager.getScript(String)
          Use UITool.getScript(String filename) instead. 
org.apache.turbine.services.pull.util.UIManager.getScript(String, RunData)
          Use UITool.getScript(String filename, RunData data) instead. 
org.apache.turbine.util.TurbineConfig.getServlet(String)
          As of Java Servlet API 2.1, with no direct replacement. 
org.apache.turbine.util.TurbineConfig.getServletNames()
          As of Java Servlet API 2.1, with no replacement. 
org.apache.turbine.util.TurbineConfig.getServlets()
          As of Java Servlet API 2.0, with no replacement. 
org.apache.turbine.services.pull.util.UIManager.getSkin()
          Use UITool.getSkin() instead. 
org.apache.turbine.services.localization.Localization.getString(RunData, String)
          Call getString(key, data.getRequest()) instead. 
org.apache.turbine.util.parser.ValueParser.getStringKey(String)
          no replacement 
org.apache.turbine.util.parser.BaseValueParser.getStringKey(String)
          no replacement 
org.apache.turbine.services.pull.util.UIManager.getStylecss()
          Use UITool.getStylecss() instead. 
org.apache.turbine.services.pull.util.UIManager.getStylecss(RunData)
          Use UITool.getStylecss(RunData data) instead. 
org.apache.turbine.util.template.HtmlPageAttributes.getStyleSheets()
          use getLinks() instead 
org.apache.turbine.om.security.User.getUserName()
          This is the same as getName(), so use this. 
org.apache.turbine.services.security.ldap.LDAPUser.getUserName()
          Use getName() instead 
org.apache.turbine.services.security.torque.TorqueUser.getUserName()
          Use getName() instead. 
org.apache.turbine.services.security.torque.UserPeerManager.getUserName(Persistent)
          use getName(obj) 
org.apache.turbine.services.security.ldap.LDAPSecurityConstants.getUserNameAttribute()
          Use getNameAttribute() 
org.apache.turbine.services.security.db.DBSecurityService.getUserPeerClass()
          No replacement. Use TorqueSecurityService instead. 
org.apache.turbine.services.security.db.DBSecurityService.getUserPeerInstance()
          No replacement. Use TorqueSecurityService instead. 
org.apache.turbine.services.security.TurbineSecurity.getUsers(Criteria)
          use getUserList() instead 
org.apache.turbine.services.security.SecurityService.getUsers(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.BaseSecurityService.getUsers(Criteria)
          Use getUserList instead. 
org.apache.turbine.services.rundata.DefaultTurbineRunData.getVarDebug()
          use DefaultTurbineRunData.getDebugVariables() instead 
org.apache.turbine.util.RunData.getVarDebug()
          use RunData.getDebugVariables() instead 
org.apache.turbine.services.intake.xmlmodel.XmlField.getVariable()
          No replacement 
org.apache.turbine.util.ServletUtils.hostURL(HttpServletRequest)
          Use ServerData(req).getHostUrl() 
org.apache.turbine.util.ServletUtils.hostURL(HttpServletRequest, String)
          Use ServerData(req).getHostUrl() 
org.apache.turbine.services.pull.util.UIManager.image(String)
          Use UITool.image(String imageId) instead. 
org.apache.turbine.services.pull.util.UIManager.image(String, RunData)
          Use UITool.image(String imageId, RunData data) instead. 
org.apache.turbine.services.pull.util.UIManager.init(Object)
          Use UITool.init() instead. 
org.apache.turbine.services.naming.TurbineNamingService.init(RunData)
          This should never have been here. No replacement. 
org.apache.turbine.services.uniqueid.TurbineUniqueIdService.init(RunData)
          Use init() instead 
org.apache.turbine.services.TurbineBaseService.init(ServletConfig)
          Use init() instead 
org.apache.turbine.services.intake.TurbineIntakeService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.jsp.TurbineJspService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.schedule.TurbineSchedulerService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.security.BaseSecurityService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.servlet.TurbineServletService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.velocity.TurbineVelocityService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.init(ServletConfig)
          Use init() instead. 
org.apache.turbine.services.pool.TurbinePoolService.isLoaderSupported(String)
          Use TurbineFactory.isLoaderSupported(className); 
org.apache.turbine.services.pool.PoolService.isLoaderSupported(String)
          Use TurbineFactory.isLoaderSupported(className) 
org.apache.turbine.util.ObjectUtils.isNull(Object, Object)
          Use org.apache.commons.lang.ObjectUtils.defaultIfNull() 
org.apache.turbine.services.rundata.DefaultTurbineRunData.isOutSet()
          no replacement planned, response writer will not be cached 
org.apache.turbine.util.RunData.isOutSet()
          no replacement planned, response writer will not be cached 
org.apache.turbine.services.rundata.DefaultTurbineRunData.isPageSet()
          no replacement planned, ECS is no longer a requirement 
org.apache.turbine.util.RunData.isPageSet()
          no replacement planned, ECS is no longer a requirement 
org.apache.turbine.services.intake.validator.Validator.isValid(String)
          use isValid(Field) instead 
org.apache.turbine.services.intake.validator.DefaultValidator.isValid(String)
          use isValid(Field) instead 
org.apache.turbine.util.parser.ValueParser.keys()
          use ValueParser.keySet() instead. 
org.apache.turbine.util.parser.BaseValueParser.keys()
          use BaseValueParser.keySet() instead. 
org.apache.turbine.util.TurbineConfig.log(Exception, String)
          use log(String,Throwable) instead 
org.apache.turbine.modules.Screen.prepareText(String)
          Use InputFilterUtils.prepareText(String s) 
org.apache.turbine.modules.Navigation.prepareText(String)
          Use InputFilterUtils.prepareText(String s) 
org.apache.turbine.modules.Screen.prepareTextMinimum(String)
          Use InputFilterUtils.prepareTextMinimum(String s) 
org.apache.turbine.services.pull.util.UIManager.refresh()
          Use UITool.refresh() instead. 
org.apache.turbine.services.pull.TurbinePullService.refreshGlobalTools()
          Will be made private after 2.3 
org.apache.turbine.services.pull.TurbinePull.refreshGlobalTools()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.pull.PullService.refreshGlobalTools()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.pull.TurbinePullService.refreshToolsPerRequest()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.pull.TurbinePull.refreshToolsPerRequest()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.pull.PullService.refreshToolsPerRequest()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.xmlrpc.XmlRpcService.remove(String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.remove(String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.remove(String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.XmlRpcService.remove(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.remove(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.remove(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.security.UserManager.retrieve(Criteria)
          Use retrieveList(Criteria crit) 
org.apache.turbine.services.security.ldap.LDAPUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.passive.PassiveUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.torque.TorqueUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.util.ObjectUtils.safeAddToHashtable(Hashtable, Object, Object)
          No replacement 
org.apache.turbine.services.xmlrpc.XmlRpcService.send(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.send(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.send(String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.XmlRpcService.send(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.send(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpc.send(String, String, String, String, String, String, String)
          This is not scope of the Service itself but of an application which uses the service. 
org.apache.turbine.services.rundata.DefaultTurbineRunData.setOut(PrintWriter)
          no replacement planned, response writer will not be cached 
org.apache.turbine.util.template.HtmlPageAttributes.setScript(String)
          Use addScript instead 
org.apache.turbine.util.DynamicURI.setServerData(ServerData)
          no replacement. This value is set during initialization and should not be changed. 
org.apache.turbine.services.rundata.TurbineRunData.setSession(HttpSession)
          No replacement. This method no longer does anything. 
org.apache.turbine.services.rundata.DefaultTurbineRunData.setSession(HttpSession)
          No replacement. This method no longer does anything. 
org.apache.turbine.services.pull.util.UIManager.setSkin()
          Use UITool.setSkin() instead. 
org.apache.turbine.services.pull.util.UIManager.setSkin(RunData)
          Use UITool.setSkin(RunData data) instead. 
org.apache.turbine.services.pull.util.UIManager.setSkin(String)
          Use UITool.setSkin(String skinName) instead. 
org.apache.turbine.services.pull.util.UIManager.setSkin(User)
          Use UITool.setSkin(User user) instead. 
org.apache.turbine.services.pull.util.UIManager.setSkin(User, String)
          Use UITool.setSkin(User user, String skin) instead. 
org.apache.turbine.util.template.HtmlPageAttributes.setStyle(String)
          use addStyle instead 
org.apache.turbine.util.template.HtmlPageAttributes.setStyleSheet(String)
          use addStyleSheet instead 
org.apache.turbine.util.template.HtmlPageAttributes.setStyleSheet(String, String)
          use addStyleSheet instead 
org.apache.turbine.util.velocity.VelocityEmail.setTo(String, String)
          use addTo(email,name) instead 
org.apache.turbine.om.security.User.setUserName(String)
          This is the same as setName(), so use this. 
org.apache.turbine.services.template.TurbineTemplateService.templateExists(String, String[])
          Use templateExists from the various Templating Engines 
org.apache.turbine.services.template.TurbineTemplate.templateExists(String, String[])
          Use templateExists from the various Templating Engines 
org.apache.turbine.services.template.TemplateService.templateExists(String, String[])
          Use templateExists from the various Templating Engines 
org.apache.turbine.services.template.TurbineTemplateService.translateTemplatePaths(String[])
          Each template engine service should know how to translate a request onto a file. 
org.apache.turbine.services.template.TurbineTemplate.translateTemplatePaths(String[])
          Each template engine service should know how to translate a request onto a file. 
org.apache.turbine.services.template.TemplateService.translateTemplatePaths(String[])
          Each template engine service should know how to translate a request onto a file. 
org.apache.turbine.services.intake.model.Field.validate(ValueParser)
          Call validate() instead (with no parameters). 
 

Deprecated Constructors
org.apache.turbine.util.SystemError(Throwable, long)
          No replacement 
org.apache.turbine.util.SystemError(Throwable, String)
          Use SystemError(String,Throwable) instead. 
 



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