|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
---|---|
org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. |
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.services | Core services |
org.apache.tapestry5.test | Support for testing Tapestry pages |
Uses of Environment in org.apache.tapestry5.internal |
---|
Constructors in org.apache.tapestry5.internal with parameters of type Environment | |
---|---|
DefaultValidationDecorator(Environment environment,
Asset spacerAsset,
MarkupWriter markupWriter)
|
Uses of Environment in org.apache.tapestry5.internal.beaneditor |
---|
Constructors in org.apache.tapestry5.internal.beaneditor with parameters of type Environment | |
---|---|
MessagesConstraintGenerator(Environment environment)
|
Uses of Environment in org.apache.tapestry5.internal.beanvalidator |
---|
Constructors in org.apache.tapestry5.internal.beanvalidator with parameters of type Environment | |
---|---|
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)
|
Uses of Environment in org.apache.tapestry5.internal.services |
---|
Classes in org.apache.tapestry5.internal.services that implement Environment | |
---|---|
class |
EnvironmentImpl
A non-threadsafe implementation (expects to use the "perthread" service lifecyle). |
Uses of Environment in org.apache.tapestry5.internal.services.ajax |
---|
Constructors in org.apache.tapestry5.internal.services.ajax with parameters of type Environment | |
---|---|
AjaxFormUpdateControllerImpl(ComponentSource componentSource,
HiddenFieldLocationRules rules,
Environment environment,
Heartbeat heartbeat,
ClientDataEncoder clientDataEncoder,
org.slf4j.Logger logger)
|
Uses of Environment in org.apache.tapestry5.internal.transform |
---|
Constructors in org.apache.tapestry5.internal.transform with parameters of type Environment | |
---|---|
EnvironmentalWorker(Environment environment,
ComponentClassCache classCache)
|
Uses of Environment in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return Environment | |
---|---|
Environment |
TapestryModule.buildEnvironment(PerthreadManager perthreadManager)
|
Methods in org.apache.tapestry5.services with parameters of type Environment | |
---|---|
static FieldValidatorDefaultSource |
TapestryModule.decorateFieldValidatorDefaultSource(FieldValidatorDefaultSource defaultSource,
Environment environment)
Decorate FieldValidatorDefaultSource to setup the EnvironmentMessages object and place it in the environment. |
Constructors in org.apache.tapestry5.services with parameters of type Environment | |
---|---|
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). |
Uses of Environment in org.apache.tapestry5.test |
---|
Methods in org.apache.tapestry5.test that return Environment | |
---|---|
protected Environment |
TapestryTestCase.mockEnvironment()
|
Methods in org.apache.tapestry5.test with parameters of type Environment | ||
---|---|---|
protected
|
TapestryTestCase.train_peek(Environment env,
Class<T> type,
T value)
|
|
protected
|
TapestryTestCase.train_peekRequired(Environment env,
Class<T> type,
T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |