- DashboardManager - Interface in org.apache.tapestry5.services.dashboard
-
- 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
-
- 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 - Annotation Type in org.apache.tapestry5.beaneditor
-
Used to explicitly set the data type used to select an editor (or display) block.
- dataType(String) - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
-
Changes the data type for the property.
- dataType(String) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
-
- DataTypeAnalyzer - Interface in org.apache.tapestry5.services
-
- 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.internal.antlr.PropertyExpressionLexer
-
- DECIMAL - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- decloak() - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
-
- decloak() - Method in interface org.apache.tapestry5.services.Environment
-
- 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
-
- 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
-
- decodeEncodedClientData(String) - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
-
- decodeEncodedClientData(String) - Method in interface org.apache.tapestry5.services.ClientDataEncoder
-
- 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
-
- decodePath(String) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
-
- decodePath(String) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
-
- 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
-
- 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 with
Decorate
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
-
- DEFAULT_CONFIGURATION - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
-
If true, then the last
HibernateConfigurer
will invoke
Configuration.configure()
, to read the application's
hibernate.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
-
- 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
-
- DefaultDataTypeAnalyzer - Class in org.apache.tapestry5.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.internal.services.DefaultDataTypeAnalyzer
-
- defaultExternalSpringContextOff(MappedConfiguration<String, Object>) - Static method in class org.apache.tapestry5.spring.modules.SpringModule
-
- DefaultHibernateConfigurer - Class in org.apache.tapestry5.internal.hibernate
-
Simply calls configure() to do the default Hibernate configuration.
- DefaultHibernateConfigurer(boolean) - Constructor for class org.apache.tapestry5.internal.hibernate.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
-
- DefaultInjectionProvider(MasterObjectProvider, ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.services.DefaultInjectionProvider
-
- defaultLabel(ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
-
- 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.InternalCommonsUtils
-
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 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
-
- 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
-
- defaultPrefix - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
-
- defaultProvider - Variable in class org.apache.tapestry5.corelib.base.AbstractField
-
- DefaultRequestExceptionHandler - Class in org.apache.tapestry5.internal.services
-
- DefaultRequestExceptionHandler(RequestPageCache, PageResponseRenderer, Logger, String, Request, Response, ComponentClassResolver, LinkSource, ServiceResources, ExceptionReporter, Map<Class, Object>) - Constructor for class org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
-
- DefaultSessionPersistedObjectAnalyzer - Class in org.apache.tapestry5.internal.services
-
- DefaultSessionPersistedObjectAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.DefaultSessionPersistedObjectAnalyzer
-
- DefaultSourceUrlResolver() - Constructor for class org.apache.tapestry5.services.ComponentLibraryInfo.DefaultSourceUrlResolver
-
- defaultTabs(OrderedConfiguration<DashboardTab>) - 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
-
- 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),
a
TreeModelAdapter
, and a list of root nodes.
- DefaultTreeModel(ValueEncoder<T>, TreeModelAdapter<T>, T) - Constructor for class org.apache.tapestry5.tree.DefaultTreeModel
-
Creates a new model starting from a single root element.
- DefaultTreeModel(ValueEncoder<T>, TreeModelAdapter<T>, List<T>) - Constructor for class org.apache.tapestry5.tree.DefaultTreeModel
-
Standard constructor.
- DefaultTreeSelectionModel<T> - Class in org.apache.tapestry5.tree
-
- 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
-
- defineClassWithBytecode(String, byte[]) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassLoader
-
- 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 - 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
-
- delegate - Variable in class org.apache.tapestry5.internal.services.assets.DelegatingSRS
-
- delegate - Variable in class org.apache.tapestry5.internal.webresources.DelegatingResourceTransformer
-
- 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.
- 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
-
- 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.
- DelegatingResourceTransformer - Class in org.apache.tapestry5.internal.webresources
-
- DelegatingResourceTransformer(ResourceTransformer) - Constructor for class org.apache.tapestry5.internal.webresources.DelegatingResourceTransformer
-
- DelegatingSRS - Class in org.apache.tapestry5.internal.services.assets
-
- DelegatingSRS(StreamableResourceSource) - Constructor for class org.apache.tapestry5.internal.services.assets.DelegatingSRS
-
- DelegatingSymbolProvider - Class in org.apache.tapestry5.internal.util
-
Combines multiple symbol providers.
- DelegatingSymbolProvider(SymbolProvider...) - Constructor for class org.apache.tapestry5.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.internal.antlr.PropertyExpressionLexer
-
- DEREF - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- 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.TapestryFilter
-
Shuts down and discards the registry.
- destroy(Registry) - Method in class org.apache.tapestry5.TapestryFilter
-
- 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
-
- determineContextClass(ServletContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
-
- 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
-
- 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.
- DIGIT - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
-
- DIGIT - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
-
- dirty() - Method in class org.apache.tapestry5.internal.webresources.ContentChangeTracker
-
Checks all resources tracked by this instance and returns true if any resource's content has changed.
- DISABLE_DEFAULT_MODULES_PARAM - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
Turns off loading of default modules (as driven by JAR file Manifest entries).
- 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.internal.services.ResponseImpl
-
- disableCompression() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
-
- disableCompression() - Method in interface org.apache.tapestry5.services.Response
-
Invoked to indicate that the response content is either already compressed, or is not compressable.
- 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).
- discard() - Method in class org.apache.tapestry5.corelib.internal.HiddenFieldPositioner
-
- discard() - Method in interface org.apache.tapestry5.internal.webresources.RhinoExecutor
-
Discards the executor, returning it to the pool for reuse.
- 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, String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
-
Discards changes on the indicated page for a specific strategy only.
- discardChanges(String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
-
- discardChanges(String, 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.
- discardMockControl() - Method in class org.apache.tapestry5.ioc.test.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 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.PageRenderDispatcher
-
- dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.RootPathDispatcher
-
- dispatch(Request, Response) - Method in interface org.apache.tapestry5.services.Dispatcher
-
Analyzes the incoming request and performs an appropriate operation for each.
- 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.services
-
A dispatcher is responsible for recognizing an incoming request.
- dispatchEvent(ComponentEvent) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
-
- 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
-
- dissasembleBytecode(ClassNode) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
-
- 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
- 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(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.
- Document() - Constructor for class org.apache.tapestry5.dom.Document
-
- 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.TapestryFilter
-
- doHandleActivationEventContext() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
-
- doHandleActivationEventContext() - Method in interface org.apache.tapestry5.model.MutableComponentModel
-
- domain - Variable in class org.apache.tapestry5.CookieBuilder
-
- doMinimize(StreamableResource) - Method in class org.apache.tapestry5.internal.webresources.AbstractMinimizer
-
Implemented in subclasses to do the actual work.
- doMinimize(StreamableResource) - Method in class org.apache.tapestry5.internal.webresources.CSSMinimizer
-
- doMinimize(StreamableResource) - Method in class org.apache.tapestry5.internal.webresources.GoogleClosureMinimizer
-
- doSwitch(SwitchBlock) - Method in interface org.apache.tapestry5.plastic.SwitchCallback
-
- 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.ioc.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(String, String, String) - Constructor for class org.apache.tapestry5.dom.DTD
-
- DTDData - Class in org.apache.tapestry5.internal.services
-
- 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
-
- DummyLock - Class in org.apache.tapestry5.ioc.internal.util
-
- DummyLock() - Constructor for class org.apache.tapestry5.ioc.internal.util.DummyLock
-
Deprecated.
- dupe(int) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
-
- 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(int) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Duplicates the top object on the stack, placing the result at some depth.
- dupe() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
-
Duplicates the top object on the stack.
- 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 obtain
Block
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
-
- 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
-
- DynamicTemplateSaxParser(Resource, BindingSource, Map<String, URL>) - Constructor for class org.apache.tapestry5.internal.dynamic.DynamicTemplateSaxParser
-