Uses of Interface
org.apache.tapestry5.services.ValueEncoderSource
-
Packages that use ValueEncoderSource Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.org.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of ValueEncoderSource in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ValueEncoderSource Modifier and Type Class Description class
ValueEncoderSourceImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type ValueEncoderSource Constructor Description ComponentDefaultProviderImpl(PropertyAccess propertyAccess, BindingSource bindingSource, ValueEncoderSource valueEncoderSource, FieldTranslatorSource fieldTranslatorSource, FieldValidatorDefaultSource fieldValidatorDefaultSource)
ContextValueEncoderImpl(ValueEncoderSource valueEncoderSource)
PropertyValueLabelProvider(ValueEncoderSource valueEncoderSource, PropertyAccess propertyAccess, labelProperty)
SelectModelFactoryImpl(PropertyAccess propertyAccess, ValueEncoderSource valueEncoderSource, > valueLabelProvider)
-
Uses of ValueEncoderSource in org.apache.tapestry5.internal.transform
Constructors in org.apache.tapestry5.internal.transform with parameters of type ValueEncoderSource Constructor Description ActivationRequestParameterWorker(Request request, ComponentClassCache classCache, ValueEncoderSource valueEncoderSource, URLEncoder urlEncoder)
OnEventWorker(Request request, ValueEncoderSource valueEncoderSource, ComponentClassCache classCache, OperationTracker operationTracker)
-
Uses of ValueEncoderSource in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ValueEncoderSource Modifier and Type Method Description protected ValueEncoderSource
TapestryTestCase. mockValueEncoderSource()
Methods in org.apache.tapestry5.test with parameters of type ValueEncoderSource Modifier and Type Method Description protected void
TapestryTestCase. train_getValueEncoder(ValueEncoderSource source, type, ValueEncoder valueEncoder)
-