Library:Apache Jakarta Tapestry
Version:4.0.2
Compatibility:JDK 1.5
Interfaces in library Apache Jakarta Tapestry.
NamePackageDescription
AbsoluteURLBuilderorg.apache.tapestry.servicesService used to construct absolute URLs (often used for redirects).
ActionRequestServicerorg.apache.tapestry.portletUsed to define the commands in the tapestry.portlet.ActionRequestServicerPipeline configuration.
ActionRequestServicerFilterorg.apache.tapestry.portletFilter interface used for the commands in the tapestry.portlet.ActionRequestServicerPipeline configuration.
ApplicationGlobalsorg.apache.tapestry.servicesA "global" holder for various services and configurations.
ApplicationInitializerorg.apache.tapestry.servicesAn object which may perform startup initialization for the servlet.
ApplicationStateManagerorg.apache.tapestry.engine.stateNo description provided.
AssetFactoryorg.apache.tapestry.assetA service which creates an asset.
AssetSourceorg.apache.tapestry.assetUsed to create an IAsset instance for a particular asset path.
AttributeHolderorg.apache.tapestry.webInterface for objects that can hold attributes.
BindingFactoryorg.apache.tapestry.bindingCreates a new instance of IBinding .
BindingSourceorg.apache.tapestry.bindingUsed to convert a binding string (from a template or a specification) into an instance of IBinding .
ChangeObserverorg.apache.tapestry.eventMay observe changes in an object's properties.
ClassAnnotationEnhancementWorkerorg.apache.tapestry.annotationsDefines workers that perform annotation enhancements at the class level.
ClassFinderorg.apache.tapestry.servicesUsed to search for a class within a list of packages.
ClasspathResourceFactoryorg.apache.tapestry.servicesUsed to create new instances of ClasspathResource .
ClientPropertyPersistenceScopeorg.apache.tapestry.recordService tapestry.persist.ClientPropertyPersistenceScope.
ComponentClassProviderorg.apache.tapestry.pageloadDetermines the name of a page class based on information inside a ComponentClassProviderContext .
ComponentConstructororg.apache.tapestry.servicesStarting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables.
ComponentConstructorFactoryorg.apache.tapestry.servicestapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around EnhancementOperation , used to take a base component class and provide an enhanced subclass of it.
ComponentMessagesSourceorg.apache.tapestry.servicesDefines an object that can provide a component with its Messages .
ComponentPropertySourceorg.apache.tapestry.servicesEnapsulates the logic for searching for component meta-data.
ComponentSpecificationResolverorg.apache.tapestry.resolverService interface for locating component specifications.
ComponentTemplateLoaderorg.apache.tapestry.servicesService interface for tapestry.page.ComponentTemplateLoader; responsible for finding and integrating a component (or page) template with the component (or page) instance.
CookieSourceorg.apache.tapestry.servicesUsed by other services to obtain cookie values for the current request.
DataSqueezerorg.apache.tapestry.servicesLightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
DeferredObjectorg.apache.tapestry.services.implInterface for an object that can provide a second, target object.
DeferredScriptorg.apache.tapestry.enhanceA wrapper around IScriptSource that will obtain an IScript instance as needed.
Describableorg.apache.tapestry.describeAn object that can describe its properties to a DescriptionReceiver .
DescribableStrategyorg.apache.tapestry.describeStrategy class allowing objects that don't implement Describable to be described.
DescriptionReceiverorg.apache.tapestry.describeAn object that is provided with a description of another object.
EngineFactoryorg.apache.tapestry.servicesResponsible for creating new instance of IEngine .
EngineManagerorg.apache.tapestry.servicesService responsible for obtaining instances of IEngine to service the current request.
EngineServiceSourceorg.apache.tapestry.services.implInterface that allows IEngineService proxies to be converted to real instances.
EnhancedClassValidatororg.apache.tapestry.enhanceNo description provided.
EnhancementOperationorg.apache.tapestry.enhanceA process object representing enhancements to a component class.
EnhancementWorkerorg.apache.tapestry.enhanceA worker that is employed by the ComponentConstructorFactory to perform some enhancement.
ExceptionPresenterorg.apache.tapestry.errorInvoked by the IEngine if there's an uncaught exception (checked or runtime) processing a request.
ExpressionCacheorg.apache.tapestry.servicesCache of compiled OGNL expressions.
ExpressionEvaluatororg.apache.tapestry.servicesWrapper around the OGNL library.
ForBean.RepSourceorg.apache.tapestry.componentsAn interface that provides the string representation of a given value
FormBehaviororg.apache.tapestryCommon interface extended by IForm  and FormSupport .
FormComponentContributororg.apache.tapestry.formInterface for objects that contribute client-side events back to a form
FormComponentContributorContextorg.apache.tapestry.formObject that provides support to objects that implement FormComponentContributor .
FormSupportorg.apache.tapestry.formInterface for a utility object that encapsulates the majority of the Form 's behavior.
HTMLDescriberorg.apache.tapestry.describeService used to describe an object to a markup writer as HTML (typically, as a <table>).
IActionorg.apache.tapestryA particular type of component usuable with the action service.
IActionListenerorg.apache.tapestryDefines 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).
IAdvancedTableColumnorg.apache.tapestry.contrib.table.modelNo description provided.
IAdvancedTableColumnSourceorg.apache.tapestry.contrib.table.modelNo description provided.
IApplicationSpecificationorg.apache.tapestry.specDefines and interface for the configuration for a Tapestry application.
IAssetorg.apache.tapestryRepresentation of a asset (GIF, JPEG, etc.) that may be owned by a IComponent .
IAssetSpecificationorg.apache.tapestry.specDefines an internal, external or private asset.
IBasicTableModelorg.apache.tapestry.contrib.table.modelA simplified version of the table model that concerns itself only with providing the data on the current page.
IBeanInitializerorg.apache.tapestry.beanInterface for a set of classes used to initialize helper beans.
IBeanProviderorg.apache.tapestryAn object that provides a component with access to helper beans.
IBeanSpecificationorg.apache.tapestry.specA specification of a helper bean for a component.
IBindingorg.apache.tapestryA binding is the mechanism used to provide values for parameters of specific IComponent instances.
IBindingSpecificationorg.apache.tapestry.specStores a binding specification, which identifies the static value or OGNL expression for the binding.
ICallbackorg.apache.tapestry.callbackDefines a callback, an object which is used to invoke or reinvoke a method on an object or component in a later request cycle.
ICharacterMatcherorg.apache.tapestry.util.textAn interface for determining whether a character matches a particular rule.
ICharacterTranslatororg.apache.tapestry.util.textAn interface for translating a character into a string.
ICharacterTranslatorSourceorg.apache.tapestry.util.textA factory for creating character translators depending on the encoding
IComponentorg.apache.tapestryDefines an object which may be used to provide dynamic content on a Tapestry web page.
IComponentClassEnhancerorg.apache.tapestry.engineA provider of enhanced classes, classes with new methods and new attributes, and possibly, implementing new Java interfaces.
IComponentSpecificationorg.apache.tapestry.specA specification for a component, as read from an XML specification file.
IComponentVisitororg.apache.tapestry.pageloadAn interface defining an entity that is interested in examining a particular component
IContainedComponentorg.apache.tapestry.specDefines a contained component.
IDirectorg.apache.tapestryInterface that defines classes that may be messaged by the direct service.
IEngineorg.apache.tapestryDefines 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).
IEngineServiceorg.apache.tapestry.engineA service, provided by the IEngine , for its pages and/or components.
IExtensionSpecificationorg.apache.tapestry.specDefines 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).
IExternalPageorg.apache.tapestryDefines a page which may be referenced externally via a URL using the ExternalService .
IFieldTrackingorg.apache.tapestry.validDefines the interface for an object that tracks input fields.
IFormorg.apache.tapestryA generic way to access a component which defines an HTML form (or, perhaps, other similar constructs, such as a WML Go ).
IFormComponentorg.apache.tapestry.formA common interface implemented by all form components (components that create interactive elements in the rendered page).
IFullTableModelorg.apache.tapestry.contrib.table.modelAn extension of ITableModel that provides the ability to get the full list of row objects, rather than just the displayed ones.
ILibrarySpecificationorg.apache.tapestry.specInterface for the Specification for a library.
ILinkorg.apache.tapestry.engineDefine a link that may be generated as part of a page render.
ILinkComponentorg.apache.tapestry.componentsA component that renders an HTML <a> element.
ILinkRendererorg.apache.tapestry.linkUsed by various instances of ILinkComponent to actually renderer a link.
IMarkupWriterorg.apache.tapestryDefines an object that can write markup (XML, HTML, XHTML) style output.
IMonitororg.apache.tapestry.engineBasic support for application monitoring and metrics.
IMonitorFactoryorg.apache.tapestry.engineInterface for an object that can create a IMonitor instance for a particular RequestContext .
IMultipartDecoderorg.apache.tapestry.multipartDefines how a multipart HTTP request can be broken into individual elements (including file uploads).
IMultiplePropertySelectionRendererorg.apache.tapestry.contrib.formDefines an object that works with a MultiplePropertySelection component to render the individual elements obtained from the model .
IMutableTreeNodeorg.apache.tapestry.contrib.tree.modelDefines 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.
INamespaceorg.apache.tapestryOrganizes different libraries of Tapestry pages, components and services into "frameworks", used to disambiguate names.
Infrastructureorg.apache.tapestry.servicesTapestry infrastructure ...
InitializationParameterHolderorg.apache.tapestry.webDefines methods for accessing initialization parameters.
InjectedValueProviderorg.apache.tapestry.servicesNo description provided.
InjectEnhancementWorkerorg.apache.tapestry.enhanceA kind of enhancement worker dedicated to injection, based on the <inject> element of the specification.
InjectSpecificationorg.apache.tapestry.specNo description provided.
INodeRenderFactoryorg.apache.tapestry.contrib.tree.componentsNo description provided.
IPageorg.apache.tapestryA root level component responsible for generating an entire a page within the application.
IPageLoaderorg.apache.tapestry.engineInterface exposed to components as they are loaded by the page loader.
IPageRecorderorg.apache.tapestry.engineDefines 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.
IPageSourceorg.apache.tapestry.engineAbstracts the process of loading pages from thier specifications as well as pooling of pages once loaded.
IParameterorg.apache.tapestry.contrib.jdbcRepresents a parameter within a dynamically generated SQL statement.
IParameterSpecificationorg.apache.tapestry.specDefines a formal parameter to a component.
IPrimaryKeyConverterorg.apache.tapestry.componentsAn interface for converting an objects to their primary keys and back.
IPrimaryKeyConvertororg.apache.tapestry.contrib.table.modelAn interface for converting an object to its primary key and back.
IPropertyHolderorg.apache.tapestry.utilAn interface that defines an object that can store named propertys.
IPropertySelectionModelorg.apache.tapestry.formUsed by a PropertySelection to provide labels for options.
IPropertySelectionRendererorg.apache.tapestry.formDefines an object that works with a PropertySelection component to render the individual elements obtained from the model .
IPropertySourceorg.apache.tapestry.engineA source for configuration properties.
IPropertySpecificationorg.apache.tapestry.specDefines a transient or persistant property of a component or page.
IRenderorg.apache.tapestryAn element that may be asked to render itself to an IMarkupWriter using a IRequestCycle .
IRequestCycleorg.apache.tapestryController object that manages a single request cycle.
IRequestDecoderorg.apache.tapestry.requestGiven a HttpServletRequest , identifies the correct request properties (server, scheme, URI and port).
IRuleorg.apache.tapestry.util.xmlA rule that may be pushed onto the RuleDirectedParser 's rule stack.
IScriptorg.apache.tapestryAn object that can convert a set of symbols into a collection of JavaScript statements.
IScriptProcessororg.apache.tapestryDefines methods needed by a IScript to execute.
IScriptSourceorg.apache.tapestry.engineProvides access to an IScript .
IScriptTokenorg.apache.tapestry.scriptDefines the responsibilities of a template token used by a IScript .
ISessionStoreManagerorg.apache.tapestry.contrib.tree.modelNo description provided.
ISpecificationParserorg.apache.tapestry.parseService interface for a wrapper around the class SpecificationParser .
ISpecificationResolverDelegateorg.apache.tapestry.resolverDelegate interface used when a page or component specification can not be found by the normal means.
ISpecificationSourceorg.apache.tapestry.engineDefines access to component specifications.
ISqlConnectionSourceorg.apache.tapestry.contrib.table.model.sqlNo description provided.
ISqlTableDataSourceorg.apache.tapestry.contrib.table.model.sqlNo description provided.
IStatementorg.apache.tapestry.contrib.jdbcA wrapper around Statement or PreparedStatement which hides the differences between the two.
ITableColumnorg.apache.tapestry.contrib.table.modelThe interface defining a table column.
ITableColumnEvaluatororg.apache.tapestry.contrib.table.model.simpleNo description provided.
ITableColumnModelorg.apache.tapestry.contrib.table.modelDefines a list model of ITableColumn objects
ITableDataModelorg.apache.tapestry.contrib.table.modelA model of the table's data This model need not be used.
ITableDataModelListenerorg.apache.tapestry.contrib.table.modelNo description provided.
ITableModelorg.apache.tapestry.contrib.table.modelThe main interface defining the abstraction containing the table data and state
ITableModelSourceorg.apache.tapestry.contrib.table.modelA Tapestry component that provides the current table model.
ITablePagingStateorg.apache.tapestry.contrib.table.modelAn interface defining the management of the table's paging state.
ITableRendererListenerorg.apache.tapestry.contrib.table.modelNo description provided.
ITableRendererSourceorg.apache.tapestry.contrib.table.modelThis interface provides a renderer to present the data in a table column.
ITableRowSourceorg.apache.tapestry.contrib.table.modelA Tapestry component that provides the current row value.
ITableSessionStateManagerorg.apache.tapestry.contrib.table.modelAn interface responsible for determining what data would be stored in the session between requests.
ITableSessionStoreManagerorg.apache.tapestry.contrib.table.modelAn interface responsible for determining where the session state will be saved between requests.
ITableSortingStateorg.apache.tapestry.contrib.table.modelAn interface defining the management of the table's sorting state.
ITemplateComponentorg.apache.tapestryExtra interface implemented by BaseComponent and inherited by BasePage , used to allow them to add contents from their templates.
ITemplateParserorg.apache.tapestry.parseService interface for the tapestry.TemplateParser service.
ITemplateParserDelegateorg.apache.tapestry.parseProvides a TemplateParser with additional information about dynamic components.
ITemplateSourceDelegateorg.apache.tapestry.engineActs as a delegate to the TemplateSource , providing access to page and component templates after the normal search mechanisms have failed.
ITreeComponentorg.apache.tapestry.contrib.tree.componentsNo description provided.
ITreeDataModelorg.apache.tapestry.contrib.tree.modelThe interface that defines a suitable data model for a TreeView component.
ITreeModelorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeModelSourceorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeNodeorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeNodeManagerorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeRowSourceorg.apache.tapestry.contrib.tree.modelA Tapestry component that provides the current row value.
ITreeSessionStateManagerorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeStateListenerorg.apache.tapestry.contrib.tree.modelNo description provided.
ITreeStateModelorg.apache.tapestry.contrib.tree.modelNo description provided.
IUploadFileorg.apache.tapestry.requestRepresents a file uploaded from a client side form.
IValidationDelegateorg.apache.tapestry.validInterface used to track validation errors in forms and form element component s (including AbstractTextField  and its subclasses).
IValidatororg.apache.tapestry.validAn 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).
IXTileorg.apache.tapestry.contrib.ajaxNo description provided.
LinkFactoryorg.apache.tapestry.servicesA source of ILink instances.
ListenerInvokerorg.apache.tapestry.listenerPipeline service interface for the tapestry.listener.ListenerInvoker pipeline service.
ListenerInvokerFilterorg.apache.tapestry.listenerFilter interface used with ListenerInvoker .
ListenerMaporg.apache.tapestry.listenerNo description provided.
ListenerMapSourceorg.apache.tapestry.listenerA service which provides access to ListenerMap  objects.
ListenerMethodInvokerorg.apache.tapestry.listenerAn object, used by a ListenerMap , to match requests (possibly with service parameters) to methods (possibly with arguments).
MarkupFilterorg.apache.tapestry.markupFilter used with MarkupWriterImpl to determine how to convert the output into a format compatible with the content type.
MarkupWriterSourceorg.apache.tapestry.markupService interface for tapestry.markup.MarkupWriterSource service.
MethodAnnotationEnhancementWorkerorg.apache.tapestry.annotationsDefines workers that perform annotation enhancements at the method level.
MultipartDecoderorg.apache.tapestry.multipartResponsible for detecting and processing file upload requests, using Jakarta Commons FileUpload.
NamespaceResourcesorg.apache.tapestry.servicesCompanion to the standard implementation of INamespace .
NestedMarkupWriterorg.apache.tapestryA writer that is created by, and nested within, another markup writer.
ObjectPoolorg.apache.tapestry.servicesAn pool for objects.
PageAttachListenerorg.apache.tapestry.eventListener interface notified when a page is attached to the current request.
PageBeginRenderListenerorg.apache.tapestry.eventEvent listener for determining when a page is about to start rendering.
PageDetachListenerorg.apache.tapestry.eventAn 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.
PageEndRenderListenerorg.apache.tapestry.eventCounterpart to PageBeginRenderListener , for the (typically less-interesting) end of page render event.
PageRecorderSourceorg.apache.tapestry.recordUsed to obtain a page recorder instance.
PageRenderListenerorg.apache.tapestry.eventAn object that listens to page events.
PageRenderSupportorg.apache.tapestryExtends IScriptProcessor  with a handful of additional methods needed when rendering a page response.
PageSpecificationResolverorg.apache.tapestry.resolverService interface for locating a page specification given its name.
PageValidateListenerorg.apache.tapestry.eventAn interface for objects that want to take part in the validation of the page.
PatternDelegateorg.apache.tapestry.validImplementations of this interface will provide pattern utility services.
PersistentPropertyDataEncoderorg.apache.tapestry.recordResponsible for encoding PropertyChange s into and out of plain strings.
PortletApplicationInitializerorg.apache.tapestry.portletCommand interface for the tapestry.portlet.ApplicationInitializer configuration point, which is used by the application portlet to bootstrap the application.
PortletMultipartDecoderorg.apache.tapestry.portlet.multipartNo description provided.
PortletPageResolverorg.apache.tapestry.portletUsed 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).
PortletRendererorg.apache.tapestry.portletService used to render a page within a portlet.
PortletRequestGlobalsorg.apache.tapestry.portletStores the current Portlet request and response, for access by other services.
PropertyChangeorg.apache.tapestry.recordRepresents a change to a component on a page, this represents a datum of information stored by a IPageRecorder .
PropertyInjectableorg.apache.tapestry.specInterface extended by several specification interfaces to indicate that the runtime object constructed from the specification can be injected into the component class.
PropertyPersistenceStrategyorg.apache.tapestry.recordDefines how a persistent property is made persistent.
PropertyPersistenceStrategySourceorg.apache.tapestry.recordA source for PropertyPersistenceStrategy s.
RenderableAdapterFactoryorg.apache.tapestry.describeA source of light-weight objects that can render a particular object.
RenderRequestServicerorg.apache.tapestry.portletUsed to define the commands in the tapestry.portlet.RenderRequestServicerPipeline configuration.
RenderRequestServicerFilterorg.apache.tapestry.portletFilter interface used for the commands in the tapestry.portlet.RenderRequestServicerPipeline configuration.
RenderStrategyorg.apache.tapestry.describeA strategy interface for rendering an object (even if it doesn't implement IRender ).
ReportStatusHuborg.apache.tapestry.describeService for collecting together status information across the framework; service implementations implement the ReportStatusListener interface and register themselves as listeners here.
ReportStatusListenerorg.apache.tapestry.eventImplemented 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).
RequestCycleFactoryorg.apache.tapestry.servicesA factory for creating instances of IRequestCycle for the current request.
RequestExceptionReporterorg.apache.tapestry.errorService responsible for producing console output when there is an error processing the request (and the normal Exception page can not be displayed).
RequestGlobalsorg.apache.tapestry.servicesAccess point for thread-local information about the current request.
RequestLocaleManagerorg.apache.tapestry.servicesUsed to determine what is the client-specified locale, if any, for the current request.
ResetEventHuborg.apache.tapestry.servicesService interface for a source of reset events; this events are used to inform other services that they should discard any cached data.
ResetEventListenerorg.apache.tapestry.eventListener interface for objects interested in a Tapestry reset event.
ResourceDigestSourceorg.apache.tapestry.assetCalculates the digest value, as a string, for a particular classpath resource.
ResourceLocalizerorg.apache.tapestry.l10nAn interface that defines how to localize a particular resource.
ResponseRendererorg.apache.tapestry.servicesResponsible for rendering the active page as the response.
RootDescriptionReceiverFactoryorg.apache.tapestry.describeCreates a new instance of HTMLDescriptionReceiver around a provided IMarkupWriter .
RootDescriptionRecieverorg.apache.tapestry.describeExtended 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).
ScriptSessionorg.apache.tapestry.scriptProcess object used when executing a script template .
SecondaryAnnotationWorkerorg.apache.tapestry.annotationsA chain-of-command interface for secondary annotation workers; workers that must execute after other workers.
ServiceEncoderorg.apache.tapestry.engineEncapsulates the logic for encoding and decoding service requests.
ServiceEncodingorg.apache.tapestry.engineContains the information needed to encode a request for a service; the servlet path plus and query parameters.
ServiceMaporg.apache.tapestry.servicesService interface for tapestry.services.ServiceMap, provides access to engine services defined in the HiveMind module deployment descriptors.
ServletMultipartDecoderorg.apache.tapestry.multipartNo description provided.
ServletRequestServicerorg.apache.tapestry.servicesAn object that can service an HTTP servlet request.
ServletRequestServicerFilterorg.apache.tapestry.servicesFilter interface for ServletRequestServicer .
SessionStoreOptimizedorg.apache.tapestryOptional interface implemented by Application State Objects.
SqueezeAdaptororg.apache.tapestry.util.ioInterface 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).
StaleLinkExceptionPresenterorg.apache.tapestry.errorService interface for informing the user about a StaleLinkException .
StaleSessionExceptionPresenterorg.apache.tapestry.errorInterface for a service used to report stale session exceptions.
StateObjectFactoryorg.apache.tapestry.engine.stateA factory of application state objects.
StateObjectManagerorg.apache.tapestry.engine.stateInterface for an object that manages a single application state object.
StateObjectManagerRegistryorg.apache.tapestry.engine.stateNo description provided.
StateObjectPersistenceManagerorg.apache.tapestry.engine.stateInterface for the nuts and bolts of getting and storing application state objects.
TableColumnModelSourceorg.apache.tapestry.contrib.table.componentsService used to generate a ITableColumnModel from a string description.
TemplateSourceorg.apache.tapestry.servicesA source of localized HTML templates for components.
TranslatedFieldorg.apache.tapestry.formNo description provided.
TranslatedFieldSupportorg.apache.tapestry.formNo description provided.
Translatororg.apache.tapestry.form.translatorInterface used by ValidatableField s to both format an object as text and translate submitted text into an appropriate object for a given field.
TypeConverterorg.apache.tapestry.coerceConverts a value to a specific (implicit) type.
ValidatableFieldorg.apache.tapestry.formImplemented by form components that can need to be translated and validated.
ValidatableFieldSupportorg.apache.tapestry.formImplements the logic used by RequiredField s for required field checking on rewind and generating client-side logic during render.
ValidationMessagesorg.apache.tapestry.formSupport interface used to provide access to validation messages.
Validatororg.apache.tapestry.form.validatorAn 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).
ValidatorFactoryorg.apache.tapestry.form.validatorConstructs Validator instances from a specification.
ValueConverterorg.apache.tapestry.coerceConverts a value (possibly null) to an alternate data type; typically from String to boolean or a number type.
WebActivatororg.apache.tapestry.webA wrapper around a HttpServlet  or * {@link javax.portlet.Portlet}.
WebContextorg.apache.tapestry.webA representation of a set of servlets (or portlets) packaged together as a web application archive.
WebRequestorg.apache.tapestry.webContains information about the current request, including URLs, schemes, parameters, properties and attributes.
WebRequestServicerorg.apache.tapestry.servicesInterface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter  and plug into the tapestry.request.WebRequestServicerPipeline configuration point.
WebRequestServicerFilterorg.apache.tapestry.servicesFilter interface for WebRequestServicer .
WebResponseorg.apache.tapestry.webControls the response to the client, and specifically allows for creating the output stream (or print writer) to which content is sent.
WebSessionorg.apache.tapestry.webPrimarily concerned with maintaining server-side state as attributes.
WebSessionAttributeCallbackorg.apache.tapestry.recordCallback interface used to operate on a subset of attributes stored within a WebSession whose names match a particular prefix.
Search