| Name | Description | Type | Package | Framework |
| AjaxResponseRenderer | Manages the rendering of a partial page render as part of an Ajax response. | Interface | org.apache.tapestry5.services.ajax | Apache Tapestry |
|
| ApplicationGlobals | Stores global information about the application and its environment. | Interface | org.apache.tapestry5.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 |
|
| 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 |
|
| 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 |
|
| AssetFactory | Used by AssetSource to create new Assets as needed. | Interface | org.apache.tapestry5.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 |
|
| 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 |
|
| 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 |
|
| BaseURLSource | Used when switching between normal/insecure (HTTP) and secure (HTTPS) mode. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| BeanEditContext | Defines a context for editing a bean via BeanEditor. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| BeanModelSource | Used by a component to create a default BeanModel for a particular bean class. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| ClassTransformation | Contains class-specific information used when transforming a raw component class into an executable component class. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ClientBehaviorSupport | Collects details about zone usage for efficient initialization of the client side objects. | Interface | org.apache.tapestry5.services | 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 |
|
| ClientDataSink | Allows binary object data to be encoded into a string. | Interface | org.apache.tapestry5.services | 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 |
|
| ComponentClassResolver | Resolves page names and component types to fully qualified class names. | Interface | org.apache.tapestry5.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 |
|
| ComponentEventHandler | Interface used with TransformationSupport. | Interface | org.apache.tapestry5.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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ComponentRequestFilter | Filter interface for ComponentRequestHandler. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ComponentRequestHandler | | Interface | org.apache.tapestry5.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 |
|
| 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 |
|
| 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 |
|
| ComponentTemplateLocator | Chain-of-command interface used to locate page and component templates. | Interface | org.apache.tapestry5.services.templates | 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 |
|
| CompressionAnalyzer | Identifies which content types are compressable. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| CompressionStatus | enum CompressionStatusextends EnumIndicates how the content inside a StreamableResource is (potentially) compressed. | Class | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| ContentTypeAnalyzer | Used to determine the MIME content type for a resource. | Interface | org.apache.tapestry5.services.assets | Apache Tapestry |
|
| Context | | Interface | org.apache.tapestry5.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 |
|
| ContextValueEncoder | Used to convert values used in event contexts to client string representations and back. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ControlledPackageType | enum ControlledPackageTypeextends EnumDefines how a particular controlled package is processed. | 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 |
|
| 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 |
|
| DefaultObjectRenderer | Default object renderer as a catch all for class Object. | Class | org.apache.tapestry5.services | Apache Tapestry |
|
| DelegatingRequest | Class that wraps an Request, delegating all its methods. | Class | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| DynamicTemplateParser | Parses a dynamic template based on a resource or an input stream. | Interface | org.apache.tapestry5.services.dynamic | Apache Tapestry |
|
| EditBlockContribution | Contribution to BeanBlockSource identifying a block that is used to edit a property. | Class | org.apache.tapestry5.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 |
|
| 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 |
|
| ExceptionReporter | Interface implemented by a page used for reporting exceptions. | Interface | org.apache.tapestry5.services | 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 |
|
| FieldAccess | Used when accessing the private instance variables of a component instance. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| FieldTranslatorSource | For a particular field, generates the default FieldTranslator for the field. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| FieldValidatorDefaultSource | | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| FieldValidatorSource | | Interface | org.apache.tapestry5.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 |
|
| FormSupport | Services provided by an enclosing Form control component to the various form element components it encloses. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| InitializationPriority | enum InitializationPriorityextends EnumSets the priority for JavaScript initialization scripting. | 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 |
|
| 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 |
|
| InvalidationEventHub | An object which manages a list of InvalidationListeners. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| InvalidationListener | Interface for objects that may cache information that can be invalidated. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| JavaScriptCallback | A callback used with AjaxResponseRenderer. | Interface | org.apache.tapestry5.services.ajax | Apache Tapestry |
|
| JavaScriptStack | A high level description of a group of related JavaScript libraries and stylesheets. | Interface | org.apache.tapestry5.services.javascript | Apache Tapestry |
|
| JavaScriptStackSource | Manages the available JavaScriptStacks, each of which has a unique name. | Interface | org.apache.tapestry5.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 |
|
| JSONCallback | A callback used with AjaxResponseRenderer. | Interface | org.apache.tapestry5.services.ajax | 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 |
|
| 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 |
|
| LinkTransformer | A facade around ComponentEventLinkTransformer and PageRenderLinkTransformer. | Interface | org.apache.tapestry5.services.linktransform | Apache Tapestry |
|
| LocalizationSetter | Sets the thread's locale given a desired locale. | Interface | org.apache.tapestry5.services | 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 |
|
| MarkupWriterFactory | Source for MarkupWriter instances. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| MethodAccess | Represents a bridge to an object method, when that method may not be public. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| MethodInvocationResult | Captures the result of invoking a method. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| NullFieldStrategySource | A source for NullFieldStrategy instances based on a logical name. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ObjectRenderer | A strategy interface used for converting an object into markup that describes that object. | Interface | org.apache.tapestry5.services | 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 |
|
| PageLoadModule | | Class | org.apache.tapestry5.services.pageload | 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 |
|
| PageRenderLinkTransformer | Allows the default Link for a page render request to be replaced. | Interface | org.apache.tapestry5.services.linktransform | 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 |
|
| PageRenderRequestParameters | Used with PageRenderRequestHandler and PageRenderRequestFilter to define the logical page name and | Class | org.apache.tapestry5.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 |
|
| PersistentFieldBundle | Encapsulates persisted property information for an entire page. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| PersistentFieldChange | | Interface | org.apache.tapestry5.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 |
|
| PropertiesFileParser | Used when constructing a component's Messages object. | Interface | org.apache.tapestry5.services.messages | 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 |
|
| PropertyEditContext | Defines a context for editing a property of a bean via BeanEditor. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| PropertyOutputContext | Provides context information needed when displaying a value. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| RelativeElementPosition | enum RelativeElementPositionextends EnumUsed by HiddenFieldLocationRules to identify where a hidden field may be placed | Class | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| RequestHandler | Service interface for the RequestHandler pipeline service. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| 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 |
|
| ResponseRenderer | Public facade around internal services related to rendering a markup response. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| SelectModelFactory | Used to create an SelectModel. | Interface | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| SessionPersistedObjectAnalyzer | Analyzes a session-persisted object, specifically to see if it is dirty or not. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| StackExtension | A contribution to an extensible JavaScriptStack. | Class | org.apache.tapestry5.services.javascript | Apache Tapestry |
|
| StackExtensionType | enum StackExtensionTypeextends EnumDefines the types of extensions to a JavaScript stack that can be contributed to an extensible JavaScript stack. | 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 |
|
| 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 |
|
| StreamableResourceProcessing | enum StreamableResourceProcessingextends EnumDefines additional features desired when accessing the content of a Resource as | 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 |
|
| 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 |
|
| 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 |
|
| TapestryModule | The root module for Tapestry. | Class | org.apache.tapestry5.services | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| TranslatorSource | A source for Translators, either by name or by property type. | Interface | org.apache.tapestry5.services | 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 |
|
| URLEncoder | Service used to encode or decode strings that are placed into URLs. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ValidationConstraintGenerator | Invoked to generate a list of validation constraint strings for a property. | Interface | org.apache.tapestry5.services | Apache Tapestry |
|
| ValidationDecoratorFactory | Creates an instance of ValidationDecorator for a MarkupWriter. | Interface | org.apache.tapestry5.services | 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 |
|
| WhitelistAnalyzer | Given a request, determine if the request is from a client on the whitelist. | Interface | org.apache.tapestry5.services.security | Apache Tapestry |