Package and Description |
---|
org.apache.tapestry5.services.templates
Deprecated in 5.3
|
Interface and Description |
---|
org.apache.tapestry5.services.ClasspathAssetAliasManager
Deprecated in 5.4, with no replacement. This will no longer be used in Tapestry 5.5, as all classpath assets
will need to be under the
META-INF/assets folder (but may be maintained for compatibility reasons until 5.6). |
org.apache.tapestry5.services.ClientBehaviorSupport
Deprecated in 5.4 with no replacement. Use
JavaScriptSupport directly,
instead. |
org.apache.tapestry5.internal.services.ComponentResourcesOperation
In Tapestry 5.4; use
MethodAdvice and other parts of the new (in 5.3) plastic library. |
org.apache.tapestry5.services.templates.ComponentTemplateLocator
Deprecated in 5.3, override or decorate
ComponentResourceSelector instead. |
org.apache.tapestry5.services.InvalidationListener
In 5.4; use
InvalidationEventHub.addInvalidationCallback(Runnable) instead |
org.apache.tapestry5.services.LinkCreationListener
Use
LinkCreationListener2 instead |
org.apache.tapestry5.runtime.PageLifecycleListener
in 5.3.4, replaced with
PageLifecycleCallbackHub |
org.apache.tapestry5.internal.structure.PageResetListener
in 5.3.4
|
org.apache.tapestry5.ioc.services.RegistryShutdownListener
In Tapestry 5.3, to be removed in a later release.
|
org.apache.tapestry5.services.ResourceDigestGenerator
Deprecated in 5.4 with no replacement; see release notes about classpath assets moving
to /META-INF/assets/, and content checksums inside asset URLs
|
org.apache.tapestry5.internal.services.ResourceDigestManager
Deprecated in 5.4 with no replacement; see release notes about classpath assets moving to /META-INF/assets/.
To be removed in 5.5.
|
org.apache.tapestry5.ioc.services.ThreadCleanupListener
Deprecated in 5.4, use
PerthreadManager.addThreadCleanupCallback(Runnable) instead. |
org.apache.tapestry5.ValidationDecorator
Deprecated in 5.4 with no replacement.
|
org.apache.tapestry5.services.ValidationDecoratorFactory
Deprecated in 5.4 with no replacement, as
ValidationDecorator is being phased out. |
Class and Description |
---|
org.apache.tapestry5.services.AssetAlias
Deprecated in 5.4 (see notes in
ClasspathAssetAliasManager ). |
org.apache.tapestry5.CSSClassConstants
Deprecated in 5.4 with no replacement.
|
org.apache.tapestry5.corelib.mixins.FormFieldFocus
As of release 5.4, replaced by
OverrideFieldFocus |
org.apache.tapestry5.ioc.test.IOCTestCase
In 5.4, with no replacement
|
org.apache.tapestry5.ioc.test.MockTester
In 5.4, with no replacement
|
org.apache.tapestry5.ajax.MultiZoneUpdate
Deprecated in 5.3; use the
AjaxResponseRenderer service instead of
returning an instance of MultiZoneUpdate |
org.apache.tapestry5.internal.services.ajax.MultiZoneUpdateEventResultProcessor
Deprecated in 5.3
|
org.apache.tapestry5.runtime.PageLifecycleAdapter
in 5.3.4, as
PageLifecycleListener has been deprecated |
org.apache.tapestry5.ioc.test.TestBase
In 5.4, with no replacement
|
org.apache.tapestry5.ioc.test.TestUtils
In 5.4, with no replacement
|
Annotation Type and Description |
---|
org.apache.tapestry5.ioc.annotations.InjectResource
Deprecated in Tapestry 5.3, to be removed in a later release. Use
Inject instead. |
org.apache.tapestry5.annotations.PageAttached
In Tapestry 5.3, with no replacement (attach logic no longer meaningful now that pages are singletons).
|
org.apache.tapestry5.annotations.PageDetached
In Tapestry 5.3, with no replacement (detach logic no longer meaningful now that pages are singletons).
|
org.apache.tapestry5.annotations.Retain
This rarely used annotation is likely to cause threading issues starting in Tapestry 5.2 (which no longer
pools pages
but uses shared instances with externalized mutable state)
|
org.apache.tapestry5.ioc.annotations.SubModule
Deprecated in 5.4, use
ImportModule instead. |
Constructor and Description |
---|
org.apache.tapestry5.services.PageRenderRequestParameters(String, EventContext) |
org.apache.tapestry5.services.javascript.StylesheetOptions(String, String)
In 5.3, may be removed in a later release. Use
StylesheetOptions.StylesheetOptions(String) and StylesheetOptions.withCondition(String) } instead. |
org.apache.tapestry5.internal.TapestryAppInitializer(Logger, SymbolProvider, String, String, String)
Use
TapestryAppInitializer.TapestryAppInitializer(Logger, SymbolProvider, String, String) instead.
To be removed in 5.4. |
Enum Constant and Description |
---|
org.apache.tapestry5.corelib.ClientValidation.BLUR
Deprecated in 5.4, and no longer supported.
|
org.apache.tapestry5.services.javascript.InitializationPriority.IMMEDIATE
Deprecated in 5.4; this is now treated as "earlier than early".
|
org.apache.tapestry5.services.javascript.StackExtensionType.INITIALIZATION
Deprecated in 5.4 with no replacement; initialization may be removed in the future.
|
Copyright © 2003-2013 The Apache Software Foundation.