Library:Apache Jakarta Tapestry
Version:3.0.4
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Tapestry.
NamePackageDescription
ChangeObserverorg.apache.tapestry.eventMay observe changes in an object's properties.
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).
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.
ICleanableorg.apache.tapestry.utilAn interface implemented by objects that can be cleaned up, which is to say, can release unneeded object references.
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.
IComponentMessagesSourceorg.apache.tapestry.engineDefines an object that can provide a component with its IMessages .
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.
IDocumentRuleorg.apache.tapestry.parseA SpecificationDigester rule that executes at the start and end of the document.
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.
IEngineServiceVieworg.apache.tapestry.engineAdditional methods implemented by the engine that are exposed to engine services .
IEnhancedClassorg.apache.tapestry.enhanceThis interface represents a class to be enhanced.
IEnhancedClassFactoryorg.apache.tapestry.enhanceAn interface defining the factory for creation of new objects representing an enhanced class.
IEnhancerorg.apache.tapestry.enhanceDefines an object which may work with a ComponentClassFactory to create an enhancement to a class.
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.
IFormComponentorg.apache.tapestry.formA common interface implemented by all form components (components that create interactive elements in the rendered page).
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.
IListenerBindingSpecificationorg.apache.tapestry.specSpecial interface of IBindingSpecification used to encapsulate additional information the additional information specific to listener bindings.
ILocatableorg.apache.tapestryInterface for classes that may be linked to a specific location .
ILocationorg.apache.tapestryTODO Add Type comment
ILocationHolderorg.apache.tapestryInterface for objects that are read from resource files, used to backtrace live objects to the resources they came from.
IMarkupWriterorg.apache.tapestryDefines an object that can write markup (XML, HTML, XHTML) style output.
IMessagesorg.apache.tapestryA set of localized message strings.
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.
INodeRenderFactoryorg.apache.tapestry.contrib.tree.componentsNo description provided.
IPageorg.apache.tapestryA root level component responsible for generating an entire a page within the application.
IPageChangeorg.apache.tapestry.recordRepresents a change to a component on a page, this represents a datum of information stored by a IPageRecorder .
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.
IParameterConnectororg.apache.tapestry.paramDefine a type of connector between a binding of a component and a JavaBeans property of the component (with the same name).
IParameterSpecificationorg.apache.tapestry.specDefines a formal parameter to a component.
IPartorg.apache.tapestry.multipartCommon interface for data parts from multipart form submissions.
IPoolableorg.apache.tapestry.util.poolMarks an object as being aware that is to be stored into a Pool .
IPoolableAdaptororg.apache.tapestry.util.poolDefines methods that define an adaptor to provide IPoolable type behavior to arbitrary objects.
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 .
IRenderDescriptionorg.apache.tapestry.utilAn object which may render a description of itself, which is used in debugging (i.e., by the Inspector).
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).
IResourceLocationorg.apache.tapestryDescribes the location of a resource, such as a specification or template.
IResourceResolverorg.apache.tapestryAn object which is used to resolve classes and class-path resources.
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.
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.
ISqueezeAdaptororg.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).
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.
ITemplateParserDelegateorg.apache.tapestry.parseProvides a TemplateParser with additional information about dynamic components.
ITemplateSourceorg.apache.tapestry.engineA source of localized HTML templates for components.
ITemplateSourceDelegateorg.apache.tapestry.engineActs as a delegate to the ITemplateSource , 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 IFormComponent 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).
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.
PageRenderListenerorg.apache.tapestry.eventAn object that listens to page events.
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.
ResourceChecksumSourceorg.apache.tapestry.assetCalculates the checksum value, as a string, for a particular classpath resource.
Search