| Name | Package | Description |
| AbsoluteURLBuilder | org.apache.tapestry.services | Service used to construct absolute URLs (often used for redirects). |
| ActionRequestServicer | org.apache.tapestry.portlet | Used to define the commands in the tapestry.portlet.ActionRequestServicerPipeline
configuration. |
| ActionRequestServicerFilter | org.apache.tapestry.portlet | Filter interface used for the commands in the
tapestry.portlet.ActionRequestServicerPipeline configuration. |
| ApplicationGlobals | org.apache.tapestry.services | A "global" holder for various services and configurations. |
| ApplicationInitializer | org.apache.tapestry.services | An object which may perform startup initialization for the servlet. |
| ApplicationStateManager | org.apache.tapestry.engine.state | No description provided. |
| AssetFactory | org.apache.tapestry.asset | A service which creates an asset. |
| AssetSource | org.apache.tapestry.asset | Used to create an IAsset instance for a particular asset path. |
| AttributeHolder | org.apache.tapestry.web | Interface for objects that can hold attributes. |
| BindingFactory | org.apache.tapestry.binding | Creates a new instance of IBinding . |
| BindingSource | org.apache.tapestry.binding | Used to convert a binding string (from a template or a specification) into an instance of
IBinding . |
| ChangeObserver | org.apache.tapestry.event | May observe changes in an object's properties. |
| ClassAnnotationEnhancementWorker | org.apache.tapestry.annotations | Defines workers that perform annotation enhancements at the class level. |
| ClassFinder | org.apache.tapestry.services | Used to search for a class within a list of packages. |
| ClasspathResourceFactory | org.apache.tapestry.services | Used to create new instances of ClasspathResource . |
| ClientPropertyPersistenceScope | org.apache.tapestry.record | Service tapestry.persist.ClientPropertyPersistenceScope. |
| ComponentClassProvider | org.apache.tapestry.pageload | Determines the name of a page class based on information inside a
ComponentClassProviderContext . |
| ComponentConstructor | org.apache.tapestry.services | 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 | org.apache.tapestry.services | 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 | org.apache.tapestry.services | Defines an object that can provide a component with its
Messages . |
| ComponentPropertySource | org.apache.tapestry.services | Enapsulates the logic for searching for component meta-data. |
| ComponentSpecificationResolver | org.apache.tapestry.resolver | Service interface for locating component specifications. |
| ComponentTemplateLoader | org.apache.tapestry.services | Service interface for tapestry.page.ComponentTemplateLoader; responsible for
finding and integrating a component (or page) template with the component (or page) instance. |
| CookieSource | org.apache.tapestry.services | Used by other services to obtain cookie values for the current request. |
| DataSqueezer | org.apache.tapestry.services | Lightweight serialization used to encode values into strings that are stored in query parameters
and hidden fields. |
| DeferredObject | org.apache.tapestry.services.impl | Interface for an object that can provide a second, target object. |
| DeferredScript | org.apache.tapestry.enhance | A wrapper around IScriptSource that will obtain an
IScript instance as needed. |
| Describable | org.apache.tapestry.describe | An object that can describe its properties to a
DescriptionReceiver . |
| DescribableStrategy | org.apache.tapestry.describe | Strategy class allowing objects that don't implement
Describable to be described. |
| DescriptionReceiver | org.apache.tapestry.describe | An object that is provided with a description of another object. |
| EngineFactory | org.apache.tapestry.services | Responsible for creating new instance of IEngine . |
| EngineManager | org.apache.tapestry.services | Service responsible for obtaining instances of IEngine
to service the current request. |
| EngineServiceSource | org.apache.tapestry.services.impl | Interface that allows IEngineService proxies to be converted to real instances. |
| EnhancedClassValidator | org.apache.tapestry.enhance | No description provided. |
| EnhancementOperation | org.apache.tapestry.enhance | A process object representing enhancements to a component class. |
| EnhancementWorker | org.apache.tapestry.enhance | A worker that is employed by the ComponentConstructorFactory
to perform some enhancement. |
| ExceptionPresenter | org.apache.tapestry.error | Invoked by the IEngine if there's an uncaught exception
(checked or runtime) processing a request. |
| ExpressionCache | org.apache.tapestry.services | Cache of compiled OGNL expressions. |
| ExpressionEvaluator | org.apache.tapestry.services | Wrapper around the OGNL library. |
| ForBean.RepSource | org.apache.tapestry.components | An interface that provides the string representation of a given value |
| FormBehavior | org.apache.tapestry | Common interface extended by IForm and
FormSupport . |
| FormComponentContributor | org.apache.tapestry.form | Interface for objects that contribute client-side events back to a form |
| FormComponentContributorContext | org.apache.tapestry.form | Object that provides support to objects that implement
FormComponentContributor . |
| FormSupport | org.apache.tapestry.form | Interface for a utility object that encapsulates the majority of the
Form 's behavior. |
| HTMLDescriber | org.apache.tapestry.describe | Service used to describe an object to a markup writer as HTML (typically, as a <table>). |
| IAction | org.apache.tapestry | A particular type of component usuable with the action service. |
| IActionListener | org.apache.tapestry | Defines a listener to an IAction component, which is way to
get behavior when the component's URL is triggered (or the form
containing the component is submitted). |
| IAdvancedTableColumn | org.apache.tapestry.contrib.table.model | No description provided. |
| IAdvancedTableColumnSource | org.apache.tapestry.contrib.table.model | No description provided. |
| IApplicationSpecification | org.apache.tapestry.spec | Defines and interface for the configuration for a Tapestry application. |
| IAsset | org.apache.tapestry | Representation of a asset (GIF, JPEG, etc.) that may be owned by a IComponent . |
| IAssetSpecification | org.apache.tapestry.spec | Defines an internal, external or private asset. |
| IBasicTableModel | org.apache.tapestry.contrib.table.model | A simplified version of the table model that concerns itself only with
providing the data on the current page. |
| IBeanInitializer | org.apache.tapestry.bean | Interface for a set of classes used to initialize helper beans. |
| IBeanProvider | org.apache.tapestry | An object that provides a component with access to helper beans. |
| IBeanSpecification | org.apache.tapestry.spec | A specification of a helper bean for a component. |
| IBinding | org.apache.tapestry | A binding is the mechanism used to provide values for parameters of specific IComponent
instances. |
| IBindingSpecification | org.apache.tapestry.spec | Stores a binding specification, which identifies the static value or OGNL expression for the
binding. |
| ICallback | org.apache.tapestry.callback | Defines a callback, an object which is used to invoke or reinvoke a method
on an object or component in a later request cycle. |
| ICharacterMatcher | org.apache.tapestry.util.text | An interface for determining whether a character matches a particular rule. |
| ICharacterTranslator | org.apache.tapestry.util.text | An interface for translating a character into a string. |
| ICharacterTranslatorSource | org.apache.tapestry.util.text | A factory for creating character translators depending on the encoding |
| IComponent | org.apache.tapestry | Defines an object which may be used to provide dynamic content on a Tapestry web page. |
| IComponentClassEnhancer | org.apache.tapestry.engine | A provider of enhanced classes, classes with new methods and new attributes, and possibly,
implementing new Java interfaces. |
| IComponentSpecification | org.apache.tapestry.spec | A specification for a component, as read from an XML specification file. |
| IComponentVisitor | org.apache.tapestry.pageload | An interface defining an entity that is interested in examining a particular component |
| IContainedComponent | org.apache.tapestry.spec | Defines a contained component. |
| IDirect | org.apache.tapestry | Interface that defines classes that may be messaged by the direct
service. |
| IEngine | org.apache.tapestry | Defines the core, session-persistant object used to run a Tapestry application for a single
client (each client will have its own instance of the engine). |
| IEngineService | org.apache.tapestry.engine | A service, provided by the IEngine , for its pages and/or components. |
| IExtensionSpecification | org.apache.tapestry.spec | Defines an "extension", which is much like a helper bean, but is part of a library or application
specification (and has the same lifecycle as the application). |
| IExternalPage | org.apache.tapestry | Defines a page which may be referenced externally via a URL using the
ExternalService . |
| IFieldTracking | org.apache.tapestry.valid | Defines the interface for an object that tracks input fields. |
| IForm | org.apache.tapestry | A generic way to access a component which defines an HTML form (or, perhaps, other similar
constructs, such as a WML Go ). |
| IFormComponent | org.apache.tapestry.form | A common interface implemented by all form components (components that create interactive
elements in the rendered page). |
| IFullTableModel | org.apache.tapestry.contrib.table.model | An extension of ITableModel that provides the ability to get the full
list of row objects, rather than just the displayed ones. |
| ILibrarySpecification | org.apache.tapestry.spec | Interface for the Specification for a library. |
| ILink | org.apache.tapestry.engine | Define a link that may be generated as part of a page render. |
| ILinkComponent | org.apache.tapestry.components | A component that renders an HTML <a> element. |
| ILinkRenderer | org.apache.tapestry.link | Used by various instances of ILinkComponent to
actually renderer a link. |
| IMarkupWriter | org.apache.tapestry | Defines an object that can write markup (XML, HTML, XHTML) style output. |
| IMonitor | org.apache.tapestry.engine | Basic support for application monitoring and metrics. |
| IMonitorFactory | org.apache.tapestry.engine | Interface for an object that can create a IMonitor instance for a particular
RequestContext . |
| IMultipartDecoder | org.apache.tapestry.multipart | Defines how a multipart HTTP request can be broken into individual elements (including file
uploads). |
| IMultiplePropertySelectionRenderer | org.apache.tapestry.contrib.form | Defines an object that works with a MultiplePropertySelection component
to render the individual elements obtained from the model . |
| IMutableTreeNode | org.apache.tapestry.contrib.tree.model | Defines the requirements for a tree node object that can change --
by adding or removing child nodes, or by changing the contents
of a user object stored in the node. |
| INamespace | org.apache.tapestry | Organizes different libraries of Tapestry pages, components and services into "frameworks", used
to disambiguate names. |
| Infrastructure | org.apache.tapestry.services | Tapestry infrastructure ... |
| InitializationParameterHolder | org.apache.tapestry.web | Defines methods for accessing initialization parameters. |
| InjectedValueProvider | org.apache.tapestry.services | No description provided. |
| InjectEnhancementWorker | org.apache.tapestry.enhance | A kind of enhancement worker dedicated to injection, based on the <inject> element of the
specification. |
| InjectSpecification | org.apache.tapestry.spec | No description provided. |
| INodeRenderFactory | org.apache.tapestry.contrib.tree.components | No description provided. |
| IPage | org.apache.tapestry | A root level component responsible for generating an entire a page within the application. |
| IPageLoader | org.apache.tapestry.engine | Interface exposed to components as they are loaded by the page loader. |
| IPageRecorder | org.apache.tapestry.engine | Defines an object that can observe changes to properties of a page and its components, store the
state of the page between request cycles, and restore a page's state on a subsequent request
cycle. |
| IPageSource | org.apache.tapestry.engine | Abstracts the process of loading pages from thier specifications as well as pooling of pages once
loaded. |
| IParameter | org.apache.tapestry.contrib.jdbc | Represents a parameter within a dynamically generated SQL statement. |
| IParameterSpecification | org.apache.tapestry.spec | Defines a formal parameter to a component. |
| IPrimaryKeyConverter | org.apache.tapestry.components | An interface for converting an objects to their primary keys and back. |
| IPrimaryKeyConvertor | org.apache.tapestry.contrib.table.model | An interface for converting an object to its primary key and back. |
| IPropertyHolder | org.apache.tapestry.util | An interface that defines an object that can store named propertys. |
| IPropertySelectionModel | org.apache.tapestry.form | Used by a PropertySelection to provide labels for options. |
| IPropertySelectionRenderer | org.apache.tapestry.form | Defines an object that works with a PropertySelection component
to render the individual elements obtained from the model . |
| IPropertySource | org.apache.tapestry.engine | A source for configuration properties. |
| IPropertySpecification | org.apache.tapestry.spec | Defines a transient or persistant property of a component or page. |
| IRender | org.apache.tapestry | An element that may be asked to render itself to an
IMarkupWriter using a IRequestCycle . |
| IRequestCycle | org.apache.tapestry | Controller object that manages a single request cycle. |
| IRequestDecoder | org.apache.tapestry.request | Given a HttpServletRequest , identifies
the correct request properties (server, scheme, URI and port). |
| IRule | org.apache.tapestry.util.xml | A rule that may be pushed onto the RuleDirectedParser 's
rule stack. |
| IScript | org.apache.tapestry | An object that can convert a set of symbols into a collection of JavaScript statements. |
| IScriptProcessor | org.apache.tapestry | Defines methods needed by a IScript to execute. |
| IScriptSource | org.apache.tapestry.engine | Provides access to an IScript . |
| IScriptToken | org.apache.tapestry.script | Defines the responsibilities of a template token used by a
IScript . |
| ISessionStoreManager | org.apache.tapestry.contrib.tree.model | No description provided. |
| ISpecificationParser | org.apache.tapestry.parse | Service interface for a wrapper around the class
SpecificationParser . |
| ISpecificationResolverDelegate | org.apache.tapestry.resolver | Delegate interface used when a page or component specification can not be found by the normal
means. |
| ISpecificationSource | org.apache.tapestry.engine | Defines access to component specifications. |
| ISqlConnectionSource | org.apache.tapestry.contrib.table.model.sql | No description provided. |
| ISqlTableDataSource | org.apache.tapestry.contrib.table.model.sql | No description provided. |
| IStatement | org.apache.tapestry.contrib.jdbc | A wrapper around Statement or
PreparedStatement which hides the differences
between the two. |
| ITableColumn | org.apache.tapestry.contrib.table.model | The interface defining a table column. |
| ITableColumnEvaluator | org.apache.tapestry.contrib.table.model.simple | No description provided. |
| ITableColumnModel | org.apache.tapestry.contrib.table.model | Defines a list model of ITableColumn objects |
| ITableDataModel | org.apache.tapestry.contrib.table.model | A model of the table's data
This model need not be used. |
| ITableDataModelListener | org.apache.tapestry.contrib.table.model | No description provided. |
| ITableModel | org.apache.tapestry.contrib.table.model | The main interface defining the abstraction containing the table data and state |
| ITableModelSource | org.apache.tapestry.contrib.table.model | A Tapestry component that provides the current table model. |
| ITablePagingState | org.apache.tapestry.contrib.table.model | An interface defining the management of the table's paging state. |
| ITableRendererListener | org.apache.tapestry.contrib.table.model | No description provided. |
| ITableRendererSource | org.apache.tapestry.contrib.table.model | This interface provides a renderer to present the data in a table column. |
| ITableRowSource | org.apache.tapestry.contrib.table.model | A Tapestry component that provides the current row value. |
| ITableSessionStateManager | org.apache.tapestry.contrib.table.model | An interface responsible for determining what data would be stored
in the session between requests. |
| ITableSessionStoreManager | org.apache.tapestry.contrib.table.model | An interface responsible for determining where the session state
will be saved between requests. |
| ITableSortingState | org.apache.tapestry.contrib.table.model | An interface defining the management of the table's sorting state. |
| ITemplateComponent | org.apache.tapestry | Extra interface implemented by BaseComponent and inherited by
BasePage , used to allow them to add contents from their
templates. |
| ITemplateParser | org.apache.tapestry.parse | Service interface for the tapestry.TemplateParser service. |
| ITemplateParserDelegate | org.apache.tapestry.parse | Provides a TemplateParser with additional information about dynamic components. |
| ITemplateSourceDelegate | org.apache.tapestry.engine | Acts as a delegate to the TemplateSource ,
providing access to page and component templates after the normal search mechanisms have failed. |
| ITreeComponent | org.apache.tapestry.contrib.tree.components | No description provided. |
| ITreeDataModel | org.apache.tapestry.contrib.tree.model | The interface that defines a suitable data model for a TreeView component. |
| ITreeModel | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeModelSource | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeNode | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeNodeManager | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeRowSource | org.apache.tapestry.contrib.tree.model | A Tapestry component that provides the current row value. |
| ITreeSessionStateManager | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeStateListener | org.apache.tapestry.contrib.tree.model | No description provided. |
| ITreeStateModel | org.apache.tapestry.contrib.tree.model | No description provided. |
| IUploadFile | org.apache.tapestry.request | Represents a file uploaded from a client side form. |
| IValidationDelegate | org.apache.tapestry.valid | Interface used to track validation errors in forms and
form element component s (including
AbstractTextField and its subclasses). |
| IValidator | org.apache.tapestry.valid | An object that works with an IFormComponent to format output (convert object values to
strings values) and to process input (convert strings to object values and validate them). |
| IXTile | org.apache.tapestry.contrib.ajax | No description provided. |
| LinkFactory | org.apache.tapestry.services | A source of ILink instances. |
| ListenerInvoker | org.apache.tapestry.listener | Pipeline service interface for the tapestry.listener.ListenerInvoker pipeline service. |
| ListenerInvokerFilter | org.apache.tapestry.listener | Filter interface used with ListenerInvoker . |
| ListenerMap | org.apache.tapestry.listener | No description provided. |
| ListenerMapSource | org.apache.tapestry.listener | A service which provides access to ListenerMap
objects. |
| ListenerMethodInvoker | org.apache.tapestry.listener | An object, used by a ListenerMap , to match requests
(possibly with service parameters) to methods (possibly with arguments). |
| MarkupFilter | org.apache.tapestry.markup | Filter used with MarkupWriterImpl to determine how to convert
the output into a format compatible with the content type. |
| MarkupWriterSource | org.apache.tapestry.markup | Service interface for tapestry.markup.MarkupWriterSource service. |
| MethodAnnotationEnhancementWorker | org.apache.tapestry.annotations | Defines workers that perform annotation enhancements at the method level. |
| MultipartDecoder | org.apache.tapestry.multipart | Responsible for detecting and processing file upload requests, using Jakarta
Commons FileUpload. |
| NamespaceResources | org.apache.tapestry.services | Companion to the standard implementation of
INamespace . |
| NestedMarkupWriter | org.apache.tapestry | A writer that is created by, and nested within, another markup writer. |
| ObjectPool | org.apache.tapestry.services | An pool for objects. |
| PageAttachListener | org.apache.tapestry.event | Listener interface notified when a page is attached to the current request. |
| PageBeginRenderListener | org.apache.tapestry.event | Event listener for determining when a page is about to start rendering. |
| PageDetachListener | org.apache.tapestry.event | An interface for objects that want to know when the end of the request cycle occurs, so that any
resources that should be limited to just one request cycle can be released. |
| PageEndRenderListener | org.apache.tapestry.event | Counterpart to PageBeginRenderListener , for the (typically
less-interesting) end of page render event. |
| PageRecorderSource | org.apache.tapestry.record | Used to obtain a page recorder instance. |
| PageRenderListener | org.apache.tapestry.event | An object that listens to page events. |
| PageRenderSupport | org.apache.tapestry | Extends IScriptProcessor with a handful of additional methods
needed when rendering a page response. |
| PageSpecificationResolver | org.apache.tapestry.resolver | Service interface for locating a page specification given its name. |
| PageValidateListener | org.apache.tapestry.event | An interface for objects that want to take part in the validation of the page. |
| PatternDelegate | org.apache.tapestry.valid | Implementations of this interface will provide pattern utility services. |
| PersistentPropertyDataEncoder | org.apache.tapestry.record | Responsible for encoding PropertyChange s into and out of plain
strings. |
| PortletApplicationInitializer | org.apache.tapestry.portlet | Command interface for the tapestry.portlet.ApplicationInitializer configuration
point, which is used by the application portlet to bootstrap the application. |
| PortletMultipartDecoder | org.apache.tapestry.portlet.multipart | No description provided. |
| PortletPageResolver | org.apache.tapestry.portlet | Used by PortletHomeService to determine the correct page name
to use to render a request that does not specify a page (that's what the home service does). |
| PortletRenderer | org.apache.tapestry.portlet | Service used to render a page within a portlet. |
| PortletRequestGlobals | org.apache.tapestry.portlet | Stores the current Portlet request and response, for access by other services. |
| PropertyChange | org.apache.tapestry.record | Represents a change to a component on a page, this represents a datum of information stored by a
IPageRecorder . |
| PropertyInjectable | org.apache.tapestry.spec | Interface extended by several specification interfaces to indicate that the runtime object
constructed from the specification can be injected into the component class. |
| PropertyPersistenceStrategy | org.apache.tapestry.record | Defines how a persistent property is made persistent. |
| PropertyPersistenceStrategySource | org.apache.tapestry.record | A source for PropertyPersistenceStrategy s. |
| RenderableAdapterFactory | org.apache.tapestry.describe | A source of light-weight objects that can render a particular object. |
| RenderRequestServicer | org.apache.tapestry.portlet | Used to define the commands in the tapestry.portlet.RenderRequestServicerPipeline
configuration. |
| RenderRequestServicerFilter | org.apache.tapestry.portlet | Filter interface used for the commands in the
tapestry.portlet.RenderRequestServicerPipeline configuration. |
| RenderStrategy | org.apache.tapestry.describe | A strategy interface for rendering an object (even if it doesn't implement
IRender ). |
| ReportStatusHub | org.apache.tapestry.describe | Service for collecting together status information across the framework; service implementations
implement the ReportStatusListener interface and register
themselves as listeners here. |
| ReportStatusListener | org.apache.tapestry.event | Implemented by (typically) a HiveMind service implementation, and registerred with the
ReportStatusHub so that the service can report its status
(in terms of properties and values). |
| RequestCycleFactory | org.apache.tapestry.services | A factory for creating instances of IRequestCycle for the current
request. |
| RequestExceptionReporter | org.apache.tapestry.error | Service responsible for producing console output when there is an error processing the request
(and the normal Exception page can not be displayed). |
| RequestGlobals | org.apache.tapestry.services | Access point for thread-local information about the current request. |
| RequestLocaleManager | org.apache.tapestry.services | Used to determine what is the client-specified locale, if any, for the current request. |
| ResetEventHub | org.apache.tapestry.services | Service interface for a source of reset events; this events are used
to inform other services that they should discard any cached data. |
| ResetEventListener | org.apache.tapestry.event | Listener interface for objects interested in a Tapestry reset event. |
| ResourceDigestSource | org.apache.tapestry.asset | Calculates the digest value, as a string, for a particular classpath resource. |
| ResourceLocalizer | org.apache.tapestry.l10n | An interface that defines how to localize a particular resource. |
| ResponseRenderer | org.apache.tapestry.services | Responsible for rendering the active page as the response. |
| RootDescriptionReceiverFactory | org.apache.tapestry.describe | Creates a new instance of HTMLDescriptionReceiver around a
provided IMarkupWriter . |
| RootDescriptionReciever | org.apache.tapestry.describe | Extended version of DescriptionReceiver that adds the
ability to describe the root object, and to finish the description of an object (allowing the
same receiver to be used to describe several objects). |
| ScriptSession | org.apache.tapestry.script | Process object used when executing a script template . |
| SecondaryAnnotationWorker | org.apache.tapestry.annotations | A chain-of-command interface for secondary annotation workers; workers that must execute
after other workers. |
| ServiceEncoder | org.apache.tapestry.engine | Encapsulates the logic for encoding and decoding service requests. |
| ServiceEncoding | org.apache.tapestry.engine | Contains the information needed to encode a request for a service; the servlet path plus and
query parameters. |
| ServiceMap | org.apache.tapestry.services | Service interface for tapestry.services.ServiceMap, provides access to engine
services defined in the HiveMind module deployment descriptors. |
| ServletMultipartDecoder | org.apache.tapestry.multipart | No description provided. |
| ServletRequestServicer | org.apache.tapestry.services | An object that can service an HTTP servlet request. |
| ServletRequestServicerFilter | org.apache.tapestry.services | Filter interface for ServletRequestServicer . |
| SessionStoreOptimized | org.apache.tapestry | Optional interface implemented by Application State Objects. |
| SqueezeAdaptor | org.apache.tapestry.util.io | Interface which defines a class used to convert data for a specific Java type into a String
format (squeeze it), or convert from a String back into a Java type (unsqueeze). |
| StaleLinkExceptionPresenter | org.apache.tapestry.error | Service interface for informing the user about a StaleLinkException . |
| StaleSessionExceptionPresenter | org.apache.tapestry.error | Interface for a service used to report stale session exceptions. |
| StateObjectFactory | org.apache.tapestry.engine.state | A factory of application state objects. |
| StateObjectManager | org.apache.tapestry.engine.state | Interface for an object that manages a single application state object. |
| StateObjectManagerRegistry | org.apache.tapestry.engine.state | No description provided. |
| StateObjectPersistenceManager | org.apache.tapestry.engine.state | Interface for the nuts and bolts of getting and storing application state objects. |
| TableColumnModelSource | org.apache.tapestry.contrib.table.components | Service used to generate a ITableColumnModel from
a string description. |
| TemplateSource | org.apache.tapestry.services | A source of localized HTML templates for components. |
| TranslatedField | org.apache.tapestry.form | No description provided. |
| TranslatedFieldSupport | org.apache.tapestry.form | No description provided. |
| Translator | org.apache.tapestry.form.translator | Interface used by ValidatableField s to both format an object as text and translate
submitted text into an appropriate object for a given field. |
| TypeConverter | org.apache.tapestry.coerce | Converts a value to a specific (implicit) type. |
| ValidatableField | org.apache.tapestry.form | Implemented by form components that can need to be translated and validated. |
| ValidatableFieldSupport | org.apache.tapestry.form | Implements the logic used by RequiredField s for required field checking on rewind and
generating client-side logic during render. |
| ValidationMessages | org.apache.tapestry.form | Support interface used to provide access to validation messages. |
| Validator | org.apache.tapestry.form.validator | An object that can be "attached" to a IFormComponent to perform
server-side validation ( validate(IFormComponent, ValidationMessages, Object) ) as well
as generate cleint-side validation (in the form of JavaScript submit listeners). |
| ValidatorFactory | org.apache.tapestry.form.validator | Constructs Validator instances from a specification. |
| ValueConverter | org.apache.tapestry.coerce | Converts a value (possibly null) to an alternate data type; typically from String to boolean or a
number type. |
| WebActivator | org.apache.tapestry.web | A wrapper around a HttpServlet or *
{@link javax.portlet.Portlet}. |
| WebContext | org.apache.tapestry.web | A representation of a set of servlets (or portlets) packaged together as a web application
archive. |
| WebRequest | org.apache.tapestry.web | Contains information about the current request, including URLs, schemes, parameters, properties
and attributes. |
| WebRequestServicer | org.apache.tapestry.services | 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 | org.apache.tapestry.services | Filter interface for WebRequestServicer . |
| WebResponse | org.apache.tapestry.web | Controls the response to the client, and specifically allows for creating the output stream (or
print writer) to which content is sent. |
| WebSession | org.apache.tapestry.web | Primarily concerned with maintaining server-side state as attributes. |
| WebSessionAttributeCallback | org.apache.tapestry.record | Callback interface used to operate on a subset of attributes stored within a
WebSession whose names match a particular prefix. |