Deprecated API


Contents
Deprecated Interfaces
org.apache.tapestry5.OptimizedApplicationStateObject
          since 5.1.0.0; use OptimizedSessionPersistedObject instead 
org.apache.tapestry5.PrimaryKeyEncoder
          This interface overlaps with ValueEncoder and has been deprecated in release 5.1. The interface itself will be removed in a later release of Tapestry. The components that used this interface (AjaxFormLoop, Grid, GridRows and Loop) have been changed to expect ValueEncoder instead, and an automatic coercion from PrimaryKeyEncoder to ValueEncoder has been provided. 
 

Deprecated Classes
org.apache.tapestry5.BaseOptimizedApplicationStateObject
          since 5.1.0.0; use BaseOptimizedSessionPersistedObject instead 
org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
          See deprecation notes for PrimaryKeyEncoder. 
 

Deprecated Annotation Types
org.apache.tapestry5.annotations.ApplicationState
          Use SessionState instead 
 

Deprecated Fields
org.apache.tapestry5.hibernate.HibernateConstants.DEFAULT_CONFIGURATION
          Use HibernateSymbols.DEFAULT_CONFIGURATION instead 
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.hibernate.HibernateConstants.PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL
          Use HibernateSymbols.PROVIDE_ENTITY_VALUE_ENCODERS instead. 
org.apache.tapestry5.SymbolConstants.SCRIPTS_AT_TOP
          since 5.1.0.1; scripts are now always at the top (see TAP5-544) 
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.ComponentResourcesCommon.createPageLink(Class, boolean, Object...)
          Use PageRenderLinkSource.createPageRenderLink(Class) or PageRenderLinkSource.createPageRenderLinkWithContext(Class, Object[]) instead 
org.apache.tapestry5.ComponentResourcesCommon.createPageLink(String, boolean, Object...)
          Use PageRenderLinkSource.createPageRenderLink(String) or PageRenderLinkSource.createPageRenderLinkWithContext(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 
org.apache.tapestry5.dom.Element.getParent()
          since 5.1.0.1, use Node.getContainer() 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.