Deprecated API


Contents
Deprecated Interfaces
org.apache.tapestry.engine.IComponentClassEnhancer
          To be removed in 4.1 
org.apache.tapestry.event.PageRenderListener
          To be removed in 4.1. Use PageBeginRenderListener and/or PageEndRenderListener. 
org.apache.tapestry.services.ResponseRenderer
          To be replaced with ResponseBuilder. 
 

Deprecated Classes
org.apache.tapestry.components.Foreach
          As of release 4.0, replaced by ForBean 
org.apache.tapestry.form.FormEventType
          Managing of form events is now done on the client side; this class may be removed in a future release of Tapestry. 
org.apache.tapestry.wml.WMLEngine
          To be removed in 4.1. No longer necessary; the differences between WML applications and HTML applications are now handled via a startup mode. See SetupServletApplicationGlobals. 
 

Deprecated Fields
org.apache.tapestry.Tapestry.PARAMETERS_QUERY_PARAMETER_NAME
          To be removed in 4.1. Use ServiceConstants.PARAMETER instead. 
org.apache.tapestry.parse.SpecificationParser.SERVICE_NAME_PATTERN
          As of release 4.0, the <service> element (in 3.0 DTDs) is no longer supported. 
org.apache.tapestry.Tapestry.SERVICE_QUERY_PARAMETER_NAME
          To be removed in 4.1. Use ServiceConstants.SERVICE instead. 
 

Deprecated Methods
org.apache.tapestry.IScriptProcessor.addBodyScript(String)
          To be removed sometime after 4.1. 
org.apache.tapestry.FormBehavior.addEventHandler(FormEventType, String)
          Wiring of form event handlers is now managed on the client side. This method may be removed in a future release of Tapestry. 
org.apache.tapestry.IScriptProcessor.addExternalScript(Resource)
          To be removed sometime after 4.1 
org.apache.tapestry.IScriptProcessor.addInitializationScript(String)
          To be removed sometime after 4.1. 
org.apache.tapestry.IScript.execute(IRequestCycle, IScriptProcessor, Map)
          To be removed in Tapestry 4.2. Use the new IScript.execute(IComponent, IRequestCycle, IScriptProcessor, Map) method instead. 
org.apache.tapestry.engine.BaseEngine.getActivePageNames()
            
org.apache.tapestry.Tapestry.getClassName(Class)
          To be removed in 4.1. 
org.apache.tapestry.html.Body.getPreloadedImageReference(String)
          To be removed in 4.2, use Body.getPreloadedImageReference(IComponent, String) instead. 
org.apache.tapestry.PageRenderSupport.getPreloadedImageReference(String)
          To be removed in 4.2, use PageRenderSupport.getPreloadedImageReference(IComponent, String) instead. 
org.apache.tapestry.spec.LibrarySpecification.getServices()
          To be removed in release 4.1. 
org.apache.tapestry.Tapestry.isBlank(String)
          To be removed in Tapestry 4.1. Use HiveMind.isBlank(java.lang.String) instead. 
org.apache.tapestry.Tapestry.isNonBlank(String)
          To be removed in Tapestry 4.1. Use HiveMind.isNonBlank(java.lang.String) instead. 
org.apache.tapestry.spec.LibrarySpecification.setServices(Map)
          To be removed in release 4.1. 
 

Deprecated Constructors
org.apache.tapestry.asset.PrivateAsset(ClasspathResource, Location)
          To be removed (someday). Use PrivateAsset.PrivateAsset(ClasspathResource, IEngineService, Location) instead. 
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.