A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbsoluteLinkRenderer - Class in org.apache.tapestry.link
Renders a link using an absolute URL, not simply a URI (as with DefaultLinkRenderer.
AbsoluteLinkRenderer() - Constructor for class org.apache.tapestry.link.AbsoluteLinkRenderer
 
AbsoluteURLBuilder - Interface in org.apache.tapestry.services
Service used to construct absolute URLs (often used for redirects).
AbsoluteURLBuilderImpl - Class in org.apache.tapestry.services.impl
 
AbsoluteURLBuilderImpl() - Constructor for class org.apache.tapestry.services.impl.AbsoluteURLBuilderImpl
 
AbstractAsset - Class in org.apache.tapestry.asset
Base class for IAsset implementations.
AbstractAsset(Resource, Location) - Constructor for class org.apache.tapestry.asset.AbstractAsset
 
AbstractBeanInitializer - Class in org.apache.tapestry.bean
Base class for initializing a property of a JavaBean.
AbstractBeanInitializer() - Constructor for class org.apache.tapestry.bean.AbstractBeanInitializer
 
AbstractBinding - Class in org.apache.tapestry.binding
Base class for IBindingimplementations.
AbstractBinding(String, ValueConverter, Location) - Constructor for class org.apache.tapestry.binding.AbstractBinding
 
AbstractBindingFactory - Class in org.apache.tapestry.binding
Base class for BindingFactorys.
AbstractBindingFactory() - Constructor for class org.apache.tapestry.binding.AbstractBindingFactory
 
AbstractComponent - Class in org.apache.tapestry
Abstract base class implementing the IComponentinterface.
AbstractComponent() - Constructor for class org.apache.tapestry.AbstractComponent
 
AbstractEngine - Class in org.apache.tapestry.engine
Basis for building real Tapestry applications.
AbstractEngine() - Constructor for class org.apache.tapestry.engine.AbstractEngine
 
AbstractFormComponent - Class in org.apache.tapestry.form
A base class for building components that correspond to HTML form elements.
AbstractFormComponent() - Constructor for class org.apache.tapestry.form.AbstractFormComponent
 
AbstractFormComponentContributor - Class in org.apache.tapestry.form
Abstract FormComponentContributor implementation that adds an optional static javscript method reference to the page.
AbstractFormComponentContributor() - Constructor for class org.apache.tapestry.form.AbstractFormComponentContributor
 
AbstractFormComponentContributor(String) - Constructor for class org.apache.tapestry.form.AbstractFormComponentContributor
 
AbstractFormWidget - Class in org.apache.tapestry.dojo.form
Represents a dojo widget that manages an html form input field.
AbstractFormWidget() - Constructor for class org.apache.tapestry.dojo.form.AbstractFormWidget
 
AbstractLinkComponent - Class in org.apache.tapestry.link
Base class for implementations of ILinkComponent.
AbstractLinkComponent() - Constructor for class org.apache.tapestry.link.AbstractLinkComponent
 
AbstractMarkupFilter - Class in org.apache.tapestry.markup
Base class for implementation based on a ICharacterTranslator.
AbstractMarkupFilter(ICharacterTranslator) - Constructor for class org.apache.tapestry.markup.AbstractMarkupFilter
 
AbstractMultipartDecoder - Class in org.apache.tapestry.multipart
 
AbstractMultipartDecoder() - Constructor for class org.apache.tapestry.multipart.AbstractMultipartDecoder
 
AbstractNumericValidator - Class in org.apache.tapestry.valid
Base class for a number of implementations of IValidator, meant to replace the awkward NumberValidator.
AbstractNumericValidator() - Constructor for class org.apache.tapestry.valid.AbstractNumericValidator
 
AbstractNumericValidator(String) - Constructor for class org.apache.tapestry.valid.AbstractNumericValidator
 
AbstractNumericValidator(boolean) - Constructor for class org.apache.tapestry.valid.AbstractNumericValidator
 
AbstractPage - Class in org.apache.tapestry
Abstract base class implementing the IPageinterface.
AbstractPage() - Constructor for class org.apache.tapestry.AbstractPage
Standard constructor; invokes #initialize()to configure initial values for properties of the page.
ABSTRACTPAGE_DETACH_METHOD_ID - Static variable in class org.apache.tapestry.Tapestry
Method id used to check that IPage.detach() is invoked.
ABSTRACTPAGE_VALIDATE_METHOD_ID - Static variable in class org.apache.tapestry.Tapestry
Method id used to check that IPage.validate(IRequestCycle) is invoked.
AbstractPostfield - Class in org.apache.tapestry.wml
A base class for building components that correspond to WML postfield elements.
AbstractPostfield() - Constructor for class org.apache.tapestry.wml.AbstractPostfield
 
AbstractPrefixedClientPropertyPersistenceScope - Class in org.apache.tapestry.record
Base implementation of ClientPropertyPersistenceScope wherein the scopes are recognized via a prefix on the page name to form the query parameter name.
AbstractPrefixedClientPropertyPersistenceScope(String) - Constructor for class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
 
AbstractPropertyWorker - Class in org.apache.tapestry.enhance
No, this class isn't abstract ...
AbstractPropertyWorker() - Constructor for class org.apache.tapestry.enhance.AbstractPropertyWorker
 
AbstractSetupApplicationGlobals - Class in org.apache.tapestry.services.impl
Base class for settting up services and configurations inside tapestry.globals.ApplicationGlobals.
AbstractSetupApplicationGlobals() - Constructor for class org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
 
AbstractSpecificationResolver - Class in org.apache.tapestry.resolver
Base class for resolving a IComponentSpecificationfor a particular page or component, within a specified INamespace.
AbstractSpecificationResolver() - Constructor for class org.apache.tapestry.resolver.AbstractSpecificationResolver
 
AbstractTranslator - Class in org.apache.tapestry.form.translator
Abstract Translator implementation that provides default behavior for trimming, null object, and empty text handling.
AbstractTranslator() - Constructor for class org.apache.tapestry.form.translator.AbstractTranslator
 
AbstractTranslator(String) - Constructor for class org.apache.tapestry.form.translator.AbstractTranslator
 
AbstractValidatorWrapper - Class in org.apache.tapestry.form.validator
Abstract implementation of Validator that delegates to some other object.
AbstractValidatorWrapper() - Constructor for class org.apache.tapestry.form.validator.AbstractValidatorWrapper
 
accumulate(String, Object) - Method in interface org.apache.tapestry.json.IJSONWriter
Accumulate values under a key.
accumulate(String, Object) - Method in class org.apache.tapestry.json.JSONObject
accumulate(String, Object) - Method in class org.apache.tapestry.markup.JSONWriterImpl
Accumulate values under a key.
ACTION_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("action") of a service that allows behavior to be associated with an IAction component, such as ActionLinkor Form.
ActionLink - Class in org.apache.tapestry.link
Deprecated. To be removed in 4.1
ActionLink() - Constructor for class org.apache.tapestry.link.ActionLink
Deprecated.  
ActionService - Class in org.apache.tapestry.engine
Deprecated. To be removed in 4.1.
ActionService() - Constructor for class org.apache.tapestry.engine.ActionService
Deprecated.  
ActionServiceParameter - Class in org.apache.tapestry.engine
Deprecated. To be removed in 4.1.
ActionServiceParameter(IComponent, String) - Constructor for class org.apache.tapestry.engine.ActionServiceParameter
Deprecated.  
actionTriggered(IComponent, IRequestCycle) - Method in class org.apache.tapestry.binding.ListenerMethodBinding
 
actionTriggered(IComponent, IRequestCycle) - Method in interface org.apache.tapestry.IActionListener
Method invoked by the component (an ActionLink or Form, when its URL is triggered.
actionTriggered(IComponent, IRequestCycle) - Method in class org.apache.tapestry.listener.SyntheticListener
 
activate(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
activate(IPage) - Method in class org.apache.tapestry.engine.RequestCycle
 
activate(String) - Method in interface org.apache.tapestry.IRequestCycle
A convienience for invoking IRequestCycle.activate(IPage).
activate(IPage) - Method in interface org.apache.tapestry.IRequestCycle
Sets the active page for the request.
activateExceptionPage(IRequestCycle, Throwable) - Method in class org.apache.tapestry.engine.AbstractEngine
 
activateExternalPage(Object[], IRequestCycle) - Method in interface org.apache.tapestry.IExternalPage
Initialize the external page with the given array of parameters and request cycle.
activateService() - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
add(Object, Object) - Method in class org.apache.tapestry.form.ListEditMap
Records the key and value into this map.
add(String) - Method in class org.apache.tapestry.multipart.ValuePart
 
add(Object, Object) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
 
addAsset(String, IAsset) - Method in class org.apache.tapestry.AbstractComponent
 
addAsset(String, IAsset) - Method in interface org.apache.tapestry.IComponent
Adds an asset to the component.
addAsset(String, IAssetSpecification) - Method in class org.apache.tapestry.spec.ComponentSpecification
 
addAsset(String, IAssetSpecification) - Method in interface org.apache.tapestry.spec.IComponentSpecification
 
addAttribute(String, String) - Method in class org.apache.tapestry.parse.OpenToken
 
addBeanSpecification(String, IBeanSpecification) - Method in class org.apache.tapestry.spec.ComponentSpecification
 
addBeanSpecification(String, IBeanSpecification) - Method in interface org.apache.tapestry.spec.IComponentSpecification
 
addBody(IRender) - Method in class org.apache.tapestry.AbstractComponent
Adds an element (which may be static text or a component) as a body element of this component.
addBody(IRender) - Method in interface org.apache.tapestry.IComponent
Adds a new renderable element to the receiver's body.
addBodyScript(String) - Method in class org.apache.tapestry.html.Body
Adds additional scripting code to the page.
addBodyScript(IComponent, String) - Method in class org.apache.tapestry.html.Body
Adds scripting code to the main body.
addBodyScript(String) - Method in interface org.apache.tapestry.IScriptProcessor
Deprecated. To be removed sometime after 4.1.
addBodyScript(IComponent, String) - Method in interface org.apache.tapestry.IScriptProcessor
Adds scripting code to the main body.
addBodyScript(String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addBodyScript(IComponent, String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addBodyScript(String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addBodyScript(IComponent, String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addComponent(IComponent) - Method in class org.apache.tapestry.AbstractComponent
 
addComponent(IComponent) - Method in interface org.apache.tapestry.IComponent
Adds a component to a container.
addComponent(String, IContainedComponent) - Method in class org.apache.tapestry.spec.ComponentSpecification
 
addComponent(String, IContainedComponent) - Method in interface org.apache.tapestry.spec.IComponentSpecification
 
addConfiguration(String, String) - Method in class org.apache.tapestry.spec.ExtensionSpecification
 
addConfiguration(String, String) - Method in interface org.apache.tapestry.spec.IExtensionSpecification
 
addDeferredRunnable(Runnable) - Method in class org.apache.tapestry.form.Form
 
addDeferredRunnable(Runnable) - Method in class org.apache.tapestry.form.FormSupportImpl
 
addDeferredRunnable(Runnable) - Method in interface org.apache.tapestry.FormBehavior
Adds a deferred runnable, an object to be executed either before the </form> tag is rendered (when rendering), or before the form's listener is invoked (when rewinding).
addElementEventListener(String, String[], String, String, boolean) - Method in class org.apache.tapestry.services.impl.ComponentEventInvoker
Adds a deferred event listener binding for the specified html element.
addEventHandler(LinkEventType, String) - Method in interface org.apache.tapestry.components.ILinkComponent
Adds a new event handler.
addEventHandler(FormEventType, String) - Method in class org.apache.tapestry.form.Form
Adds an additional event handler.
addEventHandler(FormEventType, String) - Method in class org.apache.tapestry.form.FormSupportImpl
Adds an event handler for the form, of the given type.
addEventHandler(FormEventType, String) - Method in interface org.apache.tapestry.FormBehavior
Deprecated. Wiring of form event handlers is now managed on the client side. This method may be removed in a future release of Tapestry.
addEventHandler(LinkEventType, String) - Method in class org.apache.tapestry.link.AbstractLinkComponent
Adds an event handler (typically, from a wrapped component such as a Rollover).
addEventHandler(FormEventType, String) - Method in class org.apache.tapestry.wml.GoFormSupportImpl
 
addEventListener(String, String) - Method in class org.apache.tapestry.internal.event.ComponentEventProperty
Adds a listener to the specified client side event.
addEventListener(String, String[], String, String, boolean) - Method in class org.apache.tapestry.services.impl.ComponentEventInvoker
Adds a deferred event listener binding for the specified component.
addExtensionSpecification(String, IExtensionSpecification) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
Adds another extension specification.
addExtensionSpecification(String, IExtensionSpecification) - Method in class org.apache.tapestry.spec.LibrarySpecification
Adds another extension specification.
addExternalScript(Resource) - Method in class org.apache.tapestry.html.Body
Used to include a script from an outside URL (the scriptLocation is a URL, probably obtained from an asset.
addExternalScript(IComponent, Resource) - Method in class org.apache.tapestry.html.Body
Adds an external script.
addExternalScript(Resource) - Method in interface org.apache.tapestry.IScriptProcessor
Deprecated. To be removed sometime after 4.1
addExternalScript(IComponent, Resource) - Method in interface org.apache.tapestry.IScriptProcessor
Adds an external script.
addExternalScript(Resource) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addExternalScript(IComponent, Resource) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addExternalScript(Resource) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addExternalScript(IComponent, Resource) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addField(String, Class) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Adds a field to the enhanced class; the field will be private and use the provided name and type.
addField(String, Class) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
addFormEventListener(String, String, String, boolean) - Method in class org.apache.tapestry.internal.event.ComponentEventProperty
Adds a form listener to the specified client side event.
addHiddenValue(String, String) - Method in class org.apache.tapestry.form.Form
 
addHiddenValue(String, String, String) - Method in class org.apache.tapestry.form.Form
 
addHiddenValue(String, String) - Method in class org.apache.tapestry.form.FormSupportImpl
 
addHiddenValue(String, String, String) - Method in class org.apache.tapestry.form.FormSupportImpl
 
addHiddenValue(String, String) - Method in interface org.apache.tapestry.FormBehavior
Adds a hidden field value to be stored in the form.
addHiddenValue(String, String, String) - Method in interface org.apache.tapestry.FormBehavior
Adds a hidden field value to be stored in the form.
addInitializationScript(String) - Method in class org.apache.tapestry.html.Body
Adds other initialization, in the form of additional JavaScript code to execute from the <body>'s onLoad event handler.
addInitializationScript(IComponent, String) - Method in class org.apache.tapestry.html.Body
Adds initialization script.
addInitializationScript(String) - Method in interface org.apache.tapestry.IScriptProcessor
Deprecated. To be removed sometime after 4.1.
addInitializationScript(IComponent, String) - Method in interface org.apache.tapestry.IScriptProcessor
Adds initialization script.
addInitializationScript(String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addInitializationScript(IComponent, String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
addInitializationScript(String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addInitializationScript(IComponent, String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
 
addInitializer(IBeanInitializer) - Method in class org.apache.tapestry.spec.BeanSpecification
 
addInitializer(IBeanInitializer) - Method in interface org.apache.tapestry.spec.IBeanSpecification
 
addInjectedField(String, Class, Object) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Adds a field containing an initial value, which is injected into the class via its fabricated constructor.
addInjectedField(String, Class, Object) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
addInjectSpecification(InjectSpecification) - Method in class org.apache.tapestry.spec.ComponentSpecification
 
addInjectSpecification(InjectSpecification) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Adds a InjectSpecification.
addListener(String[], String, String, boolean) - Method in class org.apache.tapestry.internal.event.ComponentEventProperty
Adds a listener bound to the specified client side events.
addMethod(int, MethodSignature, String, Location) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Adds a method to the enhanced class.
addMethod(int, MethodSignature, String, Location) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
addMethodInvocation(Object) - Static method in class org.apache.tapestry.Tapestry
Adds a method invocation to the list of invocations.
addModuleIfExists(RegistryBuilder, ServletContext, String) - Method in class org.apache.tapestry.ApplicationServlet
Looks for a file in the servlet context; if it exists, it is expected to be a HiveMind module descriptor, and is added to the builder.
addOuter(IRender) - Method in class org.apache.tapestry.BaseComponent
Adds an element as an outer element for the receiver.
addOuter(IRender) - Method in interface org.apache.tapestry.ITemplateComponent
Adds an "outer" renderable object.
addPageAttachListener(PageAttachListener) - Method in class org.apache.tapestry.AbstractPage
 
addPageAttachListener(PageAttachListener) - Method in interface org.apache.tapestry.IPage
 
addPageBeginRenderListener(PageBeginRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
addPageBeginRenderListener(PageBeginRenderListener) - Method in interface org.apache.tapestry.IPage
 
addPageDetachListener(PageDetachListener) - Method in class org.apache.tapestry.AbstractPage
 
addPageDetachListener(PageDetachListener) - Method in interface org.apache.tapestry.IPage
 
addPageEndRenderListener(PageEndRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
addPageEndRenderListener(PageEndRenderListener) - Method in interface org.apache.tapestry.IPage
 
addPageValidateListener(PageValidateListener) - Method in class org.apache.tapestry.AbstractPage
 
addPageValidateListener(PageValidateListener) - Method in interface org.apache.tapestry.IPage
 
addParameter(EnhancementOperation, String, String, String, boolean, Location) - Method in class org.apache.tapestry.enhance.ParameterPropertyWorker
Adds a parameter as a (very smart) property.
addParameter(IParameterSpecification) - Method in class org.apache.tapestry.spec.ComponentSpecification
Adds the parameter.
addParameter(IParameterSpecification) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Adds the parameter.
addParametersForPersistentProperties(ServiceEncoding, boolean) - Method in class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
 
addParametersForPersistentProperties(ServiceEncoding, boolean) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategy
Invoked by a LinkFactory , the parameters may be modified (added to) to store information related to persistent properties.
addParametersForPersistentProperties(ServiceEncoding, boolean) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategySource
Invoked by a LinkFactory , the parameters may be modified (added to) to store information related to persistent properties.
addParametersForPersistentProperties(ServiceEncoding, boolean) - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
 
addParametersForPersistentProperties(ServiceEncoding, boolean) - Method in class org.apache.tapestry.record.SessionPropertyPersistenceStrategy
Does nothing; session persistence does not make use of query parameters.
addProperty(EnhancementOperation, String, String, boolean, String, Location) - Method in class org.apache.tapestry.enhance.SpecifiedPropertyWorker
 
addPropertySpecification(IPropertySpecification) - Method in class org.apache.tapestry.spec.ComponentSpecification
Adds a new property specification.
addPropertySpecification(IPropertySpecification) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Adds a new property specification.
addReportStatusListener(ReportStatusListener) - Method in interface org.apache.tapestry.describe.ReportStatusHub
Adds the listener; listeners will be invoked in the order in which they are added.
addReportStatusListener(ReportStatusListener) - Method in class org.apache.tapestry.describe.ReportStatusHubImpl
 
addReservedParameterName(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
Adds the value as a reserved name.
addReservedParameterName(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Adds the value as a reserved name.
addResetEventListener(ResetEventListener) - Method in class org.apache.tapestry.services.impl.ResetEventHubImpl
 
addResetEventListener(ResetEventListener) - Method in interface org.apache.tapestry.services.ResetEventHub
 
addRule(String, IRule) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
 
addSubmitHandler(String) - Method in interface org.apache.tapestry.form.FormComponentContributorContext
Adds initialization to register a submit handler on the client side.
addSubmitHandler(String) - Method in class org.apache.tapestry.form.FormComponentContributorContextImpl
 
addToken(IScriptToken) - Method in interface org.apache.tapestry.script.IScriptToken
Invoked during parsing to add the token parameter as a child of this token.
afterBodyRender(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class org.apache.tapestry.link.DefaultLinkRenderer
Invoked after the body of the link is rendered, but before ILinkComponent.renderAdditionalAttributes(IMarkupWriter, IRequestCycle)is invoked (but only if the link is not disabled).
afterParse() - Method in class org.apache.tapestry.parse.TemplateParser
Perform default cleanup after parsing completes.
AjaxShellDelegate - Class in org.apache.tapestry.dojo
The default rendering delegate responseible for include the dojo sources into the Shell component.
AjaxShellDelegate() - Constructor for class org.apache.tapestry.dojo.AjaxShellDelegate
 
allocateId(String) - Method in class org.apache.tapestry.util.IdAllocator
Allocates the id.
AMP - Static variable in class org.apache.tapestry.json.XML
The Character '&'.
analyze(Throwable) - Method in class org.apache.tapestry.util.exception.ExceptionAnalyzer
Analyzes the exceptions.
Any - Class in org.apache.tapestry.components
A component that can substitute for any HTML element.
Any() - Constructor for class org.apache.tapestry.components.Any
 
APOS - Static variable in class org.apache.tapestry.json.XML
The Character '''.
APP_SPEC_PATH_PARAM - Static variable in class org.apache.tapestry.services.impl.ApplicationSpecificationInitializer
 
AppClientPropertyPersistenceScope - Class in org.apache.tapestry.record
Defines the 'app' scope for persisting client properties.
AppClientPropertyPersistenceScope() - Constructor for class org.apache.tapestry.record.AppClientPropertyPersistenceScope
 
APPLICATION_NAMESPACE - Static variable in interface org.apache.tapestry.INamespace
Reserved name for the implicit (root) application namespace.
ApplicationGlobals - Interface in org.apache.tapestry.services
A "global" holder for various services and configurations.
ApplicationGlobalsImpl - Class in org.apache.tapestry.services.impl
Implementation of ApplicationGlobals.
ApplicationGlobalsImpl() - Constructor for class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
 
ApplicationInitializer - Interface in org.apache.tapestry.services
An object which may perform startup initialization for the servlet.
ApplicationScopeManager - Class in org.apache.tapestry.engine.state
The application scope is for objects that are global to all users and all sessions.
ApplicationScopeManager() - Constructor for class org.apache.tapestry.engine.state.ApplicationScopeManager
 
ApplicationServlet - Class in org.apache.tapestry
Links a servlet container with a Tapestry application.
ApplicationServlet() - Constructor for class org.apache.tapestry.ApplicationServlet
 
ApplicationSpecification - Class in org.apache.tapestry.spec
Defines the configuration for a Tapestry application.
ApplicationSpecification() - Constructor for class org.apache.tapestry.spec.ApplicationSpecification
 
ApplicationSpecificationInitializer - Class in org.apache.tapestry.services.impl
Locates the application specification and informs the org.apache.tapestry.services.ServletInfoservice about it.
ApplicationSpecificationInitializer() - Constructor for class org.apache.tapestry.services.impl.ApplicationSpecificationInitializer
 
ApplicationStateManager - Interface in org.apache.tapestry.engine.state
 
ApplicationStateManagerImpl - Class in org.apache.tapestry.engine.state
This implementation expects to be pooled.
ApplicationStateManagerImpl() - Constructor for class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
applyTypeConstraint(String, Object, Class, Location) - Method in class org.apache.tapestry.spec.LibrarySpecification
Checks that an extension conforms to the supplied type constraint.
array(String, Object[]) - Method in interface org.apache.tapestry.describe.DescriptionReceiver
Emits a list of values for the key.
array(String, Object[]) - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
 
array(String, Object[]) - Method in class org.apache.tapestry.event.ReportStatusEvent
 
AsciiCharacterMatcher - Class in org.apache.tapestry.util.text
An object for matching a set of provided ASCII characters.
AsciiCharacterMatcher(String) - Constructor for class org.apache.tapestry.util.text.AsciiCharacterMatcher
Create a new ASCII character matcher for identifying the set of provided ASCII characters.
AsciiCharacterTranslator - Class in org.apache.tapestry.util.text
An object that translates selected ASCII characters into equivalent strings.
AsciiCharacterTranslator(String[][]) - Constructor for class org.apache.tapestry.util.text.AsciiCharacterTranslator
Creates and initializes a new translator that translates the provided ASCII characters into strings.
AsciiMarkupFilter - Class in org.apache.tapestry.markup
Wrapper around MarkupCharacterTranslator.
AsciiMarkupFilter() - Constructor for class org.apache.tapestry.markup.AsciiMarkupFilter
 
ASSET_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for asset names.
ASSET_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("asset") of a service used to access internal assets.
AssetBinding - Class in org.apache.tapestry.binding
A binding that is connected to an asset provided by a component.
AssetBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.AssetBinding
 
AssetBindingFactory - Class in org.apache.tapestry.binding
Factory for instances of AssetBinding.
AssetBindingFactory() - Constructor for class org.apache.tapestry.binding.AssetBindingFactory
 
AssetComparator - Class in org.apache.tapestry.asset
Used to guarantee that whenever present, the PATH key entry of an asset service link is always appended last in that path string.
AssetComparator() - Constructor for class org.apache.tapestry.asset.AssetComparator
 
AssetEncoder - Class in org.apache.tapestry.engine.encoders
Encoder for the AssetService that uses servlet path info to store the resource digest and the path to the resource.
AssetEncoder() - Constructor for class org.apache.tapestry.engine.encoders.AssetEncoder
 
AssetFactory - Interface in org.apache.tapestry.asset
A service which creates an asset.
AssetFactoryContribution - Class in org.apache.tapestry.asset
Contribution to the tapestry.asset.AssetFactories configuration point.
AssetFactoryContribution() - Constructor for class org.apache.tapestry.asset.AssetFactoryContribution
 
AssetService - Class in org.apache.tapestry.asset
A service for building URLs to and accessing IAssets.
AssetService() - Constructor for class org.apache.tapestry.asset.AssetService
 
AssetSource - Interface in org.apache.tapestry.asset
Used to create an IAsset instance for a particular asset path.
AssetSourceImpl - Class in org.apache.tapestry.asset
Implementation of the AssetSourceservice interface.
AssetSourceImpl() - Constructor for class org.apache.tapestry.asset.AssetSourceImpl
 
AssetSpecification - Class in org.apache.tapestry.spec
Defines an internal, external or private asset.
AssetSpecification() - Constructor for class org.apache.tapestry.spec.AssetSpecification
 
attach(IEngine, IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
Called by the engineto attach the page to itself.
attach(IEngine, IRequestCycle) - Method in interface org.apache.tapestry.IPage
Attaches the page to the engine.
attribute(String, int) - Method in class org.apache.tapestry.engine.NullWriter
 
attribute(String, String) - Method in class org.apache.tapestry.engine.NullWriter
 
attribute(String, boolean) - Method in class org.apache.tapestry.engine.NullWriter
 
attribute(String, int) - Method in interface org.apache.tapestry.IMarkupWriter
Writes an integer attribute into the currently open tag.
attribute(String, boolean) - Method in interface org.apache.tapestry.IMarkupWriter
Writes a boolean attribute into the currently open tag.
attribute(String, String) - Method in interface org.apache.tapestry.IMarkupWriter
Writes an attribute into the most recently opened tag.
attribute(String, int) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
attribute(String, boolean) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
attribute(String, String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
attribute(String, String, boolean) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.form.LinkSubmit
The name of an IRequestCycle attribute in which the current submit link is stored.
ATTRIBUTE_NAME - Static variable in interface org.apache.tapestry.IForm
Deprecated. To be removed; use TapestryUtils.FORM_ATTRIBUTEinstead.
attributeBeginEvent(String, int, int) - Method in class org.apache.tapestry.parse.TemplateParser
Notify that the beginning of an attribute value has been detected.
attributeEndEvent(int) - Method in class org.apache.tapestry.parse.TemplateParser
Notify that the end of the current attribute value has been detected.
AttributeHolder - Interface in org.apache.tapestry.web
Interface for objects that can hold attributes.
attributeRaw(String, String) - Method in class org.apache.tapestry.engine.NullWriter
 
attributeRaw(String, String) - Method in interface org.apache.tapestry.IMarkupWriter
Similar to IMarkupWriter.attribute(String, String)but no escaping of invalid elements is done for the value.
attributeRaw(String, String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
Autocompleter - Class in org.apache.tapestry.dojo.form
An html field similar to a select input field that is wrapped by a dojo ComboBox widget.
Autocompleter() - Constructor for class org.apache.tapestry.dojo.form.Autocompleter
 
AutowireWorker - Class in org.apache.tapestry.enhance
An enhancement worker which automatically injects HiveMind services into pages/components if exactly one service point exists which is compatible with the read-only property's type.
AutowireWorker(Module, Log) - Constructor for class org.apache.tapestry.enhance.AutowireWorker
 
AutowireWorkerFactory - Class in org.apache.tapestry.enhance
Constructs AutowireWorkers.
AutowireWorkerFactory() - Constructor for class org.apache.tapestry.enhance.AutowireWorkerFactory
 

B

back() - Method in class org.apache.tapestry.json.JSONTokener
Back up one character.
BANG - Static variable in class org.apache.tapestry.json.XML
The Character '!'.
BaseComponent - Class in org.apache.tapestry
Base implementation for most components that use an HTML template.
BaseComponent() - Constructor for class org.apache.tapestry.BaseComponent
 
BaseEngine - Class in org.apache.tapestry.engine
Concrete implementation of IEngine used for ordinary applications.
BaseEngine() - Constructor for class org.apache.tapestry.engine.BaseEngine
 
BasePage - Class in org.apache.tapestry.html
Base class for HTML pages.
BasePage() - Constructor for class org.apache.tapestry.html.BasePage
 
BasePropertyHolder - Class in org.apache.tapestry.util
Base class implementation for the IPropertyHolder interface.
BasePropertyHolder() - Constructor for class org.apache.tapestry.util.BasePropertyHolder
 
BaseRule - Class in org.apache.tapestry.util.xml
Base implementation of IRulethat does nothing.
BaseRule() - Constructor for class org.apache.tapestry.util.xml.BaseRule
 
BaseSessionStoreOptimized - Class in org.apache.tapestry
Base implementation of SessionStoreOptimized.
BaseSessionStoreOptimized() - Constructor for class org.apache.tapestry.BaseSessionStoreOptimized
 
BaseTagWriter - Class in org.apache.tapestry.services.impl
Contains code needed to render the <base> tag for pages.
BaseTagWriter() - Constructor for class org.apache.tapestry.services.impl.BaseTagWriter
 
BaseValidator - Class in org.apache.tapestry.form.validator
Abstract implementation of Validator.
BaseValidator() - Constructor for class org.apache.tapestry.form.validator.BaseValidator
 
BaseValidator(String) - Constructor for class org.apache.tapestry.form.validator.BaseValidator
 
BaseValidator - Class in org.apache.tapestry.valid
Abstract base class for IValidator.
BaseValidator() - Constructor for class org.apache.tapestry.valid.BaseValidator
Standard constructor.
BaseValidator(String) - Constructor for class org.apache.tapestry.valid.BaseValidator
Allow the validator to be initialized with a property initialization string.
BaseValidator(boolean) - Constructor for class org.apache.tapestry.valid.BaseValidator
 
BEAN_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for helper bean names.
BeanBinding - Class in org.apache.tapestry.binding
Binding whose value is a named bean provided by a component.
BeanBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.BeanBinding
 
BeanBindingFactory - Class in org.apache.tapestry.binding
 
BeanBindingFactory() - Constructor for class org.apache.tapestry.binding.BeanBindingFactory
 
BeanLifecycle - Class in org.apache.tapestry.spec
An enumeration of the different possible lifecycles for a JavaBean.
BeanPropertySelectionModel - Class in org.apache.tapestry.form
This class is a property selection model for an object list.
BeanPropertySelectionModel() - Constructor for class org.apache.tapestry.form.BeanPropertySelectionModel
Build an empty property selection model.
BeanPropertySelectionModel(List, String) - Constructor for class org.apache.tapestry.form.BeanPropertySelectionModel
Build a bean property selection model.
BeanPropertySelectionModel(Collection, String) - Constructor for class org.apache.tapestry.form.BeanPropertySelectionModel
Build a bean property selection model.
BeanProvider - Class in org.apache.tapestry.bean
Basic implementation of the IBeanProvider interface.
BeanProvider(IComponent) - Constructor for class org.apache.tapestry.bean.BeanProvider
 
BeanProviderPropertyAccessor - Class in org.apache.tapestry.bean
Adapts a IBeanProvider to OGNL by exposing the named beans provided by the provider as read-only properties of the provider.
BeanProviderPropertyAccessor() - Constructor for class org.apache.tapestry.bean.BeanProviderPropertyAccessor
 
BeanSpecification - Class in org.apache.tapestry.spec
A specification of a helper bean for a component.
BeanSpecification() - Constructor for class org.apache.tapestry.spec.BeanSpecification
 
BeanValidatorWrapper - Class in org.apache.tapestry.form.validator
Implementation of Validator that delegates to a managed bean obtained from a component.
BeanValidatorWrapper(IComponent, String) - Constructor for class org.apache.tapestry.form.validator.BeanValidatorWrapper
 
beforeBodyRender(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class org.apache.tapestry.link.DefaultLinkRenderer
Invoked after the href attribute has been written but before the body of the link is rendered (but only if the link is not disabled).
beforeParse(char[], ITemplateParserDelegate, Resource) - Method in class org.apache.tapestry.parse.TemplateParser
perform default initialization of the parser.
begin(String) - Method in class org.apache.tapestry.engine.NullWriter
 
begin(String) - Method in interface org.apache.tapestry.IMarkupWriter
Closes any existing tag then starts a new element.
begin(String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
begin(String, Map) - Method in class org.apache.tapestry.parse.SpecificationParser
 
BEGIN_COMMENT - Static variable in class org.apache.tapestry.util.ScriptUtils
XML cdata start.
beginBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DefaultResponseBuilder
Marks the beginning of the core body script.
beginBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
Marks the beginning of the core body script.
beginBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.JSONResponseBuilder
Marks the beginning of the core body script.
beginBodyScript(IRequestCycle) - Method in interface org.apache.tapestry.services.ResponseBuilder
Marks the beginning of the core body script.
beginEmpty(String) - Method in class org.apache.tapestry.engine.NullWriter
 
beginEmpty(String) - Method in interface org.apache.tapestry.IMarkupWriter
Starts an element that will not later be matched with an end() call.
beginEmpty(String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
beginPageRender() - Method in class org.apache.tapestry.AbstractPage
 
beginPageRender() - Method in interface org.apache.tapestry.IPage
Invoked before a partial render of the page occurs (this happens when rewinding a Formwithin the page).
beginRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.form.IPropertySelectionRenderer
Begins the rendering of the PropertySelection.
beginRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.RadioPropertySelectionRenderer
Writes the <table> element.
beginRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.SelectPropertySelectionRenderer
Writes the <select> element.
beginResponse(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
Deprecated. To be removed in 4.0. Implement PageRenderListenerinstead.
beginResponse(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IPage
Invoked just before rendering of the page is initiated.
BinaryDumpOutputStream - Class in org.apache.tapestry.util.io
A kind of super-formatter.
BinaryDumpOutputStream() - Constructor for class org.apache.tapestry.util.io.BinaryDumpOutputStream
Creates a PrintWriter for System.out.
BinaryDumpOutputStream(PrintWriter) - Constructor for class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
BinaryDumpOutputStream(Writer) - Constructor for class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
BindingBeanInitializer - Class in org.apache.tapestry.bean
An IBeanInitializer implementation that uses an IBinding to obtain the value which will be assigned to the bean property.
BindingBeanInitializer(BindingSource) - Constructor for class org.apache.tapestry.bean.BindingBeanInitializer
 
BindingConstants - Class in org.apache.tapestry.binding
Constant values related to bindings.
BindingConstants() - Constructor for class org.apache.tapestry.binding.BindingConstants
 
BindingException - Exception in org.apache.tapestry
A general exception describing an IBinding and an IComponent.
BindingException(String, IBinding) - Constructor for exception org.apache.tapestry.BindingException
 
BindingException(String, IBinding, Throwable) - Constructor for exception org.apache.tapestry.BindingException
 
BindingException(String, Object, Location, IBinding, Throwable) - Constructor for exception org.apache.tapestry.BindingException
 
BindingFactory - Interface in org.apache.tapestry.binding
Creates a new instance of IBinding.
BindingPrefixContribution - Class in org.apache.tapestry.services.impl
Contribution to the tapestry.bindings.BindingFactories configuration point.
BindingPrefixContribution() - Constructor for class org.apache.tapestry.services.impl.BindingPrefixContribution
 
bindings - Variable in class org.apache.tapestry.spec.ContainedComponent
 
BindingSource - Interface in org.apache.tapestry.binding
Used to convert a binding string (from a template or a specification) into an instance of IBinding.
BindingSourceImpl - Class in org.apache.tapestry.services.impl
Implementation of the tapestry.bindings.BindingSource service.
BindingSourceImpl() - Constructor for class org.apache.tapestry.services.impl.BindingSourceImpl
 
BindingSpecification - Class in org.apache.tapestry.spec
Stores a binding specification, which identifies the static value or OGNL expression for the binding.
BindingSpecification() - Constructor for class org.apache.tapestry.spec.BindingSpecification
 
BindingType - Class in org.apache.tapestry.spec
Defines the different types of bindings possible for a component.
Block - Class in org.apache.tapestry.components
Prevents its contents from being rendered until triggered by an RenderBlock component.
Block() - Constructor for class org.apache.tapestry.components.Block
 
BlockRenderer - Class in org.apache.tapestry.components
An implementation of IRender that renders a Block component.
BlockRenderer(Block) - Constructor for class org.apache.tapestry.components.BlockRenderer
Creates a new BlockRenderer that will render the content of the argument.
Body - Class in org.apache.tapestry.html
The body of a Tapestry page.
Body() - Constructor for class org.apache.tapestry.html.Body
 
BODY_SCRIPT - Static variable in interface org.apache.tapestry.services.ResponseBuilder
 
BooleanAdaptor - Class in org.apache.tapestry.util.io
Squeezes a Boolean.
BooleanAdaptor() - Constructor for class org.apache.tapestry.util.io.BooleanAdaptor
 
BooleanArrayToIteratorConverter - Class in org.apache.tapestry.coerce
Converts primitive arrays of booleans to a Iterator (of a List of ) Boolean.
BooleanArrayToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.BooleanArrayToIteratorConverter
 
BooleanArrayToListConverter - Class in org.apache.tapestry.coerce
Converts primitive arrays of booleans to a Iterator (of a List of ) Boolean.
BooleanArrayToListConverter() - Constructor for class org.apache.tapestry.coerce.BooleanArrayToListConverter
 
BREAK - Static variable in class org.apache.tapestry.html.InsertTextMode
Mode where each line (after the first) is preceded by a <br> tag.
BROWSER_LOG_CRITICAL - Static variable in class org.apache.tapestry.dojo.AjaxShellDelegate
Client side critical log level.
BROWSER_LOG_DEBUG - Static variable in class org.apache.tapestry.dojo.AjaxShellDelegate
Client side debug log level.
BROWSER_LOG_ERROR - Static variable in class org.apache.tapestry.dojo.AjaxShellDelegate
Client side error log level.
BROWSER_LOG_INFO - Static variable in class org.apache.tapestry.dojo.AjaxShellDelegate
Client side info log level.
BROWSER_LOG_WARNING - Static variable in class org.apache.tapestry.dojo.AjaxShellDelegate
Client side warning log level.
BrowserEvent - Class in org.apache.tapestry.event
Represents a client side generated browser event.
BrowserEvent(IRequestCycle) - Constructor for class org.apache.tapestry.event.BrowserEvent
Creates a new browser event that will extract its own parameters.
BrowserEvent(String, EventTarget) - Constructor for class org.apache.tapestry.event.BrowserEvent
Creates a new browser event with the specified name/target properties.
buildChange(String, Object) - Static method in class org.apache.tapestry.record.RecordUtils
Builds a PropertyChange instance for the given key and value pulled from the WebSession.
buildChangeKey(String, String, String, String, String) - Static method in class org.apache.tapestry.record.RecordUtils
Builds a change key, used to identify the change within the WebSession.
buildClientElementReference(String) - Static method in class org.apache.tapestry.TapestryUtils
Converts a clientId into a client-side DOM reference; i.e.
buildDateTooEarlyMessage(IFormComponent, String) - Method in class org.apache.tapestry.valid.DateValidator
 
buildDateTooLateMessage(IFormComponent, String) - Method in class org.apache.tapestry.valid.DateValidator
 
buildDescription(Throwable) - Method in class org.apache.tapestry.util.exception.ExceptionAnalyzer
 
buildDisallowedProtocolMessage(IFormComponent) - Method in class org.apache.tapestry.valid.UrlValidator
 
buildInvalidDateFormatMessage(IFormComponent) - Method in class org.apache.tapestry.valid.DateValidator
 
buildInvalidEmailFormatMessage(IFormComponent) - Method in class org.apache.tapestry.valid.EmailValidator
 
buildInvalidIntegerFormatMessage(IFormComponent) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildInvalidNumericFormatMessage(IFormComponent) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildInvalidUrlFormatMessage(IFormComponent) - Method in class org.apache.tapestry.valid.UrlValidator
 
buildKey(IEngine, String) - Method in class org.apache.tapestry.pageload.PageSource
Builds a key for a named page in the application's current locale.
buildKey(IPage) - Method in class org.apache.tapestry.pageload.PageSource
Builds a key from an existing page, using the page's name and locale.
buildMessage(ValidationMessages, IFormComponent, String) - Method in class org.apache.tapestry.form.translator.AbstractTranslator
 
buildMessage(ValidationMessages, IFormComponent) - Method in class org.apache.tapestry.form.validator.MaxLength
 
buildMessage(ValidationMessages, IFormComponent) - Method in class org.apache.tapestry.form.validator.MinLength
 
buildMinimumLengthMessage(IFormComponent) - Method in class org.apache.tapestry.valid.EmailValidator
 
buildMinimumLengthMessage(IFormComponent) - Method in class org.apache.tapestry.valid.StringValidator
 
buildMinimumLengthMessage(IFormComponent) - Method in class org.apache.tapestry.valid.UrlValidator
 
buildNumberRangeMessage(IFormComponent, Number, Number) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildNumberTooLargeMessage(IFormComponent, Number) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildNumberTooSmallMessage(IFormComponent, Number) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildParameterMap() - Method in class org.apache.tapestry.multipart.AbstractMultipartDecoder
 
buildRangeMessage(IFormComponent, Number, Number) - Method in class org.apache.tapestry.valid.AbstractNumericValidator
 
buildRequiredMessage(IFormComponent) - Method in class org.apache.tapestry.valid.BaseValidator
Builds an error message indicating a value for a required field was not supplied.
buildURL() - Method in class org.apache.tapestry.asset.ContextAsset
Generates a URL for the client to retrieve the asset.
buildURL() - Method in class org.apache.tapestry.asset.ExternalAsset
Simply returns the URL of the external asset.
buildURL() - Method in class org.apache.tapestry.asset.PrivateAsset
Gets the localized version of the resource.
buildURL() - Method in interface org.apache.tapestry.IAsset
Returns a URL for the asset, ready to be inserted into the output HTML.
Button - Class in org.apache.tapestry.form
Implements a component that manages an HTML <input type=button> form element.
Button() - Constructor for class org.apache.tapestry.form.Button
 
ByteAdaptor - Class in org.apache.tapestry.util.io
Squeezes a Byte.
ByteAdaptor() - Constructor for class org.apache.tapestry.util.io.ByteAdaptor
 
BYTESTREAM_PREFIX - Static variable in class org.apache.tapestry.record.PersistentPropertyDataEncoderImpl
Prefix on the MIME encoding that indicates that the encoded data is not encoded.

C

cachedResource(URL) - Method in class org.apache.tapestry.asset.AssetService
Checks if the resource contained within the specified URL has a modified time greater than the request header value of If-Modified-Since.
canClaimAsReadOnlyProperty(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Checks to see if the specified property can be claimed as read only.
canClaimAsReadOnlyProperty(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
Checks to see if the specified property can be claimed as read only.
canProvideBean(String) - Method in class org.apache.tapestry.bean.BeanProvider
 
canProvideBean(String) - Method in interface org.apache.tapestry.IBeanProvider
Returns true if the provider can provide the named bean.
canProvideListener(String) - Method in interface org.apache.tapestry.listener.ListenerMap
Returns true if this ListenerMapImpl can provide a listener with the given name.
canProvideListener(String) - Method in class org.apache.tapestry.listener.ListenerMapImpl
 
Card - Class in org.apache.tapestry.wml
A deck contains a collection of cards.
Card() - Constructor for class org.apache.tapestry.wml.Card
 
CDL - Class in org.apache.tapestry.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
ChangeKey - Class in org.apache.tapestry.record
Used to identify a property change.
ChangeKey(String, String) - Constructor for class org.apache.tapestry.record.ChangeKey
 
ChangeObserver - Interface in org.apache.tapestry.event
May observe changes in an object's properties.
CHAR_CODE - Static variable in class org.apache.tapestry.event.BrowserEvent
 
CharacterAdaptor - Class in org.apache.tapestry.util.io
Squeezes a Character.
CharacterAdaptor() - Constructor for class org.apache.tapestry.util.io.CharacterAdaptor
 
characters(char[], int, int) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Accumulates the content in a buffer; the concatinated content is provided to the top rule just before any start or end tag.
CharArrayToIteratorConverter - Class in org.apache.tapestry.coerce
 
CharArrayToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.CharArrayToIteratorConverter
 
CharArrayToListConverter - Class in org.apache.tapestry.coerce
 
CharArrayToListConverter() - Constructor for class org.apache.tapestry.coerce.CharArrayToListConverter
 
checkActiveLock() - Method in class org.apache.tapestry.AbstractComponent
 
Checkbox - Class in org.apache.tapestry.form
Implements a component that manages an HTML <input type=checkbox> form element.
Checkbox() - Constructor for class org.apache.tapestry.form.Checkbox
 
checkError() - Method in class org.apache.tapestry.engine.NullWriter
Always returns false.
checkError() - Method in interface org.apache.tapestry.IMarkupWriter
Invokes checkError() on the PrintWriter used to format output.
checkError() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
checkExtension(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
Returns true if the named extension exists (or can be instantiated), returns false if the named extension has no specification.
checkExtension(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
Returns true if this library specification has a specification for the named extension.
checkMethodInvocation(Object, String, Object) - Static method in class org.apache.tapestry.Tapestry
Checks to see if a particular method has been invoked.
checkRequired(IFormComponent, String) - Method in class org.apache.tapestry.valid.BaseValidator
Invoked to check if the value is null.
checkSet(Set) - Method in class org.apache.tapestry.form.ListEditMap
Returns true if the set contains the current key.
checkValueSetForLastValue(Set) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
Checks the set to see if it contains the last value.
claimProperty(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Claims a property.
claimProperty(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
claimReadonlyProperty(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Claims a property as read-only.
claimReadonlyProperty(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
ClassFinder - Interface in org.apache.tapestry.services
Used to search for a class within a list of packages.
ClassFinderImpl - Class in org.apache.tapestry.services.impl
Implemenation of service tapestry.ClassFinder.
ClassFinderImpl() - Constructor for class org.apache.tapestry.services.impl.ClassFinderImpl
 
classForName(String, Map) - Method in class org.apache.tapestry.services.impl.OgnlClassResolver
 
ClasspathAssetFactory - Class in org.apache.tapestry.asset
Creates instances of PrivateAsset, which are the holders of classpath: resources.
ClasspathAssetFactory() - Constructor for class org.apache.tapestry.asset.ClasspathAssetFactory
 
ClasspathResourceFactory - Interface in org.apache.tapestry.services
Used to create new instances of ClasspathResource.
ClasspathResourceFactoryImpl - Class in org.apache.tapestry.services.impl
Implementation of ClasspathResourceFactory.
ClasspathResourceFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.ClasspathResourceFactoryImpl
 
cleanup() - Method in class org.apache.tapestry.engine.RequestCycle
Called at the end of the request cycle (i.e., after all responses have been sent back to the client), to release all pages loaded during the request cycle.
cleanup() - Method in interface org.apache.tapestry.IRequestCycle
Invoked after the request cycle is no longer needed, to release any resources it may have.
cleanup() - Method in class org.apache.tapestry.multipart.AbstractMultipartDecoder
 
cleanup(HttpServletRequest) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
Invoked to release any resources needed by tghe decoder.
cleanup() - Method in interface org.apache.tapestry.multipart.MultipartDecoder
Cleans up any temporary resources created during the request processing.
cleanup() - Method in class org.apache.tapestry.multipart.UploadPart
Deletes the external content file, if one exists.
cleanup() - Method in class org.apache.tapestry.multipart.ValuePart
Does nothing.
CLEANUP_AFTER_RENDER_SIGNATURE - Static variable in class org.apache.tapestry.enhance.EnhanceUtils
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)after the component renders.
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.components.Foreach
Deprecated.  
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.Form
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.LinkSubmit
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.RadioGroup
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.Select
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.html.Body
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.html.Script
 
cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.link.AbstractLinkComponent
 
cleanupAfterRequest(IRequestCycle) - Method in class org.apache.tapestry.engine.AbstractEngine
Invoked at the end of the request cycle to release any resources specific to the request cycle.
clear() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
Clears all properties of the converter, returning it to a pristine state.
clear() - Method in class org.apache.tapestry.util.IdAllocator
Clears the allocator, resetting it to freshly allocated state.
clear() - Method in class org.apache.tapestry.util.RegexpMatcher
Clears any previously compiled patterns.
clear() - Method in interface org.apache.tapestry.valid.IValidationDelegate
Clears all tracking information.
clear() - Method in class org.apache.tapestry.valid.ValidationDelegate
 
clearErrors() - Method in interface org.apache.tapestry.valid.IValidationDelegate
Clears all errors, but maintains user input.
clearErrors() - Method in class org.apache.tapestry.valid.ValidationDelegate
 
clearMethodInvocations() - Static method in class org.apache.tapestry.Tapestry
Clears the list of method invocations.
CLICK - Static variable in class org.apache.tapestry.components.LinkEventType
Type for onClick.
ClientPropertyPersistenceScope - Interface in org.apache.tapestry.record
Service tapestry.persist.ClientPropertyPersistenceScope.
ClientPropertyPersistenceStrategy - Class in org.apache.tapestry.record
Service tapestry.persist.ClientPropertyPersistenceStrategy.
ClientPropertyPersistenceStrategy() - Constructor for class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
 
close() - Method in class org.apache.tapestry.engine.NullWriter
 
close() - Method in interface org.apache.tapestry.IMarkupWriter
Closes this IMarkupWriter.
close() - Method in interface org.apache.tapestry.json.IJSONWriter
Causes any un-ended blocks to be closed, as well as any reasources associated with writer to be flushed/written.
close() - Method in class org.apache.tapestry.markup.JSONWriterImpl
Causes any un-ended blocks to be closed, as well as any reasources associated with writer to be flushed/written.
close() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
close() - Method in class org.apache.tapestry.markup.NestedMarkupWriterImpl
Closes the internal CharArrayWriter, then captures its content and invokes IMarkupWriter.printRaw(String) on the parent markup writer (the writer that created this writer).
CLOSE - Static variable in class org.apache.tapestry.parse.TokenType
The closing tag of an element.
close(InputStream) - Static method in class org.apache.tapestry.Tapestry
Closes the stream (if not null), ignoring any IOExceptionthrown.
close() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
close() - Method in class org.apache.tapestry.util.io.TeeOutputStream
 
close() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
closeTag() - Method in class org.apache.tapestry.engine.NullWriter
 
closeTag() - Method in interface org.apache.tapestry.IMarkupWriter
Closes the most recently opened element by writing the '>' that ends it.
closeTag() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
CloseToken - Class in org.apache.tapestry.parse
Represents the closing tag of a component element in the template.
CloseToken(String, Location) - Constructor for class org.apache.tapestry.parse.CloseToken
 
coerce(Number) - Method in class org.apache.tapestry.valid.NumberValidator.NumberStrategy
Invoked when comparing two Numbers of different types.
coerceValue(Object, Class) - Method in interface org.apache.tapestry.coerce.ValueConverter
Performs a conversion of a value to a particular type.
coerceValue(Object, Class) - Method in class org.apache.tapestry.coerce.ValueConverterImpl
 
collection(String, Collection) - Method in interface org.apache.tapestry.describe.DescriptionReceiver
As with DescriptionReceiver.array(String, Object[]), but the values are in a collection (which may be null, to emit nothing).
collection(String, Collection) - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
 
collection(String, Collection) - Method in class org.apache.tapestry.event.ReportStatusEvent
 
CollectionToBooleanConverter - Class in org.apache.tapestry.coerce
Converts from Collectionto Boolean; a non-empty collection is true.
CollectionToBooleanConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToBooleanConverter
 
CollectionToIteratorConverter - Class in org.apache.tapestry.coerce
 
CollectionToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToIteratorConverter
 
CollectionToListConverter - Class in org.apache.tapestry.coerce
 
CollectionToListConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToListConverter
 
comment(String) - Method in class org.apache.tapestry.engine.NullWriter
 
comment(String) - Method in interface org.apache.tapestry.IMarkupWriter
Writes an XML/HTML comment.
comment(String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
commit() - Method in interface org.apache.tapestry.engine.IPageRecorder
Persists all changes that have been accumulated.
commit() - Method in class org.apache.tapestry.record.PageRecorderImpl
 
commitPageChanges() - Method in class org.apache.tapestry.engine.RequestCycle
Invokes IPageRecorder.commit()on each page recorder loaded during the request cycle (even recorders marked for discard).
commitPageChanges() - Method in interface org.apache.tapestry.IRequestCycle
Invoked just before rendering the response page to get all page recorderstouched in this request cycle to commit their changes (save them to persistant storage).
compare(Object, Object) - Method in class org.apache.tapestry.asset.AssetComparator
compare(Number, Number) - Method in class org.apache.tapestry.valid.NumberValidator.NumberStrategy
 
compilePattern(String) - Method in class org.apache.tapestry.util.RegexpMatcher
 
COMPONENT - Static variable in class org.apache.tapestry.services.ServiceConstants
The id path to the component within the page.
COMPONENT_ALIAS_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for component type (which was known as an "alias" in earlier versions of Tapestry).
COMPONENT_ID_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for component ids.
COMPONENT_TYPE_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for component types (i.e., the type attribute of the <component> element).
ComponentAddress - Class in org.apache.tapestry.util
The ComponentAddress class contains the path to a component, allowing it to locate an instance of that component in a different IRequestCycle.
ComponentAddress(IComponent) - Constructor for class org.apache.tapestry.util.ComponentAddress
Creates a new ComponentAddress object that carries the identification information of the given component (the page name and the ID path).
ComponentAddress(String, String) - Constructor for class org.apache.tapestry.util.ComponentAddress
Creates a new ComponentAddress using the given Page Name and ID Path.
ComponentAddress(INamespace, String, String) - Constructor for class org.apache.tapestry.util.ComponentAddress
Creates a new ComponentAddress using the given Page Name and ID Path relative on the provided Namespace.
ComponentAddressAdaptor - Class in org.apache.tapestry.util.io
Squeezes a org.apache.tapestry.ComponentAddress.
ComponentAddressAdaptor() - Constructor for class org.apache.tapestry.util.io.ComponentAddressAdaptor
 
ComponentBinding - Class in org.apache.tapestry.binding
A binding where the path is the id of a child component.
ComponentBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.ComponentBinding
 
ComponentBindingFactory - Class in org.apache.tapestry.binding
Factory for ComponentBindinginstances, which are mapped to the "component:" prefix.
ComponentBindingFactory() - Constructor for class org.apache.tapestry.binding.ComponentBindingFactory
 
ComponentClassProvider - Interface in org.apache.tapestry.pageload
Determines the name of a page class based on information inside a ComponentClassProviderContext.
ComponentClassProviderContext - Class in org.apache.tapestry.pageload
Contains information needed when trying to determine the name of a page or component class.
ComponentClassProviderContext(String, IComponentSpecification, INamespace) - Constructor for class org.apache.tapestry.pageload.ComponentClassProviderContext
 
ComponentConstructor - Interface in org.apache.tapestry.services
Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables.
ComponentConstructorFactory - Interface in org.apache.tapestry.services
tapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around EnhancementOperation, used to take a base component class and provide an enhanced subclass of it.
ComponentConstructorFactoryImpl - Class in org.apache.tapestry.services.impl
Implementation of the ComponentConstructorFactory service interface.
ComponentConstructorFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl
 
ComponentConstructorImpl - Class in org.apache.tapestry.enhance
 
ComponentConstructorImpl(Constructor, Object[], String, Location) - Constructor for class org.apache.tapestry.enhance.ComponentConstructorImpl
News instance of this class.
ComponentEventConnectionWorker - Class in org.apache.tapestry.services.impl
Implementation that handles connecting events to listener method invocations.
ComponentEventConnectionWorker() - Constructor for class org.apache.tapestry.services.impl.ComponentEventConnectionWorker
 
ComponentEventInvoker - Class in org.apache.tapestry.services.impl
Managed and handles invoking listener methods for components in response to requested event listener invocations.
ComponentEventInvoker() - Constructor for class org.apache.tapestry.services.impl.ComponentEventInvoker
 
ComponentEventProperty - Class in org.apache.tapestry.internal.event
Represents a configured listener/event(s) binding for a a component and the events that may be optionally listened for on the client browser.
ComponentEventProperty(String) - Constructor for class org.apache.tapestry.internal.event.ComponentEventProperty
Creates a new component event property with the specified component id.
ComponentMessages - Class in org.apache.tapestry.services.impl
Implementation of Messages.
ComponentMessages(Locale, Properties) - Constructor for class org.apache.tapestry.services.impl.ComponentMessages
 
ComponentMessagesSource - Interface in org.apache.tapestry.services
Defines an object that can provide a component with its Messages.
ComponentMessagesSourceImpl - Class in org.apache.tapestry.services.impl
Service used to access localized properties for a component.
ComponentMessagesSourceImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl
 
ComponentPropertySource - Interface in org.apache.tapestry.services
Enapsulates the logic for searching for component meta-data.
ComponentPropertySourceImpl - Class in org.apache.tapestry.services.impl
Implementation of tapestry.props.ComponentPropertySource.
ComponentPropertySourceImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
 
ComponentRenderWorker - Interface in org.apache.tapestry.services
Interface that defines the chain of render workers that will be invoked after all IComponent render invocations.
ComponentSpecification - Class in org.apache.tapestry.spec
A specification for a component, as read from an XML specification file.
ComponentSpecification() - Constructor for class org.apache.tapestry.spec.ComponentSpecification
 
ComponentSpecificationResolver - Interface in org.apache.tapestry.resolver
Service interface for locating component specifications.
ComponentSpecificationResolverImpl - Class in org.apache.tapestry.resolver
Utility class that understands the rules of component types (which may optionally have a library prefix) and can resolve the type to a INamespaceand a IComponentSpecification.
ComponentSpecificationResolverImpl() - Constructor for class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
 
ComponentTemplate - Class in org.apache.tapestry.parse
Enapsulates a parsed component template, allowing access to the tokens parsed.
ComponentTemplate(char[], TemplateToken[]) - Constructor for class org.apache.tapestry.parse.ComponentTemplate
Creates a new ComponentTemplate.
ComponentTemplateLoader - Interface in org.apache.tapestry.services
Service interface for tapestry.page.ComponentTemplateLoader; responsible for finding and integrating a component (or page) template with the component (or page) instance.
ComponentTemplateLoaderImpl - Class in org.apache.tapestry.services.impl
Utility service, tapestry.page.ComponentTemplateLoader, which will process the component's template, which involves working through the nested structure of the template and hooking the various static template blocks and components together using IComponent.addBody(IRender)and ITemplateComponent.addOuter(IRender).
ComponentTemplateLoaderImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl
 
ComponentTemplateLoaderLogic - Class in org.apache.tapestry.services.impl
Contains the logic from ComponentTemplateLoaderImpl, which creates one of these instances to process the request.
ComponentTemplateLoaderLogic(Log, IPageLoader, BindingSource) - Constructor for class org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic
 
ComponentTreeWalker - Class in org.apache.tapestry.pageload
Walks through the tree of components and invokes the visitors on each of of the components in the tree.
ComponentTreeWalker(IComponentVisitor[]) - Constructor for class org.apache.tapestry.pageload.ComponentTreeWalker
 
CompoundMatcher - Class in org.apache.tapestry.util.text
Combine a set of character matchers.
CompoundMatcher(ICharacterMatcher[]) - Constructor for class org.apache.tapestry.util.text.CompoundMatcher
Create a new object that will match a character if any of the provided objects matches it.
Conditional - Class in org.apache.tapestry.components
A conditional element on a page which will render its wrapped elements zero or one times.
Conditional() - Constructor for class org.apache.tapestry.components.Conditional
 
configureParserFactory(SAXParserFactory) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Configures a SAXParserFactorybefore SAXParserFactory.newSAXParser()is invoked.
CONSISTENCY - Static variable in class org.apache.tapestry.valid.ValidationConstraint
Indicates a consistency error, usually between too different fields.
Constants - Class in org.apache.tapestry
Constant values used inside Tapestry.
Constants() - Constructor for class org.apache.tapestry.Constants
 
constructErrorHandler(ServletConfig) - Method in class org.apache.tapestry.ApplicationServlet
Invoked by ApplicationServlet.constructRegistry(ServletConfig) to create and return an ErrorHandler instance to be used when constructing the Registry (and then to handle any runtime exceptions).
constructFormNameForActionService(String) - Method in class org.apache.tapestry.form.Form
Construct a form name for use with the action service.
constructFormNameForActionService(String) - Method in class org.apache.tapestry.wml.Go
 
constructLink(IEngineService, boolean, Map, boolean) - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
 
constructLink(IEngineService, boolean, Map, boolean) - Method in interface org.apache.tapestry.services.LinkFactory
Constructs an ILink.
constructNewEngineInstance(Locale) - Method in interface org.apache.tapestry.services.EngineFactory
Creates and initializes a new engine instance for the specified locale.
constructNewEngineInstance(Locale) - Method in class org.apache.tapestry.services.impl.EngineFactoryImpl
 
constructParameterName(String) - Method in class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
 
constructParameterName(String) - Method in interface org.apache.tapestry.record.ClientPropertyPersistenceScope
Constructs a parameter name for a particular page name.
constructParser() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Uses SAXParserFactoryto create a instance of a validation SAX2 parser.
constructQualifiedName(String) - Method in class org.apache.tapestry.engine.Namespace
 
constructQualifiedName(String) - Method in interface org.apache.tapestry.INamespace
Constructs a qualified name for the given simple page name by applying the correct prefix (if any).
constructRegistry(ServletConfig) - Method in class org.apache.tapestry.ApplicationServlet
Invoked from ApplicationServlet.init(ServletConfig)to construct the Registry to be used by the application.
constructServiceParameters(Object) - Static method in class org.apache.tapestry.link.DirectLink
Converts a service parameters value to an array of objects.
constructURL(ILinkComponent, IRequestCycle) - Method in class org.apache.tapestry.link.AbsoluteLinkRenderer
 
constructURL(ILinkComponent, IRequestCycle) - Method in class org.apache.tapestry.link.DefaultLinkRenderer
Converts the EngineServiceLink into a URI or URL.
constructURL(String, String, String, int) - Method in interface org.apache.tapestry.services.AbsoluteURLBuilder
Constructs a URL from the given URI (that is, service path), schema, server and port.
constructURL(String) - Method in interface org.apache.tapestry.services.AbsoluteURLBuilder
Constructs a URL, defaulting scheme, server and port to the values for the current request.
constructURL(String, String, String, int) - Method in class org.apache.tapestry.services.impl.AbsoluteURLBuilderImpl
 
constructURL(String) - Method in class org.apache.tapestry.services.impl.AbsoluteURLBuilderImpl
 
constructValidatorList(IComponent, String) - Method in interface org.apache.tapestry.form.validator.ValidatorFactory
Constructs a new (immutable) List of Validator, or returns a previously constructed List.
constructValidatorList(IComponent, String) - Method in class org.apache.tapestry.form.validator.ValidatorFactoryImpl
 
ContainedComponent - Class in org.apache.tapestry.spec
Defines a contained component.
ContainedComponent() - Constructor for class org.apache.tapestry.spec.ContainedComponent
 
CONTAINER - Static variable in class org.apache.tapestry.services.ServiceConstants
The name of the page containing the component; this is only specified when the component is contained by a page other than the activate page (ServiceConstants.PAGE).
contains(String, String) - Method in class org.apache.tapestry.util.RegexpMatcher
 
contains(String, String) - Method in interface org.apache.tapestry.valid.PatternDelegate
Answers the question whether the input string fulfills the pattern string provided.
containsComponentType(String) - Method in class org.apache.tapestry.engine.Namespace
 
containsComponentType(String) - Method in interface org.apache.tapestry.INamespace
Returns true if the namespace contains the indicated component type.
containsPage(String) - Method in class org.apache.tapestry.engine.Namespace
 
containsPage(String) - Method in interface org.apache.tapestry.INamespace
Returns true if this namespace contains the specified page name.
containsResource(String) - Method in interface org.apache.tapestry.asset.ResourceMatcher
Checks for the existance of a resource pattern that matches the incoming path string.
containsResource(String) - Method in class org.apache.tapestry.asset.ResourceMatcherImpl
Checks for the existance of a resource pattern that matches the incoming path string.
content(RuleDirectedParser, String) - Method in class org.apache.tapestry.util.xml.BaseRule
 
content(RuleDirectedParser, String) - Method in interface org.apache.tapestry.util.xml.IRule
Invoked when real content is found.
CONTENT_TYPE - Static variable in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
The content type of the response that will be returned.
ContentType - Class in org.apache.tapestry.util
Represents an HTTP content type.
ContentType() - Constructor for class org.apache.tapestry.util.ContentType
Creates a new empty content type.
ContentType(String) - Constructor for class org.apache.tapestry.util.ContentType
Creates a new content type from the argument.
ContextAsset - Class in org.apache.tapestry.asset
An asset whose path is relative to the ServletContextcontaining the application.
ContextAsset(String, Resource, Location, IRequestCycle) - Constructor for class org.apache.tapestry.asset.ContextAsset
 
ContextAssetFactory - Class in org.apache.tapestry.asset
All "context:" prefixed asset paths are interpreted relative to the web context (the web application's root folder).
ContextAssetFactory() - Constructor for class org.apache.tapestry.asset.ContextAssetFactory
 
convertArrayToMap(Object[]) - Static method in class org.apache.tapestry.Tapestry
Converts an even-sized array of objects back into a Map.
convertMapToArray(Map) - Static method in class org.apache.tapestry.Tapestry
Converts a Map to an even-sized array of key/value pairs.
convertSetToList(Set) - Method in class org.apache.tapestry.form.ListEditMap
Invoked to convert a set into a List.
convertTapestryIdToNMToken(String) - Static method in class org.apache.tapestry.TapestryUtils
A Tapestry component id is a little more liberal than an XML NMTOKEN.
convertTypeName(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Converts a type name (an object class name, a primtive name, or an array) into the corresponding Class object.
convertTypeName(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.BooleanArrayToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.BooleanArrayToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.CharArrayToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.CharArrayToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.IntArrayToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.IntArrayToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.IteratorToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.MapToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.NumberToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectArrayToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectArrayToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToIteratorConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToListConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToStringConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.StringToBooleanConverter
 
convertValue(Object) - Method in class org.apache.tapestry.coerce.StringToPropertySelectionModelConverter
 
convertValue(Object) - Method in interface org.apache.tapestry.coerce.TypeConverter
Converts the value.
convertValue(Object) - Method in class org.apache.tapestry.coerce.TypeConverterWrapper
 
Cookie - Class in org.apache.tapestry.json
Convert a web browser cookie specification to a JSONObject and back.
CookieList - Class in org.apache.tapestry.json
Convert a web browser cookie list string to a JSONObject and back.
CookieSource - Interface in org.apache.tapestry.services
Used by other services to obtain cookie values for the current request.
CookieSourceImpl - Class in org.apache.tapestry.services.impl
Implementation of the CookieSourceservice interface.
CookieSourceImpl() - Constructor for class org.apache.tapestry.services.impl.CookieSourceImpl
 
CookieStrategy - Class in org.apache.tapestry.describe
 
CookieStrategy() - Constructor for class org.apache.tapestry.describe.CookieStrategy
 
copyInformalBindings(IComponent, IComponent) - Static method in class org.apache.tapestry.Tapestry
Copys all informal bindingsfrom a source component to the destination component.
createAbsoluteAsset(String, Locale, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
Creates a new asset relative to the root of the domain defined by the type of asset.
createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
 
createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
 
createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
 
createAccessorMethodName(String) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
 
createApplicationSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of ApplicationSpecification.
createAsset(Resource, String, Locale, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
Creates a new asset relative to an existing asset.
createAsset(Resource, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
Creates a new asset based on a known resource.
createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
 
createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
 
createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
 
createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
 
createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
 
createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
 
createAssetSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Returns a new instance of IAssetSpecification.
createBeanSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a new instance of IBeanSpecification.
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.AssetBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.BeanBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in interface org.apache.tapestry.binding.BindingFactory
Creates a new binding instance.
createBinding(IComponent, String, String, String, Location) - Method in interface org.apache.tapestry.binding.BindingSource
Creates a new binding.
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.ComponentBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.HiveMindBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.ListenerBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.LiteralBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.MessageBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.OGNLBindingFactory
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.StateBindingFactory
 
createBinding(IComponent) - Method in class org.apache.tapestry.enhance.InitialValueBindingCreator
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.form.translator.TranslatorBindingFactory
Deprecated.  
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.form.validator.ValidatorsBindingFactory
 
createBinding(IComponent, String, String, String, Location) - Method in class org.apache.tapestry.services.impl.BindingSourceImpl
 
createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.valid.ValidatorBindingFactory
Creates and returns a ValidatorBinding.
createBindingBeanInitializer(BindingSource) - Method in class org.apache.tapestry.spec.SpecFactory
 
createBindingSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
 
createBuilder(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DefaultResponseContributorImpl
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createBuilder(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DojoAjaxResponseContributorImpl
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createBuilder(IRequestCycle) - Method in class org.apache.tapestry.services.impl.JSONResponseContributorImpl
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createBuilder(IRequestCycle) - Method in interface org.apache.tapestry.services.ResponseContributor
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createClassResolver() - Method in class org.apache.tapestry.ApplicationServlet
Invoked from ApplicationServlet.init(ServletConfig)to create a resource resolver for the servlet (which will utlimately be shared and used through the application).
createCloseToken(String, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
 
createComponentSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of IComponentSpecification.
createContainedComponent() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of IContainedComponent.
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.enhance.AutowireWorkerFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.ExtensionLookupFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.InjectedValueProviderFactory
 
createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.SymbolSourcesPropertySourceFactory
 
createExtensionSpecification(ClassResolver, ValueConverter) - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of IExtensionSpecification.
createImplicitComponent(IRequestCycle, IComponent, String, String, Location) - Method in interface org.apache.tapestry.engine.IPageLoader
Invoked to create an implicit component (one which is defined in the containing component's template, rather that in the containing component's specification).
createImplicitComponent(IRequestCycle, IComponent, String, String, Location) - Method in class org.apache.tapestry.pageload.PageLoader
Invoked to create an implicit component (one which is defined in the containing component's template, rather that in the containing component's specification).
createInjectSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
 
createLibrarySpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates an instance of LibrarySpecification.
createListenerMethodInvoker(String, Method[]) - Method in class org.apache.tapestry.listener.ListenerMapSourceImpl
This implementation returns a new ListenerMethodInvoker.
createLocalizationToken(String, String, boolean, Map, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
 
createMutatorMethodName(String) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
 
createNoSuchComponentException(IComponent, String, Location) - Static method in class org.apache.tapestry.Tapestry
 
createNullBindingException(IBinding) - Static method in class org.apache.tapestry.Tapestry
Creates an exception indicating the binding value is null.
createOpenToken(String, String, String, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
 
createPageRecorder(IPage) - Method in interface org.apache.tapestry.record.PageRecorderSource
 
createParameterSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of ParameterSpecification.
createPropertySpecification() - Method in class org.apache.tapestry.spec.SpecFactory
Creates a concrete instance of IPropertySpecification.
CreatePropertyWorker - Class in org.apache.tapestry.test
Forces the creation of a property, overrriding an existing implementation.
CreatePropertyWorker(String, Location) - Constructor for class org.apache.tapestry.test.CreatePropertyWorker
 
createReadOnlyBindingException(IBinding) - Method in class org.apache.tapestry.binding.AbstractBinding
 
createRenderOnlyPropertyException(IComponent, String) - Static method in class org.apache.tapestry.Tapestry
 
createRequiredParameterException(IComponent, String) - Static method in class org.apache.tapestry.Tapestry
 
createSimpleAccessor(EnhancementOperation, String, String, Class, Location) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
 
createSimpleMutator(EnhancementOperation, String, String, Class, Location) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
 
createStateObject() - Method in class org.apache.tapestry.engine.state.DefaultGlobalStateObjectFactory
 
createStateObject() - Method in class org.apache.tapestry.engine.state.InstantiateClassStateObjectFactory
 
createStateObject() - Method in class org.apache.tapestry.engine.state.NamedClassStateObjectFactory
 
createStateObject() - Method in interface org.apache.tapestry.engine.state.StateObjectFactory
 
createTextToken(char[], int, int, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
 
createUnitTestSqueezer(ClassResolver) - Static method in class org.apache.tapestry.util.io.DataSqueezerUtil
Returns a data squeezer with a set of basic adaptors, ready to be used by JUnit-tests.
createUnitTestSqueezer() - Static method in class org.apache.tapestry.util.io.DataSqueezerUtil
Returns a data squeezer with a set of basic adaptors, ready to be used by JUnit-tests.
createUnmodifiableSet(Set) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
Converts a value set into a returnable value; null is converted to the empty set, and non-null is wrapped as unmodifiable.
createUnwrapExpression(EnhancementOperation, String, Class) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
Builds a Javassist expression for unwrapping a binding's value to a type (either primitive or a class type).
Creator - Class in org.apache.tapestry.test
A utility class that is used to instantiate abstract Tapestry pages and components.
Creator() - Constructor for class org.apache.tapestry.test.Creator
 
CRLF - Static variable in class org.apache.tapestry.json.HTTP
Carriage return/line feed.

D

DataSqueezer - Interface in org.apache.tapestry.services
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields.
DataSqueezerFilter - Interface in org.apache.tapestry.services
 
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.
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 HttpServletRequestthat 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 IRequestDecoderhas 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 DecodedRequestto 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 PropertyChanges.
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
 
DefaultParserDelegate - Class in org.apache.tapestry.services.impl
Default implementation of ITemplateParserDelegate.
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
Companion to the For component, this class is an implementation of IPrimaryKeyConverter that performs some additional handling, such as tracking value sets..
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
 
DefaultResponseBuilder - Class in org.apache.tapestry.services.impl
Class that implements JSON responses in tapestry.
DefaultResponseBuilder(IMarkupWriter) - Constructor for class org.apache.tapestry.services.impl.DefaultResponseBuilder
Used in testing only.
DefaultResponseBuilder(RequestLocaleManager, MarkupWriterSource, WebResponse, ComponentRenderWorker) - Constructor for class org.apache.tapestry.services.impl.DefaultResponseBuilder
Creates a new response builder with the required services it needs to render the response when DefaultResponseBuilder.renderResponse(IRequestCycle) is called.
DefaultResponseContributorImpl - Class in org.apache.tapestry.services.impl
Determines if incoming request is a valid dojo request via the javascript added parameter of "dojoRequest" = "true".
DefaultResponseContributorImpl() - Constructor for class org.apache.tapestry.services.impl.DefaultResponseContributorImpl
 
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 DeferredObjectImplinstances.
DeferredObjectTranslator() - Constructor for class org.apache.tapestry.services.impl.DeferredObjectTranslator
 
DeferredScript - Interface in org.apache.tapestry.enhance
A wrapper around IScriptSource that will obtain an IScript instance as needed.
DeferredScriptImpl - Class in org.apache.tapestry.enhance
 
DeferredScriptImpl(Resource, IScriptSource, Location) - Constructor for class org.apache.tapestry.enhance.DeferredScriptImpl
 
dehexchar(char) - Static method in class org.apache.tapestry.json.JSONTokener
Get the hex value of a character (base16).
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
An object that can describe its properties to a DescriptionReceiver.
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 HTMLDescriberto 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_EVENT_SERVICE - Static variable in class org.apache.tapestry.Tapestry
Almost identical to the direct service, except specifically for handling browser level events.
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.
DirectEventService - Class in org.apache.tapestry.engine
Implementation of the direct event service, which encodes the page and component id in the service context, and passes application-defined parameters as well.
DirectEventService() - Constructor for class org.apache.tapestry.engine.DirectEventService
 
DirectEventServiceParameter - Class in org.apache.tapestry.engine
Parameter object used by DirectEventService.
DirectEventServiceParameter(IDirectEvent) - Constructor for class org.apache.tapestry.engine.DirectEventServiceParameter
 
DirectEventServiceParameter(IDirectEvent, Object[]) - Constructor for class org.apache.tapestry.engine.DirectEventServiceParameter
 
DirectEventServiceParameter(IDirectEvent, Object[], String[], boolean) - Constructor for class org.apache.tapestry.engine.DirectEventServiceParameter
Creates a new direct service parameter map.
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
Parameter object used by DirectService.
DirectServiceParameter(IDirect) - Constructor for class org.apache.tapestry.engine.DirectServiceParameter
 
DirectServiceParameter(IDirect, Object[]) - Constructor for class org.apache.tapestry.engine.DirectServiceParameter
 
DirectServiceParameter(IDirect, Object[], String[], boolean) - Constructor for class org.apache.tapestry.engine.DirectServiceParameter
Creates a new direct service parameter map.
DisableCachingFilter - Class in org.apache.tapestry.services.impl
Filter whose job is to invoke ResetEventHub.fireResetEvent()after the request has been processed.
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
As of 4.0, just a synonym for RequestCycle.forgetPage(String).
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
Iterates over the InjectSpecifications and locates and delegates to a InjectEnhancementWorker for each one.
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
Invokes ApplicationServlet.doService(HttpServletRequest, HttpServletResponse).
DOJO_AJAX_HEADER - Static variable in class org.apache.tapestry.services.impl.DojoAjaxResponseContributorImpl
 
DojoAjaxResponseBuilder - Class in org.apache.tapestry.services.impl
Main class that handles dojo based ajax responses.
DojoAjaxResponseBuilder(IMarkupWriter, List) - Constructor for class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
Creates a builder with a pre-configured IMarkupWriter.
DojoAjaxResponseBuilder(RequestLocaleManager, MarkupWriterSource, WebResponse, String) - Constructor for class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
Creates a new response builder with the required services it needs to render the response when DojoAjaxResponseBuilder.renderResponse(IRequestCycle) is called.
DojoAjaxResponseContributorImpl - Class in org.apache.tapestry.services.impl
Handles determining dojo ajax requests.
DojoAjaxResponseContributorImpl() - Constructor for class org.apache.tapestry.services.impl.DojoAjaxResponseContributorImpl
 
DojoUtils - Class in org.apache.tapestry.dojo
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry.ApplicationServlet
Invokes ApplicationServlet.doService(HttpServletRequest, HttpServletResponse).
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
 

E

ELEMENT_TYPE - Static variable in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
The response element type.
ElseBean - Class in org.apache.tapestry.components
 
ElseBean() - Constructor for class org.apache.tapestry.components.ElseBean
 
Email - Class in org.apache.tapestry.form.validator
Validates that the user input, a string, is an email address (by checking it against a regular expression).
Email() - Constructor for class org.apache.tapestry.form.validator.Email
 
Email(String) - Constructor for class org.apache.tapestry.form.validator.Email
 
EMAIL_FORMAT - Static variable in class org.apache.tapestry.valid.ValidationConstraint
Indicates a general error in the format of a string that is to be interpreted as a email.
EmailValidator - Class in org.apache.tapestry.valid
Simple validation of email strings, to enforce required, and minimum length (maximum length is enforced in the client browser, by setting a maximum input length on the text field).
EmailValidator() - Constructor for class org.apache.tapestry.valid.EmailValidator
 
EmailValidator(String) - Constructor for class org.apache.tapestry.valid.EmailValidator
Initializes the EmailValidator with properties defined by the initializer.
emitEventHandlers(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Go
This component doesn't support event handlers.
emitEventManagerInitialization(String) - Method in class org.apache.tapestry.form.FormSupportImpl
Pre-renders the form, setting up some client-side form support.
emitEventManagerInitialization() - Method in class org.apache.tapestry.wml.GoFormSupportImpl
 
encode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.AssetEncoder
 
encode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.DirectServiceEncoder
 
encode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.PageServiceEncoder
 
encode(ServiceEncoding) - Method in class org.apache.tapestry.engine.encoders.ServiceExtensionEncoder
 
encode(ServiceEncoding) - Method in interface org.apache.tapestry.engine.ServiceEncoder
Invoked by the LinkFactory to encode the request.
encodePageChanges(List) - Method in interface org.apache.tapestry.record.PersistentPropertyDataEncoder
Encodes a (possibly empty) list of PropertyChanges into a string representation that can later be decoded.
encodePageChanges(List) - Method in class org.apache.tapestry.record.PersistentPropertyDataEncoderImpl
 
encodeURL(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
encodeURL(String) - Method in interface org.apache.tapestry.IRequestCycle
Passes the String through HttpServletResponse.encodeURL(java.lang.String), which ensures that the session id is encoded in the URL (if necessary).
encodeURL(String) - Method in class org.apache.tapestry.web.ServletWebResponse
 
encodeURL(String) - Method in interface org.apache.tapestry.web.WebResponse
Encodes a URL, which adds information to the URL needed to ensure that the request triggered by the URL will be associated with the current session (if any).
ENCODING_KEY - Static variable in class org.apache.tapestry.services.impl.DefaultResponseBuilder
Inside a ContentType, the output encoding is called "charset".
ENCODING_KEY - Static variable in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
Inside a ContentType, the output encoding is called "charset".
ENCODING_KEY - Static variable in class org.apache.tapestry.services.impl.JSONResponseBuilder
Inside a ContentType, the output encoding is called "charset".
end() - Method in class org.apache.tapestry.engine.NullWriter
 
end(String) - Method in class org.apache.tapestry.engine.NullWriter
 
end() - Method in interface org.apache.tapestry.IMarkupWriter
Ends the element most recently started by .
end(String) - Method in interface org.apache.tapestry.IMarkupWriter
Ends the most recently started element with the given name.
end() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
end(String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
end(String) - Method in class org.apache.tapestry.parse.SpecificationParser
 
END_COMMENT - Static variable in class org.apache.tapestry.util.ScriptUtils
XML character data end.
endBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DefaultResponseBuilder
Marks the end of the body block being called.
endBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
Marks the end of the body block being called.
endBodyScript(IRequestCycle) - Method in class org.apache.tapestry.services.impl.JSONResponseBuilder
Marks the end of the body block being called.
endBodyScript(IRequestCycle) - Method in interface org.apache.tapestry.services.ResponseBuilder
Marks the end of the body block being called.
endElement(RuleDirectedParser) - Method in class org.apache.tapestry.script.InitRule
 
endElement(RuleDirectedParser) - Method in class org.apache.tapestry.script.ScriptRule
 
endElement(RuleDirectedParser) - Method in class org.apache.tapestry.script.UniqueRule
 
endElement(RuleDirectedParser) - Method in class org.apache.tapestry.util.xml.BaseRule
 
endElement(RuleDirectedParser) - Method in interface org.apache.tapestry.util.xml.IRule
Invoked just after the rule is popped off the rule stack.
endElement(String, String, String) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Pops the top rule off the stack and invokes IRule#endElementt(RuleDirectedParser).
endPageRender() - Method in class org.apache.tapestry.AbstractPage
 
endPageRender() - Method in interface org.apache.tapestry.IPage
Invoked after a partial render of the page occurs (this happens when rewinding a Formwithin the page).
endRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.form.IPropertySelectionRenderer
Ends the rendering of the PropertySelection.
endRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.RadioPropertySelectionRenderer
Closes the <table> element.
endRender(PropertySelection, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.SelectPropertySelectionRenderer
Closes the <select> element.
EngineFactory - Interface in org.apache.tapestry.services
Responsible for creating new instance of IEngine.
EngineFactoryImpl - Class in org.apache.tapestry.services.impl
Standard implementation of EngineFactory service.
EngineFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.EngineFactoryImpl
 
EngineManager - Interface in org.apache.tapestry.services
Service responsible for obtaining instances of IEngine to service the current request.
EngineManagerImpl - Class in org.apache.tapestry.services.impl
Implementation of service EngineManager.
EngineManagerImpl() - Constructor for class org.apache.tapestry.services.impl.EngineManagerImpl
 
EngineMessages - Class in org.apache.tapestry.engine
 
EngineServiceContribution - Class in org.apache.tapestry.services.impl
Maps an engine service to a name.
EngineServiceContribution() - Constructor for class org.apache.tapestry.services.impl.EngineServiceContribution
 
EngineServiceInnerProxy - Class in org.apache.tapestry.services.impl
Inner proxy that actually resolves the engine service using the EngineServiceSource, then replaces itself in the outer proxy.
EngineServiceInnerProxy(String, EngineServiceOuterProxy, EngineServiceSource) - Constructor for class org.apache.tapestry.services.impl.EngineServiceInnerProxy
 
EngineServiceLink - Class in org.apache.tapestry.engine
A EngineServiceLink represents a possible action within the client web browser; either clicking a link or submitting a form, which is constructed primarily from the servlet path, with some additional query parameters.
EngineServiceLink(IRequestCycle, String, String, URLCodec, WebRequest, Map, boolean) - Constructor for class org.apache.tapestry.engine.EngineServiceLink
Creates a new EngineServiceLink.
EngineServiceObjectProvider - Class in org.apache.tapestry.services.impl
Provides the implementation of the "engine-service:" prefix, were the locator is simply the name of an engine service.
EngineServiceObjectProvider() - Constructor for class org.apache.tapestry.services.impl.EngineServiceObjectProvider
 
EngineServiceOuterProxy - Class in org.apache.tapestry.services.impl
Outer proxy for engine services.
EngineServiceOuterProxy(String) - Constructor for class org.apache.tapestry.services.impl.EngineServiceOuterProxy
 
EngineServiceSource - Interface in org.apache.tapestry.services.impl
Interface that allows IEngineService proxies to be converted to real instances.
EngineUtils - Class in org.apache.tapestry.engine
Utilities needed by engine services and etc.
EnhancedClassValidator - Interface in org.apache.tapestry.enhance
 
EnhancedClassValidatorImpl - Class in org.apache.tapestry.enhance
Validates that an enhanced class is correct; checks that all inherited abstract methods are, in fact, implemented in the class.
EnhancedClassValidatorImpl() - Constructor for class org.apache.tapestry.enhance.EnhancedClassValidatorImpl
 
EnhancementOperation - Interface in org.apache.tapestry.enhance
A process object representing enhancements to a component class.
EnhancementOperationImpl - Class in org.apache.tapestry.enhance
Implementation of EnhancementOperationthat knows how to collect class changes from enhancements.
EnhancementOperationImpl(ClassResolver, IComponentSpecification, Class, ClassFactory, Log) - Constructor for class org.apache.tapestry.enhance.EnhancementOperationImpl
 
EnhancementWorker - Interface in org.apache.tapestry.enhance
A worker that is employed by the ComponentConstructorFactory to perform some enhancement.
EnhanceUtils - Class in org.apache.tapestry.enhance
Convienience methods needed by various parts of the enhancement subsystem.
enquote(String) - Static method in class org.apache.tapestry.TapestryUtils
Enquotes a string within single quotes, ready for insertion as part of a block of JavaScript.
ensureValidScriptTags(String) - Static method in class org.apache.tapestry.util.ScriptUtils
Takes any tags found in the specified input string and replaces their contents into one large block (meaning if multiple script blocks are found, they will be turned into one), with the addition of ScriptUtils.BEGIN_COMMENT inserted before the logic block and ScriptUtils.END_COMMENT inserted after the logic block.
enterActiveState() - Method in class org.apache.tapestry.AbstractComponent
 
enterActiveState() - Method in interface org.apache.tapestry.IComponent
Invoked after IComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification)to switch the component from its initial construction state into its active state.
entity - Static variable in class org.apache.tapestry.json.XMLTokener
The table of entity values.
EQ - Static variable in class org.apache.tapestry.json.XML
The Character '='.
equals(Object) - Method in class org.apache.tapestry.enhance.InitialValueBindingCreator
This method is just implemented for testing purposes.
equals(Object) - Method in class org.apache.tapestry.internal.event.EventBoundListener
equals(Object) - Method in class org.apache.tapestry.markup.JSONWriterImpl
equals(Object) - Method in class org.apache.tapestry.record.ChangeKey
 
equals(Object) - Method in class org.apache.tapestry.record.PropertyChangeImpl
 
equals(Object) - Method in class org.apache.tapestry.util.ComponentAddress
 
equals(Object) - Method in class org.apache.tapestry.util.ContentType
Returns true only if the other object is another instance of ContentType, and has the ssame baseType, subType and set of parameters.
equals(Object) - Method in class org.apache.tapestry.util.DescribedLocation
A DescribedLocation is equal to another only if their resources are equal, and their descriptions are equal.
equals(Object) - Method in class org.apache.tapestry.util.MultiKey
Returns true if.
error(SAXParseException) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Throws the exception.
ERROR_FIELD - Static variable in class org.apache.tapestry.valid.ValidationConstants
 
ErrorMessages - Class in org.apache.tapestry.error
 
escape(String) - Static method in class org.apache.tapestry.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.apache.tapestry.json.XML
Replace special characters with XML escapes.
EstablishDefaultParameterValuesVisitor - Class in org.apache.tapestry.pageload
For all parameters in the examined component that have default values, but are not bound, automatically add an ExpressionBinding with the default value.
EstablishDefaultParameterValuesVisitor() - Constructor for class org.apache.tapestry.pageload.EstablishDefaultParameterValuesVisitor
 
evaluate(String) - Method in interface org.apache.tapestry.script.ScriptSession
Evaluates an OGNL expression, where the root object for the expression is the symbols map.
evaluate(String, Class) - Method in interface org.apache.tapestry.script.ScriptSession
Evaluates an expression and coerces the result to a particlar type.
evaluate(String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
evaluate(String, Class) - Method in class org.apache.tapestry.script.ScriptSessionImpl
 
evaluateCondition() - Method in class org.apache.tapestry.components.Conditional
 
evaluateCondition(IRequestCycle, IForm, boolean) - Method in class org.apache.tapestry.components.IfBean
 
evaluateFullSourceIterator() - Method in class org.apache.tapestry.components.ForBean
Returns a new iterator of the values in 'fullSource'.
evaluateSourceIterator() - Method in class org.apache.tapestry.components.ForBean
Returns a new iterator of the values in 'source'.
EvenOdd - Class in org.apache.tapestry.bean
Used to emit a stream of alterating string values: "even", "odd", etc.
EvenOdd() - Constructor for class org.apache.tapestry.bean.EvenOdd
 
EventBoundListener - Class in org.apache.tapestry.internal.event
Provides a mapping for listener methods that are bound to events, used internally by ComponentEventProperty.
EventBoundListener(String, String) - Constructor for class org.apache.tapestry.internal.event.EventBoundListener
Creates a new listener binding.
EventBoundListener(String, String, boolean, String) - Constructor for class org.apache.tapestry.internal.event.EventBoundListener
Creates a new listener binding.
EventTarget - Class in org.apache.tapestry.event
Represents a browser generated event "target".
EventTarget(Map) - Constructor for class org.apache.tapestry.event.EventTarget
Creates a new target with an immutable set of properties.
Exception - Class in org.apache.tapestry.pages
Default exception reporting page.
Exception() - Constructor for class org.apache.tapestry.pages.Exception
 
EXCEPTION_TYPE - Static variable in class org.apache.tapestry.services.impl.DojoAjaxResponseBuilder
The response exception type.
ExceptionAnalyzer - Class in org.apache.tapestry.util.exception
Analyzes an exception, creating one or more ExceptionDescriptions from it.
ExceptionAnalyzer() - Constructor for class org.apache.tapestry.util.exception.ExceptionAnalyzer
 
ExceptionDescription - Class in org.apache.tapestry.util.exception
A description of an Exception.
ExceptionDescription(String, String, ExceptionProperty[], String[]) - Constructor for class org.apache.tapestry.util.exception.ExceptionDescription
 
ExceptionDisplay - Class in org.apache.tapestry.html
Component used to display an already formatted exception.
ExceptionDisplay() - Constructor for class org.apache.tapestry.html.ExceptionDisplay
 
ExceptionPresenter - Interface in org.apache.tapestry.error
Invoked by the IEngine if there's an uncaught exception (checked or runtime) processing a request.
ExceptionPresenterImpl - Class in org.apache.tapestry.error
 
ExceptionPresenterImpl() - Constructor for class org.apache.tapestry.error.ExceptionPresenterImpl
 
ExceptionProperty - Class in org.apache.tapestry.util.exception
Captures a name/value property pair from an exception.
ExceptionProperty(String, Object) - Constructor for class org.apache.tapestry.util.exception.ExceptionProperty
 
execute(IRequestCycle, IScriptProcessor, Map) - Method in interface org.apache.tapestry.IScript
Executes the script, which will read and modify the symbols Map.
execute(IRequestCycle, IScriptProcessor, Map) - Method in class org.apache.tapestry.script.ParsedScript
Creates the ScriptSessionImpland invokes AbstractToken.writeChildren(java.lang.StringBuffer, org.apache.tapestry.script.ScriptSession).
exists(String) - Method in class org.apache.tapestry.engine.state.ApplicationScopeManager
 
exists(String) - Method in interface org.apache.tapestry.engine.state.ApplicationStateManager
Checks to see if the named object exists.
exists(String) - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
exists(String) - Method in class org.apache.tapestry.engine.state.SessionScopeManager
 
exists() - Method in interface org.apache.tapestry.engine.state.StateObjectManager
Returns true if the application state object exists (i.e., a value has been stored).
exists() - Method in class org.apache.tapestry.engine.state.StateObjectManagerImpl
 
exists(String) - Method in interface org.apache.tapestry.engine.state.StateObjectPersistenceManager
 
ExpressionBinding - Class in org.apache.tapestry.binding
Implements a dynamic binding, based on evaluating an expression using an expression language.
ExpressionBinding(String, Location, ValueConverter, IComponent, String, ExpressionEvaluator, ExpressionCache) - Constructor for class org.apache.tapestry.binding.ExpressionBinding
Creates a ExpressionBindingfrom the root object and an OGNL expression.
ExpressionCache - Interface in org.apache.tapestry.services
Cache of compiled OGNL expressions.
ExpressionCacheImpl - Class in org.apache.tapestry.services.impl
 
ExpressionCacheImpl() - Constructor for class org.apache.tapestry.services.impl.ExpressionCacheImpl
 
ExpressionEvaluator - Interface in org.apache.tapestry.services
Wrapper around the OGNL library.
ExpressionEvaluatorImpl - Class in org.apache.tapestry.services.impl
 
ExpressionEvaluatorImpl() - Constructor for class org.apache.tapestry.services.impl.ExpressionEvaluatorImpl
 
extendDescription(StringBuffer) - Method in class org.apache.tapestry.binding.AbstractBinding
Does nothing, subclasses may override to add additional information.
extendDescription(StringBuffer) - Method in class org.apache.tapestry.binding.ListenerMethodBinding
 
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.parse.CloseToken
 
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.parse.OpenToken
 
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.parse.TemplateToken
Overridden in subclasses to append additional fields (defined in the subclass) to the description.
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.parse.TextToken
 
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.spec.ApplicationSpecification
 
extendDescription(ToStringBuilder) - Method in class org.apache.tapestry.spec.LibrarySpecification
Does nothing, subclasses may override to add additional description.
EXTENDED_IDENTIFIER_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
 
EXTENDED_PROPERTY_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Extended version of Tapestry.SIMPLE_PROPERTY_NAME_PATTERN, but allows a series of individual property names, seperated by periods.
ExtendedReader - Class in org.apache.tapestry.util.text
A Reader that provides some additional functionality, such as peek().
ExtendedReader(Reader) - Constructor for class org.apache.tapestry.util.text.ExtendedReader
Creates a new extended reader that reads from the provided object.
extendMethodImplementation(Class, MethodSignature, String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Allows for a kind of distributed construction of a particular method, within a particular interface.
extendMethodImplementation(Class, MethodSignature, String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
EXTENSION_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Per5 pattern for extension names.
ExtensionLookupFactory - Class in org.apache.tapestry.services.impl
An implementation of ServiceImplementationFactorythat looks for a service implementation provided as an application extension.
ExtensionLookupFactory() - Constructor for class org.apache.tapestry.services.impl.ExtensionLookupFactory
 
ExtensionLookupParameter - Class in org.apache.tapestry.services.impl
Parameters to the ExtensionLookupFactory service implementation factory.
ExtensionLookupParameter() - Constructor for class org.apache.tapestry.services.impl.ExtensionLookupParameter
 
ExtensionSpecification - Class in org.apache.tapestry.spec
Defines an "extension", which is much like a helper bean, but is part of a library or application specification (and has the same lifecycle as the application).
ExtensionSpecification(ClassResolver, ValueConverter) - Constructor for class org.apache.tapestry.spec.ExtensionSpecification
 
EXTERNAL_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("external") of a service that a allows IExternalPage to be selected.
ExternalAsset - Class in org.apache.tapestry.asset
A reference to an external URL.
ExternalAsset(String, Location) - Constructor for class org.apache.tapestry.asset.ExternalAsset
 
ExternalCallback - Class in org.apache.tapestry.callback
A callback for returning to an IExternalPage.
ExternalCallback(String, Object[]) - Constructor for class org.apache.tapestry.callback.ExternalCallback
Creates a new ExternalCallback for the named IExternalPage.
ExternalCallback(IExternalPage, Object[]) - Constructor for class org.apache.tapestry.callback.ExternalCallback
Creates a new ExternalCallback for the page.
ExternalLink - Class in org.apache.tapestry.link
A component for creating a link to IExternalPageusing the ExternalService.
ExternalLink() - Constructor for class org.apache.tapestry.link.ExternalLink
 
ExternalResource - Class in org.apache.tapestry.asset
Corresponds to the ExternalAsset.
ExternalResource(String, Locale) - Constructor for class org.apache.tapestry.asset.ExternalResource
 
ExternalService - Class in org.apache.tapestry.engine
The external service enables external applications to reference Tapestry pages via a URL.
ExternalService() - Constructor for class org.apache.tapestry.engine.ExternalService
 
ExternalServiceParameter - Class in org.apache.tapestry.engine
Parameter for the ExternalService.
ExternalServiceParameter(String) - Constructor for class org.apache.tapestry.engine.ExternalServiceParameter
 
ExternalServiceParameter(String, Object[]) - Constructor for class org.apache.tapestry.engine.ExternalServiceParameter
 
extractListenerParameters(IRequestCycle) - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
 
extractListenerParameters(IRequestCycle) - Method in interface org.apache.tapestry.services.LinkFactory
A secondary function of the service is to convert encoded (aka "squeezed") listener parameters back into an array of Objects.
extractLocaleForCurrentRequest() - Method in class org.apache.tapestry.services.impl.RequestLocaleManagerImpl
 
extractLocaleForCurrentRequest() - Method in interface org.apache.tapestry.services.RequestLocaleManager
Determines the locale to use for processing the current request.
extractPageName(String) - Method in class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
 
extractPageName(String) - Method in interface org.apache.tapestry.record.ClientPropertyPersistenceScope
Extracts a page name from a query parameter name.
extractPropertyType(EnhancementOperation, String, String) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
Returns the correct class for a property to be enhanced into a class.

F

fatalError(SAXParseException) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Throws the exception.
FIELD_FOCUS_ATTRIBUTE - Static variable in class org.apache.tapestry.form.FormSupportImpl
Attribute set to true when a field has been focused; used to prevent conflicting JavaScript for field focusing from being emitted.
FIELD_SYMBOL - Static variable in class org.apache.tapestry.valid.BaseValidator
Input Symbol used to represent the field being validated.
FieldLabel - Class in org.apache.tapestry.valid
Used to label an IFormComponent.
FieldLabel() - Constructor for class org.apache.tapestry.valid.FieldLabel
 
FieldTracking - Class in org.apache.tapestry.valid
Default implementation of IFieldTracking.
finalizeParameters(IEngineService, Map) - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
 
findAsset(Resource, String, Locale, Location) - Method in interface org.apache.tapestry.asset.AssetSource
Finds an asset relative to some existing resource (typically, a page, component or library specification).
findAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.AssetSourceImpl
 
findChildLibrarySpecification(Resource, String, Location) - Method in class org.apache.tapestry.services.impl.NamespaceResourcesImpl
 
findChildLibrarySpecification(Resource, String, Location) - Method in interface org.apache.tapestry.services.NamespaceResources
Finds a child library specification for some parent library specification.
findClass(String, String) - Method in interface org.apache.tapestry.services.ClassFinder
Searches for a class within a list of packages, which always includes the default package.
findClass(String, String) - Method in class org.apache.tapestry.services.impl.ClassFinderImpl
 
findComponent(IRequestCycle) - Method in class org.apache.tapestry.util.ComponentAddress
Finds a component with the current address using the given RequestCycle.
findComponentSpecification(IRequestCycle, INamespace, String) - Method in interface org.apache.tapestry.resolver.ISpecificationResolverDelegate
Invoked by PageSpecificationResolver to find the indicated component specification.
findCurrentTracking() - Method in class org.apache.tapestry.valid.ValidationDelegate
Finds or creates the field tracking for the ValidationDelegate.setFormComponent(IFormComponent)  current component.
findLocalization(Resource, Locale) - Method in class org.apache.tapestry.l10n.DefaultResourceLocalizer
Invokes Resource.getLocalization(java.util.Locale).
findLocalization(Resource, Locale) - Method in interface org.apache.tapestry.l10n.ResourceLocalizer
Finds and returns a localization of a root resource for the indicated locale.
findMessage(String) - Method in class org.apache.tapestry.services.impl.ComponentMessages
 
findNamespaceForId(INamespace, String) - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
 
findPageSpecification(IRequestCycle, INamespace, String) - Method in interface org.apache.tapestry.resolver.ISpecificationResolverDelegate
Invoked by PageSpecificationResolver to find the indicated page specification.
findTemplate(IRequestCycle, IComponent, Locale) - Method in interface org.apache.tapestry.engine.ITemplateSourceDelegate
Invoked by the ITemplateSource when a template can't be found by normal means (i.e., in the normal locations).
findUnclaimedAbstractProperties() - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Returns a list of the names of existing properties that are not claimed and which have abstract accessor methods.
findUnclaimedAbstractProperties() - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
findValueCaselessly(String, Map) - Method in class org.apache.tapestry.parse.TemplateParser
Searches a Map for given key, caselessly.
findValueWithStringRep(Iterator, Iterator, Map, String, ForBean.RepSource) - Method in class org.apache.tapestry.components.ForBean
Attempt to find a value in 'source' or 'fullSource' that generates the provided string representation.
findValueWithStringRepInIterator(Iterator, Map, String, ForBean.RepSource) - Method in class org.apache.tapestry.components.ForBean
Attempt to find a value in the provided collection that generates the required string representation.
FINISH_LOAD_SIGNATURE - Static variable in class org.apache.tapestry.enhance.EnhanceUtils
 
finishLoad(IRequestCycle, IPageLoader, IComponentSpecification) - Method in class org.apache.tapestry.AbstractComponent
Invokes AbstractComponent.finishLoad().
finishLoad() - Method in class org.apache.tapestry.AbstractComponent
Invoked, as a convienience, from AbstractComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification).
finishLoad(IRequestCycle, IPageLoader, IComponentSpecification) - Method in class org.apache.tapestry.BaseComponent
Loads the template for the component, then invokes AbstractComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification).
finishLoad() - Method in class org.apache.tapestry.html.InsertText
Sets the mode parameter property to its default, InsertTextMode.BREAK.
finishLoad(IRequestCycle, IPageLoader, IComponentSpecification) - Method in interface org.apache.tapestry.IComponent
Allows a component to finish any setup after it has been constructed.
finishLoad() - Method in class org.apache.tapestry.link.AbstractLinkComponent
Sets the renderer parameter property to its default value DefaultLinkRenderer.SHARED_INSTANCE.
finishUp() - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
 
finishUp() - Method in interface org.apache.tapestry.describe.RootDescriptionReciever
Invoked after one object has been fully described.
fireObservedChange(IComponent, String, Object) - Static method in class org.apache.tapestry.Tapestry
Method used by pages and components to send notifications about property changes.
firePageAttached() - Method in class org.apache.tapestry.AbstractPage
 
firePageAttached() - Method in interface org.apache.tapestry.IPage
Used to explicitly fire PageAttachListeners for this page.
firePageBeginRender() - Method in class org.apache.tapestry.AbstractPage
 
firePageDetached() - Method in class org.apache.tapestry.AbstractPage
 
firePageEndRender() - Method in class org.apache.tapestry.AbstractPage
 
firePageValidate() - Method in class org.apache.tapestry.AbstractPage
 
fireReportStatus(IMarkupWriter) - Method in interface org.apache.tapestry.describe.ReportStatusHub
Generates an HTML status report by invoking ReportStatusListener.reportStatus(ReportStatusEvent) on each registered listener.
fireReportStatus(IMarkupWriter) - Method in class org.apache.tapestry.describe.ReportStatusHubImpl
 
fireResetEvent() - Method in class org.apache.tapestry.services.impl.ResetEventHubImpl
 
fireResetEvent() - Method in interface org.apache.tapestry.services.ResetEventHub
Notifies registered listeners.
FloatAdaptor - Class in org.apache.tapestry.util.io
Squeezes a Float.
FloatAdaptor() - Constructor for class org.apache.tapestry.util.io.FloatAdaptor
 
FloatingPane - Class in org.apache.tapestry.dojo.html
Implementation of dojo's FloatingPane.
FloatingPane() - Constructor for class org.apache.tapestry.dojo.html.FloatingPane
 
flush() - Method in class org.apache.tapestry.engine.NullWriter
 
flush() - Method in interface org.apache.tapestry.engine.state.ApplicationStateManager
Asks each StateObjectManager to store each object obtained.
flush() - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
flush() - Method in interface org.apache.tapestry.IMarkupWriter
Forwards flush() to this IMarkupWriter's PrintWriter.
flush() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
 
flush() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
Forwards the flush() to the PrintWriter.
flush() - Method in class org.apache.tapestry.util.io.TeeOutputStream
 
ForBean - Class in org.apache.tapestry.components
 
ForBean() - Constructor for class org.apache.tapestry.components.ForBean
 
ForBean.CompleteRepSource - Class in org.apache.tapestry.components
An implementation of RepSource that provides the string representation of the given value using all methods.
ForBean.CompleteRepSource() - Constructor for class org.apache.tapestry.components.ForBean.CompleteRepSource
 
ForBean.KeyExpressionRepSource - Class in org.apache.tapestry.components
An implementation of RepSource that provides the string representation of the given value using just the 'keyExpression' parameter.
ForBean.KeyExpressionRepSource() - Constructor for class org.apache.tapestry.components.ForBean.KeyExpressionRepSource
 
ForBean.RepSource - Interface in org.apache.tapestry.components
An interface that provides the string representation of a given value.
Foreach - Class in org.apache.tapestry.components
Deprecated. As of release 4.0, replaced by ForBean
Foreach() - Constructor for class org.apache.tapestry.components.Foreach
Deprecated.  
forgetPage(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
forgetPage(String) - Method in interface org.apache.tapestry.IRequestCycle
Forgets any stored changes to the specified page.
Form - Class in org.apache.tapestry.form
Component which contains form element components.
Form() - Constructor for class org.apache.tapestry.form.Form
 
FORM_ATTRIBUTE - Static variable in class org.apache.tapestry.TapestryUtils
 
FORM_IDS - Static variable in class org.apache.tapestry.form.FormSupportImpl
Name of query parameter storing the ids alloocated while rendering the form, as a comma seperated list.
FORM_NAME_LIST - Static variable in class org.apache.tapestry.services.impl.ComponentEventConnectionWorker
Stored in IRequestCycle with associated forms.
FORM_SYMBOL - Static variable in class org.apache.tapestry.valid.BaseValidator
Input symbol used to represent the IFormcontaining the field to the script.
format(String, Object[]) - Method in class org.apache.tapestry.AbstractComponent
Deprecated. To be removed in 4.1. Use AbstractComponent.getMessages() instead.
format(String, Object) - Method in class org.apache.tapestry.AbstractComponent
Deprecated. To be removed in 4.1. Use AbstractComponent.getMessages() instead.
format(String, Object, Object) - Method in class org.apache.tapestry.AbstractComponent
Deprecated. To be removed in 4.1. Use AbstractComponent.getMessages() instead.
format(String, Object, Object, Object) - Method in class org.apache.tapestry.AbstractComponent
Deprecated. To be removed in 4.1. Use AbstractComponent.getMessages() instead.
format(TranslatedField, Object) - Method in interface org.apache.tapestry.form.TranslatedFieldSupport
Formats the field translation.
format(TranslatedField, Object) - Method in class org.apache.tapestry.form.TranslatedFieldSupportImpl
 
format(IFormComponent, Locale, Object) - Method in class org.apache.tapestry.form.translator.AbstractTranslator
 
format(IFormComponent, Locale, Object) - Method in interface org.apache.tapestry.form.translator.Translator
Invoked during rendering to format an object (which may be null) into a text value (which should not be null) appropriate for the specified field.
format(String, Object[]) - Static method in class org.apache.tapestry.Tapestry
Gets a string from the TapestryStrings resource bundle.
format(String, Object) - Static method in class org.apache.tapestry.Tapestry
Convienience method for invoking Tapestry.format(String, Object[]).
format(String, Object, Object) - Static method in class org.apache.tapestry.Tapestry
Convienience method for invoking Tapestry.format(String, Object[]).
format(String, Object, Object, Object) - Static method in class org.apache.tapestry.Tapestry
Convienience method for invoking Tapestry.format(String, Object[]).
formatObject(IFormComponent, Locale, Object) - Method in class org.apache.tapestry.form.translator.AbstractTranslator
 
formatObject(IFormComponent, Locale, Object) - Method in class org.apache.tapestry.form.translator.FormatTranslator
 
formatObject(IFormComponent, Locale, Object) - Method in class org.apache.tapestry.form.translator.NumberTranslator
 
formatObject(IFormComponent, Locale, Object) - Method in class org.apache.tapestry.form.translator.StringTranslator
 
formatString(String, Object[]) - Method in class org.apache.tapestry.valid.BaseValidator
Gets a string from the standard resource bundle.
formatString(String, Object) - Method in class org.apache.tapestry.valid.BaseValidator
Convienience method for invoking BaseValidator.formatString(String, Object[]).
formatString(String, Object, Object) - Method in class org.apache.tapestry.valid.BaseValidator
Convienience method for invoking BaseValidator.formatString(String, Object[]).
FormatTranslator - Class in org.apache.tapestry.form.translator
Abstract Translator implementation for Format-based translators.
FormatTranslator() - Constructor for class org.apache.tapestry.form.translator.FormatTranslator
 
FormatTranslator(String) - Constructor for class org.apache.tapestry.form.translator.FormatTranslator
 
formatValidationMessage(String, String, Object[]) - Method in interface org.apache.tapestry.form.ValidationMessages
Formats a validation message.
formatValidationMessage(String, String, Object[]) - Method in class org.apache.tapestry.form.ValidationMessagesImpl
 
FormBehavior - Interface in org.apache.tapestry
Common interface extended by IForm and FormSupport.
FormComponentContributor - Interface in org.apache.tapestry.form
Interface for objects that contribute client-side events back to a form.
FormComponentContributorContext - Interface in org.apache.tapestry.form
Object that provides support to objects that implement FormComponentContributor.
FormComponentContributorContextImpl - Class in org.apache.tapestry.form
Implementation of FormComponentContributorContext.
FormComponentContributorContextImpl(Locale, IRequestCycle, IFormComponent) - Constructor for class org.apache.tapestry.form.FormComponentContributorContextImpl
 
FormConstants - Class in org.apache.tapestry.form
Constants used by the Form component.
FormConstants() - Constructor for class org.apache.tapestry.form.FormConstants
 
FormEventType - Class in org.apache.tapestry.form
Deprecated. Managing of form events is now done on the client side; this class may be removed in a future release of Tapestry.
FormSupport - Interface in org.apache.tapestry.form
Interface for a utility object that encapsulates the majority of the Form's behavior.
FormSupportImpl - Class in org.apache.tapestry.form
Encapsulates most of the behavior of a Form component.
FormSupportImpl(IMarkupWriter, IRequestCycle, IForm) - Constructor for class org.apache.tapestry.form.FormSupportImpl
 
forward(String) - Method in class org.apache.tapestry.web.ServletWebRequest
 
forward(String) - Method in interface org.apache.tapestry.web.WebRequest
Redirects to the indicated URL.
Frame - Class in org.apache.tapestry.html
Implements a <frame> within a <frameset>.
Frame() - Constructor for class org.apache.tapestry.html.Frame
 
FRAMEWORK_NAMESPACE - Static variable in interface org.apache.tapestry.INamespace
Reserved name of a the implicit Framework library.
FUNCTION_SYMBOL - Static variable in class org.apache.tapestry.valid.BaseValidator
Output symbol set by the script asthe name of the validator JavaScript function.

G

GenericLink - Class in org.apache.tapestry.link
An implementation of ILinkComponent that allows the exact HREF to be specified, usually used for client side scripting.
GenericLink() - Constructor for class org.apache.tapestry.link.GenericLink
 
get(String, StateObjectFactory) - Method in class org.apache.tapestry.engine.state.ApplicationScopeManager
 
get(String) - Method in interface org.apache.tapestry.engine.state.ApplicationStateManager
Gets the named application state object, creating it if necessary.
get(String) - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
get(String, StateObjectFactory) - Method in class org.apache.tapestry.engine.state.SessionScopeManager
 
get(String) - Method in class org.apache.tapestry.engine.state.SOMRegistryImpl
 
get() - Method in interface org.apache.tapestry.engine.state.StateObjectManager
Gets or creates the application state object.
get() - Method in class org.apache.tapestry.engine.state.StateObjectManagerImpl
 
get(String) - Method in interface org.apache.tapestry.engine.state.StateObjectManagerRegistry
Returns the named StateObjectManager.
get(String, StateObjectFactory) - Method in interface org.apache.tapestry.engine.state.StateObjectPersistenceManager
 
get(String) - Method in class org.apache.tapestry.event.EventTarget
Gets a target object property.
get(IRequestCycle) - Static method in class org.apache.tapestry.form.Form
Deprecated. Use TapestryUtils.getForm(IRequestCycle, IComponent) instead.
get(IRequestCycle) - Static method in class org.apache.tapestry.form.RadioGroup
 
get(IRequestCycle) - Static method in class org.apache.tapestry.form.Select
 
get(IRequestCycle) - Static method in class org.apache.tapestry.html.Body
Deprecated. To be removed in 4.1. Use TapestryUtils.getOptionalPageRenderSupport(IRequestCycle) instead.
get(String) - Method in interface org.apache.tapestry.json.IJSONWriter
Get the value object associated with a key.
get(int) - Method in class org.apache.tapestry.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.apache.tapestry.json.JSONObject
get(String) - Method in class org.apache.tapestry.markup.JSONWriterImpl
Get the value object associated with a key.
get(Object) - Method in class org.apache.tapestry.services.impl.ObjectPoolImpl
 
get(Object) - Method in interface org.apache.tapestry.services.ObjectPool
Returns an object from the pool, previously stored with the given key.
get(Object) - Method in class org.apache.tapestry.util.ObjectIdentityMap
Returns the object stored for the given key.
getAbsoluteURL() - Method in class org.apache.tapestry.engine.EngineServiceLink
 
getAbsoluteURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.engine.EngineServiceLink
 
getAbsoluteURL() - Method in interface org.apache.tapestry.engine.ILink
Returns the absolute URL as a String, using default scheme, server and port, including parameters, and no anchor.
getAbsoluteURL(String, String, int, String, boolean) - Method in interface org.apache.tapestry.engine.ILink
Returns the absolute URL as a String.
getAbsoluteURL(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
getAbsoluteURL(String) - Method in interface org.apache.tapestry.IRequestCycle
Converts a partial URL into an absolute URL.
getAbsoluteURL() - Method in class org.apache.tapestry.link.StaticLink
 
getAbsoluteURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.link.StaticLink
Ignores its parameter and return StaticLink.getURL(String, boolean).
getAbsoluteURLBuilder() - Method in class org.apache.tapestry.engine.RequestCycleEnvironment
 
getAcceptsNull() - Method in class org.apache.tapestry.form.validator.AbstractValidatorWrapper
 
getAcceptsNull() - Method in class org.apache.tapestry.form.validator.BaseValidator
Returns false.
getAcceptsNull() - Method in class org.apache.tapestry.form.validator.Required
 
getAcceptsNull() - Method in interface org.apache.tapestry.form.validator.Validator
Returns true if this validator accepts null as the object parameter to validate().
getAccessor() - Method in class org.apache.tapestry.services.impl.PropertyAccessorContribution
 
getAccessorMethodName(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Returns the name of the accessor method for the given property (if it exists in the component base class), or fabricates a new name if it does not.
getAccessorMethodName(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
getActionId() - Method in class org.apache.tapestry.engine.ActionServiceParameter
Deprecated.  
getActionService() - Method in class org.apache.tapestry.form.Form
Injected.
getActivationPath() - Method in class org.apache.tapestry.web.ServletWebRequest
Returns HttpServletRequest.getServletPath().
getActivationPath() - Method in interface org.apache.tapestry.web.WebRequest
Returns the path of the resource which activated this request (this is the equivalent of the servlet path for a servlet request).
getActivator() - Method in interface org.apache.tapestry.services.ApplicationGlobals
 
getActivator() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
 
getActivatorName() - Method in interface org.apache.tapestry.services.ApplicationGlobals
 
getActivatorName() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
 
getActivatorName() - Method in class org.apache.tapestry.web.HttpServletWebActivator
 
getActivatorName() - Method in interface org.apache.tapestry.web.WebActivator
 
getActivePageNames() - Method in class org.apache.tapestry.engine.BaseEngine
Deprecated.  
getAddHandlerFunctionName() - Method in class org.apache.tapestry.form.FormEventType
Deprecated. Returns the name of the function, on the Tapestry object (see Form.js), which should be invoked.
getAfter() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
 
getAjaxDelegate() - Method in class org.apache.tapestry.html.Shell
 
getAliasNames() - Method in interface org.apache.tapestry.spec.IParameterSpecification
Returns a non-null collection of strings for the aliases of the parameter.
getAliasNames() - Method in class org.apache.tapestry.spec.ParameterSpecification
 
getAllowBody(String, Location) - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
Returns true if the specified component allows a body, false otherwise.
getAllowBody(String, String, Location) - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
Used with implicit components to determine if the component allows a body or not.
getAllowBody(String, Location) - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
 
getAllowBody(String, String, Location) - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
 
getAllowBody() - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns true if the component is allowed to wrap other elements (static HTML or other components).
getAllowBody() - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns true if the component is allowed to wrap other elements (static HTML or other components).
getAllowInformalParameters() - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns true if the component allows informal parameters (parameters not formally defined).
getAllowInformalParameters() - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns true if the component allows informal parameters (parameters not formally defined).
getAllStoredChanges(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategySource
Returns all changes (PropertyChange) collected by any persistence strategy for the page.
getAllStoredChanges(String) - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
 
getAllValues() - Method in class org.apache.tapestry.form.ListEditMap
Returns all the values stored in the map, in the order in which values were added to the map using ListEditMap.add(Object, Object).
getAllValues() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
Returns a unmodifiable list of values stored into the converter, in the order in which they were stored.
getAlt() - Method in class org.apache.tapestry.wml.Image
 
getAnchor() - Method in interface org.apache.tapestry.components.ILinkComponent
Returns the anchor defined for this link, or null for no anchor.
getAnchor() - Method in class org.apache.tapestry.link.AbstractLinkComponent
 
getApplicationId() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
 
getApplicationId() - Method in interface org.apache.tapestry.services.Infrastructure
Returns the application's id; a unique name that is incorporated into various session attribute keys and into certain paths when searching for resources.
getApplicationNamespace() - Method in interface org.apache.tapestry.engine.ISpecificationSource
Returns the INamespace for the application.
getApplicationNamespace() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
 
getApplicationNamespace() - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
 
getApplicationPropertySource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
 
getApplicationPropertySource() - Method in interface org.apache.tapestry.services.Infrastructure
Returns an IPropertySource configured to search the application specification, etc.
getApplicationSpecification() - Method in class org.apache.tapestry.html.Shell
 
getApplicationSpecification() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
 
getApplicationSpecification() - Method in interface org.apache.tapestry.services.Infrastructure
Returns the IApplicationSpecification for the current application.
getApplicationStateManager() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
 
getApplicationStateManager() - Method in interface org.apache.tapestry.services.Infrastructure
Accesses application state objects (Visit and Global from Tapestry 3.0, but now more can be created).
getAsciiBegin() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
getAsciiEnd() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
getAsset(String) - Method in class org.apache.tapestry.AbstractComponent
 
getAsset(String) - Method in interface org.apache.tapestry.IComponent
Returns the named asset, or null if not found.
getAsset(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns the IAssetSpecificationwith the given name, or null if no such specification exists.
getAsset(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns the IAssetSpecificationwith the given name, or null if no such specification exists.
getAssetFactory() - Method in class org.apache.tapestry.html.Body
Injected.
getAssetFactory() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
 
getAssetFactory() - Method in interface org.apache.tapestry.services.Infrastructure
Service that is used to convert Resources into IAssets.
getAssetNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns a List of the String names of all assets, in alphabetical order.
getAssetNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns a List of the String names of all assets, in alphabetical order.
getAssets() - Method in class org.apache.tapestry.AbstractComponent
 
getAssets() - Method in interface org.apache.tapestry.IComponent
Returns the asset map for the component, which may be empty but will not be null.
getAssetURL(IAsset) - Method in class org.apache.tapestry.html.Rollover
Converts an IAssetbinding into a usable URL.
getAssociatedTrackings() - Method in class org.apache.tapestry.valid.ValidationDelegate
Returns a Listof IFieldTrackings.
getAttribute(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
getAttribute(String) - Method in interface org.apache.tapestry.IRequestCycle
Retrieves a previously stored attribute, returning null if not found.
getAttribute(Attributes, String) - Method in class org.apache.tapestry.util.xml.BaseRule
 
getAttribute(String) - Method in interface org.apache.tapestry.web.AttributeHolder
Returns the named object, or null if no attribute has been stored with the given name.
getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebContext
 
getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebRequest
 
getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebSession
 
getAttributeName() - Method in class org.apache.tapestry.components.LinkEventType
Returns the name of the HTML attribute corresponding to this type.
getAttributeNames() - Method in interface org.apache.tapestry.web.AttributeHolder
Returns a list of all known attributes in ascending alphabetical order.
getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebContext
 
getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebRequest
 
getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebSession
 
getAttributes() - Method in class org.apache.tapestry.parse.LocalizationToken
Returns any attributes for the token, which may be null.
getAttributesMap() - Method in class org.apache.tapestry.parse.OpenToken
Returns a Map of attributes.
getBaseClass() - Method in interface org.apache.tapestry.enhance.EnhancementOperation
Returns the base component class, as defined in the specification (or defaulted).
getBaseClass() - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
 
getBaseSymbols() - Method in class org.apache.tapestry.html.Script
 
getBaseTagWriter() - Method in class org.apache.tapestry.html.Shell
 
getBaseType() - Method in class org.apache.tapestry.util.ContentType
 
getBean(String) - Method in class org.apache.tapestry.bean.BeanProvider
 
getBean(String) - Method in interface org.apache.tapestry.IBeanProvider
Returns the JavaBean with the specified name.
getBeanNames() - Method in class org.apache.tapestry.bean.BeanProvider
 
getBeanNames() - Method in interface org.apache.tapestry.IBeanProvider
Returns a collection of the names of any beans which may be provided.
getBeanNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns an unmodifiable collection of the names of all beans.
getBeanNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns an unmodifiable collection of the names of all beans.
getBeans() - Method in class org.apache.tapestry.AbstractComponent
Returns the IBeanProviderfor this component.
getBeans() - Method in interface org.apache.tapestry.IComponent
Returns a IBeanProvider from which managed beans can be obtained.
getBeanSpecification(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
Returns the IBeanSpecificationfor the given name, or null if not such specification exists.
getBeanSpecification(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
Returns the IBeanSpecificationfor the given name, or null if not such specification exists.
getBefore() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
 
getBinding(String) - Method in class org.apache.tapestry.AbstractComponent
Returns the named binding, or null if it doesn't exist.
getBinding() - Method in class org.apache.tapestry.bean.Default
 
getBinding() - Method in exception org.apache.tapestry.BindingException
 
getBinding(String) - Method in interface org.apache.tapestry.IComponent
Returns the binding with the given name or null if not found.
getBinding(String) - Method in class org.apache.tapestry.spec.ContainedComponent
Returns the named binding, or null if the binding does not exist.
getBinding(String) - Method in interface org.apache.tapestry.spec.IContainedComponent
Returns the named binding, or null if the binding does not exist.
getBindingNames() - Method in class org.apache.tapestry.AbstractComponent
 
getBindingNames() - Method in interface org.apache.tapestry.IComponent
Returns a Collectionof the names of all bindings (which includes bindings for both formal and informal parameters).
getBindingNames() - Method in class org.apache.tapestry.spec.ContainedComponent
Returns an umodifiable Collection of Strings, each the name of one binding for the component.
getBindingNames() - Method in interface org.apache.tapestry.spec.IContainedComponent
Returns an umodifiable Collection of Strings, each the name of one binding for the component.
getBindingReference() - Method in class org.apache.tapestry.bean.BindingBeanInitializer
 
getBindings() - Method in class org.apache.tapestry.AbstractComponent
Returns an unmodifiable Mapof all bindings for this component.
getBindings() - Method in interface org.apache.tapestry.IComponent
Returns a Mapof the bindingsfor this component; this includes informal parameters as well as formal bindings.
getBlock() - Method in class org.apache.tapestry.components.RenderBlock
 
getBody() - Method in class org.apache.tapestry.AbstractComponent
Returns the body of the component, the element (which may be static HTML or components) that the component immediately wraps.
getBodyCount() - Method in class org.apache.tapestry.AbstractComponent
Returns the active number of elements in the the body, which may be zero.
getBoolean(String) - Method in interface org.apache.tapestry.json.IJSONWriter
Get the boolean value associated with a key.
getBoolean(int) - Method in class org.apache.tapestry.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.apache.tapestry.json.JSONObject
getBoolean(String) - Method in class org.apache.tapestry.markup.JSONWriterImpl
Get the boolean value associated with a key.
getBuffer() - Method in class org.apache.tapestry.engine.NullWriter
 
getBuffer() - Method in class org.apache.tapestry.markup.NestedMarkupWriterImpl
 
getBuffer() - Method in interface org.apache.tapestry.NestedMarkupWriter
Returns any makrup so far accumulated by the nested markup writer.
getBytesPerLine() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
 
getCache() - Method in interface org.apache.tapestry.spec.IParameterSpecification
Returns true if the parameter property should cache the result of the binding.
getCache() - Method in class org.apache.tapestry.spec.ParameterSpecification
 
getCancel() - Method in class org.apache.tapestry.form.Form
cancel parameter, may be null.
getCanTakeFocus() - Method in class org.apache.tapestry.components.ForBean
For component can not take focus.
getCanTakeFocus() - Method in class org.apache.tapestry.components.IfBean
For component can not take focus.
getCanTakeFocus() - Method in class org.apache.tapestry.form.AbstractFormComponent
Returns true if the corresponding field, on the client side, can accept user focus (i.e., implements the focus() method).
getCanTakeFocus() - Method in class org.apache.tapestry.form.Hidden
Returns false.
getCanTakeFocus() - Method in class org.apache.tapestry.form.LinkSubmit
Links can not take focus, ever.
getCanTakeFocus() - Method in class org.apache.tapestry.form.ListEdit
Returns false; ListEdit components can't take focus.
getCanTakeFocus() - Method in class org.apache.tapestry.form.RadioGroup
This component can not take focus.