Deprecated API

Deprecated Classes
org.apache.turbine.util.validation.AlwaysTrueValidator
          Use Intake or commons-validator 
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.util.mail.ByteArrayDataSource
          Use org.apache.commons.mail.ByteArrayDataSource instead. 
org.apache.turbine.util.ContentURI
          Use ContentTool for tool usage and DataURI for code usage instead. 
org.apache.turbine.util.CSVParser
          Use org.apache.turbine.util.parser.CSVParser instead. 
org.apache.turbine.util.DataStreamParser
          Use org.apache.turbine.util.parser.DataStreamParser 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.util.mail.Email
          Use org.apache.commons.mail.Email instead. 
org.apache.turbine.util.mail.EmailAttachment
          Use org.apache.commons.mail.EmailAttachment instead. 
org.apache.turbine.util.validation.EmailValidator
          Use Intake or commons-validator 
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.util.upload.FileItem
          use commons-fileupload instead 
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.util.FileUtils
          This class will be removed after the 2.3 release. Please use FileUtils from commons-io. 
org.apache.turbine.util.mail.HtmlEmail
          Use org.apache.commons.mail.HtmlEmail instead. 
org.apache.turbine.util.validation.InputValidator
          Use Intake or commons-validator 
org.apache.turbine.services.localization.LocaleDetector
          Use LocaleTokenizer instead. 
org.apache.turbine.util.Log
          Use the commons.logging system for logging 
org.apache.turbine.util.mail.MailMessage
          Use org.apache.commons.mail.MailMessage instead. 
org.apache.turbine.util.mail.MultiPartEmail
          Use org.apache.commons.mail.MultiPartEmail instead. 
org.apache.turbine.util.upload.MultipartStream
          use commons-fileupload instead 
org.apache.turbine.util.validation.NotEmpty
          Use Intake or commons-validator 
org.apache.turbine.services.intake.validator.NumberKeyValidator
          No replacement 
org.apache.turbine.util.QuickSort
          This class will be removed after the 2.3 release. It is not part of the Web Framework scope. If you need it, please use a sorting library for quicksort. 
org.apache.turbine.util.RelativeDynamicURI
          Use TurbineURI with TurbineURI.getRelativeLink() instead. 
org.apache.turbine.services.pull.tools.RelativeTemplateLink
          Use TemplateLink with the TemplateLink.getRelativeLink() method. 
org.apache.turbine.util.template.RelativeTemplateLink
          Use RelativeTemplateLink instead. 
org.apache.turbine.util.RunDataFactory
          This factory tries to be the RunData Service if no RunData Service is configured. RunData Service is now mandatory for Turbine so use it directly without this factory. 
org.apache.turbine.util.SequencedHashtable
          Use SequencedHashMap from the commons collections. 
org.apache.turbine.util.mail.SimpleEmail
          Use org.apache.commons.mail.SimpleEmail instead. 
org.apache.turbine.services.intake.model.StringKeyField
          Use String instead 
org.apache.turbine.util.StringStackBuffer
          This class will be removed after the 2.3 release. It is not part of the Web Framework scope. If you need this class, please lobby for inclusion in the commons-collections component repository. 
org.apache.turbine.util.StringUtils
          This class will be removed after the 2.3 release. Please use the commons-lang component. 
org.apache.turbine.util.db.TableColumn
          Use Torque. 
org.apache.turbine.util.template.TemplateLink
          Use TemplateLink for tool usage and TemplateURI for code usage instead. 
org.apache.turbine.services.pull.tools.TemplateLinkWithSlash
          Use TemplateLink instead and fix up your template references. 
org.apache.turbine.util.template.TemplateLinkWithSlash
          Use TemplateLinkWithSlash instead. 
org.apache.turbine.util.template.TemplatePageAttributes
          Use HtmlPageAttributes along with VelocityOnlyLayout instead 
org.apache.turbine.util.TSVParser
          Use org.apache.turbine.util.parser.TSVParser instead. 
org.apache.turbine.services.component.TurbineComponentService
          torque is now loaded using the AvalonComponentService 
org.apache.turbine.services.db.TurbineDB
          As of Turbine 2.2, use org.apache.torque.Torque 
org.apache.turbine.services.resources.TurbineResources
          as of Turbine 2.2 use Turbine.getConfiguration() 
org.apache.turbine.util.db.UUIdGenerator
          Use the Unique ID Service 
org.apache.turbine.modules.layouts.VelocityECSLayout
          you should use VelocityOnlyLayout 
 

Deprecated Interfaces
org.apache.turbine.util.Comparable
          This class will be removed after the 2.3 release. It is not part of the Web Framework scope. If you need it, please use a sorting library for quicksort. 
org.apache.turbine.services.component.ComponentService
          torque is now loaded using the AvalonComponentService 
org.apache.turbine.util.CookieParser
          Use org.apache.turbine.util.parser.CookieParser instead. 
org.apache.turbine.util.ParameterParser
          Use org.apache.turbine.util.parser.ParameterParser instead. 
org.apache.turbine.util.ValueParser
          Use org.apache.turbine.util.parser.ValueParser instead. 
 

Deprecated Fields
org.apache.turbine.services.resources.TurbineResources.ACTION_CACHE_SIZE_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.rundata.TurbineRunDataService.COOKIE_PARSER
          Use RunDataService.COOKIE_PARSER_KEY 
org.apache.turbine.services.resources.TurbineResources.FILE_SERVER
          No longer used 
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.resources.TurbineResources.LAYOUT_CACHE_SIZE_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.LOGIN_ERROR
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.LOGIN_MESSAGE
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.LOGIN_MESSAGE_NOSCREEN
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.LOGOUT_MESSAGE
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.util.mail.Email.MAIL_SERVER
          Use TurbineConstants.MAIL_SERVER_KEY 
org.apache.turbine.services.resources.TurbineResources.MAIL_SERVER_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.util.mail.Email.MAIL_SMTP_FROM
          Use TurbineConstants.MAIL_SMTP_FROM 
org.apache.turbine.services.resources.TurbineResources.MAX_FILE_SIZE_KEY
          No longer used 
org.apache.turbine.services.resources.TurbineResources.MODULE_CACHE_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.MODULE_PACKAGES_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.NAVIGATION_CACHE_SIZE_KEY
          Use the corresponding constant from TurbineConstants 
org.apache.turbine.services.resources.TurbineResources.PAGE_CACHE_SIZE_KEY
          Use the corresponding constant from TurbineConstants 
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.services.resources.TurbineResources.SCREEN_CACHE_SIZE_KEY
          Use the corresponding constant from TurbineConstants 
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 
org.apache.turbine.services.resources.TurbineResources.USER_CLASS_KEY
          Use the corresponding constant from SecurityService 
 

Deprecated Methods
org.apache.turbine.util.template.HtmlPageAttributes.addAttribute(String, String)
          Use addBodyAttribute instead. 
org.apache.turbine.util.ObjectUtils.addOnce(List, Object)
          No replacement 
org.apache.turbine.util.parser.DefaultParameterParser.append(String, FileItem)
          Use add(String name, FileItem item) 
org.apache.turbine.util.parser.ParameterParser.append(String, FileItem)
          Use add(String name, FileItem item) instead. 
org.apache.turbine.util.parser.BaseValueParser.append(String, String)
          Use add(name, value) instead. 
org.apache.turbine.util.parser.ValueParser.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.util.Log.debug(String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.debug(String, String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.debug(String, String, Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.debug(String, Throwable)
          Use the commons.logging system for logging 
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.util.StringUtils.equals(String, String)
          use org.apache.commons.lang.StringUtils.equals() instead 
org.apache.turbine.util.Log.error(String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.error(String, String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.error(String, String, Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.error(String, Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.error(Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.StringUtils.firstLetterCaps(String)
          use org.apache.commons.lang.StringUtils.capitalise() instead 
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)
          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.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.util.parser.BaseValueParser.getBool(String)
          use BaseValueParser.getBooleanObject(String) instead 
org.apache.turbine.util.parser.ValueParser.getBool(String)
          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.util.parser.ValueParser.getBool(String, boolean)
          use ValueParser.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.BaseValueParser.getInteger(String)
          use BaseValueParser.getIntObject(java.lang.String, java.lang.Integer) 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, int)
          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, Integer)
          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.getIntegers(String)
          use BaseValueParser.getIntObjects(java.lang.String) instead 
org.apache.turbine.util.parser.ValueParser.getIntegers(String)
          use ValueParser.getIntObjects(java.lang.String) instead 
org.apache.turbine.util.Log.getLogger()
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.getLogger(String)
          Use the commons.logging system for logging 
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.BaseValueParser.getNumberKey(String)
          no replacement 
org.apache.turbine.util.parser.ValueParser.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.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.localization.Localization.getString(RunData, String)
          Call getString(key, data.getRequest()) instead. 
org.apache.turbine.util.parser.BaseValueParser.getStringKey(String)
          no replacement 
org.apache.turbine.util.parser.ValueParser.getStringKey(String)
          no replacement 
org.apache.turbine.services.security.torque.TorqueUser.getUserName()
          Use getName() instead. 
org.apache.turbine.services.security.ldap.LDAPUser.getUserName()
          Use getName() instead 
org.apache.turbine.om.security.TurbineUser.getUserName()
          use TurbineUser.getName() instead. 
org.apache.turbine.om.security.User.getUserName()
          This is the same as getName(), so use this. 
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.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.util.Log.info(String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.info(String, String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.info(String, String, Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.info(String, Throwable)
          Use the commons.logging system for logging 
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.jsp.TurbineJspService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.intake.TurbineIntakeService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.security.BaseSecurityService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.xmlrpc.TurbineXmlRpcService.init(ServletConfig)
          Use init() instead. 
org.apache.turbine.services.servlet.TurbineServletService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.component.TurbineComponentService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.velocity.TurbineVelocityService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.schedule.TurbineNonPersistentSchedulerService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.services.schedule.TurbineSchedulerService.init(ServletConfig)
          use init() instead. 
org.apache.turbine.util.StringUtils.isEmpty(String)
          use org.apache.commons.lang.StringUtils.isEmpty() 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.util.StringUtils.isValid(String)
          Use org.apache.commons.lang.StringUtils.isNotEmpty() 
org.apache.turbine.util.StringUtils.join(String[], String)
          Use org.apache.commons.lang.StringUtils.join() 
org.apache.turbine.util.parser.BaseValueParser.keys()
          use BaseValueParser.keySet() instead. 
org.apache.turbine.util.parser.ValueParser.keys()
          use ValueParser.keySet() instead. 
org.apache.turbine.util.TurbineConfig.log(Exception, String)
          use log(String,Throwable) instead 
org.apache.turbine.util.StringUtils.makeString(String)
          Use org.apache.commons.lang.StringUtils.defaultString() 
org.apache.turbine.modules.Navigation.prepareText(String)
          Use InputFilterUtils.prepareText(String s) 
org.apache.turbine.modules.Screen.prepareText(String)
          Use InputFilterUtils.prepareText(String s) 
org.apache.turbine.modules.Screen.prepareTextMinimum(String)
          Use InputFilterUtils.prepareTextMinimum(String s) 
org.apache.turbine.services.pull.TurbinePull.refreshGlobalTools()
          No longer needed as Pull and Velocity Service are now more separate. 
org.apache.turbine.services.pull.TurbinePullService.refreshGlobalTools()
          Will be made private after 2.3 
org.apache.turbine.services.pull.PullService.refreshGlobalTools()
          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.TurbinePullService.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.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)
          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.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.security.UserManager.retrieve(Criteria)
          Use retrieveList(Criteria crit) 
org.apache.turbine.services.security.torque.TorqueUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.ldap.LDAPUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.db.DBUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.services.security.passive.PassiveUserManager.retrieve(Criteria)
          Use retrieveList instead. 
org.apache.turbine.util.ObjectUtils.safeAddToHashtable(Hashtable, Object, Object)
          No replacement 
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)
          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.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.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.DefaultTurbineRunData.setSession(HttpSession)
          No replacement. This method no longer does anything. 
org.apache.turbine.services.rundata.TurbineRunData.setSession(HttpSession)
          No replacement. This method no longer does anything. 
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.TurbineUser.setUserName(String)
          use TurbineUser.setName(java.lang.String) instead 
org.apache.turbine.om.security.User.setUserName(String)
          This is the same as setName(), so use this. 
org.apache.turbine.util.StringUtils.split(String, String)
          use org.apache.commons.lang.StringUtils.split() instead 
org.apache.turbine.util.StringUtils.stackTrace(Throwable)
          use org.apache.commons.lang.ExceptionUtils.getStackTrace() instead 
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.templateExists(String, String[])
          Use templateExists from the various Templating Engines 
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.template.TurbineTemplateService.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). 
org.apache.turbine.util.Log.warn(String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.warn(String, String)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.warn(String, String, Throwable)
          Use the commons.logging system for logging 
org.apache.turbine.util.Log.warn(String, Throwable)
          Use the commons.logging system for logging 
 

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-2005 Apache Software Foundation. All Rights Reserved.