- DataSqueezer - Interface in org.apache.tapestry.services
-
Lightweight serialization used to encode values into strings that are stored in query parameters
and hidden fields.
- DataSqueezerImpl - Class in org.apache.tapestry.util.io
-
A class used to convert arbitrary objects to Strings and back.
- DataSqueezerImpl() - Constructor for class org.apache.tapestry.util.io.DataSqueezerImpl
-
- DataSqueezerUtil - Class in org.apache.tapestry.util.io
-
Utility methods used when testing code that uses a
DataSqueezer
.
- DataSqueezerUtil() - Constructor for class org.apache.tapestry.util.io.DataSqueezerUtil
-
- DATE_FORMAT - Static variable in class org.apache.tapestry.valid.ValidationConstraint
-
Indicates a general error in converting a String into a Date.
- DATE_TOO_EARLY - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- DATE_TOO_LATE - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- DatePicker - Class in org.apache.tapestry.form
-
Provides a Form java.util.Date field component for selecting dates.
- DatePicker() - Constructor for class org.apache.tapestry.form.DatePicker
-
- DateTranslator - Class in org.apache.tapestry.form.translator
-
A
SimpleDateFormat
-based
Translator
implementation.
- DateTranslator() - Constructor for class org.apache.tapestry.form.translator.DateTranslator
-
- DateTranslator(String) - Constructor for class org.apache.tapestry.form.translator.DateTranslator
-
- DateValidator - Class in org.apache.tapestry.valid
-
Provides input validation for strings treated as dates.
- DateValidator() - Constructor for class org.apache.tapestry.valid.DateValidator
-
- DateValidator(String) - Constructor for class org.apache.tapestry.valid.DateValidator
-
Initializes the DateValidator with properties defined by the initializer.
- Deck - Class in org.apache.tapestry.wml
-
Concrete class for WML decks.
- Deck() - Constructor for class org.apache.tapestry.wml.Deck
-
- decode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.AssetEncoder
-
- decode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.DirectServiceEncoder
-
- decode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.PageServiceEncoder
-
- decode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.ServiceExtensionEncoder
-
- decode(ServiceEncoding) - Method in interface org.apache.tapestry.engine.ServiceEncoder
-
Invoked to decode a request.
- decode(HttpServletRequest) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Decodes the incoming request, identifying all the parts (values and uploaded files) contained
within.
- decode(HttpServletRequest) - Method in class org.apache.tapestry.multipart.MultipartDecoderImpl
-
- decode(HttpServletRequest) - Method in interface org.apache.tapestry.multipart.ServletMultipartDecoder
-
Decodes the request, returning a new HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files.
- DecodedRequest - Class in org.apache.tapestry.request
-
Contains properties of an HttpServletRequest
that have been extracted
from the request (or otherwise determined).
- DecodedRequest() - Constructor for class org.apache.tapestry.request.DecodedRequest
-
- DecodedRequest(HttpServletRequest) - Constructor for class org.apache.tapestry.request.DecodedRequest
-
Initializes default values for the properties from the request provided.
- DecodedRequestInjector - Class in org.apache.tapestry.request
-
Checks to see if a
IRequestDecoder
has been provided as an
application extension, and (if so), creates a new HttpServletRequest wrapper around the decoded
request.
- DecodedRequestInjector() - Constructor for class org.apache.tapestry.request.DecodedRequestInjector
-
- DecodedRequestWrapper - Class in org.apache.tapestry.request
-
A wrapper that uses a
DecodedRequest
to override default
values for several HttpServletRequest properties.
- DecodedRequestWrapper(HttpServletRequest, DecodedRequest) - Constructor for class org.apache.tapestry.request.DecodedRequestWrapper
-
- decodePageChanges(String) - Method in interface org.apache.tapestry.record.PersistentPropertyDataEncoder
-
Takes a string with an encoded set of page changes, and converts it back into a list of
PropertyChange
s.
- decodePageChanges(String) - Method in class org.apache.tapestry.record.PersistentPropertyDataEncoderImpl
-
- decodeRequest(HttpServletRequest) - Method in interface org.apache.tapestry.request.IRequestDecoder
-
Invoked to identify the actual properties from the request.
- Default - Class in org.apache.tapestry.bean
-
A helper bean to assist with providing defaults for unspecified
parameters.
- Default() - Constructor for class org.apache.tapestry.bean.Default
-
- DEFAULT_BINDING_PREFIX_NAME - Static variable in class org.apache.tapestry.TapestryConstants
-
Name of meta-data property used to determine the default binding prefix.
- DefaultAssetFactory - Class in org.apache.tapestry.asset
-
Default asset factory used when the asset path contains a prefix that is not recognized.
- DefaultAssetFactory() - Constructor for class org.apache.tapestry.asset.DefaultAssetFactory
-
- DefaultCharacterTranslatorSource - Class in org.apache.tapestry.util.text
-
The default implementation of a character translator source.
- DefaultCharacterTranslatorSource() - Constructor for class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
-
- DefaultGlobalStateObjectFactory - Class in org.apache.tapestry.engine.state
-
The default factory for the (default) global application state object.
- DefaultGlobalStateObjectFactory() - Constructor for class org.apache.tapestry.engine.state.DefaultGlobalStateObjectFactory
-
- DefaultLinkRenderer - Class in org.apache.tapestry.link
-
Default implementation of
ILinkRenderer
, which does nothing
special.
- DefaultLinkRenderer() - Constructor for class org.apache.tapestry.link.DefaultLinkRenderer
-
- DefaultMonitorFactory - Class in org.apache.tapestry.engine
-
Deprecated.
To be removed in 4.1 with no direct replacement.
- DefaultMonitorFactory() - Constructor for class org.apache.tapestry.engine.DefaultMonitorFactory
-
Deprecated.
- DefaultParserDelegate - Class in org.apache.tapestry.services.impl
-
- DefaultParserDelegate(IComponent, String, IRequestCycle, ComponentSpecificationResolver) - Constructor for class org.apache.tapestry.services.impl.DefaultParserDelegate
-
- defaultPattern() - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- defaultPattern() - Method in class org.apache.tapestry.form.translator.FormatTranslator
-
- defaultPattern() - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- DefaultPrimaryKeyConverter - Class in org.apache.tapestry.util
-
- DefaultPrimaryKeyConverter() - Constructor for class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
- DefaultRenderStrategy - Class in org.apache.tapestry.describe
-
Default implementation that delegates to the
HTMLDescriber
service.
- DefaultRenderStrategy() - Constructor for class org.apache.tapestry.describe.DefaultRenderStrategy
-
- DefaultResourceLocalizer - Class in org.apache.tapestry.l10n
-
Default implementation of
ResourceLocalizer
that leverages the
localization rules built into
Resource.getLocalization(java.util.Locale)
.
- DefaultResourceLocalizer() - Constructor for class org.apache.tapestry.l10n.DefaultResourceLocalizer
-
- defaultScript() - Method in class org.apache.tapestry.form.AbstractFormComponentContributor
-
Defines the default JavaScript file used by this contributor.
- defaultScript() - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- DefaultScriptSource - Class in org.apache.tapestry.engine
-
Provides basic access to scripts available on the classpath.
- DefaultScriptSource() - Constructor for class org.apache.tapestry.engine.DefaultScriptSource
-
- DefaultStrategy - Class in org.apache.tapestry.describe
-
Catch-all implementation (for java.lang.Object) that does nothing.
- DefaultStrategy() - Constructor for class org.apache.tapestry.describe.DefaultStrategy
-
- DeferredObject - Interface in org.apache.tapestry.services.impl
-
Interface for an object that can provide a second, target object.
- DeferredObjectImpl - Class in org.apache.tapestry.services.impl
-
An encapsulation of an invocation of
Translator.translate(org.apache.hivemind.internal.Module, java.lang.Class, java.lang.String, org.apache.hivemind.Location)
,
allowing the actual invocation (and all the object creation, etc., that entails) to be deferred,
or even avoided all together.
- DeferredObjectImpl(Translator, Module, String, Location) - Constructor for class org.apache.tapestry.services.impl.DeferredObjectImpl
-
- DeferredObjectTranslator - Class in org.apache.tapestry.services.impl
-
Service
tapestry.DeferredObjectTranslator
, which is used to encapsulate the
ObjectTranslator and return
DeferredObjectImpl
instances.
- DeferredObjectTranslator() - Constructor for class org.apache.tapestry.services.impl.DeferredObjectTranslator
-
- DeferredScript - Interface in org.apache.tapestry.enhance
-
- DeferredScriptImpl - Class in org.apache.tapestry.enhance
-
- DeferredScriptImpl(Resource, IScriptSource, Location) - Constructor for class org.apache.tapestry.enhance.DeferredScriptImpl
-
- Delegator - Class in org.apache.tapestry.components
-
A component which delegates it's behavior to another object.
- Delegator() - Constructor for class org.apache.tapestry.components.Delegator
-
- Describable - Interface in org.apache.tapestry.describe
-
- DescribableStrategy - Interface in org.apache.tapestry.describe
-
Strategy class allowing objects that don't implement
Describable
to be described.
- describe(Object) - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
-
- describe(Object) - Method in interface org.apache.tapestry.describe.RootDescriptionReciever
-
Describes the object, using a
DescribableStrategy
, or just the object's toString()
if there is no strategy for the object.
- Describe - Class in org.apache.tapestry.html
-
Component that makes use of
HTMLDescriber
to produce HTML
output that describes an object.
- Describe() - Constructor for class org.apache.tapestry.html.Describe
-
- describeAlternate(Object) - Method in interface org.apache.tapestry.describe.DescriptionReceiver
-
Invoke to describe another object instead of the current object.
- describeAlternate(Object) - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
-
- describeAlternate(Object) - Method in class org.apache.tapestry.event.ReportStatusEvent
-
- DescribedLocation - Class in org.apache.tapestry.util
-
Implementation of Location
that is used to describe a location within
a resource.
- DescribedLocation(Resource, String) - Constructor for class org.apache.tapestry.util.DescribedLocation
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.CookieStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.DefaultStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in interface org.apache.tapestry.describe.DescribableStrategy
-
- describeObject(Object, IMarkupWriter) - Method in interface org.apache.tapestry.describe.HTMLDescriber
-
- describeObject(Object, IMarkupWriter) - Method in class org.apache.tapestry.describe.HTMLDescriberImpl
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.HttpServletRequestStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.HttpSessionStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.NativeStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.ServletContextStrategy
-
- describeObject(Object, DescriptionReceiver) - Method in class org.apache.tapestry.describe.ServletStrategy
-
- describeTo(DescriptionReceiver) - Method in interface org.apache.tapestry.describe.Describable
-
Invoked to have the receiver describe itself (largely in terms of properties and values).
- describeTo(DescriptionReceiver) - Method in class org.apache.tapestry.web.HttpServletWebActivator
-
- describeTo(DescriptionReceiver) - Method in class org.apache.tapestry.web.ServletWebContext
-
- describeTo(DescriptionReceiver) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- describeTo(DescriptionReceiver) - Method in class org.apache.tapestry.web.ServletWebSession
-
- DescriptionReceiver - Interface in org.apache.tapestry.describe
-
An object that is provided with a description of another object.
- destroy() - Method in class org.apache.tapestry.ApplicationServlet
-
Shuts down the registry (if it exists).
- destroy() - Method in class org.apache.tapestry.RedirectFilter
-
- detach() - Method in class org.apache.tapestry.AbstractPage
-
Prepares the page to be returned to the pool.
- detach() - Method in interface org.apache.tapestry.IPage
-
Invoked on a page when it is no longer needed by the engine, just before is is returned to
the pool.
- DIGEST - Static variable in class org.apache.tapestry.asset.AssetService
-
Query parameter that stores the digest for the file; this is used to authenticate that the
client is allowed to access the file.
- DIRECT_SERVICE - Static variable in class org.apache.tapestry.Tapestry
-
The name ("direct") of a service that allows stateless behavior for an
DirectLink
component.
- DirectCallback - Class in org.apache.tapestry.callback
-
Simple callback for re-invoking a
IDirect
trigger.
- DirectCallback(IDirect, Object[]) - Constructor for class org.apache.tapestry.callback.DirectCallback
-
Creates a new DirectCallback for the component.
- DirectLink - Class in org.apache.tapestry.link
-
A component for creating a link using the direct service; used for actions that are not dependant
on dynamic page state.
- DirectLink() - Constructor for class org.apache.tapestry.link.DirectLink
-
- DirectService - Class in org.apache.tapestry.engine
-
Implementation of the direct service, which encodes the page and component id in the service
context, and passes application-defined parameters as well.
- DirectService() - Constructor for class org.apache.tapestry.engine.DirectService
-
- DirectServiceEncoder - Class in org.apache.tapestry.engine.encoders
-
A specialized encoder for the
direct service
that encodes the page name and component id path into the servlet path, and encodes the
stateful flag by choosing one of two extensions.
- DirectServiceEncoder() - Constructor for class org.apache.tapestry.engine.encoders.DirectServiceEncoder
-
- DirectServiceParameter - Class in org.apache.tapestry.engine
-
- DirectServiceParameter(IDirect) - Constructor for class org.apache.tapestry.engine.DirectServiceParameter
-
- DirectServiceParameter(IDirect, Object[]) - Constructor for class org.apache.tapestry.engine.DirectServiceParameter
-
- DisableCachingFilter - Class in org.apache.tapestry.services.impl
-
- DisableCachingFilter() - Constructor for class org.apache.tapestry.services.impl.DisableCachingFilter
-
- DISALLOWED_PROTOCOL - Static variable in class org.apache.tapestry.valid.ValidationConstraint
-
Indicates that the URL does not use one of the specified protocols
- discardAllStoredChanged(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategySource
-
Discards any stored property changes for the named page.
- discardAllStoredChanged(String) - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
-
- discardFromPool() - Method in class org.apache.tapestry.bean.Default
-
- discardPage(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- discardPage(String) - Method in interface org.apache.tapestry.IRequestCycle
-
- discardStoredChanges(String) - Method in class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
-
- discardStoredChanges(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategy
-
Invoked to discard any stored changes for the specified page.
- discardStoredChanges(String) - Method in class org.apache.tapestry.record.SessionPropertyPersistenceStrategy
-
- DispatchToInjectWorker - Class in org.apache.tapestry.enhance
-
- DispatchToInjectWorker() - Constructor for class org.apache.tapestry.enhance.DispatchToInjectWorker
-
- Do - Class in org.apache.tapestry.wml
-
The do element provides a general mechanism for the user to act upon the current card, in other
words a card-level user interface element.
- Do() - Constructor for class org.apache.tapestry.wml.Do
-
- DocumentParseException - Exception in org.apache.tapestry.util.xml
-
Exception thrown if there is any kind of error parsing the an XML document.
- DocumentParseException(String) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Throwable) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Location) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Location, Throwable) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Resource, SAXParseException) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Resource) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- DocumentParseException(String, Resource, Throwable) - Constructor for exception org.apache.tapestry.util.xml.DocumentParseException
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tapestry.RedirectFilter
-
This filter intercepts the so-called "default" servlet, whose job is to provide access to
standard resources packaged within the web application context.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry.ApplicationServlet
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry.ApplicationServlet
-
- doService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry.ApplicationServlet
-
Handles the GET and POST requests.
- DOUBLE_CLICK - Static variable in class org.apache.tapestry.components.LinkEventType
-
Type for onDblClick
.
- DoubleAdaptor - Class in org.apache.tapestry.util.io
-
Squeezes a Double
.
- DoubleAdaptor() - Constructor for class org.apache.tapestry.util.io.DoubleAdaptor
-