Uses of Class
org.apache.tapestry5.commons.internal.util.LockSupport
Packages that use LockSupport
Package
Description
Support for a standard way of presenting alerts to the user, via the
AlertManager
service combined with the
Alerts
component.[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
[INTERNAL USE ONLY] various utility classes; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
-
Uses of LockSupport in org.apache.tapestry5.alerts
Subclasses of LockSupport in org.apache.tapestry5.alertsModifier and TypeClassDescriptionclass
A stateless session object used to store Alerts between requests. -
Uses of LockSupport in org.apache.tapestry5.commons.internal.services
Subclasses of LockSupport in org.apache.tapestry5.commons.internal.services -
Uses of LockSupport in org.apache.tapestry5.internal.services
Subclasses of LockSupport in org.apache.tapestry5.internal.servicesModifier and TypeClassDescriptionclass
Allows for injection of the global application message catalog into services.class
class
A resource stored with in the web application context. -
Uses of LockSupport in org.apache.tapestry5.internal.structure
Subclasses of LockSupport in org.apache.tapestry5.internal.structureModifier and TypeClassDescriptionclass
The bridge between a component and itsComponentPageElement
, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data. -
Uses of LockSupport in org.apache.tapestry5.internal.util
Subclasses of LockSupport in org.apache.tapestry5.internal.utilModifier and TypeClassDescriptionclass
NamedSet<T>
Simple, thread-safe associative array that relates a name to a value. -
Uses of LockSupport in org.apache.tapestry5.ioc.internal.services
Subclasses of LockSupport in org.apache.tapestry5.ioc.internal.servicesModifier and TypeClassDescriptionclass
AnObjectCreator
that delegates to anotherObjectCreator
and caches the result. -
Uses of LockSupport in org.apache.tapestry5.ioc.internal.util
Subclasses of LockSupport in org.apache.tapestry5.ioc.internal.utilModifier and TypeClassDescriptionclass
Abstract implementation ofResource
.final class
Implementation ofResource
for files on the classpath (as defined by aClassLoader
).class
Logic for handling one shot semantics for classes; classes that include a method (or methods) that "locks down" the instance, to prevent it from being used again in the future.