Deprecated API


Contents
Deprecated Interfaces
org.apache.tapestry5.OptimizedApplicationStateObject
          since 5.1.0.0; use OptimizedSessionPersistedObject instead 
 

Deprecated Classes
org.apache.tapestry5.BaseOptimizedApplicationStateObject
          since 5.1.0.0; use BaseOptimizedSessionPersistedObject instead 
 

Deprecated Fields
org.apache.tapestry5.ioc.IOCConstants.DEFAULT_SCOPE
          Use ScopeConstants.DEFAULT instead. 
org.apache.tapestry5.corelib.components.Form.FAILURE
          Use constant from EventConstants instead. 
org.apache.tapestry5.ioc.IOCConstants.PERTHREAD_SCOPE
          Use ScopeConstants.PERTHREAD instead. 
org.apache.tapestry5.corelib.components.Form.PREPARE
          Use constant from EventConstants instead. 
org.apache.tapestry5.corelib.components.Form.PREPARE_FOR_RENDER
          Use constant from EventConstants instead. 
org.apache.tapestry5.corelib.components.Form.PREPARE_FOR_SUBMIT
          Use constant from EventConstants instead. 
org.apache.tapestry5.corelib.components.Form.SUBMIT
          Use constant from EventConstants instead. 
org.apache.tapestry5.corelib.components.Form.SUCCESS
          Use constant from EventConstants instead. 
org.apache.tapestry5.corelib.components.Form.VALIDATE_FORM
          Use constant from EventConstants instead. 
 

Deprecated Methods
org.apache.tapestry5.services.BeanModelSource.create(Class, boolean, Messages)
          use BeanModelSource.createDisplayModel(Class, org.apache.tapestry5.ioc.Messages) or BeanModelSource.createEditModel(Class, org.apache.tapestry5.ioc.Messages) 
org.apache.tapestry5.ComponentResourcesCommon.createActionLink(String, boolean, Object...)
          Use ComponentResourcesCommon.createEventLink(String, Object[]) instead 
org.apache.tapestry5.services.ComponentDefaultProvider.defaultTranslator(String, ComponentResources)
          Use ComponentDefaultProvider.defaultTranslatorBinding(String, org.apache.tapestry5.ComponentResources) instead 
org.apache.tapestry5.services.ComponentDefaultProvider.defaultValidator(String, ComponentResources)
          Use ComponentDefaultProvider.defaultValidatorBinding(String, org.apache.tapestry5.ComponentResources) instead 
 

Deprecated Enum Constants
org.apache.tapestry5.dom.EndTagStyle.OMIT
          Tapestry always renders well formed XML markup (even when a DOCTYPE is not present, or the content type is traditional text/html). 
 



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