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

A

abort() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionManager
Aborts the current transaction, and starts a new transaction to replace it.
abort() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionManagerImpl
 
AbstractAsset - Class in org.apache.tapestry5.internal.services
Base class for assets.
AbstractAsset(boolean) - Constructor for class org.apache.tapestry5.internal.services.AbstractAsset
 
AbstractBinding - Class in org.apache.tapestry5.internal.bindings
Abstract base class for bindings.
AbstractBinding() - Constructor for class org.apache.tapestry5.internal.bindings.AbstractBinding
 
AbstractBinding(Location) - Constructor for class org.apache.tapestry5.internal.bindings.AbstractBinding
 
AbstractComponentCallback - Class in org.apache.tapestry5.internal.structure
Base class for most implementations of ComponentCallback, used when there is an underlying Event.
AbstractComponentCallback(Event) - Constructor for class org.apache.tapestry5.internal.structure.AbstractComponentCallback
 
AbstractComponentEventLink - Class in org.apache.tapestry5.corelib.base
Base class for link-generating components that are based on a component event request.
AbstractComponentEventLink() - Constructor for class org.apache.tapestry5.corelib.base.AbstractComponentEventLink
 
AbstractComponentMethodInvocation - Class in org.apache.tapestry5.internal.services
 
AbstractComponentMethodInvocation(ComponentMethodInvocationInfo, Component) - Constructor for class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
AbstractConditional - Class in org.apache.tapestry5.corelib.base
Base class for If and Unless.
AbstractConditional() - Constructor for class org.apache.tapestry5.corelib.base.AbstractConditional
 
AbstractContributionDef - Class in org.apache.tapestry5.internal
Partially implements ContributionDef, providing empty implementations of the three contribute() methods.
AbstractContributionDef() - Constructor for class org.apache.tapestry5.internal.AbstractContributionDef
 
AbstractEventContext - Class in org.apache.tapestry5.internal
 
AbstractEventContext() - Constructor for class org.apache.tapestry5.internal.AbstractEventContext
 
AbstractFab - Class in org.apache.tapestry5.ioc.internal.services
Base class for ClassFabImpl.
AbstractFab(CtClassSource, CtClass, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
AbstractField - Class in org.apache.tapestry5.corelib.base
Provides initialization of the clientId and elementName properties.
AbstractField() - Constructor for class org.apache.tapestry5.corelib.base.AbstractField
 
AbstractIncludeAssetWorker - Class in org.apache.tapestry5.internal.transform
Base class for workers that automatically include assets in the page (via methods on RenderSupport).
AbstractIncludeAssetWorker(AssetSource, SymbolSource) - Constructor for class org.apache.tapestry5.internal.transform.AbstractIncludeAssetWorker
 
AbstractInstantiator - Class in org.apache.tapestry5.internal.services
Abstract base class for instantiators; for each component, a new subclass is created at runtime.
AbstractInstantiator(ComponentModel, String) - Constructor for class org.apache.tapestry5.internal.services.AbstractInstantiator
 
AbstractIntegrationTestSuite - Class in org.apache.tapestry5.test
Deprecated. Use SeleniumLauncher and SeleniumTestCase instead.
AbstractIntegrationTestSuite() - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated. Initializes the suite using AbstractIntegrationTestSuite.DEFAULT_WEB_APP_ROOT.
AbstractIntegrationTestSuite(String) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
AbstractIntegrationTestSuite(String, String, String...) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
AbstractInvocation - Class in org.apache.tapestry5.ioc.internal.services
Base class for Invocation, which is extended with a dynamically generated class generated for each individual class and method.
AbstractInvocation(MethodInfo) - Constructor for class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
AbstractLink - Class in org.apache.tapestry5.corelib.base
Provides base utilities for classes that generate clickable links.
AbstractLink() - Constructor for class org.apache.tapestry5.corelib.base.AbstractLink
 
AbstractMarkupModel - Class in org.apache.tapestry5.dom
 
AbstractMarkupModel(boolean) - Constructor for class org.apache.tapestry5.dom.AbstractMarkupModel
 
AbstractMessages - Class in org.apache.tapestry5.ioc.util
Abstract implementation of Messages that doesn't know where values come from (that information is supplied in a subclass, via the AbstractMessages.valueForKey(String) method).
AbstractMessages(Locale) - Constructor for class org.apache.tapestry5.ioc.util.AbstractMessages
 
AbstractMethodAccess - Class in org.apache.tapestry5.internal.services
Base class used for dynamically-created subclasses that implement MethodAccess
AbstractMethodAccess() - Constructor for class org.apache.tapestry5.internal.services.AbstractMethodAccess
 
AbstractMethodInvokingInstrumenter - Class in org.apache.tapestry5.ioc.internal
Based class for service decorators and service advisors that work by invoking a module method.
AbstractMethodInvokingInstrumenter(ModuleBuilderSource, Method, ServiceResources, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
AbstractOptionModel - Class in org.apache.tapestry5
Base class for implementing OptionModel.
AbstractOptionModel() - Constructor for class org.apache.tapestry5.AbstractOptionModel
 
AbstractPropertyOutput - Class in org.apache.tapestry5.corelib.base
Base class for components that output a property value using a PropertyModel.
AbstractPropertyOutput() - Constructor for class org.apache.tapestry5.corelib.base.AbstractPropertyOutput
 
AbstractResource - Class in org.apache.tapestry5.ioc.internal.util
Abstract implementation of Resource.
AbstractResource(String) - Constructor for class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
AbstractSelectModel - Class in org.apache.tapestry5.util
Base class for SelectModel implementations, whose primary job is to provide the AbstractSelectModel.visit(SelectModelVisitor) method.
AbstractSelectModel() - Constructor for class org.apache.tapestry5.util.AbstractSelectModel
 
AbstractServiceCreator - Class in org.apache.tapestry5.ioc.internal
Abstract implementation of ObjectCreator geared towards the creation of the core service implementation, either by invoking a service builder method on a module, or by invoking a constructor.
AbstractServiceCreator(ServiceBuilderResources, String) - Constructor for class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
AbstractServiceInstrumenter - Class in org.apache.tapestry5.ioc.internal
Abstract base class for implementations of ServiceDecorator (i.e., old school) and ServiceAdvisor (i.e., new school).
AbstractServiceInstrumenter(Method, String[], String[], ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
AbstractSessionPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
Base class for strategies that store their values as keys in the session.
AbstractSessionPersistentFieldStrategy(String, Request) - Constructor for class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
 
AbstractTextField - Class in org.apache.tapestry5.corelib.base
Abstract class for a variety of components that render some variation of a text field.
AbstractTextField() - Constructor for class org.apache.tapestry5.corelib.base.AbstractTextField
 
AbstractTranslator<T> - Class in org.apache.tapestry5.internal.translator
 
AbstractTranslator(String, Class<T>, String) - Constructor for class org.apache.tapestry5.internal.translator.AbstractTranslator
 
AbstractValidator<C,T> - Class in org.apache.tapestry5.validator
Base class for constructing a Validator.
AbstractValidator(Class<C>, Class<T>, String) - Constructor for class org.apache.tapestry5.validator.AbstractValidator
 
accept(T) - Method in interface org.apache.tapestry5.ioc.Predicate
Examines the object and determines whether to accept or reject it.
accept(String, String) - Method in interface org.apache.tapestry5.services.FieldFilter
Deprecated.  
accept(TransformMethodSignature) - Method in interface org.apache.tapestry5.services.MethodFilter
Deprecated. Passed each signature in turn, only signatures for which this method returns true will be included in the final result.
AccessableObjectAnnotationProvider - Class in org.apache.tapestry5.ioc.internal.services
Provides access to annotations of an accessable object such as a Method or Field.
AccessableObjectAnnotationProvider(AccessibleObject) - Constructor for class org.apache.tapestry5.ioc.internal.services.AccessableObjectAnnotationProvider
 
accessAllowed(String) - Method in class org.apache.tapestry5.internal.services.RegexAuthorizer
 
accessAllowed(String) - Method in class org.apache.tapestry5.internal.services.WhitelistAuthorizer
 
accessAllowed(String) - Method in interface org.apache.tapestry5.services.AssetPathAuthorizer
Determines whether a request to "resourcePath" is allowed.
accessDenied(String) - Method in class org.apache.tapestry5.internal.services.RegexAuthorizer
 
accessDenied(String) - Method in class org.apache.tapestry5.internal.services.WhitelistAuthorizer
 
accessDenied(String) - Method in interface org.apache.tapestry5.services.AssetPathAuthorizer
 
accumulate(String, Object) - Method in class org.apache.tapestry5.json.JSONObject
Accumulate values under a key.
ACTION - Static variable in class org.apache.tapestry5.EventConstants
Default client event name, "action", used in most situations.
ActionLink - Class in org.apache.tapestry5.corelib.components
Component that triggers an action on the server with a subsequent full page refresh.
ActionLink() - Constructor for class org.apache.tapestry5.corelib.components.ActionLink
 
ActionRenderResponseGenerator - Interface in org.apache.tapestry5.internal.services
Used to produce the normal response to an action request: a redirect to a particular page.
ActionRenderResponseGeneratorImpl - Class in org.apache.tapestry5.internal.services
Simply uses the LinkSource to generate a link which is then Response.sendRedirect(org.apache.tapestry5.Link) sent as a redirect}.
ActionRenderResponseGeneratorImpl(LinkSource, Response) - Constructor for class org.apache.tapestry5.internal.services.ActionRenderResponseGeneratorImpl
 
ACTIVATE - Static variable in class org.apache.tapestry5.EventConstants
Event triggered when a page is activated (for rendering).
activationContextDescription() - Method in class org.apache.tapestry5.PageCallback
Returns the activation context as a string of value separated by slashes.
add(String, Object) - Method in class org.apache.tapestry5.ajax.MultiZoneUpdate
Returns a new MultiZoneUpdate reflecting the mapping from the indicated zone to an object that will render the content for that zone.
add(String) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Adds a new property to the model, returning its mutable model for further refinement.
add(RelativePosition, String, String) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Adds a new property to the model (as with BeanModel.add(String)), ordered before or after an existing property.
add(RelativePosition, String, String, PropertyConduit) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Adds a new property to the model, ordered before or after an existing property.
add(String, PropertyConduit) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Adds a new, synthetic property to the model, returning its mutable model for further refinement.
add(String) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
add(RelativePosition, String, String, PropertyConduit) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
add(RelativePosition, String, String) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
add(String, PropertyConduit) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
add(BeanModel, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
Adds empty properties to the bean model.
add(URL) - Method in class org.apache.tapestry5.internal.util.URLChangeTracker
Stores a new URL into the tracker, or returns the previous time stamp for a previously added URL.
add(T) - Method in interface org.apache.tapestry5.ioc.Configuration
Adds an object to the service's contribution.
add(Orderable<T>) - Method in class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
Adds an object to be ordered.
add(String, T, String...) - Method in class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
Adds an object to be ordered.
add(Orderable<T>) - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
Adds an object to be ordered.
add(String, T, String...) - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
Adds an object to be ordered.
add(T) - Method in class org.apache.tapestry5.ioc.internal.ValidatingConfigurationWrapper
 
add(K, V) - Method in class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
add(String, T, String...) - Method in class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
add(K, V) - Method in interface org.apache.tapestry5.ioc.MappedConfiguration
Adds a keyed object to the service's contribution.
add(String, T, String...) - Method in interface org.apache.tapestry5.ioc.OrderedConfiguration
Adds an ordered object to a service's contribution.
add(ModuleDef) - Method in class org.apache.tapestry5.ioc.RegistryBuilder
Adds a ModuleDef to the registry, returning the builder for further configuration.
add(Class...) - Method in class org.apache.tapestry5.ioc.RegistryBuilder
Adds a number of modules (as module classes) to the registry, returning the builder for further configuration.
add(String) - Method in class org.apache.tapestry5.ioc.RegistryBuilder
Adds a modle class (specified by fully qualified class name) to the registry, returning the builder for further configuration.
add(String, Object...) - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Adds text to the current line, without ending the line.
add(String) - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
add(K, V) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Adds a new key/value pair to the encoder.
ADD_ROW - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by AjaxFormLoop to inform the container that a new row has been requested.
addAddRowTrigger(String) - Method in interface org.apache.tapestry5.corelib.internal.AjaxFormLoopContext
Adds a clientId to the list of client-side elements that trigger the addition of a new row.
addAdvice(ComponentMethodAdvice) - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
addAdvice(MethodAdvice) - Method in class org.apache.tapestry5.ioc.internal.services.AdvisedMethodInvocationBuilder
 
addAdvice(ComponentMethodAdvice) - Method in interface org.apache.tapestry5.services.TransformMethod
Add advice for the method; the advice will be threaded into method invocations of the indicated method.
addBlock(String, Block) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Used during the contruction of a page to add a non-anonymous Block to the component.
addBlock(String, Block) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
addCatch(TransformMethodSignature, String, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addCatch(TransformMethodSignature, String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use TransformMethod.addAdvice(ComponentMethodAdvice) instead. This method is non-functional as of Tapestry 5.2.
addClassLoaderIfNeeded(ClassLoader) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool
Convienience method for adding to the ClassPath for a particular class loader.
addClassName(String...) - Method in class org.apache.tapestry5.dom.Element
Adds one or more CSS class names to the "class" attribute.
addClasspathScriptLink(String...) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addClasspathScriptLink(String...) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.importJavascriptLibrary(Asset) instead
addConstructor(Class[], Class[], String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addConstructor(Class[], Class[], String) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds a constructor to the class.
addCookie(Cookie) - Method in interface org.apache.tapestry5.internal.services.CookieSink
Adds a cookie to the sink
addCookie(Cookie) - Method in class org.apache.tapestry5.internal.test.TestableCookieSinkSource
 
addCustomRequestHeader(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
addCustomRequestHeader(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
addDefaultModules(RegistryBuilder) - Static method in class org.apache.tapestry5.ioc.IOCUtilities
Scans the classpath for JAR Manifests that contain the Tapestry-Module-Classes attribute and adds each corresponding class to the RegistryBuilder.
addDynamicScriptBlock(Element) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
Adds the dynamic script block, which is, ultimately, a call to the client-side Tapestry.onDOMLoaded() function.
addEmbeddedComponent(String, String, String, boolean, Location) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addEmbeddedComponent(String, String, String, boolean, Location) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Defines a new embedded component.
addEndOfRequestListener(EndOfRequestListener) - Method in interface org.apache.tapestry5.internal.services.EndOfRequestEventHub
 
addEndOfRequestListener(EndOfRequestListener) - Method in class org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
 
addEventHandler(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addEventHandler(String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Identifies that the component includes an event handler for the indicated event type.
addField(int, String, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addField(String, Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addField(String, int, Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addField(String, Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds a new field with the given name and type.
addField(String, int, Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds a new field with the provided modifiers.
addField(int, String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use ClassTransformation.createField(int, String, String) instead
addFormFragment(String, String, String) - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
addFormFragment(String, String, String) - Method in interface org.apache.tapestry5.services.ClientBehaviorSupport
Adds a new client-side Tapestry.FormFragment object.
addFormInjector(String, Link, InsertPosition, String) - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
addFormInjector(String, Link, InsertPosition, String) - Method in interface org.apache.tapestry5.services.ClientBehaviorSupport
Adds a new client-side Tapestry.FormInjector object.
addImplementedInterface(Class) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addImplementedInterface(Class) - Method in interface org.apache.tapestry5.services.ClassTransformation
Transforms the class to implement the indicated interface.
addIndirectInjectedField(Class<T>, String, ComponentValueProvider<T>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addIndirectInjectedField(Class<T>, String, ComponentValueProvider<T>) - Method in interface org.apache.tapestry5.services.ClassTransformation
Like ClassTransformation.addInjectedField(Class, String, Object), but instead of specifying the value, a provider for the value is specified.
addInit(String, JSONArray) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addInit(String, JSONObject) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addInit(String, String...) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addInit(String, JSONArray) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.addInitializerCall(String, JSONObject) instead (which may require changes to your JavaScript initializer function)
addInit(String, JSONObject) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.addInitializerCall(String, JSONObject) instead
addInit(String, String...) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.addInitializerCall(String, JSONObject) instead (which may require changes to your JavaScript initializer function), or (for a single parameter) JavascriptSupport.addInitializerCall(String, String)
addInitializerCall(InitializationPriority, String, JSONObject) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addInitializerCall(String, JSONObject) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addInitializerCall(InitializationPriority, String, String) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addInitializerCall(String, String) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addInitializerCall(String, JSONObject) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds a call to a client-side function inside the Tapestry.Initializer namespace.
addInitializerCall(InitializationPriority, String, JSONObject) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds a call to a client-side function inside the Tapestry.Initializer namespace.
addInitializerCall(String, String) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds a call to a client-side function inside the Tapestry.Initializer namespace.
addInitializerCall(InitializationPriority, String, String) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds a call to a client-side function inside the Tapestry.Initializer namespace.
addInjectedField(Class, String, Object) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addInjectedField(Class, String, Object) - Method in interface org.apache.tapestry5.services.ClassTransformation
Defines a new protected instance variable whose initial value is provided statically, via a constructor parameter.
addInstance(Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.Configuration
Automatically instantiates an instance of the class, with dependencies injeted, and adds it to the configuration.
addInstance(Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.ValidatingConfigurationWrapper
 
addInstance(K, Class<? extends V>) - Method in class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
addInstance(String, Class<? extends T>, String...) - Method in class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
addInstance(K, Class<? extends V>) - Method in interface org.apache.tapestry5.ioc.MappedConfiguration
Adds a keyed object as an instantiated instance (with dependencies injected) of a class.
addInstance(String, Class<? extends T>, String...) - Method in interface org.apache.tapestry5.ioc.OrderedConfiguration
Adds an ordered object by instantiating (with dependencies) the indicated class.
addInterface(Class) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
addInterface(Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds the specified interface as an interface implemented by this class.
addInvalidationListener(InvalidationListener) - Method in class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
 
addInvalidationListener(InvalidationListener) - Method in interface org.apache.tapestry5.services.InvalidationEventHub
Adds a listener, who needs to know when an underlying resource of a given category has changed (so that the receiver may discard any cached data that may have been invalidated).
addLazyMethodInvocationAdvice(MethodAdviceReceiver) - Method in class org.apache.tapestry5.ioc.internal.services.LazyAdvisorImpl
 
addLazyMethodInvocationAdvice(MethodAdviceReceiver) - Method in interface org.apache.tapestry5.ioc.services.LazyAdvisor
 
addLifecycleListener(PageLifecycleListener) - Method in interface org.apache.tapestry5.internal.structure.Page
Adds a listener that is notified of large scale page events.
addLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
addListener(LinkCreationListener) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
addListener(MarkupWriterListener) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
addListener(MarkupWriterListener) - Method in interface org.apache.tapestry5.MarkupWriter
Adds a markup writer listener that will be notified as elements are started and ended.
addListener(LinkCreationListener) - Method in interface org.apache.tapestry5.services.LinkCreationHub
Adds a listener.
addln(String, Object...) - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Adds text to the current line and ends the line.
addLocationStrategy(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
addLocationStrategy(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
addLoggingAdvice(Logger, MethodAdviceReceiver) - Method in class org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
 
addLoggingAdvice(Logger, MethodAdviceReceiver) - Method in interface org.apache.tapestry5.ioc.services.LoggingAdvisor
Adds logging advice to all methods of the object.
addMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addMethod(int, MethodSignature, String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addMethod(int, MethodSignature, String) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds a method.
addMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use ClassTransformation.getOrCreateMethod(TransformMethodSignature) instead. This method is non-functional as of Tapestry 5.2.
addMixin(String, String...) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
addMixin(String, Instantiator, String...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Adds a mixin.
addMixin(String, Instantiator, String...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
addMixin(String, String...) - Method in interface org.apache.tapestry5.model.MutableEmbeddedComponentModel
Adds a mixin to the component in terms of its fully qualified class name, with optional ordering constraints.
addMixinClassName(String, String...) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addMixinClassName(String, String...) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Adds a mixin to the component's implementation, optionally specifying ordering constraints, as per OrderedConfiguration.
addMixinsToElement(ComponentPageElement) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
addModules(ModuleDef...) - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
Adds additional modules.
addModules(Class...) - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
 
addNewMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Adds a new method to the transformed class, possibly replacing an existing method or overriding a base-class method.
addNewMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addNewMethodConflict(TransformMethodSignature) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
addNewTransformedMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addNoOpMethod(MethodSignature) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addNoOpMethod(MethodSignature) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds a public no-op method.
addOperationForAssetPaths(ClassTransformation, MutableComponentModel, String[]) - Method in class org.apache.tapestry5.internal.transform.AbstractIncludeAssetWorker
Expands symbols in the path, then adds an operation into the setup render phase of the component.
addPackage(String) - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Adds a controlled package.
addPackage(String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
addPageLifecycleListener(PageLifecycleListener) - Method in interface org.apache.tapestry5.ComponentResources
Adds a listener object that will be notified about page lifecycle events.
addPageLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
addPageResetListener(PageResetListener) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Delegates to Page.addResetListener(org.apache.tapestry5.internal.structure.PageResetListener).
addPageResetListener(PageResetListener) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
addParameter(String, boolean, boolean, String, boolean) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addParameter(String, boolean, boolean, String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addParameter(String, String) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
addParameter(String, String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
addParameter(String, ParameterBuilder) - Method in class org.apache.tapestry5.internal.util.MethodInvocationBuilder
Maps a parameter type to a ParameterBuilder.
addParameter(String, String) - Method in class org.apache.tapestry5.internal.util.MethodInvocationBuilder
Maps a parameter type to a literal string to be used for the parameter expression.
addParameter(String, String) - Method in interface org.apache.tapestry5.Link
Adds a parameter value.
addParameter(String, boolean, boolean, String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Deprecated. Use MutableComponentModel.addParameter(String, boolean, boolean, String, boolean) instead.
addParameter(String, boolean, boolean, String, boolean) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Adds a new formal parameter to the model.
addParameter(String, String) - Method in interface org.apache.tapestry5.model.MutableEmbeddedComponentModel
 
addParameter(String, String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
addPartialMarkupRendererFilter(PartialMarkupRendererFilter) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Adds an optional filter to the rendering.
addPartialMarkupRendererFilter(PartialMarkupRendererFilter) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
addRegistryShutdownListener(RegistryShutdownListener) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
addRegistryShutdownListener(RegistryShutdownListener) - Method in class org.apache.tapestry5.ioc.internal.services.RegistryShutdownHubImpl
 
addRegistryShutdownListener(RegistryShutdownListener) - Method in interface org.apache.tapestry5.ioc.services.RegistryShutdownHub
Adds a listener for eventual notification.
addRemoveRowTrigger(String) - Method in interface org.apache.tapestry5.corelib.internal.AjaxFormLoopContext
Used by RemoveRowLink to
addRenderPhase(Class) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addRenderPhase(Class) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Identifies that the component does handle the render phase.
addResetListener(PageResetListener) - Method in interface org.apache.tapestry5.internal.structure.Page
Adds a new listener for page reset events.
addResetListener(PageResetListener) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
Address - Class in org.apache.tapestry5.tutorial.entities
 
Address() - Constructor for class org.apache.tapestry5.tutorial.entities.Address
 
AddRowLink - Class in org.apache.tapestry5.corelib.components
Used inside an AjaxFormLoop component to spur the addition of a new row.
AddRowLink() - Constructor for class org.apache.tapestry5.corelib.components.AddRowLink
 
addScript(String) - Method in interface org.apache.tapestry5.internal.services.DocumentLinker
Adds JavaScript code.
addScript(String) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
 
addScript(InitializationPriority, String, Object...) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addScript(String, Object...) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
addScript(String) - Method in class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
 
addScript(String) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addScript(String, Object...) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addScript(String) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.addScript(String, Object...) instead
addScript(String, Object...) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.addScript(String, Object...) instead
addScript(String, Object...) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds initialization script at InitializationPriority.NORMAL priority.
addScript(InitializationPriority, String, Object...) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Adds initialization script at the specified priority.
addScript(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
addScript(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
addScriptLink(String) - Method in interface org.apache.tapestry5.internal.services.DocumentLinker
Adds a link to load a script.
addScriptLink(String) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
 
addScriptLink(String) - Method in class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
 
addScriptLink(Asset...) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addScriptLink(String...) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addScriptLink(Asset...) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.importJavascriptLibrary(Asset) instead
addScriptLink(String...) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.importJavascriptLibrary(Asset) instead
addScriptLinksForIncludedScripts(Element, List<String>) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
Adds a script link for each included script to the bottom of the container (the <head>).
addSelection(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
addSelection(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
addServiceDef(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
addServiceDef(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.ServiceDefAccumulator
 
addStylesheetLink(String, String) - Method in interface org.apache.tapestry5.internal.services.DocumentLinker
Adds a link to load a CSS stylesheet.
addStylesheetLink(String, String) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
 
addStylesheetLink(String, String) - Method in class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
 
addStylesheetLink(Asset, String) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addStylesheetLink(String, String) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
addStylesheetLink(Asset, String) - Method in interface org.apache.tapestry5.RenderSupport
Adds a link to a CSS stylesheet.
addStylesheetLink(String, String) - Method in interface org.apache.tapestry5.RenderSupport
Adds a stylesheet as a URL.
addStylesheetsToHead(Element, List<IncludedStylesheet>) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
Locates the head element under the root ("html") element, creating it if necessary, and adds the stylesheets to it.
addThreadCleanupListener(ThreadCleanupListener) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
addThreadCleanupListener(ThreadCleanupListener) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Adds a listener to the hub.
addToBody(RenderCommand) - Method in class org.apache.tapestry5.internal.structure.BlockImpl
 
addToBody(RenderCommand) - Method in interface org.apache.tapestry5.internal.structure.BodyPageElement
Used during the construction of the page.
addToBody(RenderCommand) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
addToMapList(Map<K, List<V>>, K, V) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Adds a value to a specially organized map where the values are lists of objects.
addToString(String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
addToString(String) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Adds an implementation of toString, as a method that returns a fixed string.
addToTemplate(RenderCommand) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Used during the construction of a page.
addToTemplate(RenderCommand) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
addTransactionCommitAdvice(MethodAdviceReceiver) - Method in interface org.apache.tapestry5.hibernate.HibernateTransactionAdvisor
Identifies any methods with the CommitAfter annotation and applies the transaction logic to those methods.
addTransactionCommitAdvice(MethodAdviceReceiver) - Method in class org.apache.tapestry5.internal.hibernate.HibernateTransactionAdvisorImpl
 
addTransformedMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
addTransformedMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use ClassTransformation.getOrCreateMethod(TransformMethodSignature) instead. This method is non-functional as of Tapestry 5.2.
addUpdateListener(UpdateListener) - Method in class org.apache.tapestry5.ioc.internal.services.UpdateListenerHubImpl
 
addUpdateListener(UpdateListener) - Method in interface org.apache.tapestry5.services.UpdateListenerHub
Adds a listener.
addUploadedFile(String, UploadedFileItem) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
addValidation(Field, String, String, Object) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
addValidation(Field, String, String, Object) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
addValidation(Field, String, String, Object) - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
addValidation(Class<T>, Field, String) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
Adds client-side format validation for the field, appropriate to the indicated type.
addValidation(Class<T>, Field, String) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 
addValidation(Field, String, String, Object) - Method in interface org.apache.tapestry5.services.ClientBehaviorSupport
Collects field validation information.
addValidation(Field, String, String, Object) - Method in interface org.apache.tapestry5.services.FormSupport
Collects field validation information.
addZone(String, String, String) - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
addZone(String, String, String) - Method in interface org.apache.tapestry5.services.ClientBehaviorSupport
Adds a new client-side Tapestry.Zone object.
advise(TransformMethodSignature, ComponentMethodAdvice) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
advise(MethodAdviceReceiver) - Method in class org.apache.tapestry5.ioc.internal.ServiceAdvisorImpl
Invokes the configured method, passing the builder.
advise(Invocation) - Method in class org.apache.tapestry5.ioc.internal.services.LoggingAdvice
 
advise(Invocation) - Method in interface org.apache.tapestry5.ioc.MethodAdvice
Allows the Aspect to advise the invocation.
advise(MethodAdviceReceiver) - Method in interface org.apache.tapestry5.ioc.ServiceAdvisor
Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
advise(TransformMethodSignature, ComponentMethodAdvice) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use TransformMethod.addAdvice(ComponentMethodAdvice) instead
advise(ComponentMethodInvocation) - Method in interface org.apache.tapestry5.services.ComponentMethodAdvice
 
adviseAllMethods(MethodAdvice) - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
adviseAllMethods(MethodAdvice) - Method in interface org.apache.tapestry5.ioc.MethodAdviceReceiver
Advises all methods of the interface with the given advice.
AdvisedMethodInvocationBuilder - Class in org.apache.tapestry5.ioc.internal.services
Manages a single method of an advised service, responsible for constructing a subclass of AbstractInvocation.
AdvisedMethodInvocationBuilder(ClassFactory, Class, Method) - Constructor for class org.apache.tapestry5.ioc.internal.services.AdvisedMethodInvocationBuilder
 
adviseLazy(LazyAdvisor, MethodAdviceReceiver) - Static method in class org.apache.tapestry5.services.TapestryModule
Advises the ComponentMessagesSource service so that the creation of Messages instances can be deferred.
adviseMethod(Method, MethodAdvice) - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
adviseMethod(Method, MethodAdvice) - Method in interface org.apache.tapestry5.ioc.MethodAdviceReceiver
Adds advice for a specific method of the aspect interceptor being constructed.
AdvisorDef - Interface in org.apache.tapestry5.ioc
Definition of a service advisor, which (by default) is derived from a service advisor method.
AdvisorDefImpl - Class in org.apache.tapestry5.ioc.internal
 
AdvisorDefImpl(Method, String[], String[], ClassFactory, String) - Constructor for class org.apache.tapestry5.ioc.internal.AdvisorDefImpl
 
AdvisorStackBuilder - Class in org.apache.tapestry5.ioc.internal
Equivalent of InterceptorStackBuilder, but works using an AspectInterceptorBuilder that receives advice from ServiceAdvisors.
AdvisorStackBuilder(ServiceDef, ObjectCreator, AspectDecorator, InternalRegistry) - Constructor for class org.apache.tapestry5.ioc.internal.AdvisorStackBuilder
 
after(String) - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds an after:id constraint.
after(String) - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds an after:id constraint.
AFTER_RENDER_BODY_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.afterRenderBody(MarkupWriter, Event).
AFTER_RENDER_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.afterRender(MarkupWriter, Event)
AFTER_RENDER_TEMPLATE_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.afterRenderTemplate(MarkupWriter, Event).
afterAll() - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds an after:* constraint.
afterAll() - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds an after:* constraint.
afterField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
afterField(Field) - Method in class org.apache.tapestry5.internal.DefaultValidationDecorator
Writes an icon for field after the field.
afterField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
afterField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked after the field has completed rendering itself.
afterLabel(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
afterLabel(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
afterLabel(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked by Label after rendering itself.
AfterRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for methods associated with the AfterRender phase.
afterRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Generally used to write the close tag matching any open tag written by Component.beginRender(org.apache.tapestry5.MarkupWriter, Event).
afterRender(MarkupWriter) - Method in class org.apache.tapestry5.upload.components.Upload
 
AfterRenderBody - Annotation Type in org.apache.tapestry5.annotations
Corresponds to BeforeRenderBody, allowing additional markup after rendering the body of a component, but before rendering the rest of the component's template.
afterRenderBody(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked just after rendering the body of the component.
AfterRenderTemplate - Annotation Type in org.apache.tapestry5.annotations
Corresponds to BeforeRenderTemplate, allowing additional markup after rendering the component's template.
afterRenderTemplate(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked after rendering the template for a component (only for components with a template).
Ajax - Annotation Type in org.apache.tapestry5.services
Marker annotation for services related to processing an Ajax request (rather than a traditional request).
AjaxComponentEventRequestHandler - Class in org.apache.tapestry5.internal.services
Similar to ComponentEventRequestHandlerImpl, but built around the Ajax request cycle, where the action request sends back an immediate JSON response containing the new content.
AjaxComponentEventRequestHandler(RequestPageCache, Request, PageRenderQueue, ComponentEventResultProcessor, PageContentTypeAnalyzer, Environment, AjaxPartialResponseRenderer) - Constructor for class org.apache.tapestry5.internal.services.AjaxComponentEventRequestHandler
 
AjaxComponentInstanceEventResultProcessor - Class in org.apache.tapestry5.internal.services
Performs a partial page render based on a root component.
AjaxComponentInstanceEventResultProcessor(RequestPageCache, ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.AjaxComponentInstanceEventResultProcessor
 
AjaxFilter - Class in org.apache.tapestry5.internal.services
A filter that intercepts Ajax-oriented requests, thos that originate on the client-side using XmlHttpRequest.
AjaxFilter(Request, ComponentEventRequestHandler) - Constructor for class org.apache.tapestry5.internal.services.AjaxFilter
 
AjaxFormLoop - Class in org.apache.tapestry5.corelib.components
A special form of the Loop component that adds Ajax support to handle adding new rows and removing existing rows dynamically.
AjaxFormLoop() - Constructor for class org.apache.tapestry5.corelib.components.AjaxFormLoop
 
AjaxFormLoopContext - Interface in org.apache.tapestry5.corelib.internal
Interface that allows an enclosing AjaxFormLoop to work with enclosed components such as AddRowLink or RemoveRowLink.
AjaxLinkComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
Handles Link result types by building a JSON response with key "redirectURL".
AjaxLinkComponentEventResultProcessor(ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.AjaxLinkComponentEventResultProcessor
 
AjaxPageClassComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
Processes a Class result by converting the Class to a logical page name, then processing that.
AjaxPageClassComponentEventResultProcessor(ComponentSource, ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.AjaxPageClassComponentEventResultProcessor
 
AjaxPageNameComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
A ComponentEventResultProcessor, used for Ajax requests, for a String value that is interpreted as a logical page name.
AjaxPageNameComponentEventResultProcessor(ComponentEventResultProcessor, LinkSource) - Constructor for class org.apache.tapestry5.internal.services.AjaxPageNameComponentEventResultProcessor
 
AjaxPartialResponseRenderer - Interface in org.apache.tapestry5.internal.services
Used to render portions of a page as part of an Ajax request.
AjaxPartialResponseRendererImpl - Class in org.apache.tapestry5.internal.services
 
AjaxPartialResponseRendererImpl(MarkupWriterFactory, Request, Response, PartialMarkupRenderer, String) - Constructor for class org.apache.tapestry5.internal.services.AjaxPartialResponseRendererImpl
 
Alias - Interface in org.apache.tapestry5.services
The Alias service provides an ObjectProvider that fits into the MasterObjectProvider command chain and disambiguates injections based on type.
ALIAS_MODE - Static variable in class org.apache.tapestry5.internal.InternalSymbols
The application mode, generally "servlet", used to select the correct contributions to the Alias service.
AliasContribution<T> - Class in org.apache.tapestry5.services
A contribution into the Alias or AliasOverride service configuration.
AliasContribution(Class<T>, T) - Constructor for class org.apache.tapestry5.services.AliasContribution
Conntributes the object with a blank mode.
AliasContribution(Class<T>, String, T) - Constructor for class org.apache.tapestry5.services.AliasContribution
 
AliasImpl - Class in org.apache.tapestry5.internal.services
 
AliasImpl(AliasManager, String, AliasManager) - Constructor for class org.apache.tapestry5.internal.services.AliasImpl
 
AliasManager - Interface in org.apache.tapestry5.services
A thin wrapper around a set of AliasContributions.
AliasManagerImpl - Class in org.apache.tapestry5.internal.services
 
AliasManagerImpl(Logger, Collection<AliasContribution>) - Constructor for class org.apache.tapestry5.internal.services.AliasManagerImpl
 
allocateClientId(ComponentResources) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
allocateClientId(String) - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
allocateClientId(String) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
allocateClientId(ComponentResources) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
allocateClientId(String) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.allocateClientId(String) instead
allocateClientId(ComponentResources) - Method in interface org.apache.tapestry5.RenderSupport
Deprecated. Use JavascriptSupport.allocateClientId(ComponentResources) instead
allocateClientId(String) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
Allocates a unique id based on the component's id.
allocateClientId(ComponentResources) - Method in interface org.apache.tapestry5.services.javascript.JavascriptSupport
As with JavascriptSupport.allocateClientId(String) but uses the id of the component extracted from the resources.
allocateControlName(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
allocateControlName(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
allocateControlName(String) - Method in interface org.apache.tapestry5.services.FormSupport
Allocates a unique (within the form) control name for some enclosed component, based on the component's id.
allocateId(String) - Method in class org.apache.tapestry5.ioc.internal.util.IdAllocator
Allocates the id.
allowNativeXpath(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
allowNativeXpath(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
altKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
altKeyDown() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
altKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
altKeyUp() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
analyze(Throwable) - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionAnalyzerImpl
 
analyze(Throwable) - Method in interface org.apache.tapestry5.ioc.services.ExceptionAnalyzer
 
AnnotationDataTypeAnalyzer - Class in org.apache.tapestry5.internal.services
Checks for the DataType annotation, returning its value if present.
AnnotationDataTypeAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.AnnotationDataTypeAnalyzer
 
AnnotationProvider - Interface in org.apache.tapestry5.ioc
A source of annotations.
AnnotationProviderChain - Class in org.apache.tapestry5.ioc.internal.services
Chain of command for AnnotationProvider.
AnnotationProviderChain(AnnotationProvider[]) - Constructor for class org.apache.tapestry5.ioc.internal.services.AnnotationProviderChain
 
AnnotationUseContext - Enum in org.apache.tapestry5.ioc.annotations
Constants for documenting the context wherein the tapestry-provided annotations may be used, in conjunction with UseWith.
announceStartup() - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
 
answerOnNextPrompt(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
answerOnNextPrompt(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
Any - Class in org.apache.tapestry5.corelib.components
Renders an arbitrary element including informal parameters.
Any() - Constructor for class org.apache.tapestry5.corelib.components.Any
 
APP_NAME - Static variable in class org.apache.tapestry5.internal.InternalSymbols
The name of the application (i.e., the name of the application filter).
APP_PACKAGE_PATH - Static variable in class org.apache.tapestry5.internal.InternalSymbols
The application package converted to a path ('.' becomes '/').
append(String, Object) - Method in class org.apache.tapestry5.json.JSONObject
Append values to the array under a key.
appendContext(boolean, EventContext, StringBuilder) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
appendTo(StringBuffer) - Method in class org.apache.tapestry5.internal.test.CodeEq
 
applicability() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriterRule
 
APPLICATION_CATALOG - Static variable in class org.apache.tapestry5.SymbolConstants
The location of the application-wide component messages catalog, relative to the web application context.
APPLICATION_VERSION - Static variable in class org.apache.tapestry5.SymbolConstants
Version number integrated into URLs for context assets.
ApplicationContextCustomizer - Interface in org.apache.tapestry5.spring
A bridge from Spring's approach to customizing the application context, over to Tapestry's approach.
ApplicationDefaults - Annotation Type in org.apache.tapestry5.ioc.services
Used to disambiguate which version of SymbolProvider is being referenced.
ApplicationGlobals - Interface in org.apache.tapestry5.services
Stores global information about the application and its environment.
ApplicationGlobalsImpl - Class in org.apache.tapestry5.internal.services
 
ApplicationGlobalsImpl() - Constructor for class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
 
ApplicationInitializer - Interface in org.apache.tapestry5.services
Service interface for initializing Tapestry for the application.
ApplicationInitializerFilter - Interface in org.apache.tapestry5.services
Filter interface for ApplicationInitializer.
ApplicationStackTraceElementAnalyzer - Class in org.apache.tapestry5.internal.services
Identifies frames for application classes.
ApplicationStackTraceElementAnalyzer(String) - Constructor for class org.apache.tapestry5.internal.services.ApplicationStackTraceElementAnalyzer
 
ApplicationState - Annotation Type in org.apache.tapestry5.annotations
Deprecated. Use SessionState instead
ApplicationStateContribution - Class in org.apache.tapestry5.services
A contribution to the configuration of the ApplicationStateManager, identifying the strategy and creator for a particular Session State Object (SSO), identified by the SSO's class.
ApplicationStateContribution(String) - Constructor for class org.apache.tapestry5.services.ApplicationStateContribution
 
ApplicationStateContribution(String, ApplicationStateCreator) - Constructor for class org.apache.tapestry5.services.ApplicationStateContribution
 
ApplicationStateCreator<T> - Interface in org.apache.tapestry5.services
Used by ApplicationStateManager and ApplicationStatePersistenceStrategy to create an application state object on demand.
ApplicationStateManager - Interface in org.apache.tapestry5.services
Responsible for managing session state objects, objects which persist between requests, but are not tied to any individual page or component.
ApplicationStateManagerImpl - Class in org.apache.tapestry5.internal.services
 
ApplicationStateManagerImpl(Map<Class, ApplicationStateContribution>, ApplicationStatePersistenceStrategySource, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
 
ApplicationStatePersistenceStrategy - Interface in org.apache.tapestry5.services
Used by ApplicationStateManager to manage a specific kind of Session State Object (SSO) persistence.
ApplicationStatePersistenceStrategySource - Interface in org.apache.tapestry5.services
Used to provide access to ApplicationStatePersistenceStrategySource instances via a logical name for the stategy, such as "session".
ApplicationStatePersistenceStrategySourceImpl - Class in org.apache.tapestry5.internal.services
 
ApplicationStatePersistenceStrategySourceImpl(Map<String, ApplicationStatePersistenceStrategy>) - Constructor for class org.apache.tapestry5.internal.services.ApplicationStatePersistenceStrategySourceImpl
 
ApplicationStateWorker - Class in org.apache.tapestry5.internal.transform
Looks for the ApplicationState and SessionState annotations and converts read and write access on such fields into calls to the ApplicationStateManager.
ApplicationStateWorker(ApplicationStateManager, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.ApplicationStateWorker
 
applyAdditionalConstraints(Criteria) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Invoked after the main criteria has been set up (firstResult, maxResults and any sort contraints).
AppModule - Class in org.apache.tapestry5.tutorial.services
This module is automatically included as part of the Tapestry IoC Registry, it's a good place to configure and extend Tapestry, or to place your own services.
AppModule() - Constructor for class org.apache.tapestry5.tutorial.services.AppModule
 
ArrayEventContext - Class in org.apache.tapestry5.internal.services
Simple implementation of EventContext.
ArrayEventContext(TypeCoercer, Object...) - Constructor for class org.apache.tapestry5.internal.services.ArrayEventContext
 
AspectDecorator - Interface in org.apache.tapestry5.ioc.services
A decorator used to create an interceptor that delegates each method's invocation to an MethodAdvice for advice.
AspectDecoratorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
AspectDecoratorImpl(ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
AspectInterceptorBuilder<T> - Interface in org.apache.tapestry5.ioc.services
A builder may be obtained from the AspectDecorator and allows more controlled creation of the created interceptor; it allows different methods to be given different advice, and allows methods to be omitted (in which case the method invocation passes through without advice).
AspectInterceptorBuilderImpl<T> - Class in org.apache.tapestry5.ioc.internal.services
 
AspectInterceptorBuilderImpl(ClassFactory, Class<T>, T, String) - Constructor for class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
assertArraysEqual(T[], T...) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Convenience for TestBase.assertListsEquals(List, List).
assertAttribute(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated. Used when the locator identifies an attribute, not an element.
assertAttribute(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Used when the locator identifies an attribute, not an element.
assertAttributeSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assertFieldValue(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assertFieldValue(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
assertFieldValueSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assertListsEquals(List<T>, List<T>) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Compares two lists for equality; first all the elements are individually compared for equality (if the lists are of unequal length, only elements up to the shorter length are compared).
assertListsEquals(List<T>, T...) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Convenience for TestBase.assertListsEquals(List, List).
assertMessageContains(Throwable, String...) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Asserts that the message property of the throwable contains each of the provided substrings.
assertSourcePresent(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assertSourcePresent(String...) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Assets that each string provided is present somewhere in the current document.
assertText(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated. Asserts the text of an element, identified by the locator.
assertText(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Asserts the text of an element, identified by the locator.
assertTextPresent(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assertTextPresent(String...) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
assertTextSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
Asset - Interface in org.apache.tapestry5
An Asset is any kind of resource that can be exposed to the client web browser.
ASSET - Static variable in class org.apache.tapestry5.BindingConstants
References a localized asset.
Asset2 - Interface in org.apache.tapestry5
Extension to Asset that adds a method to determine if the asset is invariant or not.
ASSET_PATH_PREFIX - Static variable in class org.apache.tapestry5.internal.services.RequestConstants
Request path prefix that identifies an internal (on the classpath) asset.
AssetBinding - Class in org.apache.tapestry5.internal.bindings
 
AssetBinding(Location, String, Asset) - Constructor for class org.apache.tapestry5.internal.bindings.AssetBinding
 
AssetBindingFactory - Class in org.apache.tapestry5.internal.bindings
Binding factory where the expression is a reference to an asset.
AssetBindingFactory(AssetSource) - Constructor for class org.apache.tapestry5.internal.bindings.AssetBindingFactory
 
AssetDispatcher - Class in org.apache.tapestry5.internal.services
Recognizes requests where the path begins with "/asset/" and delivers the content therein as a bytestream.
AssetDispatcher(ResourceStreamer, ResourceCache, AssetResourceLocator) - Constructor for class org.apache.tapestry5.internal.services.AssetDispatcher
 
assetDoesNotExist(Resource) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
AssetFactory - Interface in org.apache.tapestry5.services
Used by AssetSource to create new Assets as needed.
AssetInjectionProvider - Class in org.apache.tapestry5.internal.services
Performs injection of assets, based on the presence of the Path annotation.
AssetInjectionProvider(SymbolSource, AssetSource) - Constructor for class org.apache.tapestry5.internal.services.AssetInjectionProvider
 
AssetObjectProvider - Class in org.apache.tapestry5.internal.services
Exposes assets (in the current locale).
AssetObjectProvider(AssetSource, TypeCoercer, SymbolSource) - Constructor for class org.apache.tapestry5.internal.services.AssetObjectProvider
 
AssetPathAuthorizer - Interface in org.apache.tapestry5.services
Determines whether access to an asset is allowed, denied, or undetermined.
AssetPathAuthorizer.Order - Enum in org.apache.tapestry5.services
Types of orderings, either ALLOW or DENY.
AssetPathConverter - Interface in org.apache.tapestry5.services
Converts the path (or URI) of an asset into a new format.
AssetProtectionDispatcher - Class in org.apache.tapestry5.internal.services
Dispatcher that handles whether to allow or deny access to particular assets.
AssetProtectionDispatcher(List<AssetPathAuthorizer>, ClasspathAssetAliasManager, Logger) - Constructor for class org.apache.tapestry5.internal.services.AssetProtectionDispatcher
 
AssetResourceLocator - Interface in org.apache.tapestry5.internal.services
Responsible for converting a path (from AssetDispatcher into a Resource that can be streamed to the client.
AssetResourceLocatorImpl - Class in org.apache.tapestry5.internal.services
 
AssetResourceLocatorImpl(ClasspathAssetAliasManager, ResourceCache, String, AssetFactory, Response) - Constructor for class org.apache.tapestry5.internal.services.AssetResourceLocatorImpl
 
AssetSource - Interface in org.apache.tapestry5.services
Used to find or create an Asset with a given path.
AssetSourceImpl - Class in org.apache.tapestry5.internal.services
 
AssetSourceImpl(ThreadLocale, Map<String, AssetFactory>) - Constructor for class org.apache.tapestry5.internal.services.AssetSourceImpl
 
assignId(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
assignId(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
asString(Method, ClassFactory) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Converts a method to a user presentable string using a ClassFactory to obtain a Location (where possible).
asString(Method) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Converts a method to a user presentable string consisting of the containing class name, the method name, and the short form of the parameter list (the class name of each parameter type, shorn of the package name portion).
attached() - Method in interface org.apache.tapestry5.internal.structure.Page
Invoked to inform the page that it is attached to the current request.
attached() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
attachFile(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
attachFile(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
Attribute - Class in org.apache.tapestry5.dom
An attribute within an Element.
attribute(String, String) - Method in class org.apache.tapestry5.dom.Element
Adds an attribute to the element, but only if the attribute name does not already exist.
attribute(String, String, String) - Method in class org.apache.tapestry5.dom.Element
Adds a namespaced attribute to the element, but only if the attribute name does not already exist.
AttributeExpansionBinding - Class in org.apache.tapestry5.internal.services
Wraps a StringProvider as a read-only Binding.
AttributeExpansionBinding(Location, StringProvider) - Constructor for class org.apache.tapestry5.internal.services.AttributeExpansionBinding
 
AttributeInfo - Class in org.apache.tapestry5.internal.services
Tracks the qualified name and value of an attribute within a start element XMLToken.
AttributeInfo(QName, String) - Constructor for class org.apache.tapestry5.internal.services.AttributeInfo
 
attributeNotAllowed(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
attributeNS(String, String, String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
attributeNS(String, String, String) - Method in interface org.apache.tapestry5.MarkupWriter
Creates an attribute within the namespace for the current element.
attributes(String...) - Method in class org.apache.tapestry5.dom.Element
Convenience for invoking Element.attribute(String, String) multiple times.
attributes(Object...) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
attributes(Object...) - Method in interface org.apache.tapestry5.MarkupWriter
Adds a series of attributes and values.
AttributeToken - Class in org.apache.tapestry5.internal.parser
Stores an attribute/value pair (as part of an XML element).
AttributeToken(String, String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.AttributeToken
 
Autobuild - Annotation Type in org.apache.tapestry5.ioc.annotations
Directs that the value to be built should be an autobuild instance of the type with injections performed, via ObjectLocator.autobuild(Class).
autobuild(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
autobuild(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
autobuild(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
autobuild(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
autobuild(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
autobuild(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
autobuild(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
autobuild(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
autobuild(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
autobuild(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
autobuild(Class<T>) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Autobuilds a class by finding the public constructor with the most parameters.
autobuild(String, Class<T>) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Autobuilds a class by finding the public constructor with the most parameters.
AutobuildObjectProvider - Class in org.apache.tapestry5.ioc.internal.services
Checks for the Autobuild annotation and, if so invokes ObjectLocator.autobuild(Class) on it.
AutobuildObjectProvider() - Constructor for class org.apache.tapestry5.ioc.internal.services.AutobuildObjectProvider
 
Autocomplete - Class in org.apache.tapestry5.corelib.mixins
A mixin for a text field that allows for autocompletion of text fields.
Autocomplete() - Constructor for class org.apache.tapestry5.corelib.mixins.Autocomplete
 
autofocus(FieldFocusPriority, String) - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
 
autofocus(FieldFocusPriority, String) - Method in interface org.apache.tapestry5.RenderSupport
Invoked to set focus on a rendered field.
AutofocusValidationDecorator - Class in org.apache.tapestry5.internal.util
Used by Form to determine which fields will be focused and a what priority.
AutofocusValidationDecorator(ValidationDecorator, ValidationTracker, RenderSupport) - Constructor for class org.apache.tapestry5.internal.util.AutofocusValidationDecorator
 
AvailableValues - Class in org.apache.tapestry5.ioc.internal.util
Used (as part of a UnknownValueException to identify what available values are present.
AvailableValues(String, Collection<?>) - Constructor for class org.apache.tapestry5.ioc.internal.util.AvailableValues
 
AvailableValues(String, Map<?, ?>) - Constructor for class org.apache.tapestry5.ioc.internal.util.AvailableValues
 
AvailableValuesRenderer - Class in org.apache.tapestry5.internal.renderers
Renders out a AvailableValues instance as a <div> enclosing a <ul>.
AvailableValuesRenderer() - Constructor for class org.apache.tapestry5.internal.renderers.AvailableValuesRenderer
 

B

Base64InputStream - Class in org.apache.tapestry5.internal.util
An extension of ByteArrayInputStream that is initialized from a Base64 input stream (rather than from a byte array).
Base64InputStream(String) - Constructor for class org.apache.tapestry5.internal.util.Base64InputStream
 
Base64OutputStream - Class in org.apache.tapestry5.internal.util
An extension of ByteArrayOutputStream that allows the final byte array to be converted to a Base64 string.
Base64OutputStream() - Constructor for class org.apache.tapestry5.internal.util.Base64OutputStream
 
BASE_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
BASE_URL - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
BASE_URL_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
ITestContext attribute holding the application's base URL.
baseClassInWrongPackage(String, String, String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
BaseEventHandlerMethodInvoker - Class in org.apache.tapestry5.internal.transform
Base class for invoking event handler methods that also serves when invoking an event handler method that takes no parameters.
BaseEventHandlerMethodInvoker(TransformMethod, String, String) - Constructor for class org.apache.tapestry5.internal.transform.BaseEventHandlerMethodInvoker
 
BaseLexer - Class in org.apache.tapestry5.internal.antlr
 
BaseLexer() - Constructor for class org.apache.tapestry5.internal.antlr.BaseLexer
 
BaseLexer(CharStream, RecognizerSharedState) - Constructor for class org.apache.tapestry5.internal.antlr.BaseLexer
 
BaseLocatable - Class in org.apache.tapestry5.ioc
Base implementation of Locatable.
BaseLocatable(Location) - Constructor for class org.apache.tapestry5.ioc.BaseLocatable
 
BaseMessages - Class in org.apache.tapestry5.corelib.base
 
BaseMessages() - Constructor for class org.apache.tapestry5.corelib.base.BaseMessages
 
BaseOptimizedApplicationStateObject - Class in org.apache.tapestry5
Deprecated. since 5.1.0.0; use BaseOptimizedSessionPersistedObject instead
BaseOptimizedApplicationStateObject() - Constructor for class org.apache.tapestry5.BaseOptimizedApplicationStateObject
Deprecated.  
BaseOptimizedSessionPersistedObject - Class in org.apache.tapestry5
Base implementation of OptimizedSessionPersistedObject.
BaseOptimizedSessionPersistedObject() - Constructor for class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
 
BaseParser - Class in org.apache.tapestry5.internal.antlr
 
BaseParser(TokenStream) - Constructor for class org.apache.tapestry5.internal.antlr.BaseParser
 
BaseParser(TokenStream, RecognizerSharedState) - Constructor for class org.apache.tapestry5.internal.antlr.BaseParser
 
BasePropertyConduit - Class in org.apache.tapestry5.internal.services
Base class for PropertyConduit instances created by the PropertyConduitSource.
BasePropertyConduit(Class, String, AnnotationProvider, String, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.BasePropertyConduit
 
BaseURLSource - Interface in org.apache.tapestry5.services
Used when switching between normal/insecure (HTTP) and secure (HTTPS) mode.
BaseURLSourceImpl - Class in org.apache.tapestry5.internal.services
 
BaseURLSourceImpl(Request) - Constructor for class org.apache.tapestry5.internal.services.BaseURLSourceImpl
 
BaseValidationDecorator - Class in org.apache.tapestry5
Base implementation of ValidationDecorator that does nothing.
BaseValidationDecorator() - Constructor for class org.apache.tapestry5.BaseValidationDecorator
 
BeanBlockContribution - Class in org.apache.tapestry5.services
A contribution to the BeanBlockSource service, defining a page name and block id (within the page) that can edit or display a particular type of property.
BeanBlockContribution(String, String, String, boolean) - Constructor for class org.apache.tapestry5.services.BeanBlockContribution
 
BeanBlockOverrideSource - Interface in org.apache.tapestry5.services
Used to override the default BeanBlockSource for a particular data type.
BeanBlockOverrideSourceImpl - Class in org.apache.tapestry5.internal.services
 
BeanBlockOverrideSourceImpl(RequestPageCache, Collection<BeanBlockContribution>) - Constructor for class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
 
BeanBlockSource - Interface in org.apache.tapestry5.services
A source of Blocks used to display the properties of a bean (used by the Grid component), or to edit the properties of a bean (used by the BeanEditForm component).
BeanBlockSourceImpl - Class in org.apache.tapestry5.internal.services
 
BeanBlockSourceImpl(RequestPageCache, BeanBlockOverrideSource, Collection<BeanBlockContribution>) - Constructor for class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
 
BeanDisplay - Class in org.apache.tapestry5.corelib.components
Used to display the properties of a bean, using an underlying BeanModel.
BeanDisplay() - Constructor for class org.apache.tapestry5.corelib.components.BeanDisplay
 
BeanEditContext - Interface in org.apache.tapestry5.services
Defines a context for editing a bean via BeanEditor.
BeanEditForm - Class in org.apache.tapestry5.corelib.components
A component that creates an entire form editing the properties of a particular bean.
BeanEditForm() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditForm
 
BeanEditor - Class in org.apache.tapestry5.corelib.components
A component that generates a user interface for editing the properties of a bean.
BeanEditor() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditor
 
BeanEditor.Prepare - Class in org.apache.tapestry5.corelib.components
 
BeanEditor.Prepare() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditor.Prepare
 
BeanFieldValidator - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanFieldValidator(Field, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
 
BeanFieldValidatorDefaultSource - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanFieldValidatorDefaultSource(FieldValidatorDefaultSource, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
 
BeanModel<T> - Interface in org.apache.tapestry5.beaneditor
Provides the information necessary to build a user interface to view, create or edit an instance of a particular type.
BeanModelImpl<T> - Class in org.apache.tapestry5.internal.beaneditor
 
BeanModelImpl(Class<T>, PropertyConduitSource, TypeCoercer, Messages, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
BeanModelSource - Interface in org.apache.tapestry5.services
Used by a component to create a default BeanModel for a particular bean class.
BeanModelSourceImpl - Class in org.apache.tapestry5.internal.services
 
BeanModelSourceImpl(TypeCoercer, PropertyAccess, PropertyConduitSource, ClassFactory, DataTypeAnalyzer, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.BeanModelSourceImpl
 
BeanModelUtils - Class in org.apache.tapestry5.internal.beaneditor
Utilities used in a few places to modify an existing BeanModel.
BeanModelUtils() - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
 
BeanValidationContext - Interface in org.apache.tapestry5.internal
Defines a context for validating beans.
BeanValidationContextImpl - Class in org.apache.tapestry5.internal
 
BeanValidationContextImpl(Object) - Constructor for class org.apache.tapestry5.internal.BeanValidationContextImpl
 
BeanValidationGroupSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanValidationGroupSourceImpl(Collection<Class>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidationGroupSourceImpl
 
BeanValidatorConfigurer - Interface in org.apache.tapestry5.beanvalidator
Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before the ValidatorFactory is created.
BeanValidatorGroupSource - Interface in org.apache.tapestry5.beanvalidator
Provides list of groups targeted for validation.
BeanValidatorModule - Class in org.apache.tapestry5.beanvalidator
Module for JSR-303 services.
BeanValidatorModule() - Constructor for class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
BeanValidatorSource - Interface in org.apache.tapestry5.beanvalidator
Creates ValidatorFactory.
BeanValidatorSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanValidatorSourceImpl(List<BeanValidatorConfigurer>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
 
before(String) - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds a before:id constraint.
before(String) - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds a before:id constraint.
BEFORE_RENDER_BODY_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.beforeRenderBody(MarkupWriter, Event).
BEFORE_RENDER_TEMPLATE_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.beforeRenderTemplate(MarkupWriter, Event).
beforeAll() - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds a before:* constraint.
beforeAll() - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds a before:* constraint.
beforeField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
beforeField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
beforeField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Renders immediately before the field itself.
beforeLabel(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
beforeLabel(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
beforeLabel(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked by a Label before rendering itself.
BeforeRenderBody - Annotation Type in org.apache.tapestry5.annotations
Marks methods to be invoked when the component rendering state machine hits the point in the component's template where the body element occurs.
beforeRenderBody(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked just before rendering the body of component.
BeforeRenderTemplate - Annotation Type in org.apache.tapestry5.annotations
Associated with components that have a template, this phase is invoked to allow the component to decorate its template with additional markup.
beforeRenderTemplate(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
This phase is only invoked for components with templates.
begin() - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
 
begin() - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Begins a new block.
begin() - Method in interface org.apache.tapestry5.services.Heartbeat
Begins a new Heartbeat.
BEGIN_RENDER_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.beginRender(MarkupWriter, Event).
beginOptionGroup(OptionGroupModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
 
beginOptionGroup(OptionGroupModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
Invoked once for each OptionGroupModel, just before invoking SelectModelVisitor.option(OptionModel) for each embedded option within the group.
BeginRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for methods that should be executed at the start of rendering the component.
beginRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked to allow a component to render its tag (start tag and attributes).
beginRender(MarkupWriter) - Method in class org.apache.tapestry5.upload.components.Upload
Render the upload tags.
BigDecimalNumericFormatter - Class in org.apache.tapestry5.internal.translator
 
BigDecimalNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigDecimalNumericFormatter
 
BigIntegerNumericFormatter - Class in org.apache.tapestry5.internal.translator
 
BigIntegerNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigIntegerNumericFormatter
 
BigTypesFormatter - Class in org.apache.tapestry5.internal.translator
Base class for parsing/formatting BigInteger and BigDecimal.
BigTypesFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.internal.services.InternalModule
Bind all the private/internal services of Tapestry.
bind(ServiceBinder) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
bind(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>, ServiceBuilder<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Defines a service in terms of an implementation class, without a service interface.
bind(Class<T>, ServiceBuilder<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Alternative implementation that supports a callback to build the service, rather than instantiating a particular class.
bind(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Binds the service interface to a service implementation class.
bind(ServiceBinder) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.services.TapestryModule
 
Binding - Interface in org.apache.tapestry5
A binding is a connection between a component and its container (another component), that allows the embedded component to gain access to resources defined by the container.
BindingConstants - Class in org.apache.tapestry5
Constants for the built-in binding prefixes.
BindingConstants() - Constructor for class org.apache.tapestry5.BindingConstants
 
BindingFactory - Interface in org.apache.tapestry5.services
Creates a binding of a particular type.
BindingSource - Interface in org.apache.tapestry5.services
Used to acquire bindings for component parameters.
bindingSourceFailure(String, Throwable) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
BindingSourceImpl - Class in org.apache.tapestry5.internal.services
 
BindingSourceImpl(Map<String, BindingFactory>, StringInterner) - Constructor for class org.apache.tapestry5.internal.services.BindingSourceImpl
 
bindMixinParameter(String, String, Binding) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
 
bindMixinParameter(String, String, Binding) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
BindParameter - Annotation Type in org.apache.tapestry5.annotations
Designates a field in a mixin which is bound to the parameter of the containing component corresponding to the value of the annotation.
bindParameter(String, Binding) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Used during construction of the page to identify the binding for a particular parameter.
bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
BindParameterWorker - Class in org.apache.tapestry5.internal.transform
Responsible for identifying, via the BindParameter annotation, mixin fields that should be bound to a core-component parameter value.
BindParameterWorker(TypeCoercer, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.BindParameterWorker
 
BLACKBIRD - Static variable in class org.apache.tapestry5.SymbolConstants
The path to the embedded copy of blackbird packaged with Tapestry.
BLACKBIRD_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" then Blackbird JavaScript console is enabled.
BlankOption - Enum in org.apache.tapestry5.corelib.data
Used with the Select component to control whether an initial blank option is supplied.
BLOCK - Static variable in class org.apache.tapestry5.BindingConstants
References a named block within the template.
Block - Interface in org.apache.tapestry5
A block is a collection of static text and elements, and components, derived from a component template.
BlockBinding - Class in org.apache.tapestry5.internal.bindings
 
BlockBinding(Location, String, ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.bindings.BlockBinding
 
BlockBindingFactory - Class in org.apache.tapestry5.internal.bindings
Accesses a named block from the container.
BlockBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.BlockBindingFactory
 
BlockImpl - Class in org.apache.tapestry5.internal.structure
 
BlockImpl(Location, String) - Constructor for class org.apache.tapestry5.internal.structure.BlockImpl
 
BlockInjectionProvider - Class in org.apache.tapestry5.internal.services
Identifies fields of type Block that have the Inject annotation and converts them into read-only fields containing the injected Block from the template.
BlockInjectionProvider() - Constructor for class org.apache.tapestry5.internal.services.BlockInjectionProvider
 
BlockNotFoundException - Exception in org.apache.tapestry5
Exception thrown when a Block is requested but not found.
BlockNotFoundException(String, Location) - Constructor for exception org.apache.tapestry5.BlockNotFoundException
 
BlockToken - Class in org.apache.tapestry5.internal.parser
A block, used to enclose a chunk of template (including components) and control when or if the content is rendered.
BlockToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.BlockToken
 
BodyBuilder - Class in org.apache.tapestry5.ioc.util
Utility class for assembling the body used with Javassist when defining a method or constructor.
BodyBuilder() - Constructor for class org.apache.tapestry5.ioc.util.BodyBuilder
 
BodyPageElement - Interface in org.apache.tapestry5.internal.structure
A type of page element that has a body that can be added to.
BodyToken - Class in org.apache.tapestry5.internal.parser
Placeholder for a component's body (within the component's template).
BodyToken(Location) - Constructor for class org.apache.tapestry5.internal.parser.BodyToken
 
BROWSER_START_COMMAND_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
XmlTest parameter holding the browser command to pass to Selenium.
BufferedGZipOutputStream - Class in org.apache.tapestry5.internal.gzip
A buffered output stream that, when a certain number of bytes is buffered (the cutover point) will open a compressed stream (via Response.getOutputStream(String)
BufferedGZipOutputStream(String, HttpServletResponse, int, ResponseCompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
build(Class<T>, T, String) - Method in interface org.apache.tapestry5.hibernate.HibernateTransactionDecorator
Builds a transaction interceptor instance around the delegate.
build(Class<T>, T, String) - Method in class org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImpl
 
build(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentalShadowBuilderImpl
 
build(Class<T>, T, MethodAdvice, String) - Method in class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
build() - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
build(Class<T>, List<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
 
build(Class<T>, T, String, Logger) - Method in class org.apache.tapestry5.ioc.internal.services.LoggingDecoratorImpl
 
build(Logger, Class<S>, Class<F>, List<F>) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
 
build(Logger, Class<S>, Class<F>, List<F>, S) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
 
build(Object, String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
 
build(StrategyRegistry<S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
 
build(Class<S>, Map<Class, S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
 
build() - Method in class org.apache.tapestry5.ioc.OrderConstraint
Returns all constraints as array of strings.
build() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
Constructs and returns the registry; this may only be done once.
build(Class<T>, T, MethodAdvice, String) - Method in interface org.apache.tapestry5.ioc.services.AspectDecorator
Intercepts method invocations on the delegate and passes them through the provided aspect.
build() - Method in interface org.apache.tapestry5.ioc.services.AspectInterceptorBuilder
Builds and returns the interceptor.
build(Class<T>, List<T>) - Method in interface org.apache.tapestry5.ioc.services.ChainBuilder
Creates a chain instance from a command interface and a list of commands (implementing the interface).
build(Class<T>, T, String, Logger) - Method in interface org.apache.tapestry5.ioc.services.LoggingDecorator
Builds a logging interceptor instance.
build(Logger, Class<S>, Class<F>, List<F>, S) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
Creates a pipeline from the filters and a terminator.
build(Logger, Class<S>, Class<F>, List<F>) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
Creates a pipeline from just the filters.
build(Object, String, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.PropertyShadowBuilder
 
build(StrategyRegistry<S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
Given a number of adapters implementing the service interface, builds a "dispatcher" implementations that delegates to the one of the adapters.
build(Class<S>, Map<Class, S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
 
build(Map<String, ServiceLifecycle>) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
Provides access to additional service lifecycles.
build(Class<T>) - Method in interface org.apache.tapestry5.services.EnvironmentalShadowBuilder
Returns a proxy that delegates all methods to an object obtained from Environment.peekRequired(Class).
buildActionRenderResponseGenerator(boolean, ObjectLocator) - Static method in class org.apache.tapestry5.internal.services.InternalModule
Chooses one of two implementations, based on the configured mode.
buildAjaxComponentEventRequestHandler(List<ComponentEventRequestFilter>, Logger, AjaxComponentEventRequestHandler) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the action request handler for Ajax requests, based on a pipeline around AjaxComponentEventRequestHandler .
buildAjaxComponentEventResultProcessor(Map<Class, ComponentEventResultProcessor>) - Method in class org.apache.tapestry5.services.TapestryModule
The component event result processor used for Ajax-oriented component requests.
buildAlias(Logger, String, AliasManager, Collection<AliasContribution>) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildApplicationContextCustomizer(List<ApplicationContextCustomizer>, ChainBuilder) - Static method in class org.apache.tapestry5.spring.SpringModule
Defines a chain-of-command for handling application context customization.
buildApplicationInitializer(Logger, List<ApplicationInitializerFilter>) - Method in class org.apache.tapestry5.services.TapestryModule
Initializes the application, using a pipeline of ApplicationInitializers.
buildBeanValidator(ValidatorFactory, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
buildClasspathAssetFactory(ResourceCache, ClasspathAssetAliasManager, AssetPathConverter) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildClientBehaviorSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current ClientBehaviorSupport inside this thread's Environment.
buildClientPersistentFieldStrategy(LinkCreationHub, ClientPersistentFieldStrategy) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentClassCache(ComponentClassCacheImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildComponentClassesInvalidationEventHub(ComponentInstantiatorSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentClassFactory(ComponentInstantiatorSource) - Method in class org.apache.tapestry5.services.TapestryModule
Returns a ClassFactory that can be used to create extra classes around component classes.
buildComponentClassResolver(ComponentClassResolverImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentClassTransformer(ComponentClassTransformerImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.internal.services.InternalModule
 
buildComponentClassTransformWorker(List<ComponentClassTransformWorker>) - Method in class org.apache.tapestry5.services.TapestryModule
Allows the exact steps in the component class transformation process to be defined.
buildComponentEventRequestHandler(List<ComponentEventRequestFilter>, Logger, ComponentEventRequestHandlerImpl) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the component action request handler for traditional (non-Ajax) requests.
buildComponentEventResultProcessor(Map<Class, ComponentEventResultProcessor>) - Method in class org.apache.tapestry5.services.TapestryModule
The component event result processor used for normal component requests.
buildComponentInstantiatorSource(ClassFactory, ComponentClassTransformer, Logger, InternalRequestGlobals, ClasspathURLConverter) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildComponentMessagesInvalidationEventHub(ComponentMessagesSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentMessagesSource(ComponentMessagesSourceImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildComponentRequestHandler(List<ComponentRequestFilter>, ComponentRequestHandlerTerminator, Logger) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentTemplateSource(TemplateParser, PageTemplateLocator, ClasspathURLConverter) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.MessagesConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.PrimitiveFieldConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.ValidateAnnotationConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.ValidationConstraintGeneratorImpl
 
buildConstraints(Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.ValidationConstraintGenerator
For a given property, identify all the approprite validation constraints.
buildContext(ApplicationGlobals) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildContextAssetFactory(ApplicationGlobals, String, AssetPathConverter) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildCookieSink() - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildCookieSource() - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildCtClassSource(PropertyShadowBuilder, ComponentInstantiatorSource) - Static method in class org.apache.tapestry5.internal.services.InternalModule
 
buildDataTypeAnalyzer(List<DataTypeAnalyzer>) - Method in class org.apache.tapestry5.services.TapestryModule
Analyzes properties to determine the data types, used to TapestryModule.contributeBeanBlockSource(org.apache.tapestry5.ioc.Configuration) locale display and edit blocks} for properties.
buildDefaultDataTypeAnalyzer(DefaultDataTypeAnalyzer, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
The default data type analyzer is the final analyzer consulted and identifies the type entirely pased on the property type, working against its own configuration (mapping property type class to data type).
buildDefaultFileItemFactory(int, String) - Static method in class org.apache.tapestry5.upload.services.UploadModule
The default FileItemFactory used by the MultipartDecoder is DiskFileItemFactory.
buildDefaultRegistry() - Static method in class org.apache.tapestry5.ioc.IOCUtilities
Construct a default Registry, including modules identifed via the Tapestry-Module-Classes Manifest entry.
buildDeferredExecution(int, int, int, boolean, PerthreadManager, RegistryShutdownHub, ThunkCreator) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
buildEnvironment(PerthreadManager) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildFormSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current FormSupport inside this thread's Environment.
buildHibernateEntityPackageManager(Collection<String>) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
buildHibernateSessionManager(HibernateSessionSource, PerthreadManager) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
The session manager manages sessions on a per-thread/per-request basis.
buildHibernateSessionSource(Logger, List<HibernateConfigurer>, RegistryShutdownHub) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
buildHttpServletRequest() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a shadow of the RequestGlobals.HTTPServletRequest property.
buildHttpServletRequestHandler(Logger, List<HttpServletRequestFilter>, RequestHandler, String, SessionPersistedObjectAnalyzer) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildHttpServletResponse() - Method in class org.apache.tapestry5.services.TapestryModule
 
buildInjectionProvider(List<InjectionProvider>) - Method in class org.apache.tapestry5.services.TapestryModule
A chain of command for providing values for Inject-ed fields in component classes.
buildJavascriptSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current JavascriptSupport inside this thread's Environment.
buildKey(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
buildLinkCreationHub(LinkSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildMarkupRenderer(Logger, MarkupRendererTerminator, List<MarkupRendererFilter>) - Method in class org.apache.tapestry5.services.TapestryModule
The MarkupRenderer service is used to render a full page as markup.
buildMasterDispatcher(List<Dispatcher>) - Method in class org.apache.tapestry5.services.TapestryModule
Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur.
buildMasterStackTraceElementAnalyzer(List<StackTraceElementAnalyzer>) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildMetaDataLocator(MetaDataLocatorImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildMethodInvocation(TransformMethodSignature, ClassTransformation) - Method in class org.apache.tapestry5.internal.util.MethodInvocationBuilder
Builds the method invocation.
buildMultipartDecoder(PerthreadManager, RegistryShutdownHub, MultipartDecoderImpl) - Static method in class org.apache.tapestry5.upload.services.UploadModule
 
buildObjectRenderer(Map<Class, ObjectRenderer>) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildPageActivationContextCollector(PageActivationContextCollectorImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildPageLoader(PageLoaderImpl, InvalidationEventHub, InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildPagePool(PagePoolImpl, InvalidationEventHub, InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildPageRenderRequestHandler(List<PageRenderRequestFilter>, Logger, PageRenderRequestHandlerImpl) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildPageTemplateLocator(AssetFactory, ComponentClassResolver) - Static method in class org.apache.tapestry5.internal.services.InternalModule
 
buildParameter(ClassTransformation) - Method in interface org.apache.tapestry5.internal.util.ParameterBuilder
 
buildParameter(ClassTransformation) - Method in class org.apache.tapestry5.internal.util.StringParameterBuilder
 
buildPartialMarkupRenderer(Logger, List<PartialMarkupRendererFilter>, PartialMarkupRendererTerminator) - Method in class org.apache.tapestry5.services.TapestryModule
A wrapper around PageRenderQueue used for partial page renders.
buildPropBindingFactory(List<BindingFactory>, PropBindingFactory) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the PropBindingFactory as a chain of command.
buildPropertyConduitSource(PropertyConduitSourceImpl, InvalidationEventHub) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildRegistry(Class...) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
Builds a Registry for the provided modules; caller should shutdown the Registry when done.
buildRenderSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current RenderSupport inside this thread's Environment.
buildRequest() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a shadow of the RequestGlobals.request property.
buildRequestHandler(Logger, List<RequestFilter>, Dispatcher) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildRequestPageCache(RequestPageCacheImpl, PerthreadManager) - Static method in class org.apache.tapestry5.internal.services.InternalModule
 
buildResourceCache(ResourceCacheImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildResponse() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a shadow of the RequestGlobals.response property.
buildService(ServiceResources) - Method in interface org.apache.tapestry5.ioc.ServiceBuilder
Construct the service.
buildServletApplicationInitializer(Logger, List<ServletApplicationInitializerFilter>, ApplicationInitializer) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildSession(HibernateSessionManager, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
buildSessionPersistedObjectAnalyzer(Map<Class, SessionPersistedObjectAnalyzer>) - Method in class org.apache.tapestry5.services.TapestryModule
The master Sessi`onPesistedObjectAnalyzer.
buildStringInterner(StringInternerImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildTimingFilter(Logger) - Method in class org.apache.tapestry5.tutorial.services.AppModule
This is a service definition, the service will be named TimingFilter.
buildTranslatorSource(TranslatorSourceImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildValidationMessagesSource(List<String>, UpdateListenerHub, AssetFactory, ClasspathURLConverter) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the source of Messages containing validation messages.
buildValidatorFactory(BeanValidatorSource, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
buildValueEncoderSource(Map<Class, ValueEncoderFactory>, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildVirtualAssetStreamer(VirtualAssetStreamerImpl, ResourceCache) - Static method in class org.apache.tapestry5.internal.services.InternalModule
 
Builtin - Annotation Type in org.apache.tapestry5.ioc.services
Marks services provided by this module that may need to be unambiguously referenced.

C

Cached - Annotation Type in org.apache.tapestry5.annotations
Indicates that a method should only be evaluated once and the result cached.
CachedWorker - Class in org.apache.tapestry5.internal.transform
Caches method return values for methods annotated with Cached.
CachedWorker(BindingSource) - Constructor for class org.apache.tapestry5.internal.transform.CachedWorker
 
CachedWorker.MethodResultCache - Interface in org.apache.tapestry5.internal.transform
Manages a cache value as the result of invoking a no-arguments method.
CachingObjectCreator - Class in org.apache.tapestry5.ioc.internal.services
An ObjectCreator that delegates to another ObjectCreator and caches the result.
CachingObjectCreator(ObjectCreator) - Constructor for class org.apache.tapestry5.ioc.internal.services.CachingObjectCreator
 
calculateParameters(ObjectLocator, InjectionResources, Class[], Type[], Annotation[][], OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
calculateParametersForConstructor(Constructor, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
calculateParametersForMethod(Method, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
CANCELED - Static variable in class org.apache.tapestry5.EventConstants
Event type associated with clicking the cancel button inside a BeanEditForm.
canonicalizePageName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
canonicalizePageName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Returns the canonical form of a page name.
capitalize(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Capitalizes a string, converting the first character to uppercase.
capitalizedWord() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random word, capitalized.
captureEntirePageScreenshot(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
captureEntirePageScreenshot(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureEntirePageScreenshotToString(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
captureEntirePageScreenshotToString(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureNetworkTraffic(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
captureNetworkTraffic(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
CaptureRenderedDocument - Class in org.apache.tapestry5.internal.test
Used to capture the rendered document from a traditional page render.
CaptureRenderedDocument(TestableResponse) - Constructor for class org.apache.tapestry5.internal.test.CaptureRenderedDocument
 
captureScreenshot(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
captureScreenshot(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
captureScreenshotToString() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
captureScreenshotToString() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
CaseInsensitiveMap<V> - Class in org.apache.tapestry5.ioc.util
An mapped collection where the keys are always strings and access to values is case-insensitive.
CaseInsensitiveMap() - Constructor for class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
CaseInsensitiveMap(int) - Constructor for class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
CaseInsensitiveMap(Map<String, ? extends V>) - Constructor for class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
cast(Object, Class<T>, String) - Static method in class org.apache.tapestry5.ioc.internal.util.Defense
Checks that the provided value is not null, and may be cast to the desired type.
castReference(String, String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Takes a reference and casts it to the desired type.
CData - Class in org.apache.tapestry5.dom
A node that stores parsed character content (CDATA).
CData(Element, String) - Constructor for class org.apache.tapestry5.dom.CData
 
cdata(String) - Method in class org.apache.tapestry5.dom.Document
Adds and returns a new CDATA node.
cdata(String) - Method in class org.apache.tapestry5.dom.Element
Adds and returns a new CDATA node.
cdata(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
cdata(String) - Method in interface org.apache.tapestry5.MarkupWriter
Adds parsed character content.
CDATAToken - Class in org.apache.tapestry5.internal.parser
Literal text that was enclosed within a !CDATA in the input template (so we should do the same during output).
CDATAToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.CDATAToken
 
ChainBuilder - Interface in org.apache.tapestry5.ioc.services
A service which can assemble an implementation based on a command interface, and an ordered list of objects implementing that interface (the "commands").
ChainBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ChainBuilderImpl(ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
 
CHANGE_EVENT - Static variable in class org.apache.tapestry5.corelib.components.Select
 
CHARSET - Static variable in class org.apache.tapestry5.SymbolConstants
The charset used when rendering page markup; the charset is also used as the request encoding when handling incoming requests.
CHARSET_CONTENT_TYPE_PARAMETER - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
check() - Method in class org.apache.tapestry5.ioc.internal.util.OneShotLock
Checks to see if the lock has been set (via OneShotLock.lock()).
check(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
check(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
Checkbox - Class in org.apache.tapestry5.corelib.components
A Checkbox component is simply a <input type="checkbox">.
Checkbox() - Constructor for class org.apache.tapestry5.corelib.components.Checkbox
 
checkForInsecureRequest(String) - Method in interface org.apache.tapestry5.internal.services.RequestSecurityManager
Checks the page to see if it is secure; if so, and the request is not secure, then a redirect to the page is generated and sent.
checkForInsecureRequest(String) - Method in class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
Checks to see if any parsed resource has changed.
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.MessagesSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.PagePoolImpl
On the periodic check for updates call, we clean up the caches, discarding unsued and out of date page instances.
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.internal.services.ValidationMessagesSourceImpl
 
checkForUpdates() - Method in class org.apache.tapestry5.ioc.internal.ReloadableObjectCreator
 
checkForUpdates() - Method in interface org.apache.tapestry5.services.UpdateListener
Invoked to force the receiver to check for updates to whatever underlying resources it makes use of.
CheckForUpdatesFilter - Class in org.apache.tapestry5.internal.services
Implements a barrier that periodically asks the UpdateListenerHub to check for updates to files.
CheckForUpdatesFilter(UpdateListenerHub, long, long) - Constructor for class org.apache.tapestry5.internal.services.CheckForUpdatesFilter
 
checkout(String) - Method in interface org.apache.tapestry5.internal.services.PagePool
Obtains a page instance from the pool via a logical page name.
checkout(String) - Method in class org.apache.tapestry5.internal.services.PagePoolImpl
 
chooseCancelOnNextConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
chooseCancelOnNextConfirmation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
chooseOkOnNextConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
chooseOkOnNextConfirmation() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
claim(Object) - Method in interface org.apache.tapestry5.services.TransformField
Claims the field so as to ensure that only a single annotation is applied to any single field.
claimField(String, Object) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
claimField(String, Object) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Use TransformField.claim(Object) instead
CLASS_TRANSFORMATION - Static variable in class org.apache.tapestry5.TapestryMarkers
Logs the final version of the class transformation.
ClassDescription - Class in org.apache.tapestry.mojo
 
ClassDescription(String, String, String, boolean, String) - Constructor for class org.apache.tapestry.mojo.ClassDescription
 
ClassFab - Interface in org.apache.tapestry5.ioc.services
Used when fabricating a new class.
ClassFabImpl - Class in org.apache.tapestry5.ioc.internal.services
Implementation of ClassFab.
ClassFabImpl(CtClassSource, CtClass, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
ClassFabUtils - Class in org.apache.tapestry5.ioc.services
Handy method useful when creating new classes using ClassFab.
ClassFabUtils() - Constructor for class org.apache.tapestry5.ioc.services.ClassFabUtils
 
classFactory - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
ClassFactory - Interface in org.apache.tapestry5.ioc.services
Service used when dynamically creating new classes.
ClassFactoryClassPool - Class in org.apache.tapestry5.ioc.internal.services
Used to ensure that ClassPool.appendClassPath(javassist.ClassPath) is invoked within a synchronized lock, and also handles tricky class loading issues (caused by the creation of classes, and class loaders, at runtime).
ClassFactoryClassPool(ClassLoader) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool
 
ClassFactoryImpl - Class in org.apache.tapestry5.ioc.internal.services
Implementation of ClassFactory.
ClassFactoryImpl(ClassLoader) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
ClassFactoryImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
ClassFactoryImpl(ClassLoader, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
Main constructor where a specific class loader and log is provided.
ClassFactoryImpl(ClassLoader, ClassFactoryClassPool, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
Special constructor used when the class pool is provided externally.
ClassFactoryImpl(ClassLoader, ClassFactoryClassPool, CtClassSource, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.ApplicationStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.PrefixCheckStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.ProxiesStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in class org.apache.tapestry5.internal.services.SyntheticStackTraceElementAnalyzer
 
classForFrame(StackTraceElement) - Method in interface org.apache.tapestry5.services.StackTraceElementAnalyzer
Returns the CSS class appropriate to the frame.
ClassNameLocator - Interface in org.apache.tapestry5.ioc.services
Scans the classpath for top-level classes within particular packages.
ClassNameLocatorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ClassNameLocatorImpl(ClasspathURLConverter) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
 
classNotTransformed(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
ClasspathAssetAliasManager - Interface in org.apache.tapestry5.services
Used as part of the support for classpath Assets, to convert the Asset's Resource to a URL that can be accessed by the client.
ClasspathAssetAliasManagerImpl - Class in org.apache.tapestry5.internal.services
 
ClasspathAssetAliasManagerImpl(Request, Map<String, String>) - Constructor for class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
Configuration is a map of aliases (short names) to complete names.
ClasspathAssetFactory - Class in org.apache.tapestry5.internal.services
Generates Assets for files on the classpath.
ClasspathAssetFactory(ResourceCache, ClasspathAssetAliasManager, AssetPathConverter) - Constructor for class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
ClasspathProvider - Annotation Type in org.apache.tapestry5.services
A marker annotation used to select the correct AssetFactory for injection.
ClasspathResource - Class in org.apache.tapestry5.ioc.internal.util
Implementation of Resource for files on the classpath (as defined by a ClassLoader).
ClasspathResource(String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
ClasspathResource(ClassLoader, String) - Constructor for class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
ClasspathResourceSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
Makes a Resource on the classpath available as a SymbolProvider
ClasspathResourceSymbolProvider(String) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClasspathResourceSymbolProvider
 
ClasspathURLConverter - Interface in org.apache.tapestry5.ioc.services
Used by ClassNameLocator to convert URLs from one protocol to another.
ClasspathURLConverterImpl - Class in org.apache.tapestry5.ioc.internal.services
Default implementation that returns the URLs unchanged.
ClasspathURLConverterImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
 
ClassPropertyAdapter - Interface in org.apache.tapestry5.ioc.services
Organizes all PropertyAdapters for a particular class.
ClassPropertyAdapterImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ClassPropertyAdapterImpl(Class, List<PropertyDescriptor>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
ClassResultProcessor - Class in org.apache.tapestry5.internal.services
Used when a component event handler returns a class value.
ClassResultProcessor(ComponentClassResolver, RequestPageCache, ActionRenderResponseGenerator) - Constructor for class org.apache.tapestry5.internal.services.ClassResultProcessor
 
ClassTransformation - Interface in org.apache.tapestry5.services
Contains class-specific information used when transforming a raw component class into an executable component class.
cleanup() - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
Instructs the hub to notify all its listeners (for the current thread).
cleanup() - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Immediately performs a cleanup of the thread, notifying all listeners then discarding the thread locale and the map it stores.
cleanup() - Method in class org.apache.tapestry5.ioc.test.MockTester
Invoked after an individual unit test (i.e., a test method invocation) to discard the mock control.
cleanup() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
cleanup() - Method in class org.apache.tapestry5.test.SeleniumLauncher
Shuts down the stack at the end of the test.
cleanup() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
cleanup() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
CLEANUP_RENDER_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.cleanupRender(MarkupWriter, Event).
CleanupRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for component methods associated with the terminal phase for the component rendering state machine.
cleanupRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Generally used to perform final cleanup of the component after rendering.
cleanupTestMethod() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
cleanupThread() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
cleanupThread() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
cleanupThread() - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
cleanupThread() - Method in interface org.apache.tapestry5.ioc.Registry
Invoked at the end of a request to discard any thread-specific information accumulated during the current request.
clear() - Method in interface org.apache.tapestry5.grid.GridSortModel
 
clear() - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
clear() - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Clears the internal parameters map.
clear() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
clear() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
Clears internal state, in preparation for the next test.
clear() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
clear() - Method in class org.apache.tapestry5.internal.util.URLChangeTracker
Clears all URL and timestamp data stored in the tracker.
clear() - Method in class org.apache.tapestry5.ioc.internal.util.IdAllocator
Clears the allocator, resetting it to freshly allocated state.
clear() - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Clears the builder, returning it to its initial, empty state.
clear() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
clear() - Method in class org.apache.tapestry5.ioc.util.Stack
Clears the stack, the same as popping off all elements.
clear() - Method in interface org.apache.tapestry5.services.Environment
Clears all stacks; used when initializing the Environment before a render.
clear() - Method in interface org.apache.tapestry5.ValidationTracker
Clears all information stored by the tracker.
clear() - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
clear() - Method in class org.apache.tapestry5.ValidationTrackerWrapper
 
clearCache() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
Clears the cache of adapters and asks the Introspector to clear its cache.
clearCache() - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
 
clearCache() - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
Discards all stored property access information, discarding all created class adapters.
clearCache() - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
Clears cached information stored by the TypeCoercer.
clearCache() - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
 
clearErrors() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
clearErrors() - Method in class org.apache.tapestry5.corelib.components.Form
 
clearErrors() - Method in interface org.apache.tapestry5.FormValidationControl
Invokes ValidationTracker.clear().
click(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
click(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
clickAndWait(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
clickAndWait(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Click a link identified by a locator, then wait for the resulting page to load.
clickAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
clickAt(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
clickLink(Element) - Method in class org.apache.tapestry5.test.PageTester
Simulates a click on a link.
clickSubmit(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
Simulates a submission of the form by clicking the specified submit button.
CLIENT - Static variable in class org.apache.tapestry5.PersistenceConstants
The field's value is stored on the client, as a query parameter or hidden form field.
ClientBehaviorSupport - Interface in org.apache.tapestry5.services
Collects details about zone usage for efficient initialization of the client side objects.
ClientBehaviorSupportImpl - Class in org.apache.tapestry5.internal.services
 
ClientBehaviorSupportImpl(JavascriptSupport) - Constructor for class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
ClientConstraintDescriptor - Class in org.apache.tapestry5.beanvalidator
Describes a single client-side constraint.
ClientConstraintDescriptor(Class, String, String...) - Constructor for class org.apache.tapestry5.beanvalidator.ClientConstraintDescriptor
 
ClientConstraintDescriptorImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
ClientConstraintDescriptorImpl(Collection<ClientConstraintDescriptor>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.ClientConstraintDescriptorImpl
 
ClientConstraintDescriptorSource - Interface in org.apache.tapestry5.beanvalidator
Source for ClientConstraintDescriptor.
ClientDataEncoder - Interface in org.apache.tapestry5.services
A service used when a component or service needs to encode some amount of data on the client as a string.
ClientDataEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ClientDataEncoderImpl(URLEncoder) - Constructor for class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
ClientDataSink - Interface in org.apache.tapestry5.services
Allows binary object data to be encoded into a string.
ClientDataSinkImpl - Class in org.apache.tapestry5.internal.services
 
ClientDataSinkImpl(URLEncoder) - Constructor for class org.apache.tapestry5.internal.services.ClientDataSinkImpl
 
ClientElement - Interface in org.apache.tapestry5
Interface for any kind of object (typically, a component) that can provide a client-side id, typically used in the generation of client-side (JavaScript) logic.
ClientInfrastructure - Interface in org.apache.tapestry5.services
Client infrastructure is a base set of JavaScript libraries and CSS stylesheet files, The core JavaScript libraries are added to any page that adds JavaScript to the page.
ClientInfrastructureImpl - Class in org.apache.tapestry5.internal.services
The default Javascript Stack consists of Prototype, Scriptaculous & the Tapestry-specific library.
ClientInfrastructureImpl(SymbolSource, AssetSource, ThreadLocale, boolean) - Constructor for class org.apache.tapestry5.internal.services.ClientInfrastructureImpl
 
ClientPersistentFieldStorage - Interface in org.apache.tapestry5.internal.services
Describes an object that can store PersistentFieldChanges, and manage a query parameter stored into a Link to maining this data across requests.
ClientPersistentFieldStorageImpl - Class in org.apache.tapestry5.internal.services
Manages client-persistent values on behalf of a ClientPersistentFieldStorageImpl.
ClientPersistentFieldStorageImpl(Request, ClientDataEncoder) - Constructor for class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
ClientPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
Implements simple client-persistent properties.
ClientPersistentFieldStrategy(ClientPersistentFieldStorage) - Constructor for class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
clientStateMustBeSerializable(Object) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
clone() - Method in class org.apache.tapestry5.ioc.internal.util.IdAllocator
Creates a clone of this IdAllocator instance, copying the allocator's namespace and key map.
close() - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
close(Closeable) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
close() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Deprecated.  
close() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
CodeEq - Class in org.apache.tapestry5.internal.test
Special version of string equality used to compare two snippets of code.
CodeEq(String) - Constructor for class org.apache.tapestry5.internal.test.CodeEq
 
codeEq(String) - Static method in class org.apache.tapestry5.internal.test.CodeEq
 
coerce(Object, Class<T>) - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
coerce(S, Class<T>) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Performs a coercion from an input type to a desired output type.
coerce(S, Class<T>) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
coerce(PrimaryKeyEncoder) - Method in class org.apache.tapestry5.internal.util.PrimaryKeyEncoder2ValueEncoder
 
coerce(S) - Method in class org.apache.tapestry5.ioc.internal.services.CompoundCoercion
 
coerce(Object, Class) - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
 
coerce(S) - Method in interface org.apache.tapestry5.ioc.services.Coercion
Converts an input value.
coerce(S, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
Performs a coercion from an input type to a desired output type.
coerce(String) - Method in class org.apache.tapestry5.util.StringToEnumCoercion
 
coerceContext(int, String) - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
coerceContext(int, String) - Method in interface org.apache.tapestry5.runtime.ComponentEvent
Coerces a context value to a particular type.
CoercingPropertyConduitWrapper - Class in org.apache.tapestry5.internal.services
 
CoercingPropertyConduitWrapper(PropertyConduit, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
 
Coercion<S,T> - Interface in org.apache.tapestry5.ioc.services
Responsible for converting from one type to another.
CoercionTuple<S,T> - Class in org.apache.tapestry5.ioc.services
An immutable object that represents a mapping from one type to another.
CoercionTuple(Class<S>, Class<T>, Coercion<S, T>) - Constructor for class org.apache.tapestry5.ioc.services.CoercionTuple
Standard constructor, which defaults wrap to true.
CoercionTuple(Class<S>, Class<T>, Coercion<S, T>, boolean) - Constructor for class org.apache.tapestry5.ioc.services.CoercionTuple
Internal-use constructor.
collectEagerLoadServices(Collection<EagerLoadServiceProxy>) - Method in interface org.apache.tapestry5.ioc.internal.Module
Locates services with the EagerLoad annotation and generates proxies for them, then adds them to the proxies list for instantiation.
collectEagerLoadServices(Collection<EagerLoadServiceProxy>) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
CollectionFactory - Class in org.apache.tapestry5.ioc.internal.util
Static factory methods to ease the creation of new collection types (when using generics).
CollectionFactory() - Constructor for class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
CollectionGridDataSource - Class in org.apache.tapestry5.internal.grid
 
CollectionGridDataSource(Collection) - Constructor for class org.apache.tapestry5.internal.grid.CollectionGridDataSource
 
collectPageActivationContext(String) - Method in interface org.apache.tapestry5.internal.services.PageActivationContextCollector
Fires the passivate event and collects the response, which is coerced to an object array.
collectPageActivationContext(String) - Method in class org.apache.tapestry5.internal.services.PageActivationContextCollectorImpl
 
ColumnSort - Enum in org.apache.tapestry5.grid
Identifies how a column within a GridSortModel is sorted.
COMBINE_SCRIPTS - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" then JavaScript files will be combined into a single virtual JavaScript file.
CombinedRenderCommand - Class in org.apache.tapestry5.services.ajax
Combines exactly two render commands by pushing each onto the render queue.
CombinedRenderCommand(RenderCommand, RenderCommand) - Constructor for class org.apache.tapestry5.services.ajax.CombinedRenderCommand
 
Comment - Class in org.apache.tapestry5.dom
A node that represents a comment within the DOM.
comment(String) - Method in class org.apache.tapestry5.dom.Document
Adds the comment and returns this document for further construction.
comment(String) - Method in class org.apache.tapestry5.dom.Element
Adds the comment and returns this element for further construction.
comment(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
comment(String) - Method in interface org.apache.tapestry5.MarkupWriter
Adds an XML comment.
CommentPageElement - Class in org.apache.tapestry5.internal.structure
Renders a text comment.
CommentPageElement(String) - Constructor for class org.apache.tapestry5.internal.structure.CommentPageElement
 
CommentToken - Class in org.apache.tapestry5.internal.parser
A node representing a comment embedded in the source input.
CommentToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.CommentToken
 
commit() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionManager
Commits the current transaction (which will cause a flush of data to the database), then starts a new transaction to replace it.
commit() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionManagerImpl
 
commit() - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
Invoked at the end of rendering to commit (to the RenderSupport) any accumulated validations.
commit() - Method in class org.apache.tapestry5.internal.services.javascript.JavascriptSupportImpl
 
commit(JSONObject) - Method in class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
Commits changes, adding one or more keys to the reply.
commit() - Method in class org.apache.tapestry5.internal.services.RenderSupportImpl
Commit any outstanding changes.
commit(ClassFab, String, ConstantInjector) - Method in class org.apache.tapestry5.ioc.internal.services.AdvisedMethodInvocationBuilder
Invoked at the end of construction of the interceptor to intercept the method invocation and hook it into the advice.
CommitAfter - Annotation Type in org.apache.tapestry5.hibernate.annotations
Marks a method of a service (or a component method) as transactional: the active transaction should commit after invoking the method.
CommitAfterWorker - Class in org.apache.tapestry5.internal.hibernate
Searches for methods that have the CommitAfter annotation and adds logic around the method to commit or abort the transaction.
CommitAfterWorker(HibernateSessionManager) - Constructor for class org.apache.tapestry5.internal.hibernate.CommitAfterWorker
 
CommonResourcesInjectionProvider - Class in org.apache.tapestry5.internal.services
Allows for a number of anonymous injections based on the type of field that is to be injected.
CommonResourcesInjectionProvider() - Constructor for class org.apache.tapestry5.internal.services.CommonResourcesInjectionProvider
 
compareTo(TransformMethodSignature) - Method in class org.apache.tapestry5.services.TransformMethodSignature
Sorting is primarily via method name.
Component - Annotation Type in org.apache.tapestry5.annotations
Used to define an embedded component within another component.
COMPONENT - Static variable in class org.apache.tapestry5.BindingConstants
A reference to a component within the container's template, by local component id.
Component - Interface in org.apache.tapestry5.runtime
Interface that defines the lifecycle of a component, within a page, allowing for callbacks into the component for many different events.
ComponentAction<T> - Interface in org.apache.tapestry5
An action that is associated with a component.
componentActionNotSerializable(String, Throwable) - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
ComponentActionSink - Class in org.apache.tapestry5.corelib.internal
Used to collection component actions, with the ultimate goal being the creation of a MIME-encoded string of the serialization of those actions.
ComponentActionSink(Logger, ClientDataEncoder) - Constructor for class org.apache.tapestry5.corelib.internal.ComponentActionSink
 
ComponentAssemblerSource - Interface in org.apache.tapestry5.internal.pageload
Provides access to ComponentAssemblers (this is used by the assemblers to find related assemblers).
ComponentBinding - Class in org.apache.tapestry5.internal.bindings
 
ComponentBinding(Location, String, ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.bindings.ComponentBinding
 
ComponentBindingFactory - Class in org.apache.tapestry5.internal.bindings
The "component:" binding prefix, which allows access to a child component via its id.
ComponentBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.ComponentBindingFactory
 
ComponentCallback - Interface in org.apache.tapestry5.internal.structure
Callback interface, used when invoking lifecycle methods on components.
ComponentClassCache - Interface in org.apache.tapestry5.internal.services
A cache for converting between class names and component (or other) classes.
ComponentClassCacheImpl - Class in org.apache.tapestry5.internal.services
 
ComponentClassCacheImpl(ClassFactory, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
 
ComponentClasses - Annotation Type in org.apache.tapestry5.services
Marker annotation used to inject the correct InvalidationEventHub service reponsible for invalidations when underlying component class files are changed.
ComponentClassResolver - Interface in org.apache.tapestry5.services
Resolves page names and component types to fully qualified class names.
ComponentClassResolverImpl - Class in org.apache.tapestry5.internal.services
 
ComponentClassResolverImpl(Logger, ComponentInstantiatorSource, ClassNameLocator, String, Collection<LibraryMapping>) - Constructor for class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
ComponentClassTransformer - Interface in org.apache.tapestry5.internal.services
Encapsulates all the work performed by the ComponentInstantiatorSource when it loads and transforms a class.
ComponentClassTransformerImpl - Class in org.apache.tapestry5.internal.services
Implementation of ComponentClassTransformer.
ComponentClassTransformerImpl(ComponentClassTransformWorker, LoggerSource, ClassFactory, CtClassSource, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.services.ComponentClassTransformerImpl
 
ComponentClassTransformWorker - Interface in org.apache.tapestry5.services
Interface for a set of objects that can perform component class transformations.
ComponentDefaultProvider - Interface in org.apache.tapestry5.services
A service that can be injected into a component to provide common defaults for various types of parameters.
ComponentDefaultProviderImpl - Class in org.apache.tapestry5.internal.services
 
ComponentDefaultProviderImpl(PropertyAccess, BindingSource, ValueEncoderSource, FieldTranslatorSource, FieldValidatorDefaultSource) - Constructor for class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
ComponentEvent - Interface in org.apache.tapestry5.runtime
An event that may originate in application logic, or as a result of a client interaction (a GET or POST from the client).
ComponentEventCallback<T> - Interface in org.apache.tapestry5
Callback interface for a {@linkplain org.apache.tapestry5.runtime.Event render phase event) or
ComponentEventDispatcher - Class in org.apache.tapestry5.internal.services
Processes component action events sent as requests from the client.
ComponentEventDispatcher(ComponentRequestHandler, ComponentEventLinkEncoder) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventDispatcher
 
ComponentEventException - Exception in org.apache.tapestry5.runtime
A wrapper exception around any exception thrown when invoking a component event handler.
ComponentEventException(String, String, EventContext, Object, Throwable) - Constructor for exception org.apache.tapestry5.runtime.ComponentEventException
 
ComponentEventImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventImpl(String, String, EventContext, ComponentEventCallback, ComponentPageElementResources, Logger) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventImpl
 
componentEventIsAborted(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
ComponentEventLinkEncoder - Interface in org.apache.tapestry5.services
Responsible for creating Links for page render requests and for component event requests, and for parsing incoming paths to identify requests that are component event or page render requests.
ComponentEventLinkEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventLinkEncoderImpl(ComponentClassResolver, ContextPathEncoder, LocalizationSetter, Request, Response, RequestSecurityManager, RequestPathOptimizer, PersistentLocale, boolean) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
ComponentEventRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for ComponentEventRequestHandler.
ComponentEventRequestHandler - Interface in org.apache.tapestry5.services
Handler interface for component event requests.
ComponentEventRequestHandlerImpl - Class in org.apache.tapestry5.internal.services
 
ComponentEventRequestHandlerImpl(ComponentEventResultProcessor, RequestPageCache, Response, ActionRenderResponseGenerator, Environment) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl
 
ComponentEventRequestParameters - Class in org.apache.tapestry5.services
Encapsulates all the information that may be provided in a component event request URL.
ComponentEventRequestParameters(String, String, String, String, EventContext, EventContext) - Constructor for class org.apache.tapestry5.services.ComponentEventRequestParameters
 
ComponentEventResultProcessor<T> - Interface in org.apache.tapestry5.services
Responsible for handling the return value provided by a component event handler method.
componentInstanceIsNotAPage(Component) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
ComponentInstanceProcessor - Annotation Type in org.apache.tapestry5.internal.services
Marker for ComponentEventResultProcessor to identify the particular implementation used for handling Component instances (i.e., pages).
ComponentInstanceResultProcessor - Class in org.apache.tapestry5.internal.services
 
ComponentInstanceResultProcessor(Logger, RequestPageCache, ActionRenderResponseGenerator) - Constructor for class org.apache.tapestry5.internal.services.ComponentInstanceResultProcessor
 
ComponentInstantiatorSource - Interface in org.apache.tapestry5.internal.services
Creates Instantiators for components, based on component class name.
ComponentInstantiatorSourceImpl - Class in org.apache.tapestry5.internal.services
A wrapper around a Javassist class loader that allows certain classes to be modified as they are loaded.
ComponentInstantiatorSourceImpl(Logger, ClassLoader, ComponentClassTransformer, InternalRequestGlobals, ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
ComponentLayer - Annotation Type in org.apache.tapestry5.services
Marker annotation used to identify a service from the component layer that conflicts, in terms of service interface, with a service from elsewhere.
ComponentMessages - Annotation Type in org.apache.tapestry5.services
Marker annotation used to inject the correct InvalidationEventHub service responsible for validations when component message catalog (i.e., ".properties") files change.
ComponentMessagesSource - Interface in org.apache.tapestry5.internal.services
Used to connect a Tapestry component to its message catalog.
ComponentMessagesSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentMessagesSourceImpl(Resource, ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
ComponentMethodAdvice - Interface in org.apache.tapestry5.services
An object that receives control around an "advised" method of a component.
ComponentMethodInvocation - Interface in org.apache.tapestry5.services
Encapsulates the parameters, thrown exceptions, and result of a method invocation, allowing a ComponentMethodAdvice to encapsulate the invocation.
ComponentMethodInvocationInfo - Class in org.apache.tapestry5.internal.services
A companion to AbstractComponentMethodInvocation that stores most of the method and advice information needed.
ComponentMethodInvocationInfo(TransformMethodSignature, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
ComponentModel - Interface in org.apache.tapestry5.model
Defines a component in terms of its capabilities, parameters, sub-components, etc.
ComponentModelSource - Interface in org.apache.tapestry5.internal.services
Access to component models (as provided via ComponentInstantiatorSource).
ComponentModelSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentModelSourceImpl(ComponentClassResolver, ComponentInstantiatorSource) - Constructor for class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
 
ComponentName - Class in org.apache.tapestry5.internal.pageload
Used to construct component names.
ComponentPageElement - Interface in org.apache.tapestry5.internal.structure
Defines an element of a page that is a component elements that are, in fact, components (rather than just static markup).
ComponentPageElementImpl - Class in org.apache.tapestry5.internal.structure
Implements RenderCommand and represents a component within an overall page.
ComponentPageElementImpl(Page, Instantiator, ComponentPageElementResources) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
Constructor for the root component of a page.
ComponentPageElementResources - Interface in org.apache.tapestry5.internal.structure
Provides access to common methods of various services, needed by implementations of ComponentPageElement and InternalComponentResources.
ComponentPageElementResourcesImpl - Class in org.apache.tapestry5.internal.structure
 
ComponentPageElementResourcesImpl(Locale, ComponentMessagesSource, TypeCoercer, ComponentClassCache, ContextValueEncoder, LinkSource, RequestPageCache, ComponentClassResolver, LoggerSource) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
ComponentPageElementResourcesSource - Interface in org.apache.tapestry5.internal.structure
Provides access to the ComponentPageElementResources facade.
ComponentPageElementResourcesSourceImpl - Class in org.apache.tapestry5.internal.structure
 
ComponentPageElementResourcesSourceImpl(ComponentMessagesSource, TypeCoercer, ComponentClassCache, ContextValueEncoder, LinkSource, RequestPageCache, ComponentClassResolver, LoggerSource) - Constructor for class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSourceImpl
 
componentRecursion(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
ComponentReport - Class in org.apache.tapestry.mojo
The component report generates documentation about components and parameters within the current project.
ComponentReport() - Constructor for class org.apache.tapestry.mojo.ComponentReport
 
ComponentRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for ComponentRequestHandler.
ComponentRequestHandler - Interface in org.apache.tapestry5.services
A facade around ComponentEventRequestHandler and PageRenderRequestHandler that allows for simplified filters that cover both types of requests.
ComponentRequestHandlerTerminator - Class in org.apache.tapestry5.internal.services
Terminator for the ComponentRequestHandler pipeline, that feeds out into the ComponentEventRequestHandler and PageRenderRequestHandler pipelines.
ComponentRequestHandlerTerminator(ComponentEventRequestHandler, PageRenderRequestHandler) - Constructor for class org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
 
ComponentResources - Interface in org.apache.tapestry5
Provides a component instance with the resources provided by the framework.
ComponentResourcesAware - Interface in org.apache.tapestry5.runtime
Interface implemented by components (after they have been transformed at load time).
ComponentResourcesCommon - Interface in org.apache.tapestry5
Operations shared by the public ComponentResources interface and ComponentPageElement interface (on the internal side).
ComponentResourcesInjectionProvider - Class in org.apache.tapestry5.internal.services
Allows for the injection of the component's ComponentResources.
ComponentResourcesInjectionProvider() - Constructor for class org.apache.tapestry5.internal.services.ComponentResourcesInjectionProvider
 
ComponentResourcesOperation - Interface in org.apache.tapestry5.internal.services
A kind of callback that can easily be injected into a transformed class to perform complex work.
ComponentResourcesRenderer - Class in org.apache.tapestry5.internal.renderers
Renders ComponentResources instance, showing the complete id and the class name and the location (if a location is available, it won't be for pages).
ComponentResourcesRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
 
ComponentResultProcessorWrapper - Class in org.apache.tapestry5.internal.services
A wrapper around ComponentEventResultProcessor that encapsulates capturing the exception.
ComponentResultProcessorWrapper(ComponentEventResultProcessor) - Constructor for class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
 
COMPONENTS_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
ComponentSource - Interface in org.apache.tapestry5.services
Used by classes that need to retrieve a component by its complete id, or a page by its logical page name or root component class.
ComponentSourceImpl - Class in org.apache.tapestry5.internal.services
 
ComponentSourceImpl(RequestPageCache, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.services.ComponentSourceImpl
 
ComponentTemplate - Interface in org.apache.tapestry5.internal.parser
A parsed component template, containing all the tokens parsed from the template.
ComponentTemplateImpl - Class in org.apache.tapestry5.internal.parser
 
ComponentTemplateImpl(Resource, List<TemplateToken>, Map<String, Location>, boolean, Map<String, List<TemplateToken>>) - Constructor for class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
ComponentTemplates - Annotation Type in org.apache.tapestry5.services
Marker annotation used to inject the correct InvalidationEventHub service responsible for validations when component template files change.
ComponentTemplateSource - Interface in org.apache.tapestry5.internal.services
Provides access to cached ComponentTemplates.
ComponentTemplateSourceImpl - Class in org.apache.tapestry5.internal.services
Service implementation that manages a cache of parsed component templates.
ComponentTemplateSourceImpl(TemplateParser, PageTemplateLocator, ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
 
ComponentValueProvider<T> - Interface in org.apache.tapestry5.services
An object used to provide a value of a specific type to a component (represented by an instance of ComponentResources).
ComponentWorker - Class in org.apache.tapestry5.internal.transform
Finds fields with the Component annotation and updates the model.
ComponentWorker(ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.transform.ComponentWorker
 
CompositeFieldValidator - Class in org.apache.tapestry5.internal.services
Aggregates together a number of field validator instances as a single unit.
CompositeFieldValidator(List<FieldValidator>) - Constructor for class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
CompoundCoercion<S,I,T> - Class in org.apache.tapestry5.ioc.internal.services
Combines two coercions to create a coercsion through an intermediate type.
CompoundCoercion(Coercion<S, I>, Coercion<I, T>) - Constructor for class org.apache.tapestry5.ioc.internal.services.CompoundCoercion
 
COMPRESS_WHITESPACE - Static variable in class org.apache.tapestry5.SymbolConstants
Controls whether whitespace is compressed by default in templates, or left as is.
ConcurrentBarrier - Class in org.apache.tapestry5.ioc.internal.util
A barrier used to execute code in a context where it is guarded by read/write locks.
ConcurrentBarrier() - Constructor for class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
 
Configuration<T> - Interface in org.apache.tapestry5.ioc
Object passed into a service contributor method that allows the method provide contributed values to the service's configuration.
ConfigurationType - Enum in org.apache.tapestry5.ioc.internal
Defines the three types of configurations a service may request.
configure(Configuration<?>) - Method in interface org.apache.tapestry5.beanvalidator.BeanValidatorConfigurer
Passed the configuration so as to make changes.
configure(JSONObject) - Method in class org.apache.tapestry5.corelib.mixins.Autocomplete
Invoked to allow subclasses to further configure the parameters passed to the JavaScript Ajax.Autocompleter options.
configure(Configuration) - Method in interface org.apache.tapestry5.hibernate.HibernateConfigurer
Passed the configuration so as to make changes.
configure(Configuration) - Method in class org.apache.tapestry5.internal.hibernate.DefaultHibernateConfigurer
 
configure(Configuration) - Method in class org.apache.tapestry5.internal.hibernate.PackageNameHibernateConfigurer
 
conflictingEncodingType(String, String) - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
ConstantInjector - Interface in org.apache.tapestry5.ioc.internal.services
Used to inject constants into fields via the constructor.
ConstantInjectorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ConstantInjectorImpl(ClassFab) - Constructor for class org.apache.tapestry5.ioc.internal.services.ConstantInjectorImpl
 
constraints - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
constructCreator(ServiceBuilderResources) - Method in interface org.apache.tapestry5.ioc.internal.ObjectCreatorSource
Provides an ObjectCreator that can be used to ultimately instantiate the core service implementation.
constructCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
 
ConstructorArg - Class in org.apache.tapestry5.internal.services
Stores transformation type data about one argument to a class constructor.
ConstructorServiceCreator - Class in org.apache.tapestry5.ioc.internal
A service creator based on an implementation class' constructor, rather than a service builder method.
ConstructorServiceCreator(ServiceBuilderResources, String, Constructor) - Constructor for class org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
 
constructParameters(ComponentEvent) - Method in class org.apache.tapestry5.internal.transform.BaseEventHandlerMethodInvoker
Overridden in subclasses to provide the actual values to be passed to the method.
CONTAINER_PAGE_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
The name of a query parameter that stores the containing page (used in action links when the page containing the component is not the same as the page that was rendering).
CONTAINING_PAGE_DID_ATTACH_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for PageLifecycleListener.containingPageDidAttach().
CONTAINING_PAGE_DID_DETACH_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for PageLifecycleListener.containingPageDidDetach().
CONTAINING_PAGE_DID_LOAD_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for PageLifecycleListener.containingPageDidLoad().
containingPageDidAttach() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
containingPageDidAttach() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
 
containingPageDidAttach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
Invoked when a page is first attached to the current request, giving components a chance to initialize for the current request.
containingPageDidDetach() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
containingPageDidDetach() - Method in class org.apache.tapestry5.runtime.PageLifecycleAdapter
 
containingPageDidDetach() - Method in interface org.apache.tapestry5.ru