Package | Description |
---|---|
org.apache.tapestry5.corelib.base |
Base components intended to be extended by other components rather than
used directly in templates.
|
org.apache.tapestry5.internal.beaneditor |
[INTERNAL USE ONLY] support classes for the
BeanEditor component; API subject to change |
org.apache.tapestry5.internal.beanvalidator |
[INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Field and Description |
---|---|
protected Environment |
AbstractField.environment |
Constructor and Description |
---|
MessagesConstraintGenerator(Environment environment) |
Constructor and Description |
---|
BeanFieldValidator(Field field,
ValidatorFactory validatorFactory,
BeanValidatorGroupSource beanValidationGroupSource,
ClientConstraintDescriptorSource clientValidatorSource,
FormSupport formSupport,
Environment environment) |
BeanFieldValidatorDefaultSource(FieldValidatorDefaultSource fieldValidatorDefaultSource,
ValidatorFactory validatorFactory,
BeanValidatorGroupSource beanValidationGroupSource,
ClientConstraintDescriptorSource clientValidatorSource,
FormSupport formSupport,
Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentImpl
A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
|
Constructor and Description |
---|
AjaxComponentEventRequestHandler(RequestPageCache cache,
Request request,
PageRenderQueue queue,
ComponentEventResultProcessor resultProcessor,
PageActivator pageActivator,
Environment environment,
AjaxPartialResponseRenderer partialRenderer) |
ComponentEventRequestHandlerImpl(ComponentEventResultProcessor resultProcessor,
RequestPageCache cache,
Response response,
PageActivator pageActivator,
Environment environment) |
EnvironmentalShadowBuilderImpl(PlasticProxyFactory proxyFactory,
Environment environment)
Construct using the default builtin factory, not the component layer version.
|
Constructor and Description |
---|
AjaxFormUpdateControllerImpl(ComponentSource componentSource,
HiddenFieldLocationRules rules,
Environment environment,
Heartbeat heartbeat,
ClientDataEncoder clientDataEncoder,
org.slf4j.Logger logger) |
Constructor and Description |
---|
EnvironmentalWorker(Environment environment,
ComponentClassCache classCache) |
Modifier and Type | Method and Description |
---|---|
Environment |
TapestryModule.buildEnvironment(PerthreadManager perthreadManager) |
Modifier and Type | Method and Description |
---|---|
static FieldValidatorDefaultSource |
TapestryModule.decorateFieldValidatorDefaultSource(FieldValidatorDefaultSource defaultSource,
Environment environment)
Decorate FieldValidatorDefaultSource to setup the EnvironmentMessages
object and place it in the environment.
|
Constructor and Description |
---|
JavaScriptModule(Environment environment,
EnvironmentalShadowBuilder environmentalBuilder) |
TapestryModule(PipelineBuilder pipelineBuilder,
PropertyShadowBuilder shadowBuilder,
RequestGlobals requestGlobals,
ApplicationGlobals applicationGlobals,
ChainBuilder chainBuilder,
Environment environment,
StrategyBuilder strategyBuilder,
PropertyAccess propertyAccess,
Request request,
Response response,
EnvironmentalShadowBuilder environmentalBuilder,
EndOfRequestEventHub endOfRequestEventHub)
We inject all sorts of common dependencies (including builders) into the
module itself (note: even though some of
these service are defined by the module itself, that's ok because
services are always lazy proxies).
|
Modifier and Type | Method and Description |
---|---|
protected Environment |
TapestryTestCase.mockEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
TapestryTestCase.train_peek(Environment env,
Class<T> type,
T value) |
protected <T> void |
TapestryTestCase.train_peekRequired(Environment env,
Class<T> type,
T value) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.