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. |
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.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. |
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.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.