Uses of Interface
org.apache.tapestry5.services.ContextValueEncoder
-
Packages that use ContextValueEncoder Package Description org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. -
-
Uses of ContextValueEncoder in org.apache.tapestry5.internal
Constructors in org.apache.tapestry5.internal with parameters of type ContextValueEncoder Constructor Description URLEventContext(ContextValueEncoder valueEncoder, String[] values)
-
Uses of ContextValueEncoder in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ContextValueEncoder Modifier and Type Class Description class
ContextValueEncoderImpl
Constructors in org.apache.tapestry5.internal.services with parameters of type ContextValueEncoder Constructor Description ContextPathEncoderImpl(ContextValueEncoder valueEncoder, URLEncoder urlEncoder, TypeCoercer typeCoercer)
-
Uses of ContextValueEncoder in org.apache.tapestry5.internal.structure
Subinterfaces of ContextValueEncoder in org.apache.tapestry5.internal.structure Modifier and Type Interface Description interface
ComponentPageElementResources
Provides access to common methods of various services, needed by implementations ofComponentPageElement
andInternalComponentResources
.Classes in org.apache.tapestry5.internal.structure that implement ContextValueEncoder Modifier and Type Class Description class
ComponentPageElementResourcesImpl
Constructors in org.apache.tapestry5.internal.structure with parameters of type ContextValueEncoder Constructor Description ComponentPageElementResourcesImpl(ComponentResourceSelector selector, ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager, boolean productionMode, boolean componentTracingEnabled, RequestGlobals requestGlobals)
ComponentPageElementResourcesSourceImpl(ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager, boolean productionMode, boolean componentTracingEnabled, RequestGlobals requestGlobals)
-