| Name | Description | Type | Package | Framework |
| AbstractAnnotationBuilder | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| AbstractAsset | Base class for assets. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AbstractBinding | Abstract base class for bindings. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| AbstractComponentCallback | Base class for most implementations of ComponentCallback, used when there is an underlying Event. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| AbstractComponentEventLink | Base class for link-generating components that are based on a component event request. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractConditional | Base class for If and Unless. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractConfigurationImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| AbstractContributionDef | Partially implements ContributionDef, providing empty implementations of the three contribute() methods. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| AbstractEventContext | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| AbstractFab | Base class for ClassFabImpl. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| AbstractField | Provides initialization of the clientId and elementName properties. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractInstantiator | Abstract base class for instantiators; for each component, a new subclass is created at runtime. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AbstractLink | Provides base utilities for classes that generate clickable links. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractMarkupModel | Class | org.apache.tapestry5.dom | Apache Tapestry | |
| AbstractMessages | Abstract implementation of Messages that doesn't know where values come from (that information is supplied in a subclass, via the valueForKey(String) method). | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| AbstractMethodAccess | Base class used for dynamically-created subclasses that implement MethodAccessConstructor SummaryAbstractMethodAccess() | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AbstractMethodInvocation | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| AbstractMethodInvokingInstrumenter | Base class for service decorators and service advisors that work by invoking a module method. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AbstractMinimizer | Base class for resource minimizers. | Class | org.apache.tapestry5.internal.yuicompressor | Apache Tapestry |
| AbstractOptionModel | Base class for implementing OptionModel. | Class | org.apache.tapestry5 | Apache Tapestry |
| AbstractPropertyOutput | Base class for components that output a property value using a PropertyModel. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractReloadableObjectCreator | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| AbstractResource | Abstract implementation of Resource. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| AbstractSelectModel | Base class for SelectModel implementations, whose primary job is to provide the visit(SelectModelVisitor) method. | Class | org.apache.tapestry5.util | Apache Tapestry |
| AbstractServiceCreator | Abstract implementation of ObjectCreator geared towards the creation of the core service implementation, either by invoking a service builder method on a module, or by invoking a constructor. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AbstractServiceInstrumenter | Abstract base class for implementations of ServiceDecorator (i. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AbstractSessionPersistentFieldStrategy | Base class for strategies that store their values as keys in the session. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AbstractTextField | Abstract class for a variety of components that render some variation of a text field. | Class | org.apache.tapestry5.corelib.base | Apache Tapestry |
| AbstractTranslator | Class | org.apache.tapestry5.internal.translator | Apache Tapestry | |
| AbstractValidator | Base class for constructing a Validator. | Class | org.apache.tapestry5.validator | Apache Tapestry |
| AbtractAspectInterceptorBuilder | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| AccessableObjectAnnotationProvider | Provides access to annotations of an accessable object such as a Method or Field. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| ActionLink | Component that triggers an action on the server with a subsequent full page refresh. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ActionRenderResponseGenerator | Used to produce the normal response to an action request: a redirect to a particular page. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ActionRenderResponseGeneratorImpl | Simply uses the LinkSource to generate a link which is then Response. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ActivationRequestParameter | Marks a field of a page (not a component) as persistent within the URL, as with a page activation context. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ActivationRequestParameterWorker | Hooks the activate event handler on the component (presumably, a page) to extract query parameters, and hooks the link decoration events to extract values | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| AddRowLink | Used inside an AjaxFormLoop component to spur the addition of a new row. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Advise | An annotation that may be placed on a advisor method of a module. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| AdvisorDef | Definition of a service advisor, which (by default) is derived from a service advisor method. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| AdvisorDef2 | module method annotated with Advise as an advisor method. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| AdvisorDefImpl | Fields inherited from class org. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AdvisorStackBuilder | Equivalent of InterceptorStackBuilder, but works using an AspectInterceptorBuilder that receives advice from | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AfterRender | Marker annotation for methods associated with the AfterRender phase. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| AfterRenderBody | Corresponds to BeforeRenderBody, allowing additional markup after rendering the body of a component, but before rendering the rest of the component's template. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| AfterRenderTemplate | Corresponds to BeforeRenderTemplate, allowing additional markup after rendering the component's template. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| AjaxComponentEventRequestHandler | Similar to ComponentEventRequestHandlerImpl, but built around the Ajax request cycle, where the action request sends back an immediate JSON response containing the new content. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxComponentInstanceEventResultProcessor | Performs a partial page render based on a root component. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxFilter | A filter that intercepts Ajax-oriented requests, thos that originate on the client-side using XmlHttpRequest. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxFormLoop | A special form of the Loop component that adds Ajax support to handle adding new rows and removing | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| AjaxFormLoopContext | Interface that allows an enclosing AjaxFormLoop to work with enclosed components such as AddRowLink or | Interface | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| AjaxFormUpdateController | Coordinates the rendering of page partials in the context of an Ajax update to an existing Form. | Interface | org.apache.tapestry5.internal.services.ajax | Apache Tapestry |
| AjaxFormUpdateControllerImpl | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry | |
| AjaxFormUpdateFilter | Filter for the Ajax ComponentEventRequestHandler that informs the AjaxFormUpdateController about the form's client id and component id. | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry |
| AjaxLinkComponentEventResultProcessor | Handles Link result types by building a JSON response with key redirectURL. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxPageClassComponentEventResultProcessor | Processes a Class result by converting the Class to a logical page name, then processing that. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxPageNameComponentEventResultProcessor | A ComponentEventResultProcessor, used for Ajax requests, for a String value that is interpreted as a logical page name. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxPartialResponseRenderer | Used to render portions of a page as part of an Ajax request. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| AjaxPartialResponseRendererImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| AjaxResponseRenderer | Manages the rendering of a partial page render as part of an Ajax response. | Interface | org.apache.tapestry5.services.ajax | Apache Tapestry |
| AjaxResponseRendererImpl | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry | |
| Alert | An Alert that may be presented to the user. | Class | org.apache.tapestry5.alerts | Apache Tapestry |
| AlertManager | Manages Alerts (using the AlertStorage SSO. | Interface | org.apache.tapestry5.alerts | Apache Tapestry |
| AlertManagerImpl | Class | org.apache.tapestry5.internal.alerts | Apache Tapestry | |
| Alerts | Renders out an empty element and provides JavaScript initialization to make the element the container for alerts. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| AlertStorage | A stateless session object used to store Alerts between requests. | Class | org.apache.tapestry5.alerts | Apache Tapestry |
| AnnotationAccess | Introduced for Tapestry 5. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| AnnotationAccess | Interface implemented by members that may hold annotations. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| AnnotationAccessImpl | Standard AnnotationAccess for a specific type. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| AnnotationBuilder | Fields inherited from class org. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| AnnotationDataTypeAnalyzer | Checks for the DataType annotation, returning its value if present. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AnnotationMemberValueVisitor | Constructor SummaryAnnotationMemberValueVisitor(javassist. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| AnnotationProvider | A source of annotations. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| AnnotationProviderChain | Chain of command for AnnotationProvider. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| AnnotationUseContext | enum AnnotationUseContextextends Enum | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Any | Turns any arbitrary (X)HTML element into a component. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ApplicationContextCustomizer | A bridge from Spring's approach to customizing the application context, over to Tapestry's approach. | Interface | org.apache.tapestry5.spring | Apache Tapestry |
| ApplicationDefaults | Used to disambiguate which version of SymbolProvider is being referenced. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ApplicationGlobals | Stores global information about the application and its environment. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationGlobalsImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ApplicationInitializer | Service interface for initializing Tapestry for the application. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationInitializerFilter | Filter interface for ApplicationInitializer. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationMessageCatalogObjectProvider | Allows for injection of the global application message catalog into services. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ApplicationStackTraceElementAnalyzer | Identifies frames for application classes. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ApplicationStateContribution | A contribution to the configuration of the ApplicationStateManager, identifying the strategy and creator for a particular Session State Object (SSO), identified by the SSO's class. | Class | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationStateCreator | Used by ApplicationStateManager and ApplicationStatePersistenceStrategy to create an application state object on demand. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationStateManager | Responsible for managing session state objects, objects which persist between requests, but are not tied to any individual page or component. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationStateManagerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ApplicationStatePersistenceStrategy | Used by ApplicationStateManager to manage a specific kind of Session State Object (SSO) persistence. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationStatePersistenceStrategySource | Used to provide access to ApplicationStatePersistenceStrategySource instances via a logical name for the stategy, such as session. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ApplicationStatePersistenceStrategySourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ApplicationStateWorker | Looks for the SessionState annotations and converts read and write access on such fields into calls to the ApplicationStateManager. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| ArrayEventContext | Simple implementation of EventContext. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AspectDecorator | A decorator used to create an interceptor that delegates each method's invocation to an MethodAdvice for advice. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| AspectDecoratorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| AspectInterceptorBuilder | A builder may be obtained from the AspectDecorator and allows more controlled creation of the created interceptor; it allows different methods to be given different advice, and allows | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| AspectInterceptorBuilderImpl | Fields inherited from class org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| Asset | An Asset is any kind of resource that can be exposed to the client web browser. | Interface | org.apache.tapestry5 | Apache Tapestry |
| Asset2 | Extension to Asset that adds a method to determine if the asset is invariant or not. | Interface | org.apache.tapestry5 | Apache Tapestry |
| AssetBinding | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| AssetBindingFactory | Binding factory where the expression is a reference to an asset. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| AssetConstants | Defines constants for the two basic asset prefixes. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| AssetDispatcher | Recognizes requests where the path begins with /asset/ and delivers the content therein as a bytestream. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AssetFactory | Used by AssetSource to create new Assets as needed. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| AssetInjectionProvider | Performs injection of assets, based on the presence of the Path annotation. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AssetObjectProvider | Exposes assets (in the current locale). | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AssetPathConstructor | Encapsulates the logic or creating the path portion of an asset URL, including the application version. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| AssetPathConstructorImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| AssetPathConverter | Converts the path (or URI) of an asset into a new format. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| AssetRequestHandler | Handler for asset requests, which expose some kind of Asset to the user agent (i. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| AssetResourceLocator | Responsible for converting a path into a Resource that can be streamed to the client. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| AssetResourceLocatorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| AssetsModule | Class | org.apache.tapestry5.services.assets | Apache Tapestry | |
| AssetSource | Used to find or create an Asset with a given path. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| AssetSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Attribute | An attribute within an Element. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| AttributeExpansionBinding | Wraps a StringProvider as a read-only Binding. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| AttributeInfo | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| AttributeToken | Stores an attribute/value pair (as part of an XML element). | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| Autobuild | Directs that the value to be built should be an autobuild instance of the type with injections performed, via ObjectLocator. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| AutobuildObjectProvider | Checks for the Autobuild annotation and, if so invokes ObjectLocator. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| Autocomplete | A mixin for a text field that allows for autocompletion of text fields. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| AutofocusValidationDecorator | Class | org.apache.tapestry5.internal.util | Apache Tapestry | |
| AvailableValues | Class | org.apache.tapestry5.ioc.util | Apache Tapestry | |
| AvailableValuesRenderer | Renders out a AvailableValues instance as a enclosing a
| Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| Base64InputStream | An extension of ByteArrayInputStream that is initialized from a Base64 input stream (rather than from a byteFields inherited from class java. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| Base64OutputStream | An extension of ByteArrayOutputStream that allows the final byte array to be converted to a Base64 string. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| BaseLexer | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr | Apache Tapestry |
| BaseLocatable | Base implementation of Locatable. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| BaseMessages | Class | org.apache.tapestry5.corelib.base | Apache Tapestry | |
| BaseOptimizedSessionPersistedObject | Base implementation of OptimizedSessionPersistedObject. | Class | org.apache.tapestry5 | Apache Tapestry |
| BaseParser | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr | Apache Tapestry |
| BaseURLSource | Used when switching between normal/insecure (HTTP) and secure (HTTPS) mode. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BaseURLSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| BaseValidationDecorator | Base implementation of ValidationDecorator that does nothing. | Class | org.apache.tapestry5 | Apache Tapestry |
| BeanBlockContribution | A contribution to the BeanBlockSource service, defining a page name and block id (within the page) that can edit or display a particular type of property. | Class | org.apache.tapestry5.services | Apache Tapestry |
| BeanBlockOverrideSource | Used to override the default BeanBlockSource for a particular data type. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BeanBlockOverrideSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| BeanBlockSource | A source of Blocks used to display the properties of a bean (used by the Grid component), or to edit the properties of a bean (used by the BeanEditForm component). | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BeanBlockSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| BeanDisplay | Used to display the properties of a bean, using an underlying BeanModel. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| BeanEditContext | Defines a context for editing a bean via BeanEditor. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BeanEditContextImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| BeanEditForm | A component that creates an entire form editing the properties of a particular bean. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| BeanEditor | A component that generates a user interface for editing the properties of a bean. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| BeanEditor .Prepare | See Also:Serialized FormConstructor SummaryBeanEditor. | Class | org.apache.tapestry5.corelib.components.BeanEditor | Apache Tapestry |
| BeanFieldValidator | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry | |
| BeanFieldValidatorDefaultSource | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry | |
| BeanModel | Provides the information necessary to build a user interface to view, create or edit an instance of a particular BeanModels are not thread-safe, they are also not serializable. | Interface | org.apache.tapestry5.beaneditor | Apache Tapestry |
| BeanModelImpl | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry | |
| BeanModelSource | Used by a component to create a default BeanModel for a particular bean class. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BeanModelSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| BeanModelUtils | Utilities used in a few places to modify an existing BeanModel. | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry |
| BeanValidationContext | Defines a context for validating beans. | Interface | org.apache.tapestry5.internal | Apache Tapestry |
| BeanValidationContextImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| BeanValidationGroupSourceImpl | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry | |
| BeanValidatorConfigurer | Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before the ValidatorFactory is created. | Interface | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| BeanValidatorGroupSource | Provides list of groups targeted for validation. | Interface | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| BeanValidatorModule | Module for JSR-303 services. | Class | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| BeanValidatorSource | Creates ValidatorFactory. | Interface | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| BeanValidatorSourceImpl | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry | |
| BeanValidatorStack | Class | org.apache.tapestry5.beanvalidator | Apache Tapestry | |
| BeforeRenderBody | Marks methods to be invoked when the component rendering state machine hits the point in the component's template where the body element occurs. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| BeforeRenderTemplate | Associated with components that have a template, this phase is invoked to allow the component to decorate its template with additional markup. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| BeginRender | Marker annotation for methods that should be executed at the start of rendering the component. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| BigDecimalNumericFormatter | Fields inherited from class org. | Class | org.apache.tapestry5.internal.translator | Apache Tapestry |
| BigIntegerNumericFormatter | Fields inherited from class org. | Class | org.apache.tapestry5.internal.translator | Apache Tapestry |
| BigTypesFormatter | Base class for parsing/formatting BigInteger and BigDecimal. | Class | org.apache.tapestry5.internal.translator | Apache Tapestry |
| Binding | A binding is a connection between a component and its container (another component), that allows the embedded component to gain access to resources defined by the container. | Interface | org.apache.tapestry5 | Apache Tapestry |
| BindingConstants | Constants for the built-in binding prefixes. | Class | org.apache.tapestry5 | Apache Tapestry |
| BindingFactory | Creates a binding of a particular type. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BindingSource | Used to acquire bindings for component parameters. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| BindingSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| BindParameter | Designates a field in a mixin which is bound to the parameter of the containing component corresponding to the value of the annotation. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| BindParameterWorker | Responsible for identifying, via the BindParameter annotation, mixin fields that should be bound to a core-component parameter value. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| BlankOption | enum BlankOptionextends Enum | Class | org.apache.tapestry5.corelib.data | Apache Tapestry |
| Block | A block is a collection of static text and elements, and components, derived from a component template. | Interface | org.apache.tapestry5 | Apache Tapestry |
| BlockBinding | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| BlockBindingFactory | Accesses a named block from the container. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| BlockImpl | Class | org.apache.tapestry5.internal.structure | Apache Tapestry | |
| BlockInjectionProvider | Identifies fields of type Block that have the Inject annotation and converts them fields containing the injected Block from the template. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| BlockNotFoundException | Exception thrown when a Block is requested but not found. | Class | org.apache.tapestry5 | Apache Tapestry |
| BlockToken | A block, used to enclose a chunk of template (including components) and control when or if the content is rendered. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| BodyBuilder | Utility class for assembling the body used with Javassist when defining a method or constructor. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| BodyPageElement | A type of page element that has a body that can be added to. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| BodyToken | Placeholder for a component's body (within the component's template). | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| BridgeClassTransformation | A re-implementation of ClassTransformation around an instance of PlasticClass, acting as a bridge for code written against the 5. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| BufferedGZipOutputStream | A buffered output stream that, when a certain number of bytes is buffered (the cutover point) will open a compressed stream (via Response. | Class | org.apache.tapestry5.internal.gzip | Apache Tapestry |
| Builtin | Marks services provided by this module that may need to be unambiguously referenced. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| BytestreamCache | A wrapper around a byte-stream, represented internally as a byte array. | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| Cache | Quick and dirty key/value cache that is subclassed to provide the logic that generates the value forConstructor SummaryCache() | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| Cached | Indicates that a method should only be evaluated once per request and the result cached. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| CachedWorker | Caches method return values for methods annotated with Cached. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| CachingObjectCreator | An ObjectCreator that delegates to another ObjectCreator and caches the result. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| CaptureRenderedDocument | Used to capture the rendered document from a traditional page render. | Class | org.apache.tapestry5.internal.test | Apache Tapestry |
| CaptureResultCallback | Constructor SummaryCaptureResultCallback() | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| CaseInsensitiveMap | An mapped collection where the keys are always strings and access to values is case-insensitive. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| CCTWToCCTW2Coercion | A Coercion for converting the deprecated ComponentClassTransformWorker to the new ComponentClassTransformWorker2. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| CData | A node that stores parsed character content (CDATA). | Class | org.apache.tapestry5.dom | Apache Tapestry |
| CDATAToken | Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output). | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| ChainBuilder | A service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the commands). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ChainBuilderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| Checkbox | A Checkbox component is simply a . | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| CheckForUpdatesFilter | updates to files. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Checklist | A list of checkboxes, allowing selection of multiple items in a list. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ClassDescription | Class | org.apache.tapestry5.javadoc | Apache Tapestry | |
| ClassDescriptionSource | Interface | org.apache.tapestry5.javadoc | Apache Tapestry | |
| ClassFab | Used when fabricating a new class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClassFabImpl | library (Javassist). | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| ClassFabUtils | Handy method useful when creating new classes using ClassFab. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClassFactory | Service used when dynamically creating new classes. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClassFactoryClassPool | Used to ensure that ClassPool. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| ClassFactoryImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ClassInstantiator | The end result of a class transformation is a ClassInstantiator that can be used to instantiate an instance of the transformed class. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| ClassInstantiatorImpl | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| ClassLoaderDelegate | Externalizes the logic for defining which classes will be loaded (and possibly transformed) by the class loader, and which will be loaded by the parent class loader. | Interface | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| ClassNameLocator | Scans the classpath for top-level classes within particular packages. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClassNameLocatorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ClasspathAssetAliasManager | Used as part of the support for classpath Assets, to convert the Asset's Resource to a URL that can be accessed by the client. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ClasspathAssetAliasManagerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ClasspathAssetFactory | Generates Assets for files on the classpath. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ClasspathAssetRequestHandler | A handler for asset requests for classpath assets (within a specific folder). | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| ClasspathResource | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry | |
| ClasspathResourceSymbolProvider | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ClasspathURLConverter | Used by ClassNameLocator to convert URLs from one protocol to another. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClasspathURLConverterImpl | Default implementation that returns the URLs unchanged. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| ClassPropertyAdapter | Organizes all PropertyAdapters for a particular class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ClassPropertyAdapterImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ClassResultProcessor | Used when a component event handler returns a class value. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ClassTransformation | Contains class-specific information used when transforming a raw component class into an executable component class. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ClassType | enum ClassTypeextends Enum | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| CleanupRender | Marker annotation for component methods associated with the terminal phase for the component rendering state machine. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ClientBehaviorSupport | Collects details about zone usage for efficient initialization of the client side objects. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ClientBehaviorSupportImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ClientBodyElement | within. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ClientConstraintDescriptor | Describes a single client-side constraint. | Class | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| ClientConstraintDescriptorImpl | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry | |
| ClientConstraintDescriptorSource | Source for ClientConstraintDescriptor. | Interface | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| ClientDataEncoder | A service used when a component or service needs to encode some amount of data on the client as a string. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ClientDataEncoderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ClientDataSink | Allows binary object data to be encoded into a string. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ClientDataSinkImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ClientElement | Interface for any kind of object (typically, a component) that can provide a client-side id, typically used in the generation of client-side (JavaScript) logic. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ClientPersistentFieldStorage | Describes an object that can store PersistentFieldChanges, and manage a query parameter stored into a Link to maining this data across requests. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ClientPersistentFieldStorageImpl | Manages client-persistent values on behalf of a ClientPersistentFieldStorageImpl. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ClientPersistentFieldStrategy | the LinkSource, and allow per-request state to be isolated inside the other service. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ClientValidation | enum ClientValidationextends Enum | Class | org.apache.tapestry5.corelib | Apache Tapestry |
| ClientWhitelist | Analyzes the current request to see if it is on the whitelist (of clients with access to certain key pages). | Interface | org.apache.tapestry5.services.security | Apache Tapestry |
| ClientWhitelistImpl | Class | org.apache.tapestry5.internal.services.security | Apache Tapestry | |
| ClusteredSessionImpl | A thin wrapper around HttpSession. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| CoercingPropertyConduitWrapper | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Coercion | Responsible for converting from one type to another. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| CoercionTuple | An immutable object that represents a mapping from one type to another. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| CollectionFactory | Static factory methods to ease the creation of new collection types (when using generics). | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| CollectionGridDataSource | Class | org.apache.tapestry5.internal.grid | Apache Tapestry | |
| ColumnSort | enum ColumnSortextends Enum | Class | org.apache.tapestry5.grid | Apache Tapestry |
| Comment | A node that represents a comment within the DOM. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| CommentToken | A node representing a comment embedded in the source input. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| CommitAfter | Marks a method of a service (or a component method) as transactional: the active transaction should commit after invoking the method. | Class | org.apache.tapestry5.hibernate.annotations | Apache Tapestry |
| CommitAfterMethodAdvice | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| CommitAfterWorker | Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| CommitAfterWorker | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| CommonResourcesInjectionProvider | Allows for a number of anonymous injections based on the type of field that is to be injected. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Component | Used to define an embedded component within another component. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| Component | Interface that defines the lifecycle of a component, within a page, allowing for callbacks into the component for many different events. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| ComponentAction | An action that is associated with a component. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ComponentActionSink | Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the serialization of those actions. | Class | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| ComponentAssemblerSource | Provides access to ComponentAssemblers (this is used by the assemblers to find related assemblers). | Interface | org.apache.tapestry5.internal.pageload | Apache Tapestry |
| ComponentBinding | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| ComponentBindingFactory | The component: binding prefix, which allows access to a child component via its id. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| ComponentCallback | Callback interface, used when invoking lifecycle methods on components. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| ComponentClassCache | A cache for converting between class names and component (or other) classes. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentClassCacheImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentClassResolver | Resolves page names and component types to fully qualified class names. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentClassResolverImpl | Constructor SummaryComponentClassResolverImpl(org. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentClassTransformWorker | Interface for a set of objects that can perform component class transformations. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentClassTransformWorker2 | Interface for a set of objects that can perform transformation of component classes. | Interface | org.apache.tapestry5.services.transform | Apache Tapestry |
| ComponentDefaultProvider | A service that can be injected into a component to provide common defaults for various types of parameters. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentDefaultProviderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentEvent | An event that may originate in application logic, or as a result of a client interaction (a GET or POST from theSee Also:ComponentResourcesCommon. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| ComponentEventCallback | Callback interface for a render phase event or ComponentEvent, notified when a non-null value is returned from some event | Interface | org.apache.tapestry5 | Apache Tapestry |
| ComponentEventDispatcher | Processes component action events sent as requests from the client. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentEventException | A wrapper exception around any exception thrown when invoking a component event handler. | Class | org.apache.tapestry5.runtime | Apache Tapestry |
| ComponentEventHandler | Interface used with TransformationSupport. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentEventImpl | Fields inherited from class org. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentEventLinkEncoder | Responsible for creating Links for page render requests and for component event requests, and for parsing incoming paths to identify requests that are component event or page render requests. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentEventLinkEncoderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentEventLinkTransformer | Allows for selective replacement of the default Link used to represent a component event request. | Interface | org.apache.tapestry5.services.linktransform | Apache Tapestry |
| ComponentEventRequestFilter | Filter interface for ComponentEventRequestHandler. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentEventRequestHandler | Handler interface for component event requests. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentEventRequestHandlerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentEventRequestParameters | Encapsulates all the information that may be provided in a component event request URL. | Class | org.apache.tapestry5.services | Apache Tapestry |
| ComponentEventResultProcessor | Responsible for handling the return value provided by a component event handler method. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentInstanceOperation | An operation that requires an instance of a component. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentInstanceResultProcessor | Constructor SummaryComponentInstanceResultProcessor(org. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentInstantiatorSource | Creates Instantiators for components, based on component class name. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentInstantiatorSourceImpl | A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentLayer | Marker annotation used to identify a service from the component layer that conflicts, in terms of service interface, with a service from elsewhere. | Class | org.apache.tapestry5.services | Apache Tapestry |
| ComponentMessagesSource | Used to connect a Tapestry component to its message catalog, or to obtain the application catalog (that all component message catalogs extend from). | Interface | org.apache.tapestry5.services.messages | Apache Tapestry |
| ComponentMessagesSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentMethodAdvice | An object that receives control around an advised method of a component. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentMethodInvocation | Encapsulates the parameters, thrown exceptions, and result of a method invocation, allowing a ComponentMethodAdvice to encapsulate the invocation. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentModel | Defines a component in terms of its capabilities, parameters, sub-components, etc. | Interface | org.apache.tapestry5.model | Apache Tapestry |
| ComponentModelSource | Access to component models (as provided via ComponentInstantiatorSource). | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentModelSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentName | Used to construct component names. | Class | org.apache.tapestry5.internal.pageload | Apache Tapestry |
| ComponentPageElement | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry | |
| ComponentPageElementImpl | element's behavior is delegated to user code, via a Component instance. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| ComponentPageElementResources | Provides access to common methods of various services, needed by implementations of ComponentPageElement and InternalComponentResources. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| ComponentPageElementResourcesImpl | Class | org.apache.tapestry5.internal.structure | Apache Tapestry | |
| ComponentPageElementResourcesSource | Provides access to the ComponentPageElementResources facade. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| ComponentPageElementResourcesSourceImpl | Class | org.apache.tapestry5.internal.structure | Apache Tapestry | |
| ComponentParameterConstants | Class | org.apache.tapestry5 | Apache Tapestry | |
| ComponentRequestFilter | Filter interface for ComponentRequestHandler. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentRequestHandler | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| ComponentRequestHandlerTerminator | Terminator for the ComponentRequestHandler pipeline, that feeds out into the ComponentEventRequestHandler and PageRenderRequestHandler | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentRequestSelectorAnalyzer | Determines the ComponentResourceSelector for the current request. | Interface | org.apache.tapestry5.services.pageload | Apache Tapestry |
| ComponentResourceLocator | A central service that encapsulates the rules for locating resources for components. | Interface | org.apache.tapestry5.services.pageload | Apache Tapestry |
| ComponentResources | Provides a component instance with the resources provided by the framework. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ComponentResourcesAware | Interface implemented by components (after they have been transformed at load time). | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| ComponentResourcesCommon | Operations shared by the public ComponentResources interface and ComponentPageElement interface (on the internal side). | Interface | org.apache.tapestry5 | Apache Tapestry |
| ComponentResourceSelector | Encapsulates the information that is used when locating a template or message catalog associated with a component. | Class | org.apache.tapestry5.services.pageload | Apache Tapestry |
| ComponentResourcesOperation | A kind of callback that can easily be injected into a transformed class to perform complex work. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentResourcesRenderer | Renders ComponentResources instance, showing the complete id and the class name and the location (if a location is available, it won't be for pages). | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| ComponentResultProcessorWrapper | A wrapper around ComponentEventResultProcessor that encapsulates capturing the exception. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentSource | Used by classes that need to retrieve a component by its complete id, or a page by its logical page name or root component class. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ComponentTemplate | A parsed component template, containing all the tokens parsed from the template. | Interface | org.apache.tapestry5.internal.parser | Apache Tapestry |
| ComponentTemplateImpl | Class | org.apache.tapestry5.internal.parser | Apache Tapestry | |
| ComponentTemplateLocator | Chain-of-command interface used to locate page and component templates. | Interface | org.apache.tapestry5.services.templates | Apache Tapestry |
| ComponentTemplateSource | Provides access to cached ComponentTemplates. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentTemplateSourceImpl | Service implementation that manages a cache of parsed component templates. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ComponentValueProvider | An object used to provide a value of a specific type to a component (represented by an instance of ComponentResources). | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ComponentWorker | Finds fields with the Component annotation and updates checks for the Mixins and MixinClasses annotations and uses them to update the ComponentModel | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| CompositeFieldValidator | Aggregates together a number of field validator instances as a single unit. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| CompoundCoercion | Combines two coercions to create a coercsion through an intermediate type. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| CompressionAnalyzer | Identifies which content types are compressable. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| CompressionAnalyzerImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| CompressionStatus | enum CompressionStatusextends Enum | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
| ComputedValue | Provides an indirect, or computed, value. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| ConcurrentBarrier | A barrier used to execute code in a context where it is guarded by read/write locks. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| Condition | enum Conditionextends Enum | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| Configuration | Object passed into a service contributor method that allows the method provide contributed values to the service's A service can collect contributions in three different ways: | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ConfigurationType | enum ConfigurationTypeextends Enum | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ConstructionPlan | Encapsulates the initial construction of an object instance, followed by a series InitializationPlans to initialize fields and invoke other methods of the constructed object. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| ConstructorCallback | Supplies construction-time logic for the class' constructor. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| ConstructorInvoker | Wraps the invocation of a constructor (with exception reporting) as an Invokable. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| ConstructorServiceCreator | A service creator based on an implementation class' constructor, rather than a service builder method. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ContentType | An annotation on a page component used to identify the content type the page returns. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ContentType | Represents an HTTP content type. | Class | org.apache.tapestry5 | Apache Tapestry |
| ContentTypeAnalyzer | Used to determine the MIME content type for a resource. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| ContentTypeAnalyzerImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| ContentTypeExtractor | Class | org.apache.tapestry5.internal.services.meta | Apache Tapestry | |
| Context | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| ContextAssetFactory | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ContextAssetRequestHandler | Handles requests for context assets, screening out attempt to access anything under WEB-INF or META-INF. | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| ContextBindingFactory | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| ContextImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ContextPathEncoder | A service to provide utilities needed for event context encoding and decoding to and from (partial) URL paths. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ContextPathEncoderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ContextResource | A resource stored with in the web application context. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ContextResourceSymbolProvider | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| ContextValueEncoder | Used to convert values used in event contexts to client string representations and back. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ContextValueEncoderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Contribute | An annotation that may be placed on a contributor method of a module. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| ContributionDef | Contribution to a service configuration. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ContributionDef2 | module method annotated with Contribute as a contributor method. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ContributionDef3 | Starting in Tapestry 5. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ContributionDefImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| ControlledPackageType | enum ControlledPackageTypeextends Enum | Class | org.apache.tapestry5.services.transform | Apache Tapestry |
| Cookies | Used by other services to obtain cookie values for the current request, or to write cookie values as part of the request. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| CookiesImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| CookieSink | You can write cookies to it. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| CookieSource | Provides the cookies from the browser. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| CoreJavaScriptStack | JavaScriptStack for core components. | Class | org.apache.tapestry5.internal.services.javascript | Apache Tapestry |
| CronExpression | Provides a parser and evaluator for unix-like cron expressions. | Class | org.apache.tapestry5.ioc.internal.services.cron | Apache Tapestry |
| CronSchedule | Class | org.apache.tapestry5.ioc.services.cron | Apache Tapestry | |
| CSSClassConstants | Constants used when rendering a CSS class attribute. | Class | org.apache.tapestry5 | Apache Tapestry |
| CSSResourceMinimizer | Uses CssCompressor to reduce the size of CSS content. | Class | org.apache.tapestry5.internal.yuicompressor | Apache Tapestry |
| CtClassSource | Used when generating new classes on the fly. | Interface | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| CtClassSourceImpl | Wrapper around Javassist's ClassPool that manages the creation of new instances of CtClass and converts finished CtClass's into instantiable Classes. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| CustomizingContextLoader | Fields inherited from class org. | Class | org.apache.tapestry5.internal.spring | Apache Tapestry |
| DataType | Used to explicitly set the data type used to select an editor (or display) block. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| DataTypeAnalyzer | Used by BeanModelSource to identify the type of data associated with a particular property (represented as a PropertyAdapter). | Interface | org.apache.tapestry5.services | Apache Tapestry |
| DataTypeConstants | Defines the names of data types used to select an editor (or display) block for a property. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| DateField | A component used to collect a provided date from the user using a client-side JavaScript calendar. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| DateFieldStack | Class | org.apache.tapestry5.internal.services.javascript | Apache Tapestry | |
| Decorate | An annotation that may be placed on a decorator method of a module. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| DecoratorDef | Definition of a service decorator, which (by default) is derived from a service decorator method. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| DecoratorDef2 | module method annotated with Decorate as a decorator method. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| DecoratorDefImpl | Fields inherited from class org. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| DefaultComponentRequestSelectorAnalyzer | Class | org.apache.tapestry5.internal.pageload | Apache Tapestry | |
| DefaultComponentResourceLocator | Class | org.apache.tapestry5.internal.pageload | Apache Tapestry | |
| DefaultDataTypeAnalyzer | The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming conventions). | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DefaultHibernateConfigurer | Simply calls configure() to do the default Hibernate configuration. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| DefaultImplementationBuilder | Creates default implementatons of a class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| DefaultImplementationBuilderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| DefaultInjectionProvider | Worker for the Inject annotation that delegates out to the master MasterObjectProvider to access the value. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DefaultMarkupModel | Default implementation of MarkupModel that is appropriate for traditional (X)HTML markup. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| DefaultModuleDefImpl | Starting from the Class for a module, identifies all the services (service builder methods), decorators (service | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| DefaultNullFieldStrategy | Default strategy, which is to do nothing: null values stay null. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| DefaultObjectRenderer | Default object renderer as a catch all for class Object. | Class | org.apache.tapestry5.services | Apache Tapestry |
| DefaultRequestExceptionHandler | Default implementation of RequestExceptionHandler that displays the standard ExceptionReport page. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DefaultSessionPersistedObjectAnalyzer | Default catch-all implementation of SessionPersistedObjectAnalyzer. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DefaultTemplateLocator | Class | org.apache.tapestry5.internal.services.templates | Apache Tapestry | |
| DefaultTreeExpansionModel | Manages a Set of String TreeNode ids. | Class | org.apache.tapestry5.tree | Apache Tapestry |
| DefaultTreeModel | A default implementation of TreeModel that starts with a ValueEncoder (for the element to string conversion), a TreeModelAdapter, and a list of root nodes. | Class | org.apache.tapestry5.tree | Apache Tapestry |
| DefaultTreeSelectionModel | Default implementation of TreeSelectionModel. | Class | org.apache.tapestry5.tree | Apache Tapestry |
| DefaultValidationDecorator | Default implementation that writes an attribute into fields or labels that are in error. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| DefineNamespacePrefixToken | A token from a template that defines a namespace prefix. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| Delegate | A component that does not do any rendering of its own, but will delegate to some other object that can do rendering. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| DelegatingAnnotationAccess | Delegating annotation access is used when resolving annotations on a class; it searches the primary annotation access and if not found there (and Inherited is on the annotation being searched), | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| DelegatingInjectionResources | Chain of command for InjectionDefaultProvider. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| DelegatingMessagesImpl | The primary handles any keys it contains; method invocations that reference keys not contained by the primary are passed on to the delegate. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DelegatingRequest | Class that wraps an Request, delegating all its methods. | Class | org.apache.tapestry5.services | Apache Tapestry |
| DiscardAfter | Marks a method of a page or a component to discard all persistent field changes. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| DiscardAfterWorker | Class | org.apache.tapestry5.internal.transform | Apache Tapestry | |
| DiscardBody | Discards a component's body. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| Dispatcher | A dispatcher is responsible for recognizing an incoming request. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| DisplayBlockContribution | Contribution to BeanBlockSource identifying a block that is used to display a property. | Class | org.apache.tapestry5.services | Apache Tapestry |
| Doctype | Overrides the DOCTYPE of the rendered document (via Document. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Document | The root node of a DOM. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| DocumentLinker | Interface | org.apache.tapestry5.internal.services | Apache Tapestry | |
| DocumentLinkerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| DTD | Representation of a document type. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| DTDData | A capturing of the data from LexicalHandler. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| DTDToken | Represents the presence of a Document Type declaration within a template. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| DummyLock | Acts like a Lock but all operations are no-ops. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| Duration | enum Durationextends Enum | Class | org.apache.tapestry5.alerts | Apache Tapestry |
| Dynamic | The Dynamic component allows a component to render itself differently at different times, by making use of an external template file. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| DynamicDelegate | Used by implementations of DynamicTemplate to obtain Blocks as replacements for elements within the template. | Interface | org.apache.tapestry5.services.dynamic | Apache Tapestry |
| DynamicTemplate | A dynamic template is used by the Dynamic component to allow a component to significantly alter its presentation at runtime. | Interface | org.apache.tapestry5.services.dynamic | Apache Tapestry |
| DynamicTemplateElement | A close cousin to RenderCommand used inside a DynamicTemplate. | Interface | org.apache.tapestry5.internal.dynamic | Apache Tapestry |
| DynamicTemplateParser | Parses a dynamic template based on a resource or an input stream. | Interface | org.apache.tapestry5.services.dynamic | Apache Tapestry |
| DynamicTemplateParserImpl | Class | org.apache.tapestry5.internal.dynamic | Apache Tapestry | |
| DynamicTemplateSaxParser | Does the heavy lifting for DynamicTemplateParserImpl. | Class | org.apache.tapestry5.internal.dynamic | Apache Tapestry |
| EagerLoad | Marker annotation placed on a service builder method to indicate that the service should be eagerly loaded: realized as if a service method had been invoked. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| EagerLoadServiceProxy | Interface implemented by all service proxies. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| EditBlockContribution | Contribution to BeanBlockSource identifying a block that is used to edit a property. | Class | org.apache.tapestry5.services | Apache Tapestry |
| Element | An element that will render with a begin tag and attributes, a body, and an end tag. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| A validator that checks if a given string is well-formed email address. | Class | org.apache.tapestry5.validator | Apache Tapestry | |
| EmbeddedComponentAssemblerImpl | Class | org.apache.tapestry5.internal.pageload | Apache Tapestry | |
| EmbeddedComponentModel | The model for a component embedded within another component, as defined by the Component annotation. | Interface | org.apache.tapestry5.model | Apache Tapestry |
| EmptyAnnotationAccess | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| EmptyEventContext | Placeholder used when no context is available. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| EndElementToken | Ends a previously started element (including components, parameters, blocks, etc. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| EndOfRequestCleanupFilter | Makes sure that PerthreadManager. | Class | org.apache.tapestry5.internal.test | Apache Tapestry |
| EndOfRequestEventHub | Manages request notifications for the EndOfRequestListener interface. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| EndOfRequestEventHubImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| EndOfRequestListener | Event listener interface for objects that need to know when the current request finishes. | Interface | org.apache.tapestry5.internal.events | Apache Tapestry |
| EndTagStyle | enum EndTagStyleextends Enum | Class | org.apache.tapestry5.dom | Apache Tapestry |
| EntityApplicationStatePersistenceStrategy | Persists Hibernate entities as SSOs by storing their primary key in the Session. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| EntityApplicationStatePersistenceStrategy | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| EntityManagerManager | Manages EntityManagers for the current thread. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| EntityManagerManagerImpl | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| EntityManagerObjectProvider | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| EntityManagerSource | Responsible for creating an EntityManager as needed. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| EntityManagerSourceImpl | Constructor SummaryEntityManagerSourceImpl(org. | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry |
| EntityPersistentFieldStrategy | Persists Hibernate entities by storing their id in the session. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| EntityPersistentFieldStrategy | Persists JPA entities by storing their id in the session. | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry |
| EnumSelectModel | A basic select model for a particular Enum type. | Class | org.apache.tapestry5.util | Apache Tapestry |
| EnumValueEncoder | A value encoder that can be used for arbitrary Enum types. | Class | org.apache.tapestry5.util | Apache Tapestry |
| EnumValueEncoderFactory | Factory that provides a configured instance of EnumValueEncoder. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Environment | Provides access to environment objects, which are almost always provided to enclosed components by enclosing components. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| Environmental | Defines a field of a component class that is replaced at runtime with a read-only value obtained from the Environment service. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| EnvironmentalShadowBuilder | Much like PropertyShadowBuilder, except that instead of accessing a property of some other service, it accesses a value from within the Environment service. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| EnvironmentalShadowBuilderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| EnvironmentalWorker | Obtains a value from the Environment service based on the field type. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| EnvironmentImpl | A non-threadsafe implementation (expects to use the perthread service lifecyle). | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| EnvironmentMessages | Holds the current (overrides) Messages object and override id for placemnt into the environment by FieldValidatorDefaultSourceImpl so ValidationConstraintGenerator implementations have access | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry |
| Error | Presents validation errors of a single field. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ErrorReporter | Responsible for writing an error report for the current test, after an assertion fails. | Interface | org.apache.tapestry5.test | Apache Tapestry |
| ErrorReporterImpl | Constructor SummaryErrorReporterImpl(com. | Class | org.apache.tapestry5.test | Apache Tapestry |
| ErrorReportingCommandProcessor | A wrapper around a standard command processor that adds additional exception reporting when aConstructor SummaryErrorReportingCommandProcessor(com. | Class | org.apache.tapestry5.test | Apache Tapestry |
| Errors | Standard validation error presenter. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Event | The core methods related to event handling. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| EventConstants | Constant values for common event names fired by Tapestry components. | Class | org.apache.tapestry5 | Apache Tapestry |
| EventContext | A collection of parameters that may eventually be passed to an event handler method. | Interface | org.apache.tapestry5 | Apache Tapestry |
| EventContextRenderer | Renders out the values stored inside a EventContext. | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| EventHandlerMethodParameterProvider | Supplies one parameter value when invoking a component event handler method. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
| EventHandlerMethodParameterSource | Used to encapsulate the list of EventHandlerMethodParameterProviders for a particular method of a particular component, providing OperationTracker behavior as parameter values | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| EventImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| EventLink | A close relative of ActionLink except in two ways. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Events | Annotation applied to components to document what events a component may trigger. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ExceptionAnalysis | An analysis of an exception (including nested exceptions). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ExceptionAnalysisImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ExceptionAnalyzer | Analyzes an exception, providing an analysis. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ExceptionAnalyzerImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ExceptionDisplay | Integral part of the default ExceptionReport page used to break apart and display the properties of the exception. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ExceptionInfo | Contains information about an analyzed exception. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ExceptionInfoImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ExceptionReport | Responsible for reporting runtime exceptions. | Class | org.apache.tapestry5.corelib.pages | Apache Tapestry |
| ExceptionReporter | Interface implemented by a page used for reporting exceptions. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ExceptionTracker | Used by LoggingDecorator to track which exceptions have been logged during the current request (the ExceptionTracker is perthread). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ExceptionTrackerImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ExceptionUtils | Contains static methods useful for manipulating exceptions. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| ExpansionPageElement | Class | org.apache.tapestry5.internal.structure | Apache Tapestry | |
| ExpansionToken | A token containing an expression expansion from the template. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| ExtensibleJavaScriptStack | An extensible implementation of JavaScriptStack that can be used as the implementation of a service. | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| ExtensionPointToken | A token that represents the replacement of a portion of the template with the content of an extension point, or an override of that extension point. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| F | Functional operations on collections with generics support. | Class | org.apache.tapestry5.func | Apache Tapestry |
| FailureMethodInvocationResult | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| Field | Defines a field within a form. | Interface | org.apache.tapestry5 | Apache Tapestry |
| FieldAccess | Used when accessing the private instance variables of a component instance. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| FieldConduit | A FieldConduit is an object that effectively replaces the field in the instantiated object. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| FieldFocusPriority | enum FieldFocusPriorityextends Enum | Class | org.apache.tapestry5 | Apache Tapestry |
| FieldHandle | Allows read/write access directly to a field (bypassing accessors). | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| FieldHandleImpl | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| FieldState | enum FieldStateextends Enum | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| FieldTranslator | Interface | org.apache.tapestry5 | Apache Tapestry | |
| FieldTranslatorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldTranslatorSource | For a particular field, generates the default FieldTranslator for the field. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| FieldTranslatorSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldValidationSupport | Services to help with field validation and translation. | Interface | org.apache.tapestry5 | Apache Tapestry |
| FieldValidationSupportImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldValidator | Responsible for validation of a single field. | Interface | org.apache.tapestry5 | Apache Tapestry |
| FieldValidatorDefaultSource | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| FieldValidatorDefaultSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldValidatorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldValidatorSource | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| FieldValidatorSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| FieldValueConduit | Used as a replacement for a field. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| FilterMethodAnalyzer | Used by PipelineBuilderImpl to analyze service interface methods against filter interface methods to find the position of the extra service parameter (in the filter method). | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| FixedExtractor | value for a fixed meta-data key, when a given annotation is present. | Class | org.apache.tapestry5.services.meta | Apache Tapestry |
| FlashPersistentFieldStrategy | The flash strategy stores data inside the session, just like SessionPersistentFieldStrategy, but also removes the values from the session on first use. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Flow | A flow is a a functional interface for working with an ordered collection of elements. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| FlowOperations | Interface | org.apache.tapestry5.func | Apache Tapestry | |
| Form | An HTML form, which will enclose other components to render out the various A Form triggers many notification events. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| FormFieldFocus | A mixin that instruments the outer Form on which component the focus should be activated. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| FormFragment | A FormFragment is a portion of a Form that may be selectively displayed. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| FormInjector | A way to add new content to an existing Form. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| FormResourcesInclusionWorker | Respectfully borrowed from the tapestry5-jquery project https://github. | Class | org.apache.tapestry5.beanvalidator | Apache Tapestry |
| FormSupport | Services provided by an enclosing Form control component to the various form element components it encloses. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| FormSupportAdapter | An implementation of FormSupport that delegates all behavior to another instance of FormSupport. | Class | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| FormSupportImpl | Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time. | Class | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| FormValidationControl | Allows control over validation concerns of a Form component. | Interface | org.apache.tapestry5 | Apache Tapestry |
| GenericsUtils | Static methods related to the use of JDK 1. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| GenericValueEncoderFactory | An implementation of ValueEncoderFactory that returns a pre-wired instance of ValueEncoder. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| GlobPatternMatcher | Used when matching identifiers. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| Grid | A grid presents tabular data. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| GridCell | Part of Grid that renders the markup inside a single data cell. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| GridColumns | Renders out the column headers for the grid, including links (where appropriate) to control column sorting. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| GridConstants | Class | org.apache.tapestry5.grid | Apache Tapestry | |
| GridDataSource | Defines how a Grid component (and its sub-components) gain access to the row data that is displayed on the page. | Interface | org.apache.tapestry5.grid | Apache Tapestry |
| GridModel | A provider of model data to the sub-components of the Grid component. | Interface | org.apache.tapestry5.grid | Apache Tapestry |
| GridPager | Generates a series of links used to jump to a particular page index within the overall data set. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| GridPagerPosition | enum GridPagerPositionextends Enum | Class | org.apache.tapestry5.corelib.data | Apache Tapestry |
| GridRows | Renders out a series of rows within the table. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| GridSortModel | Models the sorting applied to the a GridDataSource. | Interface | org.apache.tapestry5.grid | Apache Tapestry |
| GZIPEnabledResponse | Fields inherited from interface javax. | Class | org.apache.tapestry5.internal.gzip | Apache Tapestry |
| GZipFilter | Filter that adds GZIP compression to the response, if the client supports it. | Class | org.apache.tapestry5.internal.gzip | Apache Tapestry |
| Heartbeat | Allows for deferred execution of logic, useful when trying to get multiple components to coordinate behavior. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| HeartbeatDeferred | Marks a component method as deferred until the end of the Heartbeat. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| HeartbeatDeferredWorker | Class | org.apache.tapestry5.internal.transform | Apache Tapestry | |
| HeartbeatImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| HibernateConfigurer | Defines the interface for a chain-of-command that updates Hibernate configuration in some way before the SessionFactory is created. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateConstants | Defines constants used inside the Tapestry Hibernate intergration. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateCoreMessages | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| HibernateCoreModule | Defines core services that support initialization of Hibernate and access to the Hibernate Session. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateEntityPackageManager | Contains a set of contributed package names from which to load entities. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateEntityValueEncoder | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| HibernateGridDataSource | A simple implementation of GridDataSource based on a Hibernate Session and a known entity class. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateMessages | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| HibernateModule | Supplements the services defined by HibernateCoreModule with additional services and configuration specific to Tapestry web application. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernatePersistenceConstants | Constants for persistent field strategies. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateSessionManager | Manages the Hibernate session for the current thread. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateSessionManagerImpl | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| HibernateSessionSource | Responsible for creating a Hibernate session as needed. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateSessionSourceImpl | Constructor SummaryHibernateSessionSourceImpl(org. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| HibernateSymbols | Configuration symbols, for use with contributions to ApplicationDefaults. | Class | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateTransactionAdvisor | A replacement for HibernateTransactionDecorator. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateTransactionAdvisorImpl | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| HibernateTransactionDecorator | Service that can create an interceptor that wraps around a service implementation. | Interface | org.apache.tapestry5.hibernate | Apache Tapestry |
| HibernateTransactionDecoratorImpl | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry | |
| Hidden | Used to record a page property as a value into the form. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| HiddenFieldLocationRules | Provides some assistance in determining where to place a hidden field based on standard (X)HTML elements. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| HiddenFieldLocationRulesImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| HiddenFieldPositioner | Used to position a hidden field (as part of a form-related component). | Class | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| Holder | An object that holds some type of other object. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| HttpError | An event handler method may return an instance of this class to send an error response to the client. | Class | org.apache.tapestry5.services | Apache Tapestry |
| HttpErrorComponentEventResultProcessor | Handles HttpError by invoking Response. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| HttpServletRequestFilter | Filter interface for HttpServletRequestHandler. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| HttpServletRequestHandler | The first step in handing an incoming request to the servlet filter, this constructed as a pipeline. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| Id | Optional annotation, used with Inject, which exists to provide the id of an object when it can not be determined by other means (such as from the field name). | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| IdAllocator | Used to uniquify names within a given context. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| IdentityAssetPathConverter | Returns the default asset path unchanged. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| IdMatcher | A matcher of fully qualified ids. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| IdMatcherImpl | A wrapper around a GlobPatternMatcher used to glob-match service ids. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| IdToDependencyNode | Used to order objects into an execution order. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| If | Conditionally renders its body. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| IgnoredPathsFilter | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ImmediateActionRenderResponseFilter | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ImmediateActionRenderResponseGenerator | Alternative implementation, used when SymbolConstants. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ImmutableSessionPersistedObject | Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and therefore does not require end-of-request restoring into the session. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| Import | Annotations to control the importing of JavaScript stacks and libraries as well as stylesheets. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ImportWorker | Class | org.apache.tapestry5.internal.transform | Apache Tapestry | |
| InheritanceData | Used to track which methods are implemented by a base class, which is often needed when transformingConstructor SummaryInheritanceData() | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| InheritanceSearch | Used to search from a particular class up the inheritance hierarchy of extended classes and implemented interfaces. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| InitializationPlan | Performs one initialization step on a newly created object. | Interface | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| InitializationPriority | enum InitializationPriorityextends Enum | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| InitializeActivePageName | Filter contributed into the ComponentRequestHandler pipeline to set the activePageName property. | Class | org.apache.tapestry5.services | Apache Tapestry |
| Inject | This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into an arbitrary method of Java Bean. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| InjectComponent | Allows components defined in the template to be injected as read-only properties. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| InjectComponentWorker | Recognizes the InjectComponent annotation, and converts the field into a read-only field containing the component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectContainerWorker | Identifies the InjectContainer annotation and adds code to initialize it to | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectionProvider | Provides some form of injection when the value for an Inject annotation is present. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| InjectionProvider2 | Provides some form of injection when the value for an Inject annotation is present. | Interface | org.apache.tapestry5.services.transform | Apache Tapestry |
| InjectionProviderToInjectionProvider2 | Converts the deprecated InjectionProvider to the new InjectionProvider2. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectionResources | Provides for the injection of specific types of values as resources as opposed to services or objects obtained from MasterObjectProvider. | Interface | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| InjectNamedProvider | Processes the combination of Inject and Named annotations. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectPage | Allows a a page (really, the root component of the page) to be injected into another component as a read-only field. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| InjectPageWorker | Performs transformations that allow pages to be injected into components. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectResource | Annotation used with field injection when the desired injection value is a resource (such as a service id, service configuration, or logger) and not an object obtained from the MasterObjectProvider. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| InjectService | Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| InjectServiceWorker | Processes the InjectService annotation. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InjectWorker | Performs injection triggered by any field annotated with the Inject annotation or the Inject annotation. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| InsertPosition | enum InsertPositionextends Enum | Class | org.apache.tapestry5.corelib.data | Apache Tapestry |
| InstanceContext | Defines per-instance context values for a transformed PlasticClass. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| Instantiator | An object that can instantiate a component. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| InstructionBuilder | Simplifies the generation of method instructions for a particular method (or constructor), allowing bytecode to be created with a friendlier API that focuses on Java type names (names as they would appear in Java source) rather than | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| InstructionBuilderCallback | Used in various places to allow some code to be constructed under controlled circumstances. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| InstructionBuilderImpl | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| InstructionBuilderState | Stores information about the method whose instructions are being constructed, to make it easier to share data across multiple instances. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| IntegerRange | Represents a sequence of integer values, either ascending or descending. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| InterceptorStackBuilder | Responsible for constructing the interceptor stack, on demand, by invoking an ordered series of decorators ( DecoratorDef (which are converted into ServiceDecorators). | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| IntermediateType | Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to the intermediate type. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| InternalComponentInvalidationEventHub | Split-out implementation of InvalidationEventHub that separates it from ComponentInstantiatorSource. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| InternalComponentInvalidationEventHubImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| InternalComponentResources | An extension of ComponentResources that represents additional methods that are private | Interface | org.apache.tapestry5.internal | Apache Tapestry |
| InternalComponentResourcesCommon | Operations shared by InternalComponentResources and ComponentPageElement. | Interface | org.apache.tapestry5.internal | Apache Tapestry |
| InternalComponentResourcesImpl | The bridge between a component and its ComponentPageElement, that supplies all kinds of component, including access to its parameters, parameter bindings, and persistent field data. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| InternalConstants | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| InternalFormSupport | Additional methods for FormSupport used internally by Tapestry. | Interface | org.apache.tapestry5.corelib.internal | Apache Tapestry |
| InternalLayout | A default layout for a number of internal pages in Tapestry, such as ServiceStatus and PageCatalog. | Class | org.apache.tapestry5.internal.t5internal.components | Apache Tapestry |
| InternalMessages | Class | org.apache.tapestry5.corelib.internal | Apache Tapestry | |
| InternalModule | TapestryModule has gotten too complicated and it is nice to demarkate public (and stable) from internal (and volatile). | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| InternalPlasticClassTransformation | Interface | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| InternalPropBinding | Interface | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| InternalPropertyConduit | Extension to PropertyConduit that adds a method to determine the name of the property. | Interface | org.apache.tapestry5.internal | Apache Tapestry |
| InternalRegistry | Internal view of the module registry, adding additional methods needed by modules. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| InternalRequestGlobals | Stores global per-request data internal to the framework. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| InternalRequestGlobalsImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| InternalSymbols | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| InternalUtils | Utilities used within various internal implementations of the tapestry-ioc module. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| IntervalSchedule | A very simple schedule, that simply executes the desired job at fixed intervals. | Class | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
| InvalidationEventHub | An object which manages a list of InvalidationListeners. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| InvalidationEventHubImpl | Base implementation class for classes (especially services) that need to manage a list of InvalidationListeners. | Class | org.apache.tapestry5.internal.event | Apache Tapestry |
| InvalidationListener | Interface for objects that may cache information that can be invalidated. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| InvariantBinding | invariant forced to true. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| Invocation | A method invocation passed to a MethodAdvice. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| Invokable | Similiar to Runnable execept that it returns a value. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| IOCConstants | Class | org.apache.tapestry5.ioc | Apache Tapestry | |
| IOCSymbols | Configuration symbols used by the IoC container. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| IOCTestCase | Add factory and trainer methods for the public interfaces of Tapestry IOC. | Class | org.apache.tapestry5.ioc.test | Apache Tapestry |
| IOCUtilities | A collection of utility methods for a couple of different areas, including creating the initial Registry. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| IOOperation | This interface is similar to Runnable, except that the operation may throw an IOException. | Interface | org.apache.tapestry5.internal | Apache Tapestry |
| JavaScriptCallback | A callback used with AjaxResponseRenderer. | Interface | org.apache.tapestry5.services.ajax | Apache Tapestry |
| JavaScriptResourceMinimizer | JavaScript resource minimizer based on the YUI JavaScriptCompressor. | Class | org.apache.tapestry5.internal.yuicompressor | Apache Tapestry |
| JavaScriptStack | A high level description of a group of related JavaScript libraries and stylesheets. | Interface | org.apache.tapestry5.services.javascript | Apache Tapestry |
| JavaScriptStackPathConstructor | Used to generate a list of asset URL paths for the JavaScript libraries of a JavaScript stack. | Interface | org.apache.tapestry5.internal.services.javascript | Apache Tapestry |
| JavaScriptStackPathConstructorImpl | Class | org.apache.tapestry5.internal.services.javascript | Apache Tapestry | |
| JavaScriptStackSource | Manages the available JavaScriptStacks, each of which has a unique name. | Interface | org.apache.tapestry5.services.javascript | Apache Tapestry |
| JavaScriptStackSourceImpl | Class | org.apache.tapestry5.internal.services.javascript | Apache Tapestry | |
| JavaScriptSupport | An environmental that acts as a replacement for the RenderSupport environmental, renaming and streamlining the key methods. | Interface | org.apache.tapestry5.services.javascript | Apache Tapestry |
| JavaScriptSupportImpl | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry | |
| JDKUtils | Internal utilities for identifying the JDK version, used in the rare cases that we are patching around JDK bugs. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| Jetty7Runner | Launches an instance of Jetty7. | Class | org.apache.tapestry5.test | Apache Tapestry |
| JmxModule | Module for JMX services. | Class | org.apache.tapestry5.jmx | Apache Tapestry |
| JpaConstants | Defines constants used inside the Tapestry JPA integration. | Class | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaEntityPackageManager | Contains a set of contributed package names from which to load entities. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaGridDataSource | A simple implementation of GridDataSource based on a EntityManager and a known | Class | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaInternalUtils | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| JpaModule | Defines core services for JPA support. | Class | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaPersistenceConstants | Constants for persistent field strategies. | Class | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaSymbols | Configuration symbols, for use with contributions to ApplicationDefaults. | Class | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaTransactionAdvisor | Service that can create an interceptor that wraps around a service implementation. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| JpaTransactionAdvisorImpl | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| JpaValueEncoder | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| JSONArray | A JSONArray is an ordered sequence of values. | Class | org.apache.tapestry5.json | Apache Tapestry |
| JSONArrayEventResultProcessor | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| JSONCallback | A callback used with AjaxResponseRenderer. | Interface | org.apache.tapestry5.services.ajax | Apache Tapestry |
| JSONCollection | Base class for JSONArray and JSONObject that exists to organize the code for printing such objects (either compact or pretty). | Class | org.apache.tapestry5.json | Apache Tapestry |
| JSONLiteral | A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array. | Class | org.apache.tapestry5.json | Apache Tapestry |
| JSONModule | A module that integrates JSON into Tapestry in terms of type coercions. | Class | org.apache.tapestry5.json.services | Apache Tapestry |
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | Class | org.apache.tapestry5.json | Apache Tapestry |
| JSONObjectEventResultProcessor | component event handler to return a JSONObject that will be sent directly to the client as the reply. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| JSONString | An interface that allows an object to be stored as a JSONObject or JSONArray value. | Interface | org.apache.tapestry5.json | Apache Tapestry |
| JustInTimeObjectCreator | Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| KaptchaDataTypeAnalyzer | Class | org.apache.tapestry5.kaptcha.internal.services | Apache Tapestry | |
| KaptchaEditBlocks | Page containing kaptcha edit blocks contributed into the BeanBlockSource service configuration. | Class | org.apache.tapestry5.kaptcha.pages | Apache Tapestry |
| KaptchaField | Field paired with a KaptchaImage to ensure that the user has providedSince:5. | Class | org.apache.tapestry5.kaptcha.components | Apache Tapestry |
| KaptchaImage | Part of a Captcha based authentication scheme; a KaptchaImage generates a new text image whenever it renders and can provide the previously | Class | org.apache.tapestry5.kaptcha.components | Apache Tapestry |
| KaptchaModule | Defines core services for Kaptcha support. | Class | org.apache.tapestry5.kaptcha.services | Apache Tapestry |
| KaptchaProducer | Extension of the Producer interface, adding property for getting the Kaptcha image width and height (used when rendering the | Interface | org.apache.tapestry5.kaptcha.services | Apache Tapestry |
| KaptchaProducerImpl | Class | org.apache.tapestry5.kaptcha.internal.services | Apache Tapestry | |
| KaptchaSymbolConstants | Defines constants used by the KaptchaModule and related components. | Class | org.apache.tapestry5.kaptcha | Apache Tapestry |
| KeyValue | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| Label | Generates a | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| LazyAdvisor | An advisor that identifies methods which can be evaluated lazily and advises them. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| LazyAdvisorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| LazyContinuation | The result of the evaluation of a LazyFunction. | Class | org.apache.tapestry5.func | Apache Tapestry |
| LazyFunction | A lazy function is used to populate a Flow incrementally. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| LazyValue | A function that returns a value, allowing the computation of that value to be deferred as late as possible. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| LazyZipValue | Class | org.apache.tapestry5.func | Apache Tapestry | |
| LibraryMapping | Used to configure the ComponentClassResolver, to allow it to map prefixes to library root packages (the application namespace is a special case of this). | Class | org.apache.tapestry5.services | Apache Tapestry |
| LifecycleNotificationComponentCallback | that do not have an event, and can therefore never be aborted. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| LifecycleWrappedServiceCreator | Wrapper around a lifecycle, a set of resources for a service, and an underlying ObjectCreator for a service that allows the service lifecycle to alter the way that the service is created (this is needed for the more advanced, | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| Link | A link is the Tapestry representation of a URL or URI that triggers dynamic behavior. | Interface | org.apache.tapestry5 | Apache Tapestry |
| LinkCreationHub | A service that allows listeners to be registered to learn about Link creation. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| LinkCreationListener | Listener interface for objects that need to be notified about newly created links. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| LinkCreationListener2 | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| LinkDecorationListener | A default LinkCreationListener2 that triggers the EventConstants. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| LinkImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| LinkSecurity | enum LinkSecurityextends Enum | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| LinkSource | A source for Link objects. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| LinkSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| LinkSubmit | Generates a client-side hyperlink that submits the enclosing form. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| LinkTransformer | A facade around ComponentEventLinkTransformer and PageRenderLinkTransformer. | Interface | org.apache.tapestry5.services.linktransform | Apache Tapestry |
| LinkTransformerImpl | Class | org.apache.tapestry5.internal.services.linktransform | Apache Tapestry | |
| LinkTransformerInterceptor | Intercepts some methods of ComponentEventLinkEncoder, passing the returned Links through methods ofLinkTransformer. | Class | org.apache.tapestry5.internal.services.linktransform | Apache Tapestry |
| ListRenderer | Renders a List, but rendering an unordered list. | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| LiteralBinding | Binding type for literal, immutable values. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| LiteralBindingFactory | Binding factory that treats the expression as a literal string. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| LiteralPropertyConduit | A PropertyConduit for a literal value in an expression, such as a number, or true, false or null. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Local | A special marker annotation which limits the search for possible services to just the same module containing the service being injected. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| LocaleUtils | Contains code borrowed from commons-lang. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| LocalhostOnly | Standard analyzer that places requests from the localhost, 127. | Class | org.apache.tapestry5.internal.services.security | Apache Tapestry |
| LocalizationSetter | Sets the thread's locale given a desired locale. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| LocalizationSetterImpl | Given a set of supported locales, for a specified desired locale, sets the current thread's locale to a supported locale that is closest to the desired. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| LocalizedNameGenerator | Generates name variations for a given file name or path and a locale. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| LocalVariable | Variable available inside a LocalVariableCallback. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| LocalVariableCallback | A callback for generating code where a local variable is in effect. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| Locatable | Interface implemented by objects which carry a location tag. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| Location | A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| LocationImpl | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry | |
| LocationRenderer | Responsible for rendering a Location. | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| Lockable | An object that can be locked, at which point most of its functionality is disabled. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| LockSupport | Base class for classes that need to manage a ReadWriteLock. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| Log | Marker annotation for component methods to enable debug-level logging. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| LoggerSource | Interface | org.apache.tapestry5.ioc | Apache Tapestry | |
| LoggerSourceImpl | Simple wrapper around SLF4J's LoggerFactory. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| LoggingAdvice | Constructor SummaryLoggingAdvice(org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| LoggingAdvisor | A service used in conjunction with a service advisor method to add logging advice to a service. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| LoggingAdvisorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| LoggingDecorator | Service that can create a logging interceptor that wraps around a service implementation (or interceptor). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| LoggingDecoratorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| LoggingInvokableWrapper | Constructor SummaryLoggingInvokableWrapper(org. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| LogWorker | Looks for the Log marker annotation and adds method advice to perform the logging. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| Loop | A basic looping component; loops over a number of items (provided by its source parameter), rendering its body for each one. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| LoopFormState | enum LoopFormStateextends Enum | Class | org.apache.tapestry5.corelib | Apache Tapestry |
| MacOutputStream | An output stream that wraps around a Mac (message authentication code algorithm). | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| MapInjectionResources | InjectionDefaultProvider that operates using a Map from type to value. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| MapMessages | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MappedConfiguration | Object passed into a service contributor method that allows the method provide contributed values to the service's A service can collect contributions in three different ways: | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| MappedConfigurationOverride | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| Mapper | Interface for operation Flow. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| Mapper2 | A generalization of Mapper for a two-input function. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| MapSymbolProvider | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| Markable | Interface implemented by objects which need to disambiguate services with marker annotations. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| Marker | Used to define one or more marker annotations for a service implementation. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| MarkupConstants | Constants used when rendering page markup. | Class | org.apache.tapestry5 | Apache Tapestry |
| MarkupModel | Used by a the DOM to determine how to produce markup. | Interface | org.apache.tapestry5.dom | Apache Tapestry |
| MarkupRenderer | An object which will perform rendering of a page (or portion of a page). | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MarkupRendererFilter | Filter interface for MarkupRenderer, which allows for code to execute before and/or after the main rendering process. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MarkupRendererTerminator | Terminator for the [@link MarkupRenderer} pipeline, which exists to invoke PageRenderQueue. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| MarkupUtils | Utility methods related to generating markup. | Class | org.apache.tapestry5 | Apache Tapestry |
| MarkupWriter | An interface used by objects, such as Tapestry components, that need to render themselves as some form of XML markup. | Interface | org.apache.tapestry5 | Apache Tapestry |
| MarkupWriterAdapter | Default, empty implementation of MarkupWriterListener. | Class | org.apache.tapestry5 | Apache Tapestry |
| MarkupWriterFactory | Source for MarkupWriter instances. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MarkupWriterFactoryImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MarkupWriterImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MarkupWriterListener | An interface that allows objects to be alerted when after an element is started, and after an element is ended. | Interface | org.apache.tapestry5 | Apache Tapestry |
| MasterObjectProvider | A service that acts as a chain-of-command over a number of ObjectProvider, but allows for the case where no object may be provided. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| MasterObjectProviderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| MasterResourceMinimizer | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| Match | Optional, but typically used, annotation for service decorator methods, used to define which services the decorator applies to. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Max | Enforces a maximum integer value. | Class | org.apache.tapestry5.validator | Apache Tapestry |
| MaxLength | Class | org.apache.tapestry5.validator | Apache Tapestry | |
| MBeanSupport | Creates an MBean server and registers MBeans with the created server. | Interface | org.apache.tapestry5.jmx | Apache Tapestry |
| MBeanSupportImpl | Constructor SummaryMBeanSupportImpl(org. | Class | org.apache.tapestry5.internal.jmx | Apache Tapestry |
| MessageBindingFactory | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| MessageFormatter | Interface | org.apache.tapestry5.ioc | Apache Tapestry | |
| MessageFormatterImpl | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry | |
| MessageInterpolatorImpl | The default message interpolation algorithm uses Locale. | Class | org.apache.tapestry5.internal.beanvalidator | Apache Tapestry |
| Messages | Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| MessagesBundle | Interface | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MessagesConstraintGenerator | Generates constraints from the containing component's property file. | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry |
| MessagesImpl | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry | |
| MessagesSource | Interface | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MessagesSourceImpl | A utility class that encapsulates all the logic for reading properties files and assembling Messages from them, in accordance with extension rules and locale. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Meta | Allows for the specification of per-component meta-data. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| MetaAnnotationExtractor | Class | org.apache.tapestry5.internal.services.meta | Apache Tapestry | |
| MetaDataConstants | Meta-data keys that are applied to components and pages. | Class | org.apache.tapestry5 | Apache Tapestry |
| MetaDataExtractor | Used to extract a meta data value from a component annotation. | Interface | org.apache.tapestry5.services.meta | Apache Tapestry |
| MetaDataLocator | Used to lookup meta data concerning a particular component. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MetaDataLocatorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| MetaWorker | Service that makes it easy to identify a class annotation and use its presence, or the value of an attribute, to set a meta-data key. | Interface | org.apache.tapestry5.services.meta | Apache Tapestry |
| MetaWorkerImpl | Class | org.apache.tapestry5.internal.services.meta | Apache Tapestry | |
| MethodAccess | Represents a bridge to an object method, when that method may not be public. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MethodAdvice | For Tapestry IoC, Aspects provide a limited amount of advise, i. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| MethodAdvice | MethodAdvice is a special callback that is threaded into the implementation of a method. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| MethodAdviceReceiver | Interface used with service advisor methods to define advice. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| MethodCompileException | Exception thrown when a method body fails to compile; this will allow the method body to be displayed to the user on the request failure page. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| MethodDescription | Describes a PlasticMethod in terms of a method name, a set of modifiers (public, private, static, final, etc. | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| MethodHandle | Similiar to Method, this allows a method of a Plastic class to be invoked regardless of visibility. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| MethodHandleImpl | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| MethodInvocation | A representation of the invocation of a method that allows the behavior of the method to be advised: either by changing parameter values, or by changing the return value, or by catch or throwing different exceptions. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| MethodInvocationBuilder | A utility class for building part of a method body to invoke a method. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| MethodInvocationBundle | Bundles together the fixed (same for all instances) information needed by a MethodInvocationBundle. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| MethodInvocationFailResult | invocations (where a checked exception was thrown). | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| MethodInvocationResult | The result of a method invocation, which encapsulates the actual return value (if any), as well as any checked exception. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| MethodInvocationResult | Captures the result of invoking a method. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| MethodInvocationSuccessfulResult | method invocations. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| MethodInvoker | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry | |
| MethodIterator | Utility used to iterate over the publically visible methods of a class or interface. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| MethodLogger | Used by LoggingDecoratorImpl to delegate out logging behavior to aConstructor SummaryMethodLogger(org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| MethodParameter | Interface | org.apache.tapestry5.plastic | Apache Tapestry | |
| MethodResultCache | Manages a cache value as the result of invoking a no-arguments method. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
| MethodSignature | A representation of a Method, identifying the name, return type, parameter types and exception types. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| Min | Class | org.apache.tapestry5.validator | Apache Tapestry | |
| MinLength | Validates that a string value has a minimum length. | Class | org.apache.tapestry5.validator | Apache Tapestry |
| Mixin | Defines an implementation mixin for a component. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| MixinAfter | A marker annotation applied to a mixin to indicate that the mixin's render state behavior is deferred until after the the behavior of the component to which the mixin is attached. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| MixinAfterWorker | Looks for the MixinAfter annotation and sets the mixinAfter flag if present. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| MixinClasses | Used to attach one or more instance mixins to an embedded component. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| Mixins | Used to attach one ore more instance mixin to an embedded component. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| MixinWorker | Supports the Mixin annotation, which allows a mixin to implementation of a component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| MockTester | Contains core logic used by TestBase, allowing for mock objects to be used outside of a TestNG-based test suite. | Class | org.apache.tapestry5.ioc.test | Apache Tapestry |
| Module | A module within the Tapestry IoC registry. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ModuleBuilderSource | The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ModuleDef | Defines the contents of a module. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ModuleDef2 | advisors (an improvement on service decorators). | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ModuleImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| MultiKey | Combines multiple values to form a single composite key. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| MultipartDecoder | Responsible for detecting and processing file upload requests, using Jakarta Commons FileUpload. | Interface | org.apache.tapestry5.upload.services | Apache Tapestry |
| MultipartDecoderImpl | Constructor SummaryMultipartDecoderImpl(org. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| MultipartServletRequestFilter | Filter that decodes an incoming multipart request. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| MultiZoneUpdate | A mapping from client-side zone ids to objects that can render the content for that zone on the client. | Class | org.apache.tapestry5.ajax | Apache Tapestry |
| MultiZoneUpdateEventResultProcessor | Handler for MultiZoneUpdate responses from a component event handler method. | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry |
| MutableComponentModel | Mutable version of ComponentModel used during the transformation phase. | Interface | org.apache.tapestry5.model | Apache Tapestry |
| MutableComponentModelImpl | Internal implementation of MutableComponentModel. | Class | org.apache.tapestry5.internal.model | Apache Tapestry |
| MutableEmbeddedComponentModel | A mutable version of EmbeddedComponentModel that allows the parameters to be incrementally stored. | Interface | org.apache.tapestry5.model | Apache Tapestry |
| MutableEmbeddedComponentModelImpl | Class | org.apache.tapestry5.internal.model | Apache Tapestry | |
| NameCache | A cache of translations from type names to internal names and descriptors, as well as a cache from MethodDescription to method descriptor. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| NamedSet | Simple, thread-safe associative array that relates a name to a value. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| Node | A node within the DOM. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| None | Class | org.apache.tapestry5.validator | Apache Tapestry | |
| NonParallelExecutor | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| NonPoolingRequestPageCacheImpl | In Tapestry 5. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| NonVisual | Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| NoopDelegate | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| NotEmpty | A mixin that attaches to an element that renders an element. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| NotificationEventCallback | A ComponentEventCallback used for notification events. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| NullAnnotationProvider | A null implementation of AnnotationProvider, used when there is not appropriate source of annotations. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| NullDataSource | An implementation of GridDataSource used when the value null is provided as theConstructor SummaryNullDataSource() | Class | org.apache.tapestry5.internal.grid | Apache Tapestry |
| NullFieldStrategy | Defines a strategy, used by Field components such as TextField, to handle the case where either the server-side value to be sent (as a string) to the client, or the client-side | Interface | org.apache.tapestry5 | Apache Tapestry |
| NullFieldStrategyBindingFactory | Treats the expression as the name of a NullFieldStrategy, accessed via the NullFieldStrategySource service. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| NullFieldStrategySource | A source for NullFieldStrategy instances based on a logical name. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| NullFieldStrategySourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| NumericFormatter | Interface for defining the basic parse and toClient operations. | Interface | org.apache.tapestry5.internal.translator | Apache Tapestry |
| NumericFormatterImpl | A wrapper around NumberFormat. | Class | org.apache.tapestry5.internal.translator | Apache Tapestry |
| NumericTranslator | Uses a NumericTranslatorSupport to provide proper locale-aware support for all the built-in numeric types. | Class | org.apache.tapestry5.internal.translator | Apache Tapestry |
| NumericTranslatorSupport | Used to generate the client-side JSON specification for how a number-based validator operates. | Interface | org.apache.tapestry5.internal.translator | Apache Tapestry |
| NumericTranslatorSupportImpl | Class | org.apache.tapestry5.internal.translator | Apache Tapestry | |
| ObjectArrayRenderer | Renders an Object[] array as an unordered list. | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry |
| ObjectComponentEventResultProcessor | A catch-all for type Object that reports the return value as an error. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ObjectCreator | Interface used to encapsulate any strategy used defer the creation of some object until just as needed. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ObjectCreatorSource | An object which can, when passed a ServiceBuilderResources, create a corresponding ObjectCreator. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ObjectLocator | Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ObjectLocatorImpl | Base service locator class used when only the module is known (i. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ObjectProvider | Object providers represent an alternate way to locate an object provided somewhere in the Registry. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ObjectRenderer | A strategy interface used for converting an object into markup that describes that object. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| OneShotLock | Logic for handling one shot semantics for classes; classes that include a method (or methods) that locks down the instance, to prevent it from being used again in the future. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| OnEvent | Marks a method as a handler for a client side event. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| OnEventWorker | Provides implementations of the Component. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| Opcodes | Used to document the InstructionBuilder and TryCatchBlockRequired Element Summary | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| OperationException | An exception caught and reported by an OperationTracker; the trace property identifies what operations were active at the time of the exception. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| OperationTracker | Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| OperationTrackerImpl | Core implementation that manages a logger and catches and reports exception. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| OperationTrackingObjectCreator | Makes sure the operations tracker is notified knows that a service is being realized. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| OptimizedSessionPersistedObject | An optional interface implemented by objects that are persisted in the Session. | Interface | org.apache.tapestry5 | Apache Tapestry |
| OptimizedSessionPersistedObjectAnalyzer | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Optional | Marks a service contribution method within a module as being optional: it is not an error if the contribution does not match against an actual service. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| OptionGroupModel | Defines a group of related options. | Interface | org.apache.tapestry5 | Apache Tapestry |
| OptionGroupModelImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| OptionModel | A single option within a OptionGroupModel. | Interface | org.apache.tapestry5 | Apache Tapestry |
| OptionModelImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| Order | Used with a service decorator method to control the order in which decorations occur. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Orderable | A wrapper that allows objects of a target type to be ordered. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| OrderConstraint | Represents an order constraints for OrderedConfiguration. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| OrderConstraintBuilder | Constructs order constraints for OrderedConfiguration. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| OrderedConfiguration | Object passed into a service contributor method that allows the method provide contributed values to the service's A service can collect contributions in three different ways: | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| Orderer | Used to order objects into an execution order. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| OrIdMatcher | A wrapper around a collection of IdMatchers. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| Output | A component for formatting output. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| OutputRaw | Used to output raw markup to the client. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| OverrideFieldFocus | A mixin that let a Field gain focus. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| PackageNameHibernateConfigurer | Adds entity classes from a given set of packages to the configuration. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| PackageNamePersistenceUnitConfigurer | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| Page | Represents a unique page within the application. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| Page .Stats | Page construction statistics for the page. | Class | org.apache.tapestry5.internal.structure.Page | Apache Tapestry |
| PageActivationContext | Annotation for a field for which the page activation context handlers (onActivate and onPassivate) should be created. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PageActivationContextCollector | Fires the EventConstants. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageActivationContextCollectorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageActivationContextWorker | Provides the page activation context handlers. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| PageActivator | Responsible for firing the EventConstants. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageActivatorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageAttached | Method annotation used for methods that should be invoked when the page is first attached to a request. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PageCallback | A way of capturing the name of a page and the page activation context so that, at a future date, the page can be invoked with that data. | Class | org.apache.tapestry5 | Apache Tapestry |
| PageCatalog | Lists out the currently loaded pages, using a Grid. | Class | org.apache.tapestry5.corelib.pages | Apache Tapestry |
| PageCatalogTotals | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| PageContentTypeAnalyzer | Interface | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageContentTypeAnalyzerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageDetached | Method annotation used for methods that should be invoked when the page is detached at the end of a request, before it is returned to the page pool for later reuse. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PageDocumentGenerator | Interface used to programatically render a page, forming a Document which can then be manipulated or streamed to a | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PageDocumentGeneratorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageElementFactory | Used by the PageLoader to create partialar page elements. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageElementFactoryImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageImpl | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| PageLifecycleAdapter | Empty implementation of the PageLifecycleListener interface. | Class | org.apache.tapestry5.runtime | Apache Tapestry |
| PageLifecycleAnnotationWorker | Similar to RenderPhaseMethodWorker but applies to annotations/methods related to the overall page lifecycle. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| PageLifecycleCallbackHub | Defines a way for different aspects of a page to add callbacks for important lifecycle events. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| PageLifecycleListener | A set of methods that allow components to know about page-level operations. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| PageLink | Generates a render request link to some other page in the application. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| PageLoaded | Method annotation used for methods that should be invoked once the page is fully loaded. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PageLoader | Instantiates a fully loaded, configured instance of a Tapestry page. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageLoaderImpl | There's still a lot of room to beef up ComponentAssembler and EmbeddedComponentAssembler to perform more static analysis, but | Class | org.apache.tapestry5.internal.pageload | Apache Tapestry |
| PageLoadModule | Class | org.apache.tapestry5.services.pageload | Apache Tapestry | |
| PageMarkupRenderer | Service used to render page markup using a MarkupWriter. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageMarkupRendererImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageNameComponentEventResultProcessor | Used when a component event handler returns a string value. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageRenderDispatcher | Dispatches incoming requests for render requests. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageRenderLinkSource | A service that allows other services to create page render links (which are otherwise created by components, via ComponentResourcesCommon. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PageRenderLinkSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageRenderLinkTransformer | Allows the default Link for a page render request to be replaced. | Interface | org.apache.tapestry5.services.linktransform | Apache Tapestry |
| PageRenderQueue | A wrapper around RenderQueue, but referencable as a (per-thread) service. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageRenderQueueImpl | This services keeps track of the page being rendered and the root command for the partial render, it is therefore request/thread scoped. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageRenderRequestFilter | Filter interface for PageRenderRequestHandler, which allows extra behaviors to be injected into the processing of a page render request. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PageRenderRequestHandler | Handles a invocation related to rendering out a pages complete content. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PageRenderRequestHandlerImpl | Handles a page render request by activating and then rendering the page. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageRenderRequestParameters | Used with PageRenderRequestHandler and PageRenderRequestFilter to define the logical page name and | Class | org.apache.tapestry5.services | Apache Tapestry |
| PageReset | Marker annotation for a method that should be invoked when a page is reset. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PageResetAnnotationWorker | Class | org.apache.tapestry5.internal.transform | Apache Tapestry | |
| PageResetListener | Optional interface implemented to support resetting of the page state. | Interface | org.apache.tapestry5.internal.structure | Apache Tapestry |
| PageResponseRenderer | Service responsible for writing a full page markup response. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageResponseRendererImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageSource | Access to localized page instances (which are now shared singletons, starting in release 5. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PageSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PageTemplateLocator | The special case for pages, where the template is searched for in the web application context. | Class | org.apache.tapestry5.internal.services.templates | Apache Tapestry |
| PageTester | This class is used to run a Tapestry app in a single-threaded, in-process testing environment. | Class | org.apache.tapestry5.test | Apache Tapestry |
| PageTesterContext | Class | org.apache.tapestry5.internal.test | Apache Tapestry | |
| PageTesterModule | Used in conjunction with PageTester to mock up and/or stub out portions of Tapestry that need to be handled differently when testing. | Class | org.apache.tapestry5.internal.test | Apache Tapestry |
| PageTesterSession | Class | org.apache.tapestry5.internal.test | Apache Tapestry | |
| Palette | Multiple selection component. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ParallelExecutor | A service that allows work to occur in parallel using a thread pool. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ParallelExecutorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| Parameter | Annotation placed on a field to indicate that it is, in fact, a component parameter. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ParameterBuilder | Builds single parameter value to pass into a method being invoked by a MethodInvocationBuilder. | Interface | org.apache.tapestry5.internal.util | Apache Tapestry |
| ParameterConduit | A facade around Binding and InternalComponentResources that is used to instrument fields with the Parameter annotation. | Interface | org.apache.tapestry5.internal.transform | Apache Tapestry |
| ParameterDescription | Class | org.apache.tapestry5.javadoc | Apache Tapestry | |
| ParameterModel | Model for a formal parameter of a component. | Interface | org.apache.tapestry5.model | Apache Tapestry |
| ParameterModelImpl | Class | org.apache.tapestry5.internal.model | Apache Tapestry | |
| ParametersServletRequestWrapper | Wrapper for HttpServletRequest that overrides the parameter methods of the wrapped request. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| ParameterToken | A parameter block to be passed to a component as a parameter. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| ParameterValue | Holds single or multivalued values. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| ParameterWorker | Responsible for identifying parameters via the Parameter annotation on component fields. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| PartialMarkupDocumentLinker | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PartialMarkupRenderer | Defines an Ajax-oriented partial page render, wherein a render of a portion of a page occurs, and the content is stored into a key (content) of a JSONObject, which is sent to the client side as | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PartialMarkupRendererFilter | A filter (the main interface being PartialMarkupRenderer) applied when performing a partial page render as part of an Ajax-oriented request. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PartialMarkupRendererTerminator | Terminator for the PartialMarkupRenderer pipeline, which ultimately invokes PageRenderQueue. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PasswordField | A version of TextField, but rendered out as an element. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Path | Used in conjunction with the Inject annotation to inject an Asset based on a path. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PeriodicExecutor | A service that executes a job at intervals specified by a Schedule. | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
| PeriodicExecutorImpl | Class | org.apache.tapestry5.ioc.internal.services.cron | Apache Tapestry | |
| PeriodicJob | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry | |
| Persist | Identifies a field as persistent, meaning its value persists from one request to the next. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PersistedEntity | Encapsulates a Hibernate entity name with an entity id. | Class | org.apache.tapestry5.internal.hibernate | Apache Tapestry |
| PersistedEntity | Encapsulates a JPA entity name with an entity id. | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry |
| PersistenceConstants | Constants for persistent field strategies. | Class | org.apache.tapestry5 | Apache Tapestry |
| PersistenceContentHandler | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| PersistenceContextWorker | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| PersistenceParser | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| PersistenceUnitConfigurer | Used to configure a PersistenceUnitInfo, which is used to create an EntityManagerFactory. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| PersistenceUnitInfoImpl | Class | org.apache.tapestry5.internal.jpa | Apache Tapestry | |
| PersistentFieldBundle | Encapsulates persisted property information for an entire page. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PersistentFieldBundleImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PersistentFieldChange | Interface | org.apache.tapestry5.services | Apache Tapestry | |
| PersistentFieldChangeImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PersistentFieldManager | Handle persistent property changes. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| PersistentFieldManagerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PersistentFieldStrategy | Defines how changes to fields (within components, within pages) may have their values persisted between requests. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PersistentLocale | Manages the persistent locale stored in the browser (inside the URL). | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PersistentLocaleImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PersistWorker | Converts fields with the Persist annotation into persistent fields. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| PerthreadManager | Manages per-thread data, and provides a way for listeners to know when such data should be cleaned up. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PerthreadManagerImpl | Constructor SummaryPerthreadManagerImpl(org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| PerThreadOperationTracker | Manages a per-thread OperationTracker using a ThreadLocal. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| PerThreadServiceCreator | Provides per-thread implementations of services. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| PerThreadServiceLifecycle | Allows a service to exist per thread (in each thread). | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| PerThreadValue | Provides access to per-thread (and, by extension, per-request) data, managed by the PerthreadManager. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PipelineBuilder | Creates a pipeline from a service interface and an ordered list of filters. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PipelineBuilderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| PlasticClass | The representation of a class while it is being instrumented and transformed. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticClassEvent | Describes a transformed class about to be loaded. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticClassHandleShim | The interface for a shim class that provides the necessary hooks needed by FieldHandle and MethodHandle implementations for a particular, | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| PlasticClassImpl | Fields inherited from interface org. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| PlasticClassListener | Allows a listener to be notified about classes about to be loaded by the manager's class loader. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticClassListenerHub | Methods for adding and removing PlasticClassListeners . | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticClassListenerLogger | Constructor SummaryPlasticClassListenerLogger(org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| PlasticClassLoader | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| PlasticClassPool | Responsible for managing a class loader that allows ASM ClassNodes to be instantiated as runtime classes. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| PlasticClassTransformation | A wrapper around a PlasticClass that allows the class to be converted into a concrete class, once all transformations are complete. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticClassTransformer | Interface for defining how a PlasticClass is transformed. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticField | Represents a field of a class being transformed. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticInternalUtils | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| PlasticManager | Manages the internal class loaders and other logics necessary to load and transform existing classes, or to create new classes dynamically at runtime. | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticManager .PlasticManagerBuilder | A builder object for configuring the PlasticManager before instantiating it. | Class | org.apache.tapestry5.plastic.PlasticManager | Apache Tapestry |
| PlasticManagerDelegate | Delegate to the PlasticManager that performs the actual transformations of the class. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticMethod | A method of a transformed class. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| PlasticProxyFactory | A service used to create proxies of varying types. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PlasticProxyFactoryImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| PlasticUtils | Utilities for user code making use of Plastic. | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| PostInjection | Annotation for methods that should be invoked after injection. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Predicate | Used when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| PrefixCheckStackTraceElementAnalyzer | Checks to see if a class has a given prefix to its class name. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PreventServiceDecoration | Marks a service as not eligible for decoration. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Primary | Marker annotation used to denote a service that is the primary instance of some common interface. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| PrimitiveFieldConstraintGenerator | Adds a required constraint for any property of whose type is a primitive (not a wrapper or reference) type. | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry |
| PrimitiveType | enum PrimitiveTypeextends Enum | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| PrintOutCollector | Utility for collecting the output of a PrintWriter. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| ProgressiveDisplay | A component used to implement the progressive enhancement web design strategy; the component renders itself with a | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| PropBinding | Base class for bindings created by the PropBindingFactory. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| PropBindingFactory | Binding factory for reading and updating JavaBean properties. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| PropertiesFileParser | Used when constructing a component's Messages object. | Interface | org.apache.tapestry5.services.messages | Apache Tapestry |
| PropertiesFileParserImpl | Class | org.apache.tapestry5.internal.services.messages | Apache Tapestry | |
| Property | Annotation for fields for which accessor methods (getters and setters) should be created. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| PropertyAccess | A wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PropertyAccessImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| PropertyAccessType | enum PropertyAccessTypeextends Enum | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| PropertyAdapter | Provides access to a single property within a class. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PropertyAdapterImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| PropertyConduit | Used to read or update the value associated with a property. | Interface | org.apache.tapestry5 | Apache Tapestry |
| PropertyConduitDelegate | Companion class for PropertyConduit instances created by the PropertyConduitSource. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PropertyConduitSource | A source for PropertyConduits, which can be thought of as a compiled property path expression. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PropertyConduitSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| PropertyDisplay | Outputs a single property value. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| PropertyDisplayBlocks | Contains blocks for displaying basic property types; the blocks are contributed to the BeanBlockSource service. | Class | org.apache.tapestry5.corelib.pages | Apache Tapestry |
| PropertyEditBlocks | A page that exists to contain blocks used to edit different types of properties. | Class | org.apache.tapestry5.corelib.pages | Apache Tapestry |
| PropertyEditContext | Defines a context for editing a property of a bean via BeanEditor. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PropertyEditor | Used to edit a single property of a bean. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| PropertyExpressionException | Exception thrown when there is a problem parsing a property expression using the ANTLR property expression grammar. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| PropertyExpressionLexer | Class | org.apache.tapestry5.internal.antlr | Apache Tapestry | |
| PropertyExpressionParser | Class | org.apache.tapestry5.internal.antlr | Apache Tapestry | |
| PropertyExpressionParser .constant_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .expression_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .expressionList_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .keyword_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .list_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .map_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .mapEntry_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .mapEntryList_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .mapKey_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .methodInvocation_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .notOp_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .propertyChain_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .rangeOp_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .rangeopArg_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .start_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyExpressionParser .term_return | Fields inherited from class org. | Class | org.apache.tapestry5.internal.antlr.PropertyExpressionParser | Apache Tapestry |
| PropertyModel | Part of a BeanModel that defines the attributes of a single property of a A PropertyModel is also an AnnotationProvider, as long as the PropertyConduit is | Interface | org.apache.tapestry5.beaneditor | Apache Tapestry |
| PropertyModelImpl | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry | |
| PropertyOutputContext | Provides context information needed when displaying a value. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| PropertyOverrides | Provides access to blocks and messages used when overriding property labels, and property display or edit blocks. | Interface | org.apache.tapestry5 | Apache Tapestry |
| PropertyOverridesImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| PropertyShadowBuilder | Creates a shadow of a property of an object. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| PropertyShadowBuilderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| PropertyWorker | Provides the getter and setter methods. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| ProxiesStackTraceElementAnalyzer | Identifies frames for various proxy classes (class name starts with a '$' and there's no line number. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| QueryParameterConstants | Defines constants for common query parameters passed in requests from the client. | Class | org.apache.tapestry5 | Apache Tapestry |
| QuietOperationTracker | Minimal implementation used for testing, that does no logging, tracking, or exception catching. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| Radio | A radio button (i. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| RadioContainer | A container of Radio components, used to identify the element name used when rendering the individual radio buttons (all buttons in a group share the same element name) and to | Interface | org.apache.tapestry5 | Apache Tapestry |
| RadioGroup | A wrapper component around some number of Radio components, used to organize the selection and define the property to be edited. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| RandomDataSource | Provides access to random data that can be used when populating a test database with reasonable data. | Class | org.apache.tapestry5.test | Apache Tapestry |
| Raw | A specialized node in the document tree that contains raw markup to be printed to the client exactly as-is. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| ReadOnlyComponentFieldConduit | An implementation of FieldConduit for a read-only component field. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| RecursiveServiceCreationCheckWrapper | Decorator for ObjectCreator that ensures the service is only created once. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| Reducer | A reducer takes an accumulator value and a single value from a collection and computes a new type of accumulator | Interface | org.apache.tapestry5.func | Apache Tapestry |
| Regexp | Class | org.apache.tapestry5.validator | Apache Tapestry | |
| RegexpStackTraceElementAnalyzer | Uses a regular expression to identify which CSS class to apply to a frame. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Registry | Public access to the IoC service registry. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| RegistryBuilder | Used to construct the IoC Registry. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| RegistryImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| RegistryShutdownHub | Event hub for notifications when the IOC Registry shuts down. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| RegistryShutdownHubImpl | Constructor SummaryRegistryShutdownHubImpl(org. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| RegistryShutdownListener | Event listener interfaces for objects that need to know when the Registry shutsdown. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| RegistryStartup | Startup service for Tapestry IoC: automatically invoked at registry startup to execute a series of operations, via its ordered configuration of Runnable objects. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| RegistryWrapper | A wrapper around InternalRegistry that exists to expand symbols in a service id before invoking ObjectLocator. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| RelativeElementPosition | enum RelativeElementPositionextends Enum | Class | org.apache.tapestry5.services | Apache Tapestry |
| RelativePosition | enum RelativePositionextends Enum | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| ReloadableObjectCreator | Reloadable object creator for non-service objects. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ReloadableObjectCreatorSource | Responsible for creating a ReloadableServiceImplementationObjectCreator for a service implementation. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ReloadableServiceImplementationObjectCreator | Returns an ObjectCreator for lazily instantiating a given implementation class (with dependencies). | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ReloadAware | Optional interface that may be implemented by a service implementation (or even a proxy to give the service implementation | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| RemoveRowLink | Used inside a AjaxFormLoop to remove the current row from the loop. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| Renderable | Base interface for objects that can render markup output using a MarkupWriter. | Interface | org.apache.tapestry5 | Apache Tapestry |
| RenderableAsBlock | Allows any Renderable object to act as a Block. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| RenderClientId | Forces a client element to render its client id by ensuring that ClientElement. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| RenderCommand | A command used during rendering of a page. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| RenderCommandComponentEventResultProcessor | Processor for objects that implement RenderCommand (such as BlockImpl), used with an Ajax component event. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RenderCommandWorker | Ensures that all components implement RenderCommand by delegating to RenderCommand. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| RenderDisabled | Renders an disabled attribute if the containing component is disabled. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| RenderInformals | Used to render out all informal parameters, at the end of the BeginRender This mixin can be used with components that render a single tag inside the BeginRender phase. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| RenderNotification | This mixin triggers event notifcations to identify when it enters the BeginRender and AfterRender render phases. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| RenderObject | Renders out an object using the @Primary ObjectRenderer service. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| RenderPhaseEvent | Fields inherited from class org. | Class | org.apache.tapestry5.internal.structure | Apache Tapestry |
| RenderPhaseMethodWorker | Converts one of the methods of Component into a chain of command that, itself, | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| RenderQueue | A stateful object that manages the process of rendering a page. | Interface | org.apache.tapestry5.runtime | Apache Tapestry |
| RenderQueueException | Exception used when rendering, to capture the stack of active components (for propery reporting in the exceptionSee Also:Serialized Form | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RenderQueueImpl | Constructor SummaryRenderQueueImpl(org. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RenderSupport | Provides support to all components that render. | Interface | org.apache.tapestry5 | Apache Tapestry |
| RenderSupportImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| RenderVariableBinding | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| RenderVariableBindingFactory | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| ReorderProperties | An annotation that may be placed on a JavaBean to re-order the properties. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| Request | Generic version of HttpServletRequest, used to encapsulate the Servlet API version, and to help bridge the differences between Servlet API and Porlet API. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| RequestConstants | Constants used when processing requests from the client web browser. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RequestEncodingInitializer | Interface | org.apache.tapestry5.internal.services | Apache Tapestry | |
| RequestErrorFilter | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| RequestExceptionHandler | Service invoked when an uncaught exception occurs. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| RequestFilter | Filter interface for RequestHandler. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| RequestGlobals | Service used to store the current request objects, both the Servlet API versions, and the Tapestry generic versions. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| RequestGlobalsImpl | Dumb data holder for per-request data. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RequestHandler | Service interface for the RequestHandler pipeline service. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| RequestImpl | Basic implementation of Request that wraps around an HttpServletRequest. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| RequestPageCache | Per-thread service that caches page instances for the duration of the request, and is also responsible for tracking the active page (the page which will ultimately render the response). | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| RequestParameter | Annotation that may be placed on parameters of event handler methods. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| RequestRenderer | Class | org.apache.tapestry5.internal.renderers | Apache Tapestry | |
| RequestSecurityManager | Used to manage the relationship between the security of a request and the security of a page. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| RequestSecurityManagerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Required | A validator that enforces that the value is not null and not the empty string. | Class | org.apache.tapestry5.validator | Apache Tapestry |
| Resource | Represents a resource on the server that may be used for server side processing, or may be exposed to the client side. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ResourceChangeTracker | Tracks resources (at least, resources that can change because they are on the file system) and acts as an UpdateListener to check for changes and notify its listeners. | Interface | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| ResourceChangeTrackerImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| ResourceDependencies | Used by some ResourceTransformer implementations to track additional dependencies that can arise when the underlying resource being transformed can be dependent on other resources (for instance, if it has the | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| ResourceDigestGenerator | Responsible for determining which classpath resources require checksums, and for generating checksums for such The service's configuration identifies which file extensions will be secured using an checksum. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ResourceDigestGeneratorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResourceDigestManager | Caches information about resources on the classpath. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ResourceDigestManagerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResourceMinimizer | Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| ResourceStreamer | Responsible for streaming the contents of a resource to the client. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| ResourceStreamerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResourceSymbolProvider | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ResourceTransformer | A transformer is used to read a Resource and pass it through a transformation stage, to get a stream that can be used on the client side. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| Response | API agnostic wrapper for generating a response. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ResponseCompressionAnalyzer | Used to determine if the client supports GZIP compression of the response. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ResponseCompressionAnalyzerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResponseImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResponseRenderer | Public facade around internal services related to rendering a markup response. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ResponseRendererImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ResponseWrapper | instance. | Class | org.apache.tapestry5.util | Apache Tapestry |
| RestoreDirtySessionObjects | A listener that invokes Session. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Retain | Marker annotation placed on fields whose value should be retained past the end of the request. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| RetainWorker | Identifies fields with the Retain annotation, and claims them so that no special work will occur on them. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| RootPathDispatcher | Recognizes a request for the application root (i. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| SaxTemplateParser | SAX-based template parser logic, taking a Resource to a Tapestry template file and returning | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Schedule | Used with PeriodicExecutor to control the schedule for when jobs execute. | Interface | org.apache.tapestry5.ioc.services.cron | Apache Tapestry |
| Scope | An optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding). | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| ScopeConstants | Defines constants for built-in scopes (used with the Scope annotation. | Class | org.apache.tapestry5.ioc | Apache Tapestry |
| Secure | A marker annotation that indicates that the page in question may only be accessed via HTTPS. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| Select | Select an item from a list of values, using an [X]HTML | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| SelectModel | Defines the possible options and option groups for a | Interface | org.apache.tapestry5 | Apache Tapestry |
| SelectModelFactory | Used to create an SelectModel. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| SelectModelFactoryImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| SelectModelImpl | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| SelectModelRenderer | Class | org.apache.tapestry5.internal.util | Apache Tapestry | |
| SelectModelVisitor | Interface | org.apache.tapestry5 | Apache Tapestry | |
| SeleniumLauncher | This class is no longer necessary (as part of the TAP5-1315 fix) and the reference to it inside testng. | Class | org.apache.tapestry5.test | Apache Tapestry |
| SeleniumTestCase | Base class for creating Selenium-based integration test cases. | Class | org.apache.tapestry5.test | Apache Tapestry |
| Service | Used in conjunction with the Inject annotation to identify a service by name and not by type. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| ServiceActivity | Provided by the ServiceActivityScoreboard to track a single service's state and activity. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ServiceActivityScoreboard | Provides access to the runtime details about services in the Registry. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ServiceActivityTracker | Used to update the status of services defined by the ServiceActivityScoreboard. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceActivityTrackerImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| ServiceActivityTrackerImpl .MutableServiceActivity | Constructor SummaryServiceActivityTrackerImpl. | Class | org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl | Apache Tapestry |
| ServiceAdvisor | Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver). | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceAdvisorImpl | Fields inherited from class org. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceAnnotationObjectProvider | Adds support for the Service annotation (which can be applied to fields or parameters), which is used to disambiguate injection when multiple services implement the same service interface. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ServiceBinder | Allows a module to bind service interfaces to service implementation classes in support of autobuilding services. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceBinderImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| ServiceBindingOptions | Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotationsSee Also:ServiceDef2 | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceBuilder | A callback used to create a service implementation. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceBuilderMethodInvoker | Basic implementation of ObjectCreator that handles invoking a method on the module builder, and figures out the correct parameters to pass into the annotated method. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceBuilderResources | method, related to accessing a service's configuration. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceDecorator | A service decorator is derived from a DecoratorDef and is responsible for building an interceptor around an existing implementation (called the delegate). | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceDecoratorImpl | A wrapper around a decorator method. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceDef | Service definition derived, by default, from a service builder method. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ServiceDef2 | Extension to ServiceDef containing new methods added for Tapestry 5. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ServiceDef3 | Introduced for Tapestry 5. | Interface | org.apache.tapestry5.ioc.def | Apache Tapestry |
| ServiceDefAccumulator | Simple interface used when invoking a bind() method on a module class. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceDefImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| ServiceId | An optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding via the ServiceBinder). | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| ServiceInjectionProvider | A very late worker related to the Inject annotation that, when all other forms of injection have failed, matches the field type to a service interface. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| ServiceLifecycle | Allows certain types of lifecycles to control exactly how services are instantiated. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceLifecycle2 | Extension to ServiceLifecycle that adds an additional method. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceLifecycleSource | Provides access to user defined lifecycles (beyond the two built-in lifecycles: singleton and primitive). | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ServiceMessages | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ServiceOverride | Used to override built in services. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ServiceOverrideImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ServiceProxyProvider | Used in concert with SerializationSupport to convert service tokens back into service proxies. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceProxyToken | Token that replaces a service proxy when the proxy is serialized. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServiceResources | Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry. | Interface | org.apache.tapestry5.ioc | Apache Tapestry |
| ServiceResourcesImpl | implementation that fills the purposes of methods that need a ServiceResources (which includes service decorator methods) as well as methods that need a | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ServicesMessages | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ServiceStatus | Page used to see the status of all services defined by the Registry. | Class | org.apache.tapestry5.corelib.pages | Apache Tapestry |
| ServletApplicationInitializer | Service interface for initializing a servlet application, as a pipeline. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ServletApplicationInitializerFilter | Filter interface for ServletApplicationInitializer. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ServletContainerRunner | Used as a wrapper around code that runs a web server as part of a SeleniumTestCase, so that the server may be shut down at the end of the test. | Interface | org.apache.tapestry5.test | Apache Tapestry |
| ServletContextSymbolProvider | A wrapper around ServletContext that makes init-parameters accessible as symbols. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| Session | Generic version of HttpSession, used to bridge the gaps between the Servlet API and the Portlet API. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| SessionApplicationStatePersistenceStrategy | Stores ASOs in the Session, which will be created as necessary. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| SessionAttribute | Used to map a property of a page or component to value stored in session. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| SessionAttributeWorker | Looks for the SessionAttribute annotation and converts read and write access on such fields into calls to the Session. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| SessionImpl | A thin wrapper around HttpSession. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| SessionPersistedObjectAnalyzer | Analyzes a session-persisted object, specifically to see if it is dirty or not. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| SessionPersistentFieldStrategy | A strategy for storing persistent page properties into the session. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| SessionState | Marker annotation for a field that is a session state object (SSO) as controlled by the ApplicationStateManager. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| SetupRender | Marker annotation for methods that should be executed during the SetupRender phase. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| Severity | enum Severityextends Enum | Class | org.apache.tapestry5.alerts | Apache Tapestry |
| SingleKeySymbolProvider | Class | org.apache.tapestry5.internal | Apache Tapestry | |
| SingletonServiceLifecycle | The basic implementation of a service lifecycle, which simply uses the ObjectCreator to create an instance of the service when asked. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| SingleZonePartialRendererFilter | Responsible for capturing the content for a single zone and storing it into the JSON reply object. | Class | org.apache.tapestry5.internal.services.ajax | Apache Tapestry |
| SortConstraint | Identifies how a single column (identified as a PropertyModel) is sorted. | Class | org.apache.tapestry5.grid | Apache Tapestry |
| SpringBeanServiceDef | Class | org.apache.tapestry5.internal.spring | Apache Tapestry | |
| SpringConstants | Constants used with the Spring integration library. | Class | org.apache.tapestry5.spring | Apache Tapestry |
| SpringModule | Module for Tapestry/Spring Integration. | Class | org.apache.tapestry5.spring | Apache Tapestry |
| SpringModuleDef | A wrapper that converts a Spring ApplicationContext into a set of service definitions, Tapestry 5 IoC, for the beans defined in the context, as well as the context itself. | Class | org.apache.tapestry5.internal.spring | Apache Tapestry |
| SRSCachingInterceptor | An interceptor for the StreamableResourceSource service that handles caching of content. | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| SRSCompressedCachingInterceptor | Specialization of SRSCachingInterceptor that only attempts to cache compressed resources. | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| SRSCompressingInterceptor | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| SRSMinimizingInterceptor | Loops the result through the ResourceMinimizer service. | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry |
| Stack | A simple, streamlined implementation of Stack. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| StackAssetRequestHandler | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| StackExtension | A contribution to an extensible JavaScriptStack. | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| StackExtensionType | enum StackExtensionTypeextends Enum | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| StackTraceElementAnalyzer | Used by ExceptionDisplay to characterize each stack frame that is presented. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| StackTraceElementClassConstants | CSS classes, from the default CSS stylesheet, used with StackTraceElementAnalyzer. | Class | org.apache.tapestry5.services | Apache Tapestry |
| StandardDelegate | Constructor SummaryStandardDelegate(PlasticClassTransformer. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| StartComponentToken | The start element of a component within the template. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| StartElementToken | The start of an ordinary element within the template (as opposed to StartComponentToken, which represents an active Tapestry token. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| Startup | An annotation that may be placed on a startup method of a module. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| StaticContext | Stores static context information needed by a transformed PlasticClass; this includes data such asConstructor SummaryStaticContext() | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| StaticFilesFilter | Identifies requests that are for actual resource files in the context. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| StaticObjectCreator | An ObjectCreator for a statically identified object (typically, a bean from the Spring application context). | Class | org.apache.tapestry5.internal.spring | Apache Tapestry |
| StaticObjectProvider | Provides a single object of a given type. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| Statistics | Page used to see the Hibernate statistics. | Class | org.apache.tapestry5.hibernate.pages | Apache Tapestry |
| Status | enum Statusextends Enum | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| StrategyBuilder | A service implementation builder that operates around a StrategyRegistry, implementing a version of the Gang of Four Strategy pattern. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| StrategyBuilderImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| StrategyRegistry | A key component in implementing the Gang of Four Strategy pattern. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| StreamableResource | An object, derived from a Resource, that can be streamed (ultimately, to a client web browser). | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| StreamableResourceImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| StreamableResourceProcessing | enum StreamableResourceProcessingextends Enum | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
| StreamableResourceSource | Converts Resources into StreamableResources, and may be responsible for transforming resources based on file extension. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
| StreamableResourceSourceImpl | Class | org.apache.tapestry5.internal.services.assets | Apache Tapestry | |
| StreamPageContent | An event handler method may return an instance of this class to trigger the rendering of a particular page without causing a redirect to that page. | Class | org.apache.tapestry5.services | Apache Tapestry |
| StreamPageContentResultProcessor | Used to trigger the rendering of a particular page without causing a redirect to that page. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| StreamResponse | An alternate response from a component event handler method used to directly provide a stream of data to be sent to the client, rather than indicating what page to send a render redirect request to. | Interface | org.apache.tapestry5 | Apache Tapestry |
| StreamResponseResultProcessor | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| StringInterner | Creates interned strings that are unique for the same content. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| StringInternerImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| StringLocation | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| StringParameterBuilder | value for the parameter expression. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| StringProvider | Interface used when assembling an attribute value that contains expansions. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| StringRenderable | Renders a string using MarkupWriter. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| StringToEnumCoercion | A Coercion for converting strings into an instance of a particular enumerated type. | Class | org.apache.tapestry5.util | Apache Tapestry |
| StringToJSONArray | Class | org.apache.tapestry5.internal.json | Apache Tapestry | |
| StringToJSONObject | Class | org.apache.tapestry5.internal.json | Apache Tapestry | |
| StringTranslator | Class | org.apache.tapestry5.internal.translator | Apache Tapestry | |
| StringValueEncoder | Passes the string value from the server to the client and vice-versa without any translation. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| StylesheetLink | Captures the information needed to create a stylesheet link in the final Document, or as part of a JSON partial page render response. | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| StylesheetOptions | Provides options to describe options associated with importing a stylesheet onto a page. | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
| Submit | Corresponds to or , a client-side element that can force the enclosing form to submit. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| SubmitMode | enum SubmitModeextends Enum | Class | org.apache.tapestry5.corelib | Apache Tapestry |
| SubmitNotifier | A non visual component used to provide notifications to its container during a form submission. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| SubModule | Attached to a module class, this annotation identifies other module classes that should also be added to the Registry. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| SuccessMethodInvocationResult | A successful method invocation; one that did not throw a checked exception. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| SupportsInformalParameters | Used to identify a component that can support informal parameters. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| SupportsInformalParametersWorker | Checks for the SupportsInformalParameters annotation, settting the corresponding flag on the model ifConstructor SummarySupportsInformalParametersWorker() | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| SwitchBlock | Support for building the equivalent of a Java switch statement. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| SwitchBlockImpl | Fields inherited from interface org. | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| SwitchCallback | A callback used by a SwitchBlock to manage the generation of code. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| Symbol | Used to inject a symbol value, via a symbol name. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| SymbolBeanFactoryPostProcessor | Fields inherited from class org. | Class | org.apache.tapestry5.internal.spring | Apache Tapestry |
| SymbolBindingFactory | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry | |
| SymbolConstants | Defines the names of symbols used to configure Tapestry. | Class | org.apache.tapestry5 | Apache Tapestry |
| SymbolObjectProvider | Performs an injection based on a Symbol annotation. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| SymbolProvider | A provider of values for symbols, used by the SymbolSource service. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| SymbolSource | Used to manage symbols, configuration properties whose value is evaluated at runtime. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| SymbolSourceImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| SyntheticModuleDef | A synthetic module definition, used to mix in some additional pre-built service configuration contributions. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| SyntheticStackTraceElementAnalyzer | Identifies any code associated with line 1 as omitted (i. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| SyntheticSymbolSourceContributionDef | Makes a contribution to the SymbolSource service configuration. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| SystemEnvSymbolProvider | Provides case insensitive access to environment variables. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| SystemPropertiesSymbolProvider | Obtains symbol values from JVM System properties. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| TapestryAOPStackFrameAnalyzer | Encapsulates a number of tests for identifying stack frames that are a side-effect of various Tapestry Aspect Oriented Programming and other code generation behaviors. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| TapestryAppInitializer | This class is used to build the Registry. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| TapestryApplicationContext | Extension of Spring's XmlWebApplicationContext that includes hooks to resolve some injections into Spring beans as Tapestry services. | Class | org.apache.tapestry5.spring | Apache Tapestry |
| TapestryBeanFactory | Identifies dependencies whose field or method parameter contains the Inject or InjectService annotations and, if so, invokes ObjectLocator. | Class | org.apache.tapestry5.internal.spring | Apache Tapestry |
| TapestryConstants | Constants needed by end-user classes. | Class | org.apache.tapestry5 | Apache Tapestry |
| TapestryDocTaglet | An inline tag allowed inside a type; it produces Tapestry component reference and other information. | Class | org.apache.tapestry5.javadoc | Apache Tapestry |
| TapestryException | Exception class used as a replacement for RuntimeException when the exception is related to a particular location. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| TapestryFilter | The TapestryFilter is responsible for intercepting all requests into the web application. | Class | org.apache.tapestry5 | Apache Tapestry |
| TapestryInternalUtils | Shared utility methods used by various implementation classes. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| TapestryIOCModule | Defines the base set of services for the Tapestry IOC container. | Class | org.apache.tapestry5.ioc.services | Apache Tapestry |
| TapestryMarkers | A set of markers used internally by Tapestry when logging in code related to paqes and components. | Class | org.apache.tapestry5 | Apache Tapestry |
| TapestryModule | The root module for Tapestry. | Class | org.apache.tapestry5.services | Apache Tapestry |
| TapestryPersistenceUnitInfo | Tapestry's mutable extension of PersistenceUnitInfo interface used for XML-less configuration of persistence units. | Interface | org.apache.tapestry5.jpa | Apache Tapestry |
| TapestrySessionFactory | Encapsulates logic for accessing the Tapestry Session (a wrapper around the HttpSession). | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| TapestrySessionFactoryImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| TapestrySpringFilter | Add logic to setup for Spring integration at startup. | Class | org.apache.tapestry5.spring | Apache Tapestry |
| TapestryTestCase | Base test case that adds a number of convenience factory and training methods for the publicConstructor SummaryTapestryTestCase() | Class | org.apache.tapestry5.test | Apache Tapestry |
| TapestryTestConfiguration | To be used on Selenium-based integration tests that extend SeleniumTestCase as an alternative to using a TestNG XML configuration file. | Class | org.apache.tapestry5.test | Apache Tapestry |
| TapestryTestConstants | Class | org.apache.tapestry5.test | Apache Tapestry | |
| TeeOutputStream | An output stream that acts like a tee, copying all provided bytes to two output streams. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| TemplateParser | Parses a resource into a ComponentTemplate. | Interface | org.apache.tapestry5.internal.services | Apache Tapestry |
| TemplateParserImpl | Parses Tapestry XML template files into ComponentTemplate instances. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| TemplateToken | Base class for tokens parsed out of a template. | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| TestableCookieSinkSource | Class | org.apache.tapestry5.internal.test | Apache Tapestry | |
| TestableRequest | An extended version of Request that allows the PageTester to control and override behavior, effectively simulating the portions of Request that are provided normally by a servlet container. | Interface | org.apache.tapestry5.internal.test | Apache Tapestry |
| TestableRequestImpl | Class | org.apache.tapestry5.internal.test | Apache Tapestry | |
| TestableResponse | Interface | org.apache.tapestry5.internal.test | Apache Tapestry | |
| TestableResponseImpl | Class | org.apache.tapestry5.internal.test | Apache Tapestry | |
| TestBase | Manages a set of EasyMock mock objects. | Class | org.apache.tapestry5.ioc.test | Apache Tapestry |
| TestUtils | Extra assertions on top of the standard set, packaged as a base class for easy referencing in tests. | Class | org.apache.tapestry5.ioc.test | Apache Tapestry |
| Text | A type of node that contains text. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| TextArea | TextArea component corresponds to a | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| TextField | TextField component corresponds to element. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| TextOutput | Outputs paragraph oriented text, typically collected via a TextArea component. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| TextStreamResponse | Class | org.apache.tapestry5.util | Apache Tapestry | |
| TextToken | Class | org.apache.tapestry5.internal.parser | Apache Tapestry | |
| ThreadCleanupListener | Listener interface for object that need to know about thread event cleanup. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ThreadLocale | Stores the locale for the current thread. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ThreadLocaleImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| ThunkCreator | A thunk is a delayed calculation. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| ThunkCreatorImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| TimeInterval | Used to represent a period of time, specifically as a configuration value. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| TokenType | enum TokenTypeextends Enum | Class | org.apache.tapestry5.internal.parser | Apache Tapestry |
| Tomcat6Runner | Launches an instance of Tomcat 6. | Class | org.apache.tapestry5.test | Apache Tapestry |
| TrackableComponentEventCallback | due to a some event returning an acceptable, non-null value. | Interface | org.apache.tapestry5 | Apache Tapestry |
| Traditional | Marker annotation for a service that should be used for traditional page oriented requests, as opposed to Ajax requests (that send ad-hoc or partial page markup responses. | Class | org.apache.tapestry5.services | Apache Tapestry |
| TransformationException | Exception thrown when there is a failure transforming a class, or instantiating a transformed class. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| TransformationOption | enum TransformationOptionextends Enum | Class | org.apache.tapestry5.plastic | Apache Tapestry |
| TransformationSupport | Additional utilities, beyond PlasticClass, needed when transforming. | Interface | org.apache.tapestry5.services.transform | Apache Tapestry |
| TransformConstants | Constants used by implementations of ComponentClassTransformWorker and ComponentClassTransformWorker2. | Class | org.apache.tapestry5.services | Apache Tapestry |
| TransformField | A field defined by (or created within) a ClassTransformation, allowing the details of the field to be | Interface | org.apache.tapestry5.services | Apache Tapestry |
| TransformMessages | Class | org.apache.tapestry5.internal.transform | Apache Tapestry | |
| TransformMethod | A method defined by (or created within) a ClassTransformation, allowing for access and manipulation of the method. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| TransformMethodSignature | A representation of a method signature, which consists of its name, modifiers (primarily, visibility), return type, | Class | org.apache.tapestry5.services | Apache Tapestry |
| TransformUtils | Support code for generating code (used when transforming component classes). | Class | org.apache.tapestry5.services | Apache Tapestry |
| Translate | Used to attach the name of a Translator used to convert the associated property between server-side and client-side representations. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| TranslateBindingFactory | Interprets the binding expression as the name of a Translator provided by the TranslatorSource. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| Translator | Translates between client-side and server-side values. | Interface | org.apache.tapestry5 | Apache Tapestry |
| TranslatorAlternatesSource | This service is used by TranslatorSource to specify Translator alternates: translators that are used when specified explicitly by name. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| TranslatorAlternatesSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| TranslatorSource | A source for Translators, either by name or by property type. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| TranslatorSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| Tree | A component used to render a recursive tree structure, with expandable/collapsable/selectable nodes. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| TreeExpansionModel | Tracks which nodes of a TreeModel are currently expanded. | Interface | org.apache.tapestry5.tree | Apache Tapestry |
| TreeModel | A model for tree-oriented data used by the Tree component. | Interface | org.apache.tapestry5.tree | Apache Tapestry |
| TreeModelAdapter | Used with DefaultTreeModel to define how to extract labels and child nodes from a value. | Interface | org.apache.tapestry5.tree | Apache Tapestry |
| TreeNode | A node within a TreeModel. | Interface | org.apache.tapestry5.tree | Apache Tapestry |
| TreeSelectionModel | Tracks which leaf nodes of a TreeModel are currently selected. | Interface | org.apache.tapestry5.tree | Apache Tapestry |
| Trigger | Triggers an arbitrary event during rendering. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| TriggerFragment | A mixin that can be applied to a Checkbox or Radio component that will link the input field and a | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |
| TryCatchBlock | Allows a portion of a method to be marked so that exception and finally handlers can be provided. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| TryCatchBlockImpl | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry | |
| TryCatchCallback | A callback used with InstructionBuilder. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| Tuple | A Tuple holds two values of two different types. | Class | org.apache.tapestry5.func | Apache Tapestry |
| TypeCategory | enum TypeCategoryextends Enum | Class | org.apache.tapestry5.internal.plastic | Apache Tapestry |
| TypeCoercedValueEncoderFactory | Provides ValueEncoder instances that are backed by the TypeCoercer service. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| TypeCoercer | Makes use of Coercions to convert between an input value (of some specific type) and a desired output type. | Interface | org.apache.tapestry5.ioc.services | Apache Tapestry |
| TypeCoercerImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| TypeCoercerProxy | A simplified version of TypeCoercer used to defer the instantiation of the actual TypeCoercer service until necessary. | Interface | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| TypeCoercerProxyImpl | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry | |
| UnclaimedFieldWorker | Designed to be just about the last worker in the pipeline. | Class | org.apache.tapestry5.internal.transform | Apache Tapestry |
| UnknownValueException | Special exception used when a value (typically from a map) is referenced that does not exist. | Class | org.apache.tapestry5.ioc.util | Apache Tapestry |
| Unless | A close relative of the If component that inverts the meaning of its test. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| UpdateListener | Interface for objects which can periodically check for updates. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| UpdateListenerHub | Manages a set of UpdateListeners. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| UpdateListenerHubImpl | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry | |
| Upload | A component to upload a file. | Class | org.apache.tapestry5.upload.components | Apache Tapestry |
| UploadedFile | Represents an uploaded file. | Interface | org.apache.tapestry5.upload.services | Apache Tapestry |
| UploadedFileItem | Implentation of UploadedFile for FileItems. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| UploadEvents | Names of events that may be triggered on components due to file uploads. | Class | org.apache.tapestry5.upload.services | Apache Tapestry |
| UploadExceptionFilter | Determines if there was an FileUploadException processing the request and, if so, triggers an exception event on the page. | Class | org.apache.tapestry5.upload.internal.services | Apache Tapestry |
| UploadModule | Class | org.apache.tapestry5.upload.services | Apache Tapestry | |
| UploadSymbols | Configuration symbols. | Class | org.apache.tapestry5.upload.services | Apache Tapestry |
| URLChangeTracker | Given a (growing) set of URLs, can periodically check to see if any of the underlying resources has changed. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| URLEncoder | Service used to encode or decode strings that are placed into URLs. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| URLEncoderImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| URLEventContext | context) that uses a ContextValueEncoder to convert from string values to the desired values. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| UsesConfiguration | A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| UsesMappedConfiguration | A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String), and type ofcontribution. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| UsesOrderedConfiguration | A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| UseWith | Annotation documenting the context(s) in which tapestry-provided annotations may be used. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| Validate | Used to attach validation constraints directly to a property (either the getter or the setter method). | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| ValidateAnnotationConstraintGenerator | Checks for the Validate annotation, and extracts its value to form the result. | Class | org.apache.tapestry5.internal.beaneditor | Apache Tapestry |
| ValidateBindingFactory | Factory for bindings that provide a FieldValidator based on a validator specification. | Class | org.apache.tapestry5.internal.bindings | Apache Tapestry |
| ValidatingConfigurationWrapper | Wraps a Collection as a Configuration and perform validation that collected value are of the correct type. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ValidatingMappedConfigurationWrapper | A wrapper around a Map that provides the MappedConfiguration interface, and provides two forms of validation for mapped configurations: | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ValidatingOrderedConfigurationWrapper | Wraps a List as a OrderedConfiguration, implementing validation of values provided to an OrderedConfiguration. | Class | org.apache.tapestry5.ioc.internal | Apache Tapestry |
| ValidationConstraintGenerator | Invoked to generate a list of validation constraint strings for a property. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ValidationConstraintGeneratorImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ValidationDecorator | An object responsible for performing decorations around fields and field labels. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ValidationDecoratorFactory | Creates an instance of ValidationDecorator for a MarkupWriter. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ValidationDecoratorFactoryImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ValidationDecoratorWrapper | may override any of the methods. | Class | org.apache.tapestry5.internal.util | Apache Tapestry |
| ValidationException | An exception associated with parsing client input, or validating the input against a constraint. | Class | org.apache.tapestry5 | Apache Tapestry |
| ValidationTracker | Tracks information related to user input validations. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ValidationTrackerImpl | Standard implementation of ValidationTracker. | Class | org.apache.tapestry5 | Apache Tapestry |
| ValidationTrackerWrapper | Wrapper around a ValidationTracker that delegates all methods to the wrapped instance. | Class | org.apache.tapestry5 | Apache Tapestry |
| Validator | Used by a Field to enforce a constraint related to a form submission. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ValidatorMacro | Allows support for validator macros, a simple-minded way of combining several related valiations together under a single name. | Interface | org.apache.tapestry5.validator | Apache Tapestry |
| ValidatorMacroImpl | Class | org.apache.tapestry5.internal.validator | Apache Tapestry | |
| ValidatorSpecification | Validator type and constraint values parsed from a validator specification. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| Value | Used in conjunction with Inject to inject a literal value, rather than a service. | Class | org.apache.tapestry5.ioc.annotations | Apache Tapestry |
| ValueEncoder | A ValueEncoder is used to convert server side objects to unique client-side strings (typically IDs) and back. | Interface | org.apache.tapestry5 | Apache Tapestry |
| ValueEncoderFactory | A source for ValueEncoder instances of a given type. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ValueEncoderSource | A source for value encoders based on a property type. | Interface | org.apache.tapestry5.services | Apache Tapestry |
| ValueEncoderSourceImpl | Class | org.apache.tapestry5.internal.services | Apache Tapestry | |
| ValueObjectProvider | Provides an object when the Value annotation is present. | Class | org.apache.tapestry5.ioc.internal.services | Apache Tapestry |
| VersionUtils | Utility methods related to managing framework version numbers. | Class | org.apache.tapestry5 | Apache Tapestry |
| Visitor | A callback interface used navigate the Elements of a document. | Interface | org.apache.tapestry5.dom | Apache Tapestry |
| WhenCallback | Used with InstructionBuilder. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| WhileCallback | Callback used with InstructionBuilder. | Interface | org.apache.tapestry5.plastic | Apache Tapestry |
| WhitelistAccessOnly | Identifies a page that should only be accessed from clients on the whitelist. | Class | org.apache.tapestry5.annotations | Apache Tapestry |
| WhitelistAnalyzer | Given a request, determine if the request is from a client on the whitelist. | Interface | org.apache.tapestry5.services.security | Apache Tapestry |
| Width | Defines the desired width of the field used to edit the property. | Class | org.apache.tapestry5.beaneditor | Apache Tapestry |
| Worker | An operational function used with a Flow. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| WrongConfigurationTypeGuard | Used when invoking a contribute method to guard against a request for the wrong type of configuration interface. | Class | org.apache.tapestry5.ioc.internal.util | Apache Tapestry |
| XDocStreamer | Class | org.apache.tapestry5.javadoc | Apache Tapestry | |
| XMLMarkupModel | Markup model used when generating any form of XML markup. | Class | org.apache.tapestry5.dom | Apache Tapestry |
| XMLTokenStream | Parses a document as a stream of XML tokens. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| XMLTokenType | enum XMLTokenTypeextends Enum | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
| YuiCompressorModule | Sets up Tapestry to compress JavaScript assets using YUICompressor. | Class | org.apache.tapestry5.yuicompressor.services | Apache Tapestry |
| ZeroNullFieldStrategy | Treats nulls to or from the client as if they were 0's. | Class | org.apache.tapestry5.internal | Apache Tapestry |
| ZippedFlow | The result of the Flow. | Interface | org.apache.tapestry5.func | Apache Tapestry |
| Zone | A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
| ZoneRefresh | This mixin periodically refreshs a @{link org. | Class | org.apache.tapestry5.corelib.mixins | Apache Tapestry |