Deprecated API
Contents
-
Packages Package Description org.apache.tapestry5.services.templates Deprecated in 5.3
-
Annotation Types Annotation Type Description 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.InjectResource Deprecated in Tapestry 5.3, to be removed in a later release. UseInject
instead.org.apache.tapestry5.ioc.annotations.SubModule Deprecated in 5.4, useImportModule
instead.
-
Constructors Constructor Description org.apache.tapestry5.services.javascript.StylesheetOptions(String, String) In 5.3, may be removed in a later release. UseStylesheetOptions(String)
andStylesheetOptions.withCondition(String)
} instead.org.apache.tapestry5.services.PageRenderRequestParameters(String, EventContext)
-
Enum Constants Enum Constant 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.