Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.UsesMappedConfiguration
Packages that use UsesMappedConfiguration
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
Tapestry IOC service interfaces
Core services
Various services for assets (e.g., images, JavaScript and CSS files)
A more structured approach to tracking how compatibility features are enabled, as well as tracking
compatibility exceptions.
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
Services for extracting component metadata.
Validators for use by Tapestry (and custom) form field components.
-
Uses of UsesMappedConfiguration in org.apache.tapestry5.commons.services
Classes in org.apache.tapestry5.commons.services with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Used byBeanModelSource
to identify the type of data associated with a particular property (represented as aPropertyAdapter
).interface
Makes use ofCoercion
s to convert between an input value (of some specific type) and a desired output type. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.http.services
Classes in org.apache.tapestry5.http.services with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Identifies which content types are compressable.interface
Analyzes a session-persisted object, specifically to see if it is dirty or not. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services with annotations of type UsesMappedConfigurationModifier and TypeClassDescriptionclass
Recognizes requests where the path begins with "/asset/" (actually, as defined by theSymbolConstants.ASSET_PATH_PREFIX
symbol), and delivers the content therein as a bytestream.interface
CreatesInstantiator
s for components, based on component class name.interface
Handle persistent property changes.interface
Parses a resource into aComponentTemplate
. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.ioc.services
Classes in org.apache.tapestry5.ioc.services with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Provides access to user defined lifecycles (beyond the two built-in lifecycles: "singleton" and "primitive").interface
Used to override built in services.interface
A provider of values for symbols, used by theSymbolSource
service. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.services
Classes in org.apache.tapestry5.services with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Responsible for managing Session State Objects (SSO), objects which persist between requests but are not tied to any individual page or component.interface
Used to provide access toApplicationStatePersistenceStrategySource
instances via a logical name for the strategy, such as "session".interface
Used to find or create anAsset
with a given path.interface
Used to acquire bindings for component parameters.interface
Deprecated.Deprecated in 5.4, with no replacement.interface
Responsible for handling the return value provided by a component event handler method.interface
Service that allows replacing one component, page or mixin class by another without changing the sources.interface
Used to createFieldValidator
s for a particularField
component.interface
Provides some assistance in determining where to place a hidden field based on standard (X)HTML elements.interface
Used to lookup meta data concerning a particular component.interface
A source forNullFieldStrategy
instances based on a logical name.interface
A strategy interface used for converting an object into markup that describes that object.interface
Service invoked when an uncaught exception occurs.interface
This service is used byTranslatorSource
to specifyTranslator
alternates: translators that are used when specified explicitly by name.interface
A source forTranslator
s, either by name or by property type.interface
A source for value encoders based on a property type. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.services.assets
Classes in org.apache.tapestry5.services.assets with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Used to determine the MIME content type for a resource.interface
Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.interface
ConvertsResource
s intoStreamableResource
s, and may be responsible for transforming resources based on file extension. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.services.compatibility
Classes in org.apache.tapestry5.services.compatibility with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Used globally to track what compatibility traits are enabled. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.services.javascript
Classes in org.apache.tapestry5.services.javascript with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Manages the availableJavaScriptStack
s, each of which has a unique name.interface
Responsible for managing access to the JavaScript modules. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.services.meta
Classes in org.apache.tapestry5.services.meta with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Service that makes it easy to identify a class annotation and use its presence, or the value of an attribute, to set a meta-data key. -
Uses of UsesMappedConfiguration in org.apache.tapestry5.validator
Classes in org.apache.tapestry5.validator with annotations of type UsesMappedConfigurationModifier and TypeInterfaceDescriptioninterface
Allows support for "validator macros", a simple-minded way of combining several related valiations together under a single name.