A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DashboardManager - Interface in org.apache.tapestry5.services.dashboard
-
Organizes the tabs on the
T5Dashboard
page. - DashboardManagerImpl - Class in org.apache.tapestry5.internal.services.dashboard
- DashboardManagerImpl(ComponentSource, List<DashboardTab>) - Constructor for class org.apache.tapestry5.internal.services.dashboard.DashboardManagerImpl
- DashboardModule - Class in org.apache.tapestry5.modules
- DashboardModule() - Constructor for class org.apache.tapestry5.modules.DashboardModule
- DashboardTab - Class in org.apache.tapestry5.services.dashboard
-
Identifies a tab that will be present on the Tapestry Dashboard page.
- DashboardTab(String, String) - Constructor for class org.apache.tapestry5.services.dashboard.DashboardTab
- DATA_ATTRIBUTE - Static variable in class org.apache.tapestry5.corelib.components.Form
-
Name of the data attribute added to HTML forms generated by this component.
- DATA_ATTRIBUTE_VALUE - Static variable in class org.apache.tapestry5.corelib.components.Form
-
Name of the data attribute added to HTML forms generated by this component.
- DataConstants - Class in org.apache.tapestry5.services.javascript
-
Constants related to client-side behaviors; generally, these are attributes added to elements on the server side to trigger behaviors on the client-side.
- DataConstants() - Constructor for class org.apache.tapestry5.services.javascript.DataConstants
- dataType(String) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.PropertyModelImpl
- dataType(String) - Method in interface org.apache.tapestry5.beanmodel.PropertyModel
-
Changes the data type for the property.
- DataType - Annotation Type in org.apache.tapestry5.beaneditor
-
Used to explicitly set the data type used to select an editor (or display) block.
- DataTypeAnalyzer - Interface in org.apache.tapestry5.commons.services
-
Used by
BeanModelSource
to identify the type of data associated with a particular property (represented as aPropertyAdapter
). - DataTypeConstants - Class in org.apache.tapestry5.beaneditor
-
Defines the names of data types used to select an editor (or display) block for a property.
- DataTypeConstants() - Constructor for class org.apache.tapestry5.beaneditor.DataTypeConstants
- DATE - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
-
Used to render a JavaScript calendar for a
Date
property. - DateField - Class in org.apache.tapestry5.corelib.components
-
A component used to collect a provided date from the user using a client-side JavaScript calendar.
- DateField() - Constructor for class org.apache.tapestry5.corelib.components.DateField
- DATEPICKER - Static variable in class org.apache.tapestry5.SymbolConstants
-
The Asset path to the embedded datepicker.
- DateUtilities - Interface in org.apache.tapestry5.services
-
Formatting utilities for dates; this is primarily used when communicating server-side dates to the clients in ISO-8601 format.
- DateUtilitiesImpl - Class in org.apache.tapestry5.internal.services
- DateUtilitiesImpl() - Constructor for class org.apache.tapestry5.internal.services.DateUtilitiesImpl
- DAY_OF_MONTH - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- DAY_OF_WEEK - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- dayMap - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- daysOfMonth - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- daysOfWeek - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
- DB_PASSWORD - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
-
Password to use to connect Mongo DB.
- DB_USERNAME - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
-
Username to use to connect Mongo DB.
- DECIMAL - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- DECIMAL - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- decloak() - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
- decloak() - Method in interface org.apache.tapestry5.services.Environment
-
Deprecated.Deprecated in 5.4 with no replacement; not longer used by Tapestry.
- decode(String) - Method in class org.apache.tapestry5.internal.services.URLEncoderImpl
- decode(String) - Method in interface org.apache.tapestry5.services.URLEncoder
-
Given a previously encoded string, returns the original input.
- decode(HttpServletRequest) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
- decode(HttpServletRequest) - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
-
Decodes the request, returning a new
HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits uploaded files). - decodeClientData(String) - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
- decodeClientData(String) - Method in interface org.apache.tapestry5.services.ClientDataEncoder
-
Decodes data previously obtained from
ClientDataSink.getClientData()
. - decodeComponentEventRequest(Request) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
- decodeComponentEventRequest(Request) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerImpl
- decodeComponentEventRequest(Request) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor
- decodeComponentEventRequest(Request) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
-
Checks the request, primarily the path, to determine the if the request is a component event request.
- decodeComponentEventRequest(Request) - Method in interface org.apache.tapestry5.services.linktransform.ComponentEventLinkTransformer
-
Attempts to decode the page render request, to perform the opposite action for
ComponentEventLinkTransformer.transformComponentEventLink(Link, ComponentEventRequestParameters)
. - decodeEncodedClientData(String) - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
- decodeEncodedClientData(String) - Method in interface org.apache.tapestry5.services.ClientDataEncoder
-
Decodes client data obtained via
ClientDataSink.getEncodedClientData()
. - decodePageRenderRequest(Request) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
- decodePageRenderRequest(Request) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerImpl
- decodePageRenderRequest(Request) - Method in class org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor
- decodePageRenderRequest(Request) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
-
Checks the request, primarily the path, to determine the if the request is a page render request.
- decodePageRenderRequest(Request) - Method in interface org.apache.tapestry5.services.linktransform.PageRenderLinkTransformer
-
Attempts to decode the page render request, to perform the opposite action for
PageRenderLinkTransformer.transformPageRenderLink(Link, PageRenderRequestParameters)
. - decodePath(String) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
- decodePath(String) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
-
Inverse of
ContextPathEncoder.encodeIntoPath(Object[])
; the path is split into strings, and the string are decoded and constructed into anEventContext
. - Decorate - Annotation Type in org.apache.tapestry5.ioc.annotations
-
An annotation that may be placed on a decorator method of a module.
- DECORATE_COMPONENT_EVENT_LINK - Static variable in class org.apache.tapestry5.EventConstants
-
Event triggered during component event link generation.
- DECORATE_PAGE_RENDER_LINK - Static variable in class org.apache.tapestry5.EventConstants
-
Event triggered during page render link generation.
- decorateFieldValidatorDefaultSource(FieldValidatorDefaultSource, Environment) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
Decorate FieldValidatorDefaultSource to setup the EnvironmentMessages object and place it in the environment.
- decorateInsideField() - Method in class org.apache.tapestry5.corelib.base.AbstractField
-
Invoked from subclasses after they have written their tag and (where appropriate) their informal parameters and have allowed their
Validator
to write markup as well. - decorateLinkTransformer(LinkTransformer, ComponentEventLinkEncoder) - Method in class org.apache.tapestry5.modules.TapestryModule
-
Provides the "LinkTransformer" interceptor for the
ComponentEventLinkEncoder
service. - decorator - Variable in class org.apache.tapestry5.corelib.base.AbstractField
- DecoratorDef - Interface in org.apache.tapestry5.ioc.def
-
Definition of a service decorator, which (by default) is derived from a service decorator method.
- DecoratorDef2 - Interface in org.apache.tapestry5.ioc.def
-
Extended version of
DecoratorDef
introduced to determine any module method annotated withDecorate
as a decorator method. - DecoratorDefImpl - Class in org.apache.tapestry5.ioc.internal
- DecoratorDefImpl(Method, String[], String[], PlasticProxyFactory, String, Class, Set<Class>) - Constructor for class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
- DEFAULT - Static variable in class org.apache.tapestry5.ioc.ScopeConstants
-
The default scope is a singleton within the
Registry
. - DEFAULT_CONFIGURATION - Static variable in class org.apache.tapestry5.hibernate.HibernateConstants
-
Deprecated.Use
HibernateSymbols.DEFAULT_CONFIGURATION
instead - DEFAULT_CONFIGURATION - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
-
If true, then the last
HibernateConfigurer
will invokeConfiguration.configure()
, to read the application'shibernate.cfg.xml
. - DEFAULT_CONTEXT_PATH - Static variable in class org.apache.tapestry5.test.PageTester
- DEFAULT_CONVERTER - Static variable in class org.apache.tapestry5.ioc.internal.util.URLChangeTracker
- DEFAULT_DB_NAME - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
-
The MongoDB default database name to connect to.
- DEFAULT_OPTIONS - Static variable in interface org.apache.tapestry5.internal.services.ResourceStreamer
- DEFAULT_STYLESHEET - Static variable in class org.apache.tapestry5.SymbolConstants
-
The default stylesheet automatically inserted into every rendered HTML page when no Bootstrap version is enabled (i.e both
Trait.BOOTSTRAP_3
andTrait.BOOTSTRAP_4
traits are disabled, something done by NoBootstrapModule). - DEFAULT_VERSION_OPCODE - Static variable in class org.apache.tapestry5.plastic.PlasticConstants
-
The minimum Java version we support
- defaultBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
-
Checks to see if the container of the component (identified by its resources) contains a property matching the component's id.
- DefaultComponentRequestSelectorAnalyzer - Class in org.apache.tapestry5.internal.pageload
- DefaultComponentRequestSelectorAnalyzer(ThreadLocale) - Constructor for class org.apache.tapestry5.internal.pageload.DefaultComponentRequestSelectorAnalyzer
- DefaultComponentResourceLocator - Class in org.apache.tapestry5.internal.pageload
- DefaultComponentResourceLocator(ComponentTemplateLocator) - Constructor for class org.apache.tapestry5.internal.pageload.DefaultComponentResourceLocator
- DefaultCorsHandler - Class in org.apache.tapestry5.http.internal.services
-
Default
CorsHandler
implementation. - DefaultCorsHandler(CorsHandlerHelper) - Constructor for class org.apache.tapestry5.http.internal.services.DefaultCorsHandler
- DefaultDataTypeAnalyzer - Class in org.apache.tapestry5.commons.internal.services
-
The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming conventions).
- DefaultDataTypeAnalyzer(Map<Class, String>) - Constructor for class org.apache.tapestry5.commons.internal.services.DefaultDataTypeAnalyzer
- defaultExternalSpringContextOff(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.spring.modules.SpringModule
- DefaultHibernateConfigurer - Class in org.apache.tapestry5.hibernate.internal
-
Simply calls configure() to do the default Hibernate configuration.
- DefaultHibernateConfigurer(boolean) - Constructor for class org.apache.tapestry5.hibernate.internal.DefaultHibernateConfigurer
- DefaultImplementationBuilder - Interface in org.apache.tapestry5.ioc.services
-
Creates default implementations of a class.
- DefaultImplementationBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
- DefaultImplementationBuilderImpl(PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.DefaultImplementationBuilderImpl
- DefaultInjectionProvider - Class in org.apache.tapestry5.internal.services
-
Worker for the
Inject
annotation that delegates out to the masterMasterObjectProvider
to access the value. - DefaultInjectionProvider(MasterObjectProvider, ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.services.DefaultInjectionProvider
- defaultLabel(String, Messages, String) - Static method in class org.apache.tapestry5.commons.internal.util.InternalCommonsUtils
-
Looks for a label within the messages based on the id.
- defaultLabel(String, Messages, String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
-
Looks for a label within the messages based on the id.
- defaultLabel(String, Messages, String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
-
Looks for a label within the messages based on the id.
- defaultLabel(ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultLabel(ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
-
Computes the default label for the component (which will generally be a
Field
). - DefaultMapper - Class in org.apache.tapestry5.internal.clojure
-
Default implementation that transforms a camelCased method-name to a clojure-style function name.
- DefaultMapper() - Constructor for class org.apache.tapestry5.internal.clojure.DefaultMapper
- defaultMappers(OrderedConfiguration<MethodToFunctionSymbolMapper>) - Static method in class org.apache.tapestry5.clojure.modules.ClojureModule
- DefaultMarkupModel - Class in org.apache.tapestry5.dom
-
Default implementation of
MarkupModel
that is appropriate for traditional (X)HTML markup. - DefaultMarkupModel() - Constructor for class org.apache.tapestry5.dom.DefaultMarkupModel
- DefaultMarkupModel(boolean) - Constructor for class org.apache.tapestry5.dom.DefaultMarkupModel
- defaultModel() - Method in class org.apache.tapestry5.corelib.components.Grid
-
Returns a
Binding
instance that attempts to identify the model from the source parameter (viaGridDataSource.getRowType()
. - DefaultModuleDefImpl - Class in org.apache.tapestry5.ioc.internal
-
Starting from the Class for a module, identifies all the services (service builder methods), decorators (service decorator methods) and (not yet implemented) contributions (service contributor methods).
- DefaultModuleDefImpl(Class<?>, Logger, PlasticProxyFactory) - Constructor for class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
- DefaultNullFieldStrategy - Class in org.apache.tapestry5.internal
-
Default strategy, which is to do nothing: null values stay null.
- DefaultNullFieldStrategy() - Constructor for class org.apache.tapestry5.internal.DefaultNullFieldStrategy
- DefaultObjectRenderer - Class in org.apache.tapestry5.services
-
Default object renderer as a catch all for class
Object
. - DefaultObjectRenderer() - Constructor for class org.apache.tapestry5.services.DefaultObjectRenderer
- DefaultOpenApiDescriptionGenerator - Class in org.apache.tapestry5.internal.services.rest
-
OpenApiDescriptionGenerator that generates lots, if not most, of the application's OpenAPI 3.0 documentation.
- DefaultOpenApiDescriptionGenerator(OpenApiTypeDescriber, MappedEntityManager, BaseURLSource, SymbolSource, ComponentMessagesSource, ThreadLocale, PageSource, ComponentClassResolver, PageRenderLinkSource, Request) - Constructor for class org.apache.tapestry5.internal.services.rest.DefaultOpenApiDescriptionGenerator
- DefaultOpenApiTypeDescriber - Class in org.apache.tapestry5.internal.services.rest
-
OpenApiTypeDescriber
implementation that handles some basic types, mostly primitives and String. - DefaultOpenApiTypeDescriber(MappedEntityManager) - Constructor for class org.apache.tapestry5.internal.services.rest.DefaultOpenApiTypeDescriber
- defaultPrefix - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
- defaultPrefix() - Method in annotation type org.apache.tapestry5.annotations.Parameter
-
The default binding prefix for the parameter, if no specific binding prefix is provided with the binding.
- defaultProvider - Variable in class org.apache.tapestry5.corelib.base.AbstractField
- DefaultRequestExceptionHandler - Class in org.apache.tapestry5.internal.services
-
Default implementation of
RequestExceptionHandler
that displays the standard ExceptionReport page. - DefaultRequestExceptionHandler(RequestPageCache, PageResponseRenderer, Logger, String, Request, Response, ComponentClassResolver, LinkSource, ServiceResources, ExceptionReporter, boolean, Map<Class, Object>) - Constructor for class org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
- DefaultSessionPersistedObjectAnalyzer - Class in org.apache.tapestry5.http.internal.services
-
Default catch-all implementation of
SessionPersistedObjectAnalyzer
. - DefaultSessionPersistedObjectAnalyzer() - Constructor for class org.apache.tapestry5.http.internal.services.DefaultSessionPersistedObjectAnalyzer
- DefaultSourceUrlResolver() - Constructor for class org.apache.tapestry5.services.ComponentLibraryInfo.DefaultSourceUrlResolver
- defaultTabs(OrderedConfiguration<DashboardTab>, boolean, boolean) - Static method in class org.apache.tapestry5.modules.DashboardModule
- DefaultTemplateLocator - Class in org.apache.tapestry5.internal.services.templates
- DefaultTemplateLocator() - Constructor for class org.apache.tapestry5.internal.services.templates.DefaultTemplateLocator
- defaultTranslator(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultTranslator(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
- defaultTranslatorBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultTranslatorBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
-
Provides a binding that itself provides the field translator.
- DefaultTreeExpansionModel<T> - Class in org.apache.tapestry5.tree
-
Manages a Set of String
TreeNode
ids. - DefaultTreeExpansionModel() - Constructor for class org.apache.tapestry5.tree.DefaultTreeExpansionModel
- DefaultTreeModel<T> - Class in org.apache.tapestry5.tree
-
A default implementation of TreeModel that starts with a
ValueEncoder
(for the element to string conversion), aTreeModelAdapter
, and a list of root nodes. - DefaultTreeModel(ValueEncoder<T>, TreeModelAdapter<T>, List<T>) - Constructor for class org.apache.tapestry5.tree.DefaultTreeModel
-
Standard constructor.
- DefaultTreeModel(ValueEncoder<T>, TreeModelAdapter<T>, T) - Constructor for class org.apache.tapestry5.tree.DefaultTreeModel
-
Creates a new model starting from a single root element.
- DefaultTreeSelectionModel<T> - Class in org.apache.tapestry5.tree
-
Default implementation of
TreeSelectionModel
. - DefaultTreeSelectionModel() - Constructor for class org.apache.tapestry5.tree.DefaultTreeSelectionModel
- defaultValidator(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultValidator(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
- defaultValidatorBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultValidatorBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
-
Provides a binding that itself provides the field translator.
- defaultValue - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
- defaultValueEncoder(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
- defaultValueEncoder(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
-
Gets or creates a value encoder based on the type of the named parameter.
- defaultValueForType(String) - Method in interface org.apache.tapestry5.internal.services.ComponentClassCache
-
Computes the default value for a field of the given type, returns the appropriate default value.
- defaultValueForType(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
- DefaultValueLabelProvider - Class in org.apache.tapestry5.internal
-
Uses the
TypeCoercer
to convert an arbitrary value to a string. - DefaultValueLabelProvider(TypeCoercer) - Constructor for class org.apache.tapestry5.internal.DefaultValueLabelProvider
- defaultValueLabelProviders(MappedConfiguration<Class, ValueLabelProvider>) - Method in class org.apache.tapestry5.modules.TapestryModule
- defaultWhitelist(OrderedConfiguration<WhitelistAnalyzer>) - Static method in class org.apache.tapestry5.modules.TapestryModule
-
Contributes a single default analyzer: LocalhostOnly Identifies requests from localhost as on client whitelist
- defer(Runnable) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
- defer(Runnable) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
- defer(Runnable) - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
- defer(Runnable) - Method in interface org.apache.tapestry5.services.FormSupport
-
Defers a command until the end of the form submission.
- defer(Runnable) - Method in interface org.apache.tapestry5.services.Heartbeat
-
Adds a new command to the current Heartbeat.
- DeferredResponseRenderer - Class in org.apache.tapestry5.internal.services
-
After processing the component event request (including Ajax requests), or the page render request, checks for the
TapestryConstants.RESPONSE_RENDERER
request attribute, and invokes it to render the deferred response. - DeferredResponseRenderer(Request, OperationTracker) - Constructor for class org.apache.tapestry5.internal.services.DeferredResponseRenderer
- define(ServiceDef, Status) - Method in interface org.apache.tapestry5.ioc.internal.ServiceActivityTracker
-
Defines a service in the tracker with an initial status.
- define(ServiceDef, Status) - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
- DEFINE_NAMESPACE_PREFIX - org.apache.tapestry5.internal.parser.TokenType
- defineClassWithBytecode(String, byte[]) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassLoader
- DEFINED - org.apache.tapestry5.ioc.services.Status
-
The service is defined in a module, but has not yet been referenced.
- definedPages - Variable in class org.apache.tapestry5.internal.PageCatalogTotals
-
Number of total page names.
- defineNamespace(String, String) - Method in class org.apache.tapestry5.dom.Element
-
Defines a namespace for this element, mapping a URI to a prefix.
- defineNamespace(String, String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
- defineNamespace(String, String) - Method in interface org.apache.tapestry5.MarkupWriter
-
Defines a namespace for the currently active element.
- DefineNamespacePrefixToken - Class in org.apache.tapestry5.internal.parser
-
A token from a template that defines a namespace prefix.
- DefineNamespacePrefixToken(String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
- delegate - Variable in class org.apache.tapestry5.internal.services.assets.DelegatingSRS
- delegate(PlasticManagerDelegate) - Method in class org.apache.tapestry5.plastic.PlasticManager.PlasticManagerBuilder
-
Sets the
PlasticManagerDelegate
, which is ultimately responsible for transforming classes loaded from controlled packages. - Delegate - Class in org.apache.tapestry5.corelib.components
-
A component that does not do any rendering of its own, but will delegate to some other object that can do rendering.
- Delegate() - Constructor for class org.apache.tapestry5.corelib.components.Delegate
- delegateTo(PlasticField) - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Changes the implementation of the method to delegate to the provided field.
- delegateTo(PlasticMethod) - Method in interface org.apache.tapestry5.plastic.PlasticMethod
-
Much like
PlasticMethod.delegateTo(PlasticField)
, but the object to delegate to is dynamically computed by another method of the class. - DelegatingAnnotationAccess - Class in org.apache.tapestry5.internal.plastic
-
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), it searches in the inherited access. - DelegatingAnnotationAccess(AnnotationAccess, AnnotationAccess) - Constructor for class org.apache.tapestry5.internal.plastic.DelegatingAnnotationAccess
- DelegatingInjectionResources - Class in org.apache.tapestry5.ioc.internal.util
-
Chain of command for InjectionDefaultProvider.
- DelegatingInjectionResources(InjectionResources, InjectionResources) - Constructor for class org.apache.tapestry5.ioc.internal.util.DelegatingInjectionResources
- DelegatingRequest - Class in org.apache.tapestry5.services
-
Class that wraps an Request, delegating all its methods.
- DelegatingRequest() - Constructor for class org.apache.tapestry5.services.DelegatingRequest
-
No-arg constructor.
- DelegatingRequest(Request) - Constructor for class org.apache.tapestry5.services.DelegatingRequest
-
Constructor that receives a Request.
- DelegatingSRS - Class in org.apache.tapestry5.internal.services.assets
-
Base class for
StreamableResourceSource
implementations. - DelegatingSRS(StreamableResourceSource) - Constructor for class org.apache.tapestry5.internal.services.assets.DelegatingSRS
- DelegatingSymbolProvider - Class in org.apache.tapestry5.http.internal.util
-
Combines multiple symbol providers.
- DelegatingSymbolProvider(SymbolProvider...) - Constructor for class org.apache.tapestry5.http.internal.util.DelegatingSymbolProvider
- delete() - Method in class org.apache.tapestry5.CookieBuilder
-
Deletes the cookie.
- deleteAllVisibleCookies() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- deleteCookie(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- dependsOn(String...) - Method in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
-
A list of other module names the shim depends on.
- deprecated - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
- DeprecationWarning - Interface in org.apache.tapestry5.services.compatibility
-
Used to report deprecation warnings for components.
- DeprecationWarningImpl - Class in org.apache.tapestry5.internal.services.compatibility
- DeprecationWarningImpl(Logger, AlertManager) - Constructor for class org.apache.tapestry5.internal.services.compatibility.DeprecationWarningImpl
- DEREF - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- DEREF - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- DESCENDING - org.apache.tapestry5.grid.ColumnSort
-
A sort column, and sorted in descending order.
- describe(JSONObject, Parameter) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiTypeDescriber
- describe(JSONObject, Parameter) - Method in class org.apache.tapestry5.rest.jackson.internal.JacksonOpenApiTypeDescriber
- describe(JSONObject, Parameter) - Method in interface org.apache.tapestry5.services.rest.OpenApiTypeDescriber
-
Describes a REST event handler method parameter.
- describeReturnType(JSONObject, Method) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiTypeDescriber
- describeReturnType(JSONObject, Method) - Method in class org.apache.tapestry5.rest.jackson.internal.JacksonOpenApiTypeDescriber
- describeReturnType(JSONObject, Method) - Method in interface org.apache.tapestry5.services.rest.OpenApiTypeDescriber
-
Describes a REST event handler method return type.
- describeSchema(Class<?>, JSONObject) - Method in class org.apache.tapestry5.internal.services.rest.DefaultOpenApiTypeDescriber
- describeSchema(Class<?>, JSONObject) - Method in class org.apache.tapestry5.rest.jackson.internal.JacksonOpenApiTypeDescriber
- describeSchema(Class<?>, JSONObject) - Method in interface org.apache.tapestry5.services.rest.OpenApiTypeDescriber
-
Describes the schema of a mapped entity class
- description - Variable in class org.apache.tapestry5.internal.bindings.InvariantBinding
- description - Variable in enum org.apache.tapestry5.internal.plastic.FieldState
- description - Variable in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
- Description - Annotation Type in org.apache.tapestry5.ioc.annotations
-
Annotation used by Tapestry to describe the annotated class or package in runtime, specially in the T5Dashboard page.
- descriptor - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
- deselectPopUp() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- destroy() - Method in class org.apache.tapestry5.http.TapestryFilter
-
Shuts down and discards the registry.
- destroy(Registry) - Method in class org.apache.tapestry5.http.TapestryFilter
-
Invoked from
TapestryFilter.destroy()
to allow subclasses to add additional shutdown logic to the filter. - detached() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Invoked to inform the page that it is being detached from the current request.
- detached() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- details() - Method in annotation type org.apache.tapestry5.ioc.annotations.IncompatibleChange
-
Short string describing what changed.
- determineContextClass(ServletContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
- DEVELOPMENT - org.apache.tapestry5.services.pageload.PreloaderMode
- DevTool - Class in org.apache.tapestry5.corelib.components
-
Renders a dropdown menu of useful options when developing.
- DevTool() - Constructor for class org.apache.tapestry5.corelib.components.DevTool
- didReadChange(Session, String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
-
Called after each key is read by
AbstractSessionPersistentFieldStrategy.gatherFieldChanges(String)
. - didReadChange(Session, String) - Method in class org.apache.tapestry5.internal.services.FlashPersistentFieldStrategy
- didThrowCheckedException() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
- didThrowCheckedException() - Method in class org.apache.tapestry5.internal.plastic.FailureMethodInvocationResult
- didThrowCheckedException() - Method in class org.apache.tapestry5.internal.plastic.SuccessMethodInvocationResult
- didThrowCheckedException() - Method in interface org.apache.tapestry5.plastic.MethodInvocationResult
-
Returns true if the method invocation threw a checked exception.
- DifferentClassVersionsException - Exception in org.apache.tapestry5.commons.util
-
Exception used when trying to assemble a page but different versions of the same class are found.
- DifferentClassVersionsException(String, String, ClassLoader, ClassLoader) - Constructor for exception org.apache.tapestry5.commons.util.DifferentClassVersionsException
- DIGIT - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- DIGIT - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- DISABLE_DEFAULT_MODULES_PARAM - Static variable in class org.apache.tapestry5.http.internal.TapestryHttpInternalConstants
-
Turns off loading of default modules (as driven by JAR file Manifest entries).
- DISABLE_DEFAULT_MODULES_PARAM - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Deprecated.
- DISABLE_JAVASCRIPT_MINIMIZATION - Static variable in class org.apache.tapestry5.TapestryConstants
-
Name of a
Request
attribute, used to disable JavaScript minimization during asset requests. - disableCompression() - Method in class org.apache.tapestry5.http.internal.services.ResponseImpl
- disableCompression() - Method in interface org.apache.tapestry5.http.services.Response
-
Invoked to indicate that the response content is either already compressed, or is not compressable.
- disableCompression() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
- disableCompression() - Method in class org.apache.tapestry5.util.ResponseWrapper
- disableCompressionForImageTypes(MappedConfiguration<String, Boolean>) - Method in class org.apache.tapestry5.modules.AssetsModule
-
Disables compression for the following content types: image/jpeg image/gif image/png image/svg+xml application/x-shockwave-flash application/font-woff application/x-font-ttf application/vnd.ms-fontobject
- disabled - Variable in class org.apache.tapestry5.corelib.base.AbstractField
-
If true, then the field will render out with a disabled attribute (to turn off client-side behavior).
- disableInvalidations() - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Tells this service to ignore invalidations in this thread.
- disableInvalidations() - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- DisableStrictChecks - Annotation Type in org.apache.tapestry5.annotations
-
Disables strict checks Tapestry-IoC or Tapestry may perform on methods.
- discard() - Method in class org.apache.tapestry5.corelib.internal.HiddenFieldPositioner
-
Discard this positioner (an alternative to invoking
HiddenFieldPositioner.getElement()
). - DiscardAfter - Annotation Type in org.apache.tapestry5.annotations
-
Marks a method of a page or a component to discard all persistent field changes.
- DiscardAfterWorker - Class in org.apache.tapestry5.internal.transform
- DiscardAfterWorker() - Constructor for class org.apache.tapestry5.internal.transform.DiscardAfterWorker
- DiscardBody - Class in org.apache.tapestry5.corelib.mixins
-
Discards a component's body.
- DiscardBody() - Constructor for class org.apache.tapestry5.corelib.mixins.DiscardBody
- discardChanges(String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
- discardChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
- discardChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
- discardChanges(String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
-
Discards all changes for the indicated page.
- discardChanges(String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
- discardChanges(String) - Method in interface org.apache.tapestry5.services.PersistentFieldStrategy
-
Discards any saved changes for the name page.
- discardChanges(String, String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
-
Discards changes on the indicated page for a specific strategy only.
- discardChanges(String, String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
- discardMockControl() - Method in class org.apache.tapestry5.test.ioc.TestBase
-
Deprecated.Discards any mock objects created during the test.
- discardPersistentFieldChanges() - Method in interface org.apache.tapestry5.ComponentResources
-
Discards all persistent field changes for the page containing the component.
- discardPersistentFieldChanges() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- discardPersistentFieldChanges() - Method in interface org.apache.tapestry5.internal.structure.Page
-
Discards all persistent field changes for the page containing the component.
- discardPersistentFieldChanges() - Method in class org.apache.tapestry5.internal.structure.PageImpl
- dismiss(long) - Method in class org.apache.tapestry5.alerts.AlertStorage
-
Dismisses a single Alert, if present.
- dismissAll() - Method in class org.apache.tapestry5.alerts.AlertStorage
-
Dismisses all Alerts.
- dismissNonPersistent() - Method in class org.apache.tapestry5.alerts.AlertStorage
-
Dismisses non-persistent Alerts; this is useful after rendering the
Alerts
component. - dispatch(Request, Response) - Method in interface org.apache.tapestry5.http.services.Dispatcher
-
Analyzes the incoming request and performs an appropriate operation for each.
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.AssetDispatcher
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.ComponentEventDispatcher
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.javascript.ModuleDispatcher
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.OpenApiDescriptionDispatcher
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.PageRenderDispatcher
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.RootPathDispatcher
- DISPATCH_COMPONENT_EVENT_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
- dispatchComponentEvent(ComponentEvent) - Method in interface org.apache.tapestry5.runtime.Component
-
Invoked to handle a component event.
- Dispatcher - Interface in org.apache.tapestry5.http.services
-
A dispatcher is responsible for recognizing an incoming request.
- dispatchEvent(ComponentEvent) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
Asks each mixin and component to
Component.dispatchComponentEvent(ComponentEvent)
, returning true if any handler was found. - dispatchEvent(ComponentEvent) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
- DisplayBlockContribution - Class in org.apache.tapestry5.services
-
Contribution to
BeanBlockSource
identifying a block that is used to display a property. - DisplayBlockContribution(String, String, String) - Constructor for class org.apache.tapestry5.services.DisplayBlockContribution
- dispose(T) - Method in class org.apache.tapestry5.internal.jpa.NoopInjectionTarget
- dissasembleBytecode(ClassNode) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
- DO_NOTHING - org.apache.tapestry5.services.javascript.JavaScriptAggregationStrategy
-
The assets are not combined or minimized at all.
- doBlock(TryCatchBlock) - Method in interface org.apache.tapestry5.plastic.TryCatchCallback
-
Invoked by the block to allow exception and finally handlers to be added.
- doBuild(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.InstructionBuilderCallback
-
Invoked by the builder to allow the callback to build some code.
- doBuild(LocalVariable, InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.LocalVariableCallback
-
Callback to generate code with a local variable
- DocCommentTreeProvider - Interface in org.apache.tapestry5.javadoc
- doClassLoad(String) - Method in class org.apache.tapestry5.ioc.internal.AbstractReloadableObjectCreator
- doCommand(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
- Doctype - Class in org.apache.tapestry5.corelib.components
-
Overrides the DOCTYPE of the rendered document (via
Document.dtd(String, String, String)
which can be useful when different component templates that render to the same document disagree about what the correct DOCTYPE is. - Doctype() - Constructor for class org.apache.tapestry5.corelib.components.Doctype
- Document - Class in org.apache.tapestry5.dom
-
The root node of a DOM.
- Document() - Constructor for class org.apache.tapestry5.dom.Document
-
Builds with an instance of
DefaultMarkupModel
. - Document(MarkupModel) - Constructor for class org.apache.tapestry5.dom.Document
-
Same as Document(model, null).
- Document(MarkupModel, String) - Constructor for class org.apache.tapestry5.dom.Document
-
Same as Document(model, encoding, null).
- Document(MarkupModel, String, String) - Constructor for class org.apache.tapestry5.dom.Document
-
Creates a document instance with a given markup model, encoding and MIME type.
- DocumentLinker - Interface in org.apache.tapestry5.internal.services
-
Responsible for injecting script and style links into the <head> and <body> element of the rendered HTML document.
- DocumentLinkerImpl - Class in org.apache.tapestry5.internal.services
- DocumentLinkerImpl(ModuleManager, boolean, boolean, String) - Constructor for class org.apache.tapestry5.internal.services.DocumentLinkerImpl
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tapestry5.http.TapestryFilter
- doHandleActivationEventContext() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
- doHandleActivationEventContext() - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
Relevant for pages only, identifies that the component handle
EventConstants.ACTIVATE
events supporting one of the three special case for catch all rules:Object
[]List
EventContext
- domain - Variable in class org.apache.tapestry5.CookieBuilder
- doSwitch(SwitchBlock) - Method in interface org.apache.tapestry5.plastic.SwitchCallback
- DOUBLE - org.apache.tapestry5.internal.plastic.PrimitiveType
- doubleClick(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- doubleClickAt(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- doWhile(Condition, WhileCallback) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- doWhile(Condition, WhileCallback) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Implements a simple loop based on a condition.
- downgradeWriteLockToReadLock() - Method in class org.apache.tapestry5.commons.internal.util.LockSupport
-
Takes the read lock then releases the write lock.
- dragAndDrop(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- dragAndDropToObject(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- dragdrop(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- drop(int) - Method in interface org.apache.tapestry5.func.FlowOperations
-
Returns a new flow with the first elements omitted.
- dtd(String, String, String) - Method in class org.apache.tapestry5.dom.Document
-
Sets the DTD for the document, overriding any prior DTD.
- DTD - Class in org.apache.tapestry5.dom
-
Representation of a document type.
- DTD - org.apache.tapestry5.internal.parser.TokenType
- DTD - org.apache.tapestry5.internal.services.XMLTokenType
- DTD(String, String, String) - Constructor for class org.apache.tapestry5.dom.DTD
- DTDData - Class in org.apache.tapestry5.internal.services
-
A capturing of the data from
LexicalHandler.startDTD(String, String, String)
. - DTDData(String, String, String) - Constructor for class org.apache.tapestry5.internal.services.DTDData
- DTDToken - Class in org.apache.tapestry5.internal.parser
-
Represents the presence of a Document Type declaration within a template.
- DTDToken(String, String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.DTDToken
- dupe() - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- dupe() - Method in class org.apache.tapestry5.internal.plastic.StaticContext
-
Duplicates this StaticContext, which is used when creating a subclass of a transformed class.
- dupe() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Duplicates the top object on the stack.
- dupe(int) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- dupe(int) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Duplicates the top object on the stack, placing the result at some depth.
- dupeWide() - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
- dupeWide() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Duplicates a wide value (a primitive long or double).
- duration - Variable in class org.apache.tapestry5.alerts.Alert
- Duration - Enum in org.apache.tapestry5.alerts
-
Controls how long an
Alert
is displayed to the end user. - Dynamic - Class in org.apache.tapestry5.corelib.components
-
The Dynamic component allows a component to render itself differently at different times, by making use of an external template file.
- Dynamic() - Constructor for class org.apache.tapestry5.corelib.components.Dynamic
- DynamicDelegate - Interface in org.apache.tapestry5.services.dynamic
-
Used by implementations of
DynamicTemplate
to obtainBlock
s as replacements for elements within the template. - DynamicTemplate - Interface in org.apache.tapestry5.services.dynamic
-
A dynamic template is used by the
Dynamic
component to allow a component to significantly alter its presentation at runtime. - DynamicTemplateElement - Interface in org.apache.tapestry5.internal.dynamic
-
A close cousin to
RenderCommand
used inside aDynamicTemplate
. - DynamicTemplateParser - Interface in org.apache.tapestry5.services.dynamic
-
Parses a dynamic template based on a resource or an input stream.
- DynamicTemplateParserImpl - Class in org.apache.tapestry5.internal.dynamic
- DynamicTemplateParserImpl(ClasspathURLConverter, BindingSource, PageSource, TemplateParser) - Constructor for class org.apache.tapestry5.internal.dynamic.DynamicTemplateParserImpl
- DynamicTemplateSaxParser - Class in org.apache.tapestry5.internal.dynamic
-
Does the heavy lifting for
DynamicTemplateParserImpl
. - DynamicTemplateSaxParser(Resource, BindingSource, Map<String, URL>) - Constructor for class org.apache.tapestry5.internal.dynamic.DynamicTemplateSaxParser
All Classes All Packages