Uses of Interface
org.apache.tapestry5.NullFieldStrategy
Packages that use NullFieldStrategy
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
Support for testing Tapestry pages
-
Uses of NullFieldStrategy in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type NullFieldStrategyModifier and TypeMethodDescriptionFieldValidationSupport.parseClient
(String clientValue, ComponentResources componentResources, FieldTranslator<Object> translator, NullFieldStrategy nullFieldStrategy) A wrapper aroundTranslator.parseClient(Field, String, String)
.FieldValidationSupport.toClient
(Object value, ComponentResources componentResources, FieldTranslator<Object> translator, NullFieldStrategy nullFieldStrategy) A wrapper aroundTranslator.toClient(Object)
that first fires a "toclient" event on the component to see if it can perform the conversion. -
Uses of NullFieldStrategy in org.apache.tapestry5.internal
Classes in org.apache.tapestry5.internal that implement NullFieldStrategyModifier and TypeClassDescriptionclass
Default strategy, which is to do nothing: null values stay null.class
Treats nulls to or from the client as if they were 0's. -
Uses of NullFieldStrategy in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return NullFieldStrategyMethods in org.apache.tapestry5.internal.services with parameters of type NullFieldStrategyModifier and TypeMethodDescriptionFieldValidationSupportImpl.parseClient
(String clientValue, ComponentResources componentResources, FieldTranslator<Object> translator, NullFieldStrategy nullFieldStrategy) FieldValidationSupportImpl.toClient
(Object value, ComponentResources componentResources, FieldTranslator<Object> translator, NullFieldStrategy nullFieldStrategy) Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type NullFieldStrategyModifierConstructorDescriptionNullFieldStrategySourceImpl
(Map<String, NullFieldStrategy> configuration) -
Uses of NullFieldStrategy in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type NullFieldStrategyModifier and TypeMethodDescriptionstatic void
TapestryModule.contributeNullFieldStrategySource
(MappedConfiguration<String, NullFieldStrategy> configuration) Contributes strategies accessible via theNullFieldStrategySource
service. -
Uses of NullFieldStrategy in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return NullFieldStrategyModifier and TypeMethodDescriptionReturns the instance based on the name. -
Uses of NullFieldStrategy in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return NullFieldStrategyModifier and TypeMethodDescriptionprotected final NullFieldStrategy
TapestryTestCase.mockNullFieldStrategy()