Interface and Description |
---|
org.apache.tapestry.IAction
To be removed in 4.1 with no replacement.
|
org.apache.tapestry.engine.IComponentClassEnhancer
To be removed in 4.1
|
org.apache.tapestry.engine.IMonitor
To be removed in 4.1 with no direct replacement.
|
org.apache.tapestry.engine.IMonitorFactory
To be removed in 4.1 with no direct replacement.
|
org.apache.tapestry.event.PageRenderListener
To be removed in 4.1. Use
PageBeginRenderListener
and/or PageEndRenderListener . |
Class and Description |
---|
org.apache.tapestry.link.ActionLink
To be removed in 4.1
|
org.apache.tapestry.engine.ActionService
To be removed in 4.1.
|
org.apache.tapestry.engine.ActionServiceParameter
To be removed in 4.1.
|
org.apache.tapestry.engine.DefaultMonitorFactory
To be removed in 4.1 with no direct replacement.
|
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.form.ListEdit
As of release 4.0, replaced by
ForBean |
org.apache.tapestry.engine.NullMonitor
To be removed in 4.1 with no direct replacement
|
org.apache.tapestry.request.RequestContext
To be removed in 4.1. Use injection to gain access to the necessary objects.
|
org.apache.tapestry.form.translator.TranslatorBindingFactory
Support for the translator: will be removed in release 4.1, along with
ValidField . |
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 . |
Field and Description |
---|
org.apache.tapestry.IForm.ATTRIBUTE_NAME
To be removed; use
TapestryUtils.FORM_ATTRIBUTE instead. |
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. |
Constructor and Description |
---|
org.apache.tapestry.asset.PrivateAsset(ClasspathResource, Location)
To be removed (someday). Use
PrivateAsset.PrivateAsset(ClasspathResource, IEngineService, Location) instead. |
org.apache.tapestry.parse.SpecificationParser(ClassResolver, SpecFactory)
to be removed in release 4.1
|