Package | Description |
---|---|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.internal.alerts |
[INTERNAL USE ONLY] support classes for Alerts; API subject to change
|
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.upload.services |
Services for the Tapestry-upload module
|
Modifier and Type | Method and Description |
---|---|
static HibernateSessionManager |
HibernateCoreModule.buildHibernateSessionManager(HibernateSessionSource sessionSource,
PerthreadManager perthreadManager)
The session manager manages sessions on a per-thread/per-request basis.
|
Constructor and Description |
---|
AlertManagerImpl(ApplicationStateManager asm,
Request request,
AjaxResponseRenderer ajaxResponseRenderer,
PerthreadManager perThreadManager) |
Constructor and Description |
---|
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
Request request,
SymbolSource symbolSource) |
Modifier and Type | Method and Description |
---|---|
void |
NonPoolingRequestPageCacheImpl.listenForThreadCleanup(PerthreadManager perthreadManager) |
Constructor and Description |
---|
PersistentLocaleImpl(PerthreadManager perThreadManager,
String supportedLocales) |
Constructor and Description |
---|
EndOfRequestCleanupFilter(PerthreadManager perThreadManager) |
Constructor and Description |
---|
CachedWorker(BindingSource bindingSource,
PerthreadManager perthreadManager) |
InjectPageWorker(ComponentSource componentSource,
ComponentClassResolver resolver,
PerthreadManager perThreadManager) |
ParameterWorker(ComponentClassCache classCache,
BindingSource bindingSource,
ComponentDefaultProvider defaultProvider,
TypeCoercer typeCoercer,
PerthreadManager perThreadManager) |
PersistWorker(ComponentClassCache classCache,
PerthreadManager perThreadManager) |
UnclaimedFieldWorker(ComponentClassCache classCache,
PerthreadManager perThreadManager) |
Constructor and Description |
---|
ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef serviceDef,
PerthreadManager perthreadManager,
Status status) |
ServiceActivityTrackerImpl(PerthreadManager perthreadManager) |
Modifier and Type | Class and Description |
---|---|
class |
PerthreadManagerImpl |
Constructor and Description |
---|
ParallelExecutorImpl(ExecutorService executorService,
ThunkCreator thunkCreator,
PerthreadManager perthreadManager) |
PerThreadServiceCreator(PerthreadManager perthreadManager,
ObjectCreator delegate) |
PerThreadServiceLifecycle(PerthreadManager perthreadManager,
PlasticProxyFactory proxyFactory) |
Modifier and Type | Method and Description |
---|---|
static ParallelExecutor |
TapestryIOCModule.buildDeferredExecution(int coreSize,
int maxSize,
int keepAliveMillis,
boolean threadPoolEnabled,
int queueSize,
PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
ThunkCreator thunkCreator) |
Modifier and Type | Method and Description |
---|---|
protected PerthreadManager |
IOCTestCase.mockPerthreadManager() |
Modifier and Type | Method and Description |
---|---|
static EntityManagerManager |
JpaModule.buildEntityManagerManager(EntityManagerSource entityManagerSource,
PerthreadManager perthreadManager,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
Environment |
TapestryModule.buildEnvironment(PerthreadManager perthreadManager) |
Modifier and Type | Method and Description |
---|---|
static MultipartDecoder |
UploadModule.buildMultipartDecoder(PerthreadManager perthreadManager,
RegistryShutdownHub shutdownHub,
MultipartDecoderImpl multipartDecoder) |
Copyright © 2003-2012 The Apache Software Foundation.