Uses of Interface
org.apache.tapestry5.ValueEncoder
Packages that use ValueEncoder
Package
Description
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] various utility classes; API subject to change.
Core services
Support for testing Tapestry pages
Classes and interfaces used by the
Tree
componentA set of enums, abstract classs and wrappers of various purposes
-
Uses of ValueEncoder in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return ValueEncoderModifier and TypeMethodDescriptionPropertyEditBlocks.getValueEncoderForProperty()
Provide a value encoder for an enum type. -
Uses of ValueEncoder in org.apache.tapestry5.hibernate.web.internal
Classes in org.apache.tapestry5.hibernate.web.internal that implement ValueEncoder -
Uses of ValueEncoder in org.apache.tapestry5.internal.jpa
Classes in org.apache.tapestry5.internal.jpa that implement ValueEncoder -
Uses of ValueEncoder in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ValueEncoderModifier and TypeClassDescriptionclass
Passes the string value from the server to the client and vice-versa without any translation.Methods in org.apache.tapestry5.internal.services that return ValueEncoderModifier and TypeMethodDescriptionDeprecated.ComponentDefaultProviderImpl.defaultValueEncoder
(String parameterName, ComponentResources resources) <T> ValueEncoder<T>
ValueEncoderSourceImpl.getValueEncoder
(Class<T> type) Methods in org.apache.tapestry5.internal.services with parameters of type ValueEncoderModifier and TypeMethodDescriptionstatic <V> GenericValueEncoderFactory<V>
GenericValueEncoderFactory.create
(ValueEncoder<V> encoder) Constructors in org.apache.tapestry5.internal.services with parameters of type ValueEncoder -
Uses of ValueEncoder in org.apache.tapestry5.internal.util
Constructors in org.apache.tapestry5.internal.util with parameters of type ValueEncoderModifierConstructorDescriptionSelectModelRenderer
(MarkupWriter writer, ValueEncoder encoder, boolean raw) -
Uses of ValueEncoder in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return ValueEncoderModifier and TypeMethodDescriptionFor a given type, create an encoder.ComponentDefaultProvider.defaultValueEncoder
(String parameterName, ComponentResources resources) Gets or creates a value encoder based on the type of the named parameter.<T> ValueEncoder<T>
ValueEncoderSource.getValueEncoder
(Class<T> type) Gets or creates a value encoder for the indicated type. -
Uses of ValueEncoder in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ValueEncoderModifier and TypeMethodDescriptionprotected final ValueEncoder
TapestryTestCase.mockValueEncoder()
Methods in org.apache.tapestry5.test with parameters of type ValueEncoderModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getValueEncoder
(ValueEncoderSource source, Class type, ValueEncoder valueEncoder) protected final void
TapestryTestCase.train_toClient
(ValueEncoder valueEncoder, Object value, String encoded) protected final void
TapestryTestCase.train_toValue
(ValueEncoder valueEncoder, String clientValue, Object value) -
Uses of ValueEncoder in org.apache.tapestry5.tree
Constructors in org.apache.tapestry5.tree with parameters of type ValueEncoderModifierConstructorDescriptionDefaultTreeModel
(ValueEncoder<T> encoder, TreeModelAdapter<T> adapter, List<T> roots) Standard constructor.DefaultTreeModel
(ValueEncoder<T> encoder, TreeModelAdapter<T> adapter, T root) Creates a new model starting from a single root element. -
Uses of ValueEncoder in org.apache.tapestry5.util
Classes in org.apache.tapestry5.util that implement ValueEncoderModifier and TypeClassDescriptionclass
EnumValueEncoder<E extends Enum<E>>
A value encoder that can be used for arbitrary Enum types.