Uses of Package
org.apache.tapestry.services

Packages that use org.apache.tapestry.services
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.binding Implementations of IBinding
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
org.apache.tapestry.contrib.ajax

Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. 

org.apache.tapestry.contrib.form

Form controls for things liked masked input editing on text fields and multi property selection semantics. 

org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.contrib.services.impl   
org.apache.tapestry.contrib.table.components

Components that make up the core of the tapestry contrib's Table component. 

org.apache.tapestry.contrib.table.model.ognl

Utiltity model classes that are based on working with objects using OGNL syntax. 

org.apache.tapestry.contrib.table.model.simple

Simple model classes for table. 

org.apache.tapestry.data Data Squeezer filters. 
org.apache.tapestry.dojo.form Form related components that are wrapped by dojo widgets. 
org.apache.tapestry.dojo.html Html related components that are wrapped by dojo widgets. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.error Defines various services / utilies for error reporting. 
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
org.apache.tapestry.multipart Deals with multipart form data. 
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.request Deals with upload form data. 
org.apache.tapestry.resolver Namespace resolution of pages/components/etc.. 
org.apache.tapestry.script Parser and related classes for dynamically generating JavaScript for inclusion in an HTML response. 
org.apache.tapestry.scriptaculous   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.test Various testing utilities to make testing tapestry pages/components easier. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
org.apache.tapestry.util.io Some interesting I/O classes. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Classes in org.apache.tapestry.services used by org.apache.tapestry
ComponentRenderWorker
          Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
Infrastructure
          Tapestry infrastructure ...
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.annotations
InjectedValueProvider
           
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.asset
LinkFactory
          A source of ILinkinstances.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.binding
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
ExpressionCache
          Cache of compiled OGNL expressions.
ExpressionEvaluator
          Wrapper around the OGNL library.
InjectedValueProvider
           
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.components
ComponentRenderWorker
          Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
ExpressionEvaluator
          Wrapper around the OGNL library.
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.ajax
LinkFactory
          A source of ILinkinstances.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.form
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.inspector
TemplateSource
          A source of localized HTML templates for components.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.services.impl
LinkFactory
          A source of ILinkinstances.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.table.components
ExpressionEvaluator
          Wrapper around the OGNL library.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.table.model.ognl
ExpressionEvaluator
          Wrapper around the OGNL library.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.contrib.table.model.simple
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.data
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
DataSqueezerFilter
           
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.dojo.form
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.dojo.html
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.engine
AbsoluteURLBuilder
          Service used to construct absolute URLs (often used for redirects).
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
ExpressionEvaluator
          Wrapper around the OGNL library.
Infrastructure
          Tapestry infrastructure ...
LinkFactory
          A source of ILinkinstances.
NamespaceResources
          Companion to the standard implementation of INamespace.
ResetEventHub
          Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data.
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
ResponseRenderer
          Deprecated. To be replaced with ResponseBuilder.
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.enhance
ComponentConstructor
          Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables.
ComponentMessagesSource
          Defines an object that can provide a component with its Messages.
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
ComponentRenderWorker
          Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
InjectedValueProvider
           
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.error
ResponseRenderer
          Deprecated. To be replaced with ResponseBuilder.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.form
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.html
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.link
ServiceMap
          Service interface for tapestry.services.ServiceMap, provides access to engine services defined in the HiveMind module deployment descriptors.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.multipart
ServletRequestServicer
          An object that can service an HTTP servlet request.
ServletRequestServicerFilter
          Filter interface for ServletRequestServicer.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.pageload
ClassFinder
          Used to search for a class within a list of packages.
ComponentConstructorFactory
          tapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around EnhancementOperation, used to take a base component class and provide an enhanced subclass of it.
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
ComponentTemplateLoader
          Service interface for tapestry.page.ComponentTemplateLoader; responsible for finding and integrating a component (or page) template with the component (or page) instance.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.portlet
ApplicationGlobals
          A "global" holder for various services and configurations.
LinkFactory
          A source of ILinkinstances.
ResponseRenderer
          Deprecated. To be replaced with ResponseBuilder.
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.request
ServletRequestServicer
          An object that can service an HTTP servlet request.
ServletRequestServicerFilter
          Filter interface for ServletRequestServicer.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.resolver
ClassFinder
          Used to search for a class within a list of packages.
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.script
ExpressionEvaluator
          Wrapper around the OGNL library.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.scriptaculous
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.services
ClassFinder
          Used to search for a class within a list of packages.
ComponentConstructor
          Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables.
ComponentMessagesSource
          Defines an object that can provide a component with its Messages.
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
CookieSource
          Used by other services to obtain cookie values for the current request.
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
LinkFactory
          A source of ILinkinstances.
ObjectPool
          An pool for objects.
RequestCycleFactory
          A factory for creating instances of IRequestCyclefor the current request.
ResetEventHub
          Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data.
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
ResponseRenderer
          Deprecated. To be replaced with ResponseBuilder.
ServiceMap
          Service interface for tapestry.services.ServiceMap, provides access to engine services defined in the HiveMind module deployment descriptors.
ServletRequestServicer
          An object that can service an HTTP servlet request.
TemplateSource
          A source of localized HTML templates for components.
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.services.impl
AbsoluteURLBuilder
          Service used to construct absolute URLs (often used for redirects).
ApplicationGlobals
          A "global" holder for various services and configurations.
ApplicationInitializer
          An object which may perform startup initialization for the servlet.
ClassFinder
          Used to search for a class within a list of packages.
ClasspathResourceFactory
          Used to create new instances of ClasspathResource.
ComponentConstructor
          Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables.
ComponentConstructorFactory
          tapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around EnhancementOperation, used to take a base component class and provide an enhanced subclass of it.
ComponentMessagesSource
          Defines an object that can provide a component with its Messages.
ComponentPropertySource
          Encapsulates the logic for searching for component meta-data.
ComponentRenderWorker
          Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
ComponentTemplateLoader
          Service interface for tapestry.page.ComponentTemplateLoader; responsible for finding and integrating a component (or page) template with the component (or page) instance.
CookieSource
          Used by other services to obtain cookie values for the current request.
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
EngineFactory
          Responsible for creating new instance of IEngine.
EngineManager
          Service responsible for obtaining instances of IEngine to service the current request.
ExpressionCache
          Cache of compiled OGNL expressions.
ExpressionEvaluator
          Wrapper around the OGNL library.
Infrastructure
          Tapestry infrastructure ...
InjectedValueProvider
           
LinkFactory
          A source of ILinkinstances.
NamespaceResources
          Companion to the standard implementation of INamespace.
ObjectPool
          An pool for objects.
RequestCycleFactory
          A factory for creating instances of IRequestCyclefor the current request.
RequestGlobals
          Access point for thread-local information about the current request.
RequestLocaleManager
          Used to determine what is the client-specified locale, if any, for the current request.
ResetEventHub
          Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data.
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
ResponseContributor
          Determines if the particular incoming ajax request is handled by this contributor/library response type.
ResponseDelegateFactory
          Service used by DirectService to determine type of ajax request receive and determine the appropriate ResponseBuilder to handle the response.
ResponseRenderer
          Deprecated. To be replaced with ResponseBuilder.
ServiceMap
          Service interface for tapestry.services.ServiceMap, provides access to engine services defined in the HiveMind module deployment descriptors.
ServletRequestServicer
          An object that can service an HTTP servlet request.
ServletRequestServicerFilter
          Filter interface for ServletRequestServicer.
TemplateSource
          A source of localized HTML templates for components.
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
WebRequestServicerFilter
          Filter interface for WebRequestServicer.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.test
ComponentRenderWorker
          Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.util
ResponseBuilder
          Represents the service responsible for managing all content output that is sent to the client.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.util.io
DataSqueezer
          Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
 

Classes in org.apache.tapestry.services used by org.apache.tapestry.wml
WebRequestServicer
          Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.