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, ComponentResources) - 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
 
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 inlcude 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
A base class for creating integration tests.
AbstractIntegrationTestSuite() - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Initializes the suite using AbstractIntegrationTestSuite.DEFAULT_WEB_APP_ROOT.
AbstractIntegrationTestSuite(String) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
AbstractIntegrationTestSuite(String, String, String...) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
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(String, String) - Method in interface org.apache.tapestry5.services.FieldFilter
 
accept(TransformMethodSignature) - Method in interface org.apache.tapestry5.services.MethodFilter
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
 
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).
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 number of module classes (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
 
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
Adds a catch block to the method.
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
Used to add scripts that are stored on the classpath.
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
 
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
Defines a new declared field for the class.
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.
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
Add an initialization call.
addInit(String, JSONObject) - Method in interface org.apache.tapestry5.RenderSupport
Alternate version of RenderSupport.addInit(String, org.apache.tapestry5.json.JSONArray) where just a single object is passed.
addInit(String, String...) - Method in interface org.apache.tapestry5.RenderSupport
Alternate version of RenderSupport.addInit(String, org.apache.tapestry5.json.JSONArray) where one or more strings are passed.
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
 
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
Adds a new method to the transformed class.
addMixin(String) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
addMixin(String, Instantiator) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Adds a mixin.
addMixin(String, Instantiator) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
addMixin(String) - Method in interface org.apache.tapestry5.model.MutableEmbeddedComponentModel
Adds a mixin to the component in terms of its fully qualified class name.
addMixinClassName(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
addMixinClassName(String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Adds a mixin to the component's implementation.
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
 
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
 
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
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.
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(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
Adds a script statement to the page's script block.
addScript(String, Object...) - Method in interface org.apache.tapestry5.RenderSupport
Adds a script statement to the page's script block.
addScript(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
Adds one or more new script assets to the page.
addScriptLink(String...) - Method in interface org.apache.tapestry5.RenderSupport
Adds some number of script links as strings representations of URLs.
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
 
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
As with ClassTransformation.addMethod(TransformMethodSignature, String), but field references inside the method will be transformed, and the method must not already exist.
addUpdateListener(UpdateListener) - Method in class org.apache.tapestry5.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(Invocation) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderMethodAdvice
 
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
Adds method advice for the indicated method.
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_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).
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(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
Allocates a unique id based on the component's id.
allocateClientId(ComponentResources) - Method in interface org.apache.tapestry5.RenderSupport
As with RenderSupport.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
 
altKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
altKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
announceStartup() - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
 
answerOnNextPrompt(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
Used when the locator identifies an attribute, not an element.
assertAttributeSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertFieldValue(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertFieldValueSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
assertText(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Asserts the text of an element, identified by the locator.
assertTextPresent(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertTextSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
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
 
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
 
AssetPathConverter - Interface in org.apache.tapestry5.services
Converts the path (or URI) of an asset into a new format.
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
 
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
 
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
 
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(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
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(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.
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
 

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
 
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, 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
 
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
 
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).
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.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(String, InternalComponentResources, Object) - Static method in class org.apache.tapestry5.internal.transform.ParameterWorker
Invoked from generated code as part of the handling of parameter default methods.
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.
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(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
 
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
 
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.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.
buildCastExceptionMessage(Component, String, String) - Static method in class org.apache.tapestry5.internal.transform.InjectContainerWorker
 
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.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.
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.
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
 
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
 
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
 
captureEntirePageScreenshotToString(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
captureScreenshotToString() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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
 
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
 
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 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
 
chooseOkOnNextConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
claimField(String, Object) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
claimField(String, Object) - Method in interface org.apache.tapestry5.services.ClassTransformation
Claims a field so as to ensure that only a single annotation is applied to any single field.
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 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
 
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
 
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.
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
 
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
 
clickAndWait(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
clickAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
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(RenderSupport) - Constructor for class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
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) - 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
 
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
 
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(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) - 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 org.apache.tapestry5.runtime.Event render phase event) or {@link org.apache.tapestry5.runtime.ComponentEvent}, notified when a non-null value is returned from some event handler method.
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
 
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
 
ComponentEventLinkEncoderMethodAdvice - Class in org.apache.tapestry5.internal.services
Advices ComponentEventLinkEncoder.createComponentEventLink(org.apache.tapestry5.services.ComponentEventRequestParameters, boolean) and ComponentEventLinkEncoder.createPageRenderLink(org.apache.tapestry5.services.PageRenderRequestParameters) to rewrites the returned links using URLRewriter.
ComponentEventLinkEncoderMethodAdvice(URLRewriter, Request, HttpServletRequest, Response, boolean) - Constructor for class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderMethodAdvice
Single constructor of this class.
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.
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
 
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
 
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(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.
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
 
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 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 interface org.apache.tapestry5.runtime.PageLifecycleListener
Invoked when the page is detached, allowing components a chance to clear out any temporary or client specific state.
containingPageDidLoad() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
containingPageDidLoad() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
Invoked when the page finishes loading.
contains(String) - Method in interface org.apache.tapestry5.ioc.Messages
Returns true if the bundle contains the named key.
contains(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
 
containsChanges() - Method in class org.apache.tapestry5.internal.util.URLChangeTracker
Re-acquires the last updated timestamp for each URL and returns true if any timestamp has changed.
containsKey(Object) - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
containsSymbols(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Return true if the input string contains the marker for symbols that must be expanded.
containsValue(String, String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldBundleImpl
 
containsValue(String, String) - Method in interface org.apache.tapestry5.services.PersistentFieldBundle
Checks to see if a persistent value has been stored for the indicated component and field.
CONTENT_ENCODING_HEADER - Static variable in class org.apache.tapestry5.internal.InternalConstants
Name of response header for content encoding.
CONTENT_TYPE_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
Used in some Ajax scenarios to set the content type for the response early, when the Page instance (the authority on content types) is known.
ContentType - Annotation Type in org.apache.tapestry5.annotations
An annotation on a page component used to identify the content type the page returns.
ContentType - Class in org.apache.tapestry5
Represents an HTTP content type.
ContentType() - Constructor for class org.apache.tapestry5.ContentType
Creates a new empty content type.
ContentType(String) - Constructor for class org.apache.tapestry5.ContentType
Creates a new content type from the argument.
ContentType(String, String) - Constructor for class org.apache.tapestry5.ContentType
Creates a new content type with the given MIME type and charset
ContentTypeWorker - Class in org.apache.tapestry5.internal.transform
Checks for the ContentType annotation, adding a corresponding meta-data value when found.
ContentTypeWorker() - Constructor for class org.apache.tapestry5.internal.transform.ContentTypeWorker
 
CONTEXT - Static variable in class org.apache.tapestry5.BindingConstants
Binding factory for context assets specifically.
Context - Interface in org.apache.tapestry5.services
An API agnostic version of ServletContext, used to bridge the gaps between the Servlet API and the Portlet API.
CONTEXT_FOLDER - Static variable in class org.apache.tapestry5.internal.services.RequestConstants
Virtual folder name for assets that are actually stored in the context, but are exposed (much like classpath assets) to gain far-future expires headers and automatic content compression.
ContextAssetFactory - Class in org.apache.tapestry5.internal.services
Implementation of AssetFactory for assets that are part of the web application context.
ContextAssetFactory(Request, Context, String, AssetPathConverter) - Constructor for class org.apache.tapestry5.internal.services.ContextAssetFactory
 
ContextBindingFactory - Class in org.apache.tapestry5.internal.bindings
Specialization of AssetBindingFactory that is explicitly limited to context assets.
ContextBindingFactory(AssetSource) - Constructor for class org.apache.tapestry5.internal.bindings.ContextBindingFactory
 
ContextImpl - Class in org.apache.tapestry5.internal.services
 
ContextImpl(ServletContext) - Constructor for class org.apache.tapestry5.internal.services.ContextImpl
 
contextMenu(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
contextMenuAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
ContextPathEncoder - Interface in org.apache.tapestry5.services
A service to provide utilities needed for event context encoding and decoding to and from (partial) URL paths.
ContextPathEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ContextPathEncoderImpl(ContextValueEncoder, URLEncoder, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
 
ContextProvider - Annotation Type in org.apache.tapestry5.services
Marker annotation to select the correct AssetFactory for injection.
ContextResource - Class in org.apache.tapestry5.internal.services
A resource stored with in the web application context.
ContextResource(Context, String) - Constructor for class org.apache.tapestry5.internal.services.ContextResource
 
ContextResourceSymbolProvider - Class in org.apache.tapestry5.internal
Makes a Resource in the Context available as a SymbolProvider
ContextResourceSymbolProvider(Context, String) - Constructor for class org.apache.tapestry5.internal.ContextResourceSymbolProvider
 
ContextValueEncoder - Interface in org.apache.tapestry5.services
Used to convert values used in event contexts to client string representations and back.
ContextValueEncoderImpl - Class in org.apache.tapestry5.internal.services
 
ContextValueEncoderImpl(ValueEncoderSource) - Constructor for class org.apache.tapestry5.internal.services.ContextValueEncoderImpl
 
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.internal.AbstractContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
 
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the standard, unordered configuration.
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the ordered configuration.
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Performs the work needed to contribute into the mapped configuration.
contribute(ModuleBuilderSource, ServiceResources, Configuration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
contribute(ModuleBuilderSource, ServiceResources, OrderedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
contribute(ModuleBuilderSource, ServiceResources, MappedConfiguration) - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
contributeAjaxComponentEventResultProcessor(MappedConfiguration<Class, ComponentEventResultProcessor>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes handlers for the following types: Object Failure case, added to provide more useful exception message RenderCommand Typically, a Block Component Renders the component and its body (unless its a page, in which case a redirect JSON response is sent) JSONObject or JSONArray The JSONObject is returned as a text/javascript response StreamResponse The stream response is sent as the actual response String Interprets the value as a logical page name and sends a client response to redirect to that page Link Sends a JSON response to redirect to the link Class Treats the class as a page class and sends a redirect for a page render for that page MultiZoneUpdate Sends a single JSON response to update the content of multiple zones
contributeAlias(Configuration<AliasContribution>, Session) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
 
contributeAlias(Configuration<AliasContribution>, ObjectLocator) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeApplicationDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.tutorial.services.AppModule
 
contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter>, TypeCoercer, ComponentClassResolver, InvalidationEventHub, RestoreDirtySessionObjects) - Method in class org.apache.tapestry5.services.TapestryModule
Adds a listener to the ComponentInstantiatorSource that clears the PropertyAccess and TypeCoercer caches on a class loader invalidation.
contributeApplicationInitializer(OrderedConfiguration<ApplicationInitializerFilter>, ApplicationContext) - Method in class org.apache.tapestry5.spring.SpringModule
 
contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String, ApplicationStatePersistenceStrategy>, ApplicationStatePersistenceStrategy) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes the default "session" strategy.
contributeAssetSource(MappedConfiguration<String, AssetFactory>, AssetFactory, AssetFactory) - Method in class org.apache.tapestry5.services.TapestryModule
 
contributeBeanBlockSource(Configuration<BeanBlockContribution>) - Static method in class org.apache.tapestry5.services.TapestryModule
 
contributeBindingSource(MappedConfiguration<String, BindingFactory>, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory, BindingFactory) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes the factory for serveral built-in binding prefixes ("asset", "block", "component", "literal", prop", "nullfieldstrategy", "message", "validate", "translate", "var").
contributeClasspathAssetAliasManager(MappedConfiguration<String, String>, String, String, String, String, String, String) - Static method in class org.apache.tapestry5.services.TapestryModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contribution to the ComponentClassResolver service configuration.
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.services.TapestryModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Static method in class org.apache.tapestry5.upload.services.UploadModule
 
contributeComponentClassTransformWorker(OrderedConfiguration<ComponentClassTransformWorker>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Adds the CommitAfter annotation work, to process the CommitAfter annotation.
contributeComponentClassTransformWorker(OrderedConfiguration<ComponentClassTransformWorker>, ObjectLocator, InjectionProvider, ComponentClassResolver) - Static method in class org.apache.tapestry5.services.TapestryModule
Adds a number of standard component class transform workers: Retain Allows fields to retain their values between requests Persist Allows fields to store their their value persistently between requests Parameter Identifies parameters based on the Parameter annotation Component Defines embedded components based on the Component annotation Mixin Adds a mixin as part of a component's implementation Environment Allows fields to contain values extracted from the Environment service Inject Used with the Inject annotation, when a value is supplied InjectService Handles the InjectService annotation InjectPage Adds code to allow access to other pages via the InjectPage field annotation InjectBlock Allows a block from the template to be injected into a field IncludeStylesheet Supports the IncludeStylesheet annotation IncludeJavaScriptLibrary Supports the IncludeJavaScriptLibrary annotation SupportsInformalParameters Checks for the annotation Meta Checks for meta data and adds it to the component model ApplicationState Converts fields that reference application state objects UnclaimedField Identifies unclaimed fields and resets them to null/0/false at the end of the request RenderCommand Ensures all components also implement RenderCommand SetupRender, BeginRender, etc.
contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>, RequestSecurityManager, ComponentEventRequestHandler) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes filters: Ajax Determines if the request is Ajax oriented, and redirects to an alternative handler if so ImmediateRender When immediate action response rendering is enabled, generates the markup response (instead of a page redirect response, which is the normal behavior) Secure Sends a redirect if an non-secure request accesses a secure page
contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter>) - Static method in class org.apache.tapestry5.upload.services.UploadModule
Adds UploadException to the pipeline, between Secure and Ajax (both provided by TapestryModule).
contributeComponentEventResultProcessor(ComponentEventResultProcessor, MappedConfiguration<Class, ComponentEventResultProcessor>) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes handlers for the following types: Object Failure case, added to provide a more useful exception message Link Sends a redirect to the link (which is typically a page render link) String Sends a page render redirect Class Interpreted as the class name of a page, sends a page render render redirect (this is more refactoring safe than the page name) Component A page's root component (though a non-root component will work, but will generate a warning).
contributeDataTypeAnalyzer(OrderedConfiguration<DataTypeAnalyzer>, DataTypeAnalyzer) - Static method in class org.apache.tapestry5.services.TapestryModule
Annotation Checks for DataType annotation Default (ordered last) DefaultDataTypeAnalyzer service (TapestryModule.contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) })
contributeDefaultDataTypeAnalyzer(MappedConfiguration<Class, String>) - Static method in class org.apache.tapestry5.services.TapestryModule
Maps property types to data type names: String --> text Number --> number Enum --> enum Boolean --> boolean Date --> date
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes factory defaults that may be overridden.
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.spring.SpringModule
 
contributeFactoryDefaults(MappedConfiguration<String, String>) - Static method in class org.apache.tapestry5.upload.services.UploadModule
 
contributeFieldValidatorSource(MappedConfiguration<String, Validator>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes the basic set of validators: required minlength maxlength min max regexp
contributeHibernateEntityPackageManager(Configuration<String>, String) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.
contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer>, HibernateConfigurer) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name
contributeHiddenFieldLocationRules(MappedConfiguration<String, RelativeElementPosition>) - Static method in class org.apache.tapestry5.services.TapestryModule
Determines positioning of hidden fields relative to other elements (this is needed by FormFragment and others.
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, boolean, GZipFilter, HttpServletRequestFilter) - Method in class org.apache.tapestry5.services.TapestryModule
StoreIntoGlobals Stores the request and response into RequestGlobals at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)
contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter>, MultipartDecoder) - Static method in class org.apache.tapestry5.upload.services.UploadModule
Contributes a filter, "MultipartFilter" after "IgnoredPaths".
contributeInjectionProvider(OrderedConfiguration<InjectionProvider>, MasterObjectProvider, ObjectLocator, SymbolSource, AssetSource) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes the base set of injection providers: Default based on MasterObjectProvider Block injects fields of type Block ComponentResources give component access to its resources CommonResources access to properties of resources (log, messages, etc.) Asset injection of assets (triggered via Path annotation), with the path relative to the component class Service ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC services
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>, boolean, Asset, boolean, String, boolean, SymbolSource, AssetSource, ClientDataEncoder, ClientInfrastructure) - Method in class org.apache.tapestry5.services.TapestryModule
Adds page render filters, each of which provides an Environmental service.
contributeMasterDispatcher(OrderedConfiguration<Dispatcher>) - Static method in class org.apache.tapestry5.services.TapestryModule
The MasterDispatcher is a chain-of-command of individual Dispatchers, each handling (like a servlet) a particular kind of incoming request.
contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider>, ServiceOverride) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
AnnotationBasedContributions Empty placeholder used to seperate annotation-based ObjectProvider contributions (which come before) from non-annotation based (ServiceOverride here, Alias in tapestry-core) which come after.
contributeMasterObjectProvider(OrderedConfiguration<ObjectProvider>, Alias, ObjectProvider) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes two object providers: Alias Searches by type among contributions to the Alias service Asset Checks for the Path annotation, and injects an Asset Service Injects based on the Service annotation, if present
contributeMasterStackTraceElementAnalyzer(OrderedConfiguration<StackTraceElementAnalyzer>) - Static method in class org.apache.tapestry5.services.TapestryModule
Adds two analyzers: Application Checks for classes in the application package Proxies Checks for classes that appear to be generated proxies. SunReflect Checks for sun.reflect (which are omitted)
contributeNullFieldStrategySource(MappedConfiguration<String, NullFieldStrategy>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes strategies accessible via the NullFieldStrategySource service.
contributeObjectRenderer(MappedConfiguration<Class, ObjectRenderer>, ObjectRenderer, TypeCoercer) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes a default object renderer for type Object, plus specialized renderers for Request, Location, ComponentResources, EventContext, List, and Object[].
contributePageRenderRequestHandler(OrderedConfiguration<PageRenderRequestFilter>, RequestSecurityManager) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes a single filter, "Secure", which checks for non-secure requests that access secure pages.
contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter>, Asset, SymbolSource, AssetSource) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes the following: entity Stores the id of the entity and reloads from the Session
contributePersistentFieldManager(MappedConfiguration<String, PersistentFieldStrategy>, Request, PersistentFieldStrategy) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes several strategies: session Values are stored in the Session flash Values are stored in the Session, until the next request (for the page) client Values are encoded into URLs (or hidden form fields)
contributeRegistryStartup(OrderedConfiguration<Runnable>, boolean, HibernateSessionSource) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
contributeRequestHandler(OrderedConfiguration<RequestFilter>) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
contributeRequestHandler(OrderedConfiguration<RequestFilter>, Context, long, long, UpdateListenerHub, URLRewriter) - Method in class org.apache.tapestry5.services.TapestryModule
Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter).
contributeRequestHandler(OrderedConfiguration<RequestFilter>, RequestFilter) - Method in class org.apache.tapestry5.tutorial.services.AppModule
This is a contribution to the RequestHandler service configuration.
contributeResourceDigestGenerator(Configuration<String>) - Static method in class org.apache.tapestry5.services.TapestryModule
Configures the extensions that will require a digest to be downloaded via the asset dispatcher.
contributeResourceStreamer(MappedConfiguration<String, String>) - Method in class org.apache.tapestry5.services.TapestryModule
Adds content types: css text/css js text/javascript jpg, jpeg image/jpeg gif image/gif png image/png

contributeResponseCompressionAnalyzer(Configuration<String>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contibutions are content types that do not benefit from compression.
contributeServiceLifecycleSource(MappedConfiguration<String, ServiceLifecycle>) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
Contributes the "perthread" scope.
contributeSessionPersistedObjectAnalyzer(MappedConfiguration<Class, SessionPersistedObjectAnalyzer>) - Static method in class org.apache.tapestry5.services.TapestryModule
Identifies String, Number and Boolean as immutable objects, a catch-all handler for Object (that understands ImmutableSessionPersistedObject, and handlers for OptimizedSessionPersistedObject and OptimizedApplicationStateObject.
contributeSymbolSource(OrderedConfiguration<SymbolProvider>, SymbolProvider, SymbolProvider) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
contributeTemplateParser(MappedConfiguration<String, URL>) - Static method in class org.apache.tapestry5.services.TapestryModule
 
contributeTranslatorSource(Configuration<Translator>, NumericTranslatorSupport) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes the basic set of translators: string byte short integer long float double BigInteger BigDecimal
contributeTypeCoercer(Configuration<CoercionTuple>) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
Contributes a set of standard type coercions to the TypeCoercer service: Object to String String to Double String to BigDecimal BigDecimal to Double Double to BigDecimal String to BigInteger BigInteger to Long String to Long Long to Byte Long to Short Long to Integer Double to Long Double to Float Float to Double Long to Double String to Boolean ("false" is always false, other non-blank strings are true) Long to Boolean (true if long value is non zero) Null to Boolean (always false) Collection to Boolean (false if empty) Object[] to List primitive[] to List Object to List (by wrapping as a singleton list) String to File String to TimeInterval TimeInterval to Long Object to Object[] (wrapping the object as an array) Collection to Object[] (via the toArray() method)
contributeTypeCoercer(Configuration<CoercionTuple>, TypeCoercer, ThreadLocale, AssetSource) - Static method in class org.apache.tapestry5.services.TapestryModule
Adds coercions: String to SelectModel String to InsertPosition Map to SelectModel Collection to GridDataSource null to GridDataSource String to GridPagerPosition List to SelectModel ComponentResourcesAware (typically, a component) to ComponentResources String to BlankOption ComponentResources to PropertyOverrides String to Renderable Renderable to Block String to DateFormat PrimaryKeyEncoder to ValueEncoder String to Resource (via AssetSource.resourceForPath(String)) Renderable to RenderCommand
contributeValidationConstraintGenerator(OrderedConfiguration<ValidationConstraintGenerator>) - Static method in class org.apache.tapestry5.services.TapestryModule
Adds built-in constraint generators: PrimtiveField -- primitive fields are always required ValidateAnnotation -- adds constraints from a Validate annotation
contributeValidationMessagesSource(OrderedConfiguration<String>) - Method in class org.apache.tapestry5.services.TapestryModule
Contributes org/apache/tapestry5/internal/ValidationMessages as "Default", ordered first.
contributeValueEncoderSource(MappedConfiguration<Class, ValueEncoderFactory>, boolean, HibernateSessionSource, Session, TypeCoercer, PropertyAccess, LoggerSource) - Static method in class org.apache.tapestry5.hibernate.HibernateModule
Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
contributeValueEncoderSource(MappedConfiguration<Class, ValueEncoderFactory>) - Static method in class org.apache.tapestry5.services.TapestryModule
Contributes ValueEncoderFactorys for types: Object String Enum
ContributionDef - Interface in org.apache.tapestry5.ioc.def
Contribution to a service configuration.
ContributionDefImpl - Class in org.apache.tapestry5.ioc.internal
 
ContributionDefImpl(String, Method, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
controlKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
controlKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
convert(URL) - Method in class org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
 
convert(URL) - Method in interface org.apache.tapestry5.ioc.services.ClasspathURLConverter
Passed a URL provided by ClassLoader.getResources(String) to check to see if can be converted.
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 
convertApplicationValueToPersisted(Object) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Hook that allows a value to be converted as it is written to the session.
convertAssetPath(String) - Method in class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
 
convertAssetPath(String) - Method in interface org.apache.tapestry5.services.AssetPathConverter
Converts the default asset client URI to its final form, ready to be sent to the client.
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 
convertPersistedToApplicationValue(Object) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Converts a persisted value stored in the session back into an application value.
Cookies - Interface in org.apache.tapestry5.services
Used by other services to obtain cookie values for the current request, or to write cookie values as part of the request.
CookiesImpl - Class in org.apache.tapestry5.internal.services
Implementation of the Cookies service interface.
CookiesImpl(Request, CookieSource, CookieSink, long) - Constructor for class org.apache.tapestry5.internal.services.CookiesImpl
 
CookieSink - Interface in org.apache.tapestry5.internal.services
You can write cookies to it.
CookieSource - Interface in org.apache.tapestry5.internal.services
Provides the cookies from the browser.
copy(InputStream, OutputStream) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Copies some content from an input stream to an output stream.
copyMethod(TransformMethodSignature, int, String) - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Creates a new method by copying the body of an existing method.
copyMethod(TransformMethodSignature, int, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
Core - Annotation Type in org.apache.tapestry5.services
Marker annotation for services that are provided by the Tapestry core module.
create() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
Creates a new session using the SessionFactory created at service startup.
create() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
 
create(Class<T>, boolean, Messages) - Method in class org.apache.tapestry5.internal.services.BeanModelSourceImpl
 
create(Class<E>) - Method in class org.apache.tapestry5.internal.services.EnumValueEncoderFactory
 
create(Class<V>) - Method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
 
create(ValueEncoder<V>) - Static method in class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
 
create(Class, String) - Method in class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
 
create(Class<Object>) - Method in class org.apache.tapestry5.internal.services.TypeCoercedValueEncoderFactory
 
create() - Static method in class org.apache.tapestry5.internal.util.Holder
 
create(List<AnnotationProvider>) - Static method in class org.apache.tapestry5.ioc.internal.services.AnnotationProviderChain
Creates an AnnotationProvider from the list of providers.
create(Class<T>, Object...) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Creates a new instance of the object using its default constructor, and initializes it (via TestBase.set(Object, Object[])).
create(Class<X>, X) - Static method in class org.apache.tapestry5.services.AliasContribution
Simplifies the creation of an AliasContribution around a known type and instance of that type.
create(Class<X>, String, X) - Static method in class org.apache.tapestry5.services.AliasContribution
Simplifies the creation of an AliasContribution around a known type, mode, and an instance of that type.
create() - Method in interface org.apache.tapestry5.services.ApplicationStateCreator
Create a new instance of an application state object.
create(Class<T>, boolean, Messages) - Method in interface org.apache.tapestry5.services.BeanModelSource
Deprecated. use BeanModelSource.createDisplayModel(Class, org.apache.tapestry5.ioc.Messages) or BeanModelSource.createEditModel(Class, org.apache.tapestry5.ioc.Messages)
create(Class, String) - Method in interface org.apache.tapestry5.services.PropertyConduitSource
Returns a property conduit instance for the given expression.
create(Class<V>) - Method in interface org.apache.tapestry5.services.ValueEncoderFactory
For a given type, create an encoder.
create(Class<T>) - Static method in class org.apache.tapestry5.util.StringToEnumCoercion
 
createActionLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Deprecated. Use ComponentResourcesCommon.createEventLink(String, Object[]) instead
createActionLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createActionLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
CreateAddress - Class in org.apache.tapestry5.tutorial.pages.address
 
CreateAddress() - Constructor for class org.apache.tapestry5.tutorial.pages.address.CreateAddress
 
createAdvisor(ModuleBuilderSource, ServiceResources) - Method in interface org.apache.tapestry5.ioc.AdvisorDef
Creates an object that can provide the service advice (in the default case, by invoking the advise method on the module class or instance).
createAdvisor(ModuleBuilderSource, ServiceResources) - Method in class org.apache.tapestry5.ioc.internal.AdvisorDefImpl
 
createAsset(Resource) - Method in class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
createAsset(Resource) - Method in class org.apache.tapestry5.internal.services.ContextAssetFactory
 
createAsset(Resource) - Method in interface org.apache.tapestry5.services.AssetFactory
Creates an instance of an asset.
createBeanFactory() - Method in class org.apache.tapestry5.spring.TapestryApplicationContext
 
createBuilder(Class<T>, T, String) - Method in class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
createBuilder(Class<T>, T, String) - Method in interface org.apache.tapestry5.ioc.services.AspectDecorator
Creates a builder that can be used to create the interceptor.
createChildTransformation(CtClass, MutableComponentModel) - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
 
createChildTransformation(CtClass, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
createClass() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
createClass(CtClass) - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Used after constructing the CtClass fully, to convert it into a Class ready to be instantiated.
createClass(CtClass) - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
createClass() - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Invoked last to create the class.
createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
createComponentEventLink(Page, String, String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.services.LinkSource
Creates a stateful action link.
createComponentEventLink(Page, String, String, boolean, Object...) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
createComponentEventLink(ComponentResources, String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a link on behalf of a component.
createComponentEventLink(ComponentResources, String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createComponentEventLink(ComponentEventRequestParameters, boolean) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Creates a link that encapsulates a component event request, including PersistentLocale (if set).
createCookie(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
createdComponentEventLink(Link) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
createdComponentEventLink(Link) - Method in interface org.apache.tapestry5.services.LinkCreationListener
Invoked when an action link (a link that asks a component to perform an action) is created.
createDecorator(ModuleBuilderSource, ServiceResources) - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
Creates an object that can perform the decoration (in the default case, by invoking the decorator method on the module class or instance.
createDecorator(ModuleBuilderSource, ServiceResources) - Method in class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
 
createDefaultImplementation(Class<S>) - Method in class org.apache.tapestry5.ioc.internal.services.DefaultImplementationBuilderImpl
 
createDefaultImplementation(Class<S>) - Method in interface org.apache.tapestry5.ioc.services.DefaultImplementationBuilder
Creates a new implementation of the provided interface.
createDefaultParameterBinding(String) - Method in class org.apache.tapestry5.corelib.base.AbstractField
Used by subclasses to create a default binding to a property of the container matching the component id.
createDefaultTranslator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createDefaultTranslator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createDefaultTranslator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Common shorthand for FieldTranslatorSource.createDefaultTranslator(org.apache.tapestry5.Field, String, org.apache.tapestry5.ioc.Messages, java.util.Locale, Class, org.apache.tapestry5.ioc.AnnotationProvider).
createDefaultTranslator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Creates a FieldTranslator for the given property, or returns null if one can't be constructed.
createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.FieldValidatorDefaultSourceImpl
 
createDefaultValidator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorDefaultSourceImpl
 
createDefaultValidator(Field, String, Messages, Locale, Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.FieldValidatorDefaultSource
Analyzes the property type and property annotations to determine the default set of validations for the property, which are wrapped to form a FieldValidator for a field.
createDefaultValidator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldValidatorDefaultSource
A convienience for the full version; assumes that the resources are associated with a Field.
createDisplayModel(Class<T>, Messages) - Method in class org.apache.tapestry5.internal.services.BeanModelSourceImpl
 
createDisplayModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.services.BeanModelSource
Creates a model for display purposes; this may include properties which are read-only.
createDocSearchPath() - Method in class org.apache.tapestry.mojo.ComponentReport
 
createdPageRenderLink(Link) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
createdPageRenderLink(Link) - Method in interface org.apache.tapestry5.services.LinkCreationListener
Invoked when a page link (a link that renders a page) is created.
createEditModel(Class<T>, Messages) - Method in class org.apache.tapestry5.internal.services.BeanModelSourceImpl
 
createEditModel(Class<T>, Messages) - Method in interface org.apache.tapestry5.services.BeanModelSource
Creates a model for edit and update purposes, only properties that are fully read-write are included.
createEventLink(String, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Creates a component event request link as a callback for this component.
createEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createFileUpload() - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
createFormEventLink(String, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Creates a component event request link as a callback for this component.
createFormEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createFormEventLink(String, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createInjectionResources() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
Returns a map (based on parameterDefaults) that includes (possibly) an additional mapping containing the collected configuration data.
createInstantiator(String) - Method in interface org.apache.tapestry5.internal.services.ComponentClassTransformer
Creates a new instantiator instance.
createInstantiator(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassTransformerImpl
 
createInstantiator() - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Called (after InternalClassTransformation.finish()) to construct an instantiator for the component.
createInstantiator() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
createInterceptor(Object) - Method in class org.apache.tapestry5.ioc.internal.ServiceDecoratorImpl
 
createInterceptor(Object) - Method in interface org.apache.tapestry5.ioc.ServiceDecorator
Creates a new interceptor object implementing the same service interface as the delegate object.
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.base.AbstractComponentEventLink
Invoked to create the Link that will become the href attribute of the output.
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.components.ActionLink
 
createLink(Object[]) - Method in class org.apache.tapestry5.corelib.components.EventLink
 
createMarkupWriter() - Method in class org.apache.tapestry5.test.TapestryTestCase
Creates a new markup writer instance (not a markup writer mock).
createMemberName(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Strips leading characters defined by InternalUtils.NAME_PREFIX, then adds the prefix back in.
createObject() - Method in class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.AdvisorStackBuilder
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.InterceptorStackBuilder
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator
Passes the resources and the service creator through the ServiceLifecycle.
createObject() - Method in class org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper
We could make this method synchronized, but in the context of creating a service for a proxy, it will already be synchronized (inside the proxy).
createObject() - Method in class org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
Invoked from the proxy to create the actual service implementation.
createObject() - Method in class org.apache.tapestry5.ioc.internal.services.CachingObjectCreator
 
createObject() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
Checks to see if the proxy has been shutdown, then invokes ObjectCreator.createObject() if it has not already done so.
createObject() - Method in class org.apache.tapestry5.ioc.internal.services.PerThreadServiceCreator
For each thread, the first call will use the delegate ObjectCreator to create an instance, and later calls will reuse the same per-thread instance.
createObject() - Method in interface org.apache.tapestry5.ioc.ObjectCreator
Create and return the object.
createObjectCreatorProxy(ClassFab, Class<T>, ObjectCreator, String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Creates a proxy for a given service interface around an ObjectCreator that can provide (on demand) an object (implementing the service interface) to delegate to.
createPageLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Deprecated. Use PageRenderLinkSource.createPageRenderLink(String) or PageRenderLinkSource.createPageRenderLinkWithContext(String, Object[]) instead
createPageLink(Class, boolean, Object...) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Deprecated. Use PageRenderLinkSource.createPageRenderLink(Class) or PageRenderLinkSource.createPageRenderLinkWithContext(Class, Object[]) instead
createPageLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createPageLink(Class, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
createPageLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createPageLink(Class, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
createPageRenderLink(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
createPageRenderLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.services.LinkSource
Creates a render link for the page.
createPageRenderLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
createPageRenderLink(Class) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLink(String) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLink(String, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a page render request link to render a specific page.
createPageRenderLink(Class, boolean, Object...) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Creates a page render request link to render a specific page.
createPageRenderLink(String, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createPageRenderLink(Class, boolean, Object...) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
createPageRenderLink(PageRenderRequestParameters) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Creates a Link that encapsulates a page render request, including activation context and PersistentLocale (if set).
createPageRenderLink(String) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's normal passivation context (if it has one).
createPageRenderLink(Class) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's class to identify the target page, and using the pages normal passivation context (if it has one).
createPageRenderLinkWithContext(Class, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(String, Object...) - Method in class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
createPageRenderLinkWithContext(String, Object...) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using an override of the page's passivation context (possibly an empty one).
createPageRenderLinkWithContext(Class, Object...) - Method in interface org.apache.tapestry5.services.PageRenderLinkSource
Creates a page render link using the page's class to identify the target page, and using an override of the page's passivation context (possibly an empty one).
createParameterBinder(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
createRegistry() - Method in class org.apache.tapestry5.internal.TapestryAppInitializer
 
createService(ServiceResources, ObjectCreator) - Method in class org.apache.tapestry5.ioc.internal.services.PerThreadServiceLifecycle
 
createService(ServiceResources, ObjectCreator) - Method in class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
 
createService(ServiceResources, ObjectCreator) - Method in interface org.apache.tapestry5.ioc.ServiceLifecycle
Returns the same creator, or a new one, that encapsulates the creation of the core service implementation.
createServiceCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
createServiceCreator(ServiceBuilderResources) - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns an ObjectCreator that can create the core service implementation.
createServiceCreator(ServiceBuilderResources) - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
createSink() - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
createSink() - Method in interface org.apache.tapestry5.services.ClientDataEncoder
Creates a sink for client data.
createThunk(Class<T>, ObjectCreator, String) - Method in class org.apache.tapestry5.ioc.internal.services.ThunkCreatorImpl
 
createThunk(Class<T>, ObjectCreator, String) - Method in interface org.apache.tapestry5.ioc.services.ThunkCreator
Creates a Thunk of the given proxy type.
createTranslator(Field, String, Messages, Locale, Translator) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createTranslator(ComponentResources, String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
createTranslator(Field, String, Messages, Locale, Translator) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Wraps a Translator as a FieldTranslator.
createTranslator(ComponentResources, String) - Method in interface org.apache.tapestry5.services.FieldTranslatorSource
Creates a translator (used by the translate: binding prefix).
createValidator(Field, String, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidator(Field, String, String, String, Messages, Locale) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidator(Field, String, String) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Creates the validator.
createValidator(Field, String, String, String, Messages, Locale) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Full featured version of FieldValidatorSource.createValidator(Field, String, String) used in situations where the container of the field is not necesarrilly the place to look for override messages, and the id of the field is not the key to use when checking.
createValidators(Field, String) - Method in class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
createValidators(Field, String) - Method in interface org.apache.tapestry5.services.FieldValidatorSource
Creates a set of validators.
creatorDescription - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
CSSClassConstants - Class in org.apache.tapestry5
Constants used when rendering a CSS class attribute.
CSSClassConstants() - Constructor for class org.apache.tapestry5.CSSClassConstants
 
CtClassSource - Interface in org.apache.tapestry5.ioc.internal.services
Used when generating new classes on the fly.
CtClassSourceImpl - Class in org.apache.tapestry5.ioc.internal.services
Wrapper around Javassist's ClassPool that manages the creation of new instances of CtClass and converts finished CtClass's into instantiable Classes.
CtClassSourceImpl(ClassFactoryClassPool, ClassLoader) - Constructor for class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
CURRENT_DIR_PATH - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
The current working directory (i.e., property "user.dir").
customizeApplicationContext(ServletContext, ConfigurableWebApplicationContext) - Method in interface org.apache.tapestry5.spring.ApplicationContextCustomizer
Allows the instantiated application context to be customized before it is initially refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 
CustomizingContextLoader - Class in org.apache.tapestry5.internal.spring
 
CustomizingContextLoader(ApplicationContextCustomizer) - Constructor for class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 

D

DataType - Annotation Type in org.apache.tapestry5.beaneditor
Used to explicitly set the data type used to select an editor (or display) block.
dataType(String) - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Changes the data type for the property.
dataType(String) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
DataTypeAnalyzer - Interface in org.apache.tapestry5.services
Used by BeanModelSource to identify the type of data associated with a particular property (represented as a PropertyAdapter).
DateField - Class in org.apache.tapestry5.corelib.components
A component used to collect a provided date from the user using a client-side JavaScript calendar.
DateField() - Constructor for class org.apache.tapestry5.corelib.components.DateField
 
decode(String) - Method in class org.apache.tapestry5.internal.services.URLEncoderImpl
 
decode(String) - Method in interface org.apache.tapestry5.services.URLEncoder
Given a previously encoded string, returns the original input.
decode(HttpServletRequest) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
decode(HttpServletRequest) - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
Decodes the request, returning a new HttpServletRequest implementation that will allow access to the form fields submitted in the request (but omits uploaded files).
decodeClientData(String) - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
decodeClientData(String) - Method in interface org.apache.tapestry5.services.ClientDataEncoder
Decodes data previously obtained from ClientDataSink.getClientData().
decodeComponentEventRequest(Request) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
decodeComponentEventRequest(Request) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Checks the request, primarily the path, to determine the if the request is a component event request.
decodeEncodedClientData(String) - Method in class org.apache.tapestry5.internal.services.ClientDataEncoderImpl
 
decodeEncodedClientData(String) - Method in interface org.apache.tapestry5.services.ClientDataEncoder
Decoes client data obtained via ClientDataSink.getEncodedClientData().
decodePageRenderRequest(Request) - Method in class org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl
 
decodePageRenderRequest(Request) - Method in interface org.apache.tapestry5.services.ComponentEventLinkEncoder
Checks the request, primarily the path, to determine the if the request is a page render request.
decodePath(String) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
 
decodePath(String) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
Inverse of ContextPathEncoder.encodeIntoPath(Object[]); the path is split into strings, and the string are decoded and constructed into an EventContext.
decorateComponentEventLinkEncoder(ComponentEventLinkEncoder, URLRewriter, Request, HttpServletRequest, Response, AspectDecorator) - Static method in class org.apache.tapestry5.services.TapestryModule
 
decorateInsideField() - Method in class org.apache.tapestry5.corelib.base.AbstractField
Invoked from subclasses after they have written their tag and (where appropriate) their informal parameters and have allowed their Validator to write markup as well.
DecoratorDef - Interface in org.apache.tapestry5.ioc.def
Definition of a service decorator, which (by default) is derived from a service decorator method.
DecoratorDefImpl - Class in org.apache.tapestry5.ioc.internal
 
DecoratorDefImpl(Method, String[], String[], ClassFactory, String) - Constructor for class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
 
decrementDirtyCount() - Method in interface org.apache.tapestry5.internal.structure.Page
Called as a component finishes rendering itself.
decrementDirtyCount() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
DEFAULT - Static variable in class org.apache.tapestry5.ioc.ScopeConstants
The default scope is a singleton within the Registry.
DEFAULT_CONFIGURATION - Static variable in class org.apache.tapestry5.hibernate.HibernateConstants
Deprecated. Use HibernateSymbols.DEFAULT_CONFIGURATION instead
DEFAULT_CONFIGURATION - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
If true, then the last HibernateConfigurer will invoke Configuration.configure(), to read the application's hibernate.cfg.xml.
DEFAULT_CONTEXT_PATH - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_CONTEXT_PATH - Static variable in class org.apache.tapestry5.test.PageTester
 
DEFAULT_PORT - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_SCOPE - Static variable in class org.apache.tapestry5.ioc.IOCConstants
Deprecated. Use ScopeConstants.DEFAULT instead.
DEFAULT_SECURE_PORT - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_WEB_APP_ROOT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Default directory containing the web application to be tested (this conforms to Maven's default folder).
DEFAULT_WEB_BROWSER_COMMAND - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Default browser in which to run tests - firefox
defaultBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Checks to see if the container of the component (identified by its resources) contains a property matching the component's id.
DefaultDataTypeAnalyzer - Class in org.apache.tapestry5.internal.services
The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming conventions).
DefaultDataTypeAnalyzer(Map<Class, String>) - Constructor for class org.apache.tapestry5.internal.services.DefaultDataTypeAnalyzer
 
DefaultHibernateConfigurer - Class in org.apache.tapestry5.internal.hibernate
Simply calls configure() to do the default Hibernate configuration.
DefaultHibernateConfigurer(boolean) - Constructor for class org.apache.tapestry5.internal.hibernate.DefaultHibernateConfigurer
 
DefaultImplementationBuilder - Interface in org.apache.tapestry5.ioc.services
Creates default implementatons of a class.
DefaultImplementationBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
DefaultImplementationBuilderImpl(ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.DefaultImplementationBuilderImpl
 
DefaultInjectionProvider - Class in org.apache.tapestry5.internal.services
Worker for the Inject annotation that delegates out to the master MasterObjectProvider to access the value.
DefaultInjectionProvider(MasterObjectProvider, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.DefaultInjectionProvider
 
defaultLabel(ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultLabel(String, Messages, String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Looks for a label within the messages based on the id.
defaultLabel(ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Computes the default label for the component (which will generally be a Field).
DefaultMarkupModel - Class in org.apache.tapestry5.dom
Default implementation of MarkupModel that is appropriate for traditional (X)HTML markup.
DefaultMarkupModel() - Constructor for class org.apache.tapestry5.dom.DefaultMarkupModel
 
DefaultMarkupModel(boolean) - Constructor for class org.apache.tapestry5.dom.DefaultMarkupModel
 
defaultModel() - Method in class org.apache.tapestry5.corelib.components.Grid
Returns a Binding instance that attempts to identify the model from the source parameter (via GridDataSource.getRowType().
DefaultModuleDefImpl - Class in org.apache.tapestry5.ioc.internal
Starting from the Class for a module, identifies all the services (service builder methods), decorators (service decorator methods) and (not yet implemented) contributions (service contributor methods).
DefaultModuleDefImpl(Class<?>, Logger, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
DefaultNullFieldStrategy - Class in org.apache.tapestry5.internal
Default strategy, which is to do nothing: null values stay null.
DefaultNullFieldStrategy() - Constructor for class org.apache.tapestry5.internal.DefaultNullFieldStrategy
 
DefaultPrimaryKeyEncoder<K extends Serializable,V> - Class in org.apache.tapestry5.util
Deprecated. See deprecation notes for PrimaryKeyEncoder.
DefaultPrimaryKeyEncoder() - Constructor for class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Compatibility with 5.0: new encoder, key type unknown.
DefaultPrimaryKeyEncoder(Class<K>) - Constructor for class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
DefaultRequestExceptionHandler - Class in org.apache.tapestry5.internal.services
Default implementation of RequestExceptionHandler that displays the standard ExceptionReport page.
DefaultRequestExceptionHandler(RequestPageCache, PageResponseRenderer, Logger, String, Response) - Constructor for class org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
 
DefaultSessionPersistedObjectAnalyzer - Class in org.apache.tapestry5.internal.services
Default catch-all implementation of SessionPersistedObjectAnalyzer.
DefaultSessionPersistedObjectAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.DefaultSessionPersistedObjectAnalyzer
 
defaultTranslator(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultTranslator(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Deprecated. Use ComponentDefaultProvider.defaultTranslatorBinding(String, org.apache.tapestry5.ComponentResources) instead
defaultTranslatorBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultTranslatorBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Provides a binding that itself provides the field translator.
DefaultValidationDecorator - Class in org.apache.tapestry5.internal
Default implementation that writes an attribute into fields or labels that are in error.
DefaultValidationDecorator(Environment, Asset, MarkupWriter) - Constructor for class org.apache.tapestry5.internal.DefaultValidationDecorator
 
defaultValidator(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultValidator(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Deprecated. Use ComponentDefaultProvider.defaultValidatorBinding(String, org.apache.tapestry5.ComponentResources) instead
defaultValidatorBinding(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultValidatorBinding(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Provides a binding that itself provides the field translator.
defaultValueEncoder(String, ComponentResources) - Method in class org.apache.tapestry5.internal.services.ComponentDefaultProviderImpl
 
defaultValueEncoder(String, ComponentResources) - Method in interface org.apache.tapestry5.services.ComponentDefaultProvider
Gets or creates a value encoder based on the type of the named parameter.
Defense - Class in org.apache.tapestry5.ioc.internal.util
Static utility methods for defensive programming.
defer(Runnable) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
defer(Runnable) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
defer(Runnable) - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
 
defer(Runnable) - Method in interface org.apache.tapestry5.services.FormSupport
Defers a command until the end of the form submission.
defer(Runnable) - Method in interface org.apache.tapestry5.services.Heartbeat
Adds a new command to the current Heartbeat.
define(ServiceDef, Status) - Method in interface org.apache.tapestry5.ioc.internal.ServiceActivityTracker
Defines a service in the tracker with an initial status.
define(ServiceDef, Status) - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
 
defineNamespace(String, String) - Method in class org.apache.tapestry5.dom.Element
Defines a namespace for this element, mapping a URI to a prefix.
defineNamespace(String, String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
defineNamespace(String, String) - Method in interface org.apache.tapestry5.MarkupWriter
Defines a namespace for the currently active element.
DefineNamespacePrefixToken - Class in org.apache.tapestry5.internal.parser
A token from a template that defines a namespace prefix.
DefineNamespacePrefixToken(String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
Delegate - Class in org.apache.tapestry5.corelib.components
A component that does not do any rendering of its own, but will delegate to some other object that can do rendering.
Delegate() - Constructor for class org.apache.tapestry5.corelib.components.Delegate
 
DelegatingInjectionResources - Class in org.apache.tapestry5.ioc.internal.util
Chain of command for InjectionDefaultProvider.
DelegatingInjectionResources(InjectionResources, InjectionResources) - Constructor for class org.apache.tapestry5.ioc.internal.util.DelegatingInjectionResources
 
DelegatingRequest - Class in org.apache.tapestry5.services
Class that wraps an Request, delegating all its methods.
DelegatingRequest() - Constructor for class org.apache.tapestry5.services.DelegatingRequest
No-arg constructor.
DelegatingRequest(Request) - Constructor for class org.apache.tapestry5.services.DelegatingRequest
Constructor that receives a Request.
deleteAllVisibleCookies() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
deleteCookie(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
description - Variable in class org.apache.tapestry5.internal.bindings.InvariantBinding
 
destroy() - Method in class org.apache.tapestry5.TapestryFilter
Shuts down and discards the registry.
destroy(Registry) - Method in class org.apache.tapestry5.TapestryFilter
Invoked from TapestryFilter.destroy() to allow subclasses to add additional shutdown logic to the filter.
detached() - Method in interface org.apache.tapestry5.internal.structure.Page
Invoked to inform the page that it is being detached from the current request.
detached() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
determineContextClass(ServletContext) - Method in class org.apache.tapestry5.internal.spring.CustomizingContextLoader
 
didReadChange(Session, String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Called after each key is read by AbstractSessionPersistentFieldStrategy.gatherFieldChanges(String).
didReadChange(Session, String) - Method in class org.apache.tapestry5.internal.services.FlashPersistentFieldStrategy
 
DISABLE_DEFAULT_MODULES_PARAM - Static variable in class org.apache.tapestry5.internal.InternalConstants
Turns off loading of default modules (as driven by JAR file Manifest entries).
discard(Page) - Method in interface org.apache.tapestry5.internal.services.PagePool
Discards a page, which occurs when there are errors invoking lifecycle methods on the page.
discard(Page) - Method in class org.apache.tapestry5.internal.services.PagePoolImpl
 
DiscardBody - Class in org.apache.tapestry5.corelib.mixins
Discards a component's body.
DiscardBody() - Constructor for class org.apache.tapestry5.corelib.mixins.DiscardBody
 
discardChanges(String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
 
discardChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
discardChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
discardChanges(String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
Discards all changes for the indicated page.
discardChanges(String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
 
discardChanges(String) - Method in interface org.apache.tapestry5.services.PersistentFieldStrategy
Discards any saved changes for the name page.
discardMockControl() - Method in class org.apache.tapestry5.ioc.test.TestBase
Discards any mock objects created during the test.
discardPersistentFieldChanges() - Method in interface org.apache.tapestry5.ComponentResources
Discards all persistent field changes for the page containing the component.
discardPersistentFieldChanges() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
discardPersistentFieldChanges() - Method in interface org.apache.tapestry5.internal.structure.Page
Discards all persistent field changes for the page containing the component.
discardPersistentFieldChanges() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.AssetDispatcher
 
dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.ComponentEventDispatcher
 
dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.PageRenderDispatcher
 
dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.RootPathDispatcher
 
dispatch(Request, Response) - Method in class org.apache.tapestry5.internal.services.VirtualAssetDispatcher
 
dispatch(Request, Response) - Method in interface org.apache.tapestry5.services.Dispatcher
Analyzes the incoming request and performs an appropriate operation for each.
DISPATCH_COMPONENT_EVENT - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.dispatchComponentEvent(org.apache.tapestry5.runtime.ComponentEvent).
dispatchComponentEvent(ComponentEvent) - Method in interface org.apache.tapestry5.runtime.Component
Invoked to handle a component event.
Dispatcher - Interface in org.apache.tapestry5.services
A dispatcher is responsible for recognizing an incoming request.
dispatchEvent(ComponentEvent) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Asks each mixin and component to Component.dispatchComponentEvent(ComponentEvent), returning true if any handler was found.
dispatchEvent(ComponentEvent) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
doCommand(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
Document - Class in org.apache.tapestry5.dom
The root node of a DOM.
Document(MarkupModel) - Constructor for class org.apache.tapestry5.dom.Document
 
Document(MarkupModel, String) - Constructor for class org.apache.tapestry5.dom.Document
 
Document() - Constructor for class org.apache.tapestry5.dom.Document
Builds with an instance of DefaultMarkupModel.
DocumentLinker - Interface in org.apache.tapestry5.internal.services
Responsible for injecting script and style links into the <head> and <body> element of the rendered HTML document.
DocumentLinkerImpl - Class in org.apache.tapestry5.internal.services
 
DocumentLinkerImpl(boolean, boolean, String, boolean, String, ClientDataEncoder) - Constructor for class org.apache.tapestry5.internal.services.DocumentLinkerImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tapestry5.TapestryFilter
 
doubleClick(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
doubleClickAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragAndDrop(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragAndDropToObject(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragdrop(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dtd(String, String, String) - Method in class org.apache.tapestry5.dom.Document
 
DTD - Class in org.apache.tapestry5.dom
Representation of a document type.
DTD(String, String, String) - Constructor for class org.apache.tapestry5.dom.DTD
 
DTDPageElement - Class in org.apache.tapestry5.internal.structure
 
DTDPageElement(String, String, String) - Constructor for class org.apache.tapestry5.internal.structure.DTDPageElement
 
DTDToken - Class in org.apache.tapestry5.internal.parser
Represents the presence of a Document Type declaration within a template.
DTDToken(String, String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.DTDToken
 

E

EagerLoad - Annotation Type in org.apache.tapestry5.ioc.annotations
Marker annotation placed on a service builder method to indicate that the service should be eagerly loaded: realized as if a service method had been invoked.
eagerLoad() - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
eagerLoad() - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
Turns eager loading on for this service.
eagerLoadService() - Method in interface org.apache.tapestry5.ioc.internal.EagerLoadServiceProxy
 
eagerLoadService() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
Invokes JustInTimeObjectCreator.createObject() to force the creation of the underlying service.
EagerLoadServiceProxy - Interface in org.apache.tapestry5.ioc.internal
Interface implemented by all service proxies.
EARLY_START_UP - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
If "true", then Hibernate will be started up at application launch, rather than lazily.
Element - Class in org.apache.tapestry5.dom
An element that will render with a begin tag and attributes, a body, and an end tag.
element(String, String...) - Method in class org.apache.tapestry5.dom.Element
Creates and returns a new Element node as a child of this node.
element(String, Object...) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
element(String, Object...) - Method in interface org.apache.tapestry5.MarkupWriter
Begins a new element as a child of the current element.
elementAt(int, String, String...) - Method in class org.apache.tapestry5.dom.Element
 
elementDidEnd(Element) - Method in class org.apache.tapestry5.MarkupWriterAdapter
 
elementDidEnd(Element) - Method in interface org.apache.tapestry5.MarkupWriterListener
Invoked just after an element has ended.
elementDidStart(Element) - Method in class org.apache.tapestry5.MarkupWriterAdapter
 
elementDidStart(Element) - Method in interface org.apache.tapestry5.MarkupWriterListener
Invoked just after an element and its initial set of attributes has been written.
elementNS(String, String) - Method in class org.apache.tapestry5.dom.Element
Creates and returns a new Element within a namespace as a child of this node.
elementNS(String, String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
elementNS(String, String) - Method in interface org.apache.tapestry5.MarkupWriter
Starts an element within the given namespace.
Email - Class in org.apache.tapestry5.validator
A validator that checks if a given string is well-formed email address.
Email() - Constructor for class org.apache.tapestry5.validator.Email
 
EmbeddedComponentAssemblerImpl - Class in org.apache.tapestry5.internal.pageload
 
EmbeddedComponentAssemblerImpl(ComponentAssemblerSource, ComponentInstantiatorSource, ComponentClassResolver, String, Locale, EmbeddedComponentModel, String, Location) - Constructor for class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
EmbeddedComponentModel - Interface in org.apache.tapestry5.model
The model for a component embedded within another component, as defined by the Component annotation.
emitErrorMessage(String) - Method in class org.apache.tapestry5.internal.antlr.BaseParser
 
EmptyClientInfrastructure - Class in org.apache.tapestry5.internal.services
Used for Ajax responses to provide an empty stack (since, by definition, the client must already have the base stack).
EmptyClientInfrastructure() - Constructor for class org.apache.tapestry5.internal.services.EmptyClientInfrastructure
 
EmptyEventContext - Class in org.apache.tapestry5.internal
Placeholder used when no context is available.
EmptyEventContext() - Constructor for class org.apache.tapestry5.internal.EmptyEventContext
 
enableSupportsInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
enableSupportsInformalParameters() - Method in interface org.apache.tapestry5.model.MutableComponentModel
Sets the internal flag to indicate that this model (and all models that extend from it) support informal parameters.
encloseErrorsInForm() - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
encode(String) - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
Passes all characters but '<', '>' and '&' through unchanged.
encode(String) - Method in interface org.apache.tapestry5.dom.MarkupModel
Encodes the characters, converting control characters (such as '<') into corresponding entities (such as &lt;).
encode(String) - Method in class org.apache.tapestry5.internal.services.URLEncoderImpl
 
encode(String) - Method in interface org.apache.tapestry5.services.URLEncoder
Given an input value containing any characters, returns the input string, or an encoded version of the string (as outlined above).
ENCODE_LOCALE_INTO_PATH - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" (the default), then the PersistentLocale will be encoded into the Link path by the ComponentEventLinkEncoder service.
encodeIntoPath(Object[]) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
 
encodeIntoPath(EventContext) - Method in class org.apache.tapestry5.internal.services.ContextPathEncoderImpl
 
encodeIntoPath(Object[]) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
Encodes the context values into a path string.
encodeIntoPath(EventContext) - Method in interface org.apache.tapestry5.services.ContextPathEncoder
Encodes the context into a string.
encodeQuoted(String, StringBuilder) - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
 
encodeQuoted(String, StringBuilder) - Method in interface org.apache.tapestry5.dom.MarkupModel
Encodes the characters into the buffer for use in a quoted value (that is, an attribute value), converting control characters (such as '<') into corresponding entities (such as &lt;).
encodeRedirectURL(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
encodeRedirectURL(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
encodeRedirectURL(String) - Method in interface org.apache.tapestry5.services.Response
Encodes the URL for use as a redirect, ensuring that a session id is included (if a session exists, and as necessary depending on the client browser's use of cookies).
encodeRedirectURL(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
encodeURL(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
encodeURL(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
encodeURL(String) - Method in interface org.apache.tapestry5.services.Response
Encodes the URL, ensuring that a session id is included (if a session exists, and as necessary depending on the client browser's use of cookies).
encodeURL(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
end() - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
 
end() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
end() - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Ends the current block.
end() - Method in interface org.apache.tapestry5.MarkupWriter
Ends the current element.
end() - Method in interface org.apache.tapestry5.services.Heartbeat
Executes all commands since the most recent Heartbeat.begin().
endComponent() - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
 
endComponent() - Method in interface org.apache.tapestry5.runtime.RenderQueue
Corresponds to #startComponent(String), used to denote when the most recently started component finishes rendering.
EndElementToken - Class in org.apache.tapestry5.internal.parser
Ends a previously started element (including components, parameters, blocks, etc.).
EndElementToken(Location) - Constructor for class org.apache.tapestry5.internal.parser.EndElementToken
 
EndOfRequestCleanupFilter - Class in org.apache.tapestry5.internal.test
Makes sure that PerthreadManager.cleanup() is invoked at the end of each request (normally handled by TapestryFilter).
EndOfRequestCleanupFilter(PerthreadManager) - Constructor for class org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
 
EndOfRequestEventHub - Interface in org.apache.tapestry5.internal.services
Manages request notifications for the EndOfRequestListener interface.
EndOfRequestEventHubImpl - Class in org.apache.tapestry5.internal.services
 
EndOfRequestEventHubImpl() - Constructor for class org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
 
EndOfRequestListener - Interface in org.apache.tapestry5.internal.events
Event listener interface for objects that need to know when the current request finishes.
endOptionGroup(OptionGroupModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
 
endOptionGroup(OptionGroupModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
Invoked after all options within the group have been visited.
EndTagStyle - Enum in org.apache.tapestry5.dom
Part of a MarkupModel, used to define how end tags are handled when the Document in rendered out as a text stream.
enqueueBeforeRenderBody(RenderQueue) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Invoked when the component should render its body.
enqueueBeforeRenderBody(RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
EntityPersistentFieldStrategy - Class in org.apache.tapestry5.internal.hibernate
Persists Hibernate entities by storing their id in the session.
EntityPersistentFieldStrategy(Session, Request) - Constructor for class org.apache.tapestry5.internal.hibernate.EntityPersistentFieldStrategy
 
entry(Invocation) - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
Invoked when a method is first entered
entrySet() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
EnumSelectModel - Class in org.apache.tapestry5.util
A basic select model for a particular Enum type.
EnumSelectModel(Class<T>, Messages) - Constructor for class org.apache.tapestry5.util.EnumSelectModel
 
EnumSelectModel(Class<T>, Messages, T[]) - Constructor for class org.apache.tapestry5.util.EnumSelectModel
 
EnumValueEncoder<E extends Enum<E>> - Class in org.apache.tapestry5.util
A value encoder that can be used for aribrary Enum types.
EnumValueEncoder(Class<E>) - Constructor for class org.apache.tapestry5.util.EnumValueEncoder
 
EnumValueEncoderFactory<E extends Enum<E>> - Class in org.apache.tapestry5.internal.services
Factory that provides a configured instance of EnumValueEncoder.
EnumValueEncoderFactory() - Constructor for class org.apache.tapestry5.internal.services.EnumValueEncoderFactory
 
Environment - Interface in org.apache.tapestry5.services
Provides access to environment objects, which are almost always provided to enclosed components by enclosing components.
Environmental - Annotation Type in org.apache.tapestry5.annotations
Defines a field of a component class that is replaced at runtime with a read-only value obtained from the Environment service.
EnvironmentalAccess<T> - Interface in org.apache.tapestry5.services
Provides efficient, cached access to an environmental object.
EnvironmentalShadowBuilder - Interface in org.apache.tapestry5.services
Much like PropertyShadowBuilder, except that instead of accessing a property of some other service, it accesses a value from within the Environment service.
EnvironmentalShadowBuilderImpl - Class in org.apache.tapestry5.internal.services
 
EnvironmentalShadowBuilderImpl(ClassFactory, Environment) - Constructor for class org.apache.tapestry5.internal.services.EnvironmentalShadowBuilderImpl
Construct using the default builtin factory, not the component layer version.
EnvironmentalWorker - Class in org.apache.tapestry5.internal.transform
Obtains a value from the Environment service based on the field type.
EnvironmentalWorker(Environment, ClassFactory) - Constructor for class org.apache.tapestry5.internal.transform.EnvironmentalWorker
 
EnvironmentImpl - Class in org.apache.tapestry5.internal.services
A non-threadsafe implementation (expects to use the "perthread" service lifecyle).
EnvironmentImpl() - Constructor for class org.apache.tapestry5.internal.services.EnvironmentImpl
 
equals(Object) - Method in class org.apache.tapestry5.ContentType
Returns true only if the other object is another instance of ContentType, and has the ssame baseType, subType and set of parameters.
equals(Object) - Method in class org.apache.tapestry5.grid.SortConstraint
 
equals(Object) - Method in class org.apache.tapestry5.internal.services.ContextResource
 
equals(Object) - Method in class org.apache.tapestry5.internal.services.InjectionKey
 
equals(Object) - Method in class org.apache.tapestry5.internal.services.PageLocator
 
equals(Object) - Method in class org.apache.tapestry5.internal.util.IntegerRange
Returns true if the other object is an IntegerRange with the same start and finish values.
equals(Object) - Method in class org.apache.tapestry5.internal.util.MultiKey
 
equals(Object) - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
equals(Object) - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
equals(Object) - Method in class org.apache.tapestry5.ioc.services.MethodSignature
Returns true if the other object is an instance of MethodSignature with identical values for return type, name, parameter types and exception types.
equals(Object) - Method in class org.apache.tapestry5.ioc.util.TimeInterval
 
equals(Object) - Method in class org.apache.tapestry5.json.JSONArray
 
equals(Object) - Method in class org.apache.tapestry5.json.JSONObject
Returns true if the other object is a JSONObject and its set of properties matches this object's properties.
equals(Object) - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
 
equals(Object) - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
 
equals(Object) - Method in class org.apache.tapestry5.services.TransformMethodSignature
 
ERROR - Static variable in class org.apache.tapestry5.CSSClassConstants
All purpose CSS class name for anything related to Tapestry errors.
ErrorReportingCommandProcessor - Class in org.apache.tapestry5.test
A wrapper around a standard command processor that adds additional exception reporting when a failure occurs.
ErrorReportingCommandProcessor(CommandProcessor) - Constructor for class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
Errors - Class in org.apache.tapestry5.corelib.components
Standard validation error presenter.
Errors() - Constructor for class org.apache.tapestry5.corelib.components.Errors
 
Event - Interface in org.apache.tapestry5.runtime
The core methods related to event handling.
EVENT_DISPATCH - Static variable in class org.apache.tapestry5.TapestryMarkers
Marker for logging related to component event dispatch.
EVENT_HANDLER_METHOD - Static variable in class org.apache.tapestry5.TapestryMarkers
Marker for a debug log that occurs just before invocation of a event handler method.
EventConstants - Class in org.apache.tapestry5
Constant values for common event names fired by Tapestry components.
EventConstants() - Constructor for class org.apache.tapestry5.EventConstants
 
EventContext - Interface in org.apache.tapestry5
A collection of parameters that may eventually be passed to an event handler method.
EventContextRenderer - Class in org.apache.tapestry5.internal.renderers
Renders out the values stored inside a EventContext.
EventContextRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.EventContextRenderer
 
EventImpl - Class in org.apache.tapestry5.internal.services
 
EventImpl(ComponentEventCallback, Logger) - Constructor for class org.apache.tapestry5.internal.services.EventImpl
 
EventLink - Class in org.apache.tapestry5.corelib.components
A close relative of ActionLink except in two ways.
EventLink() - Constructor for class org.apache.tapestry5.corelib.components.EventLink
 
Events - Annotation Type in org.apache.tapestry5.annotations
Annotation applied to components to document what events a component may trigger.
EXCEPTION_REPORT_PAGE - Static variable in class org.apache.tapestry5.SymbolConstants
Name of page used to report exceptions; the page must implement ExceptionReporter.
ExceptionAnalysis - Interface in org.apache.tapestry5.ioc.services
An analysis of an exception (including nested exceptions).
ExceptionAnalysisImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ExceptionAnalysisImpl(List<ExceptionInfo>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
 
ExceptionAnalyzer - Interface in org.apache.tapestry5.ioc.services
Analyzes an exception, providing an analysis.
ExceptionAnalyzerImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ExceptionAnalyzerImpl(PropertyAccess) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionAnalyzerImpl
 
ExceptionDisplay - Class in org.apache.tapestry5.corelib.components
Integral part of the default ExceptionReport page used to break apart and display the properties of the exception.
ExceptionDisplay() - Constructor for class org.apache.tapestry5.corelib.components.ExceptionDisplay
 
ExceptionInfo - Interface in org.apache.tapestry5.ioc.services
Contains information about an analyzed exception.
ExceptionInfoImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ExceptionInfoImpl(Throwable, Map<String, Object>, List<StackTraceElement>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
exceptionLogged(Throwable) - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionTrackerImpl
 
exceptionLogged(Throwable) - Method in interface org.apache.tapestry5.ioc.services.ExceptionTracker
Returns true if the indicated exception has already been logged (it is assumed that the exception will be logged if this method returns false).
ExceptionReport - Class in org.apache.tapestry5.corelib.pages
Responsible for reporting runtime exceptions.
ExceptionReport() - Constructor for class org.apache.tapestry5.corelib.pages.ExceptionReport
 
ExceptionReporter - Interface in org.apache.tapestry5.services
Interface implemented by a page used for reporting exceptions.
ExceptionTracker - Interface in org.apache.tapestry5.ioc.services
Used by LoggingDecorator to track which exceptions have been logged during the current request (the ExceptionTracker is perthread).
ExceptionTrackerImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ExceptionTrackerImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ExceptionTrackerImpl
 
ExceptionUtils - Class in org.apache.tapestry5.ioc.util
Contains static methods useful for manipulating exceptions.
ExceptionUtils() - Constructor for class org.apache.tapestry5.ioc.util.ExceptionUtils
 
exclude(String...) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Removes the named properties from the model, if present.
exclude(String...) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
exclude(BeanModel, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
Removes properties from the bean model.
execute(T) - Method in interface org.apache.tapestry5.ComponentAction
Passed a component instance, the action should operate upon the instance.
execute(BeanEditor) - Method in class org.apache.tapestry5.corelib.components.BeanEditor.Prepare
 
execute(ComponentSource) - Method in class org.apache.tapestry5.corelib.internal.WrappedComponentAction
Retrieves the component from the source and executes the action.
executeDeferred() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
executeDeferred() - Method in interface org.apache.tapestry5.corelib.internal.InternalFormSupport
Executes any deferred callbacks added via FormSupport.defer(Runnable).
executeReport(Locale) - Method in class org.apache.tapestry.mojo.ComponentReport
Generates the report; this consist of the index page
exists(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
 
exists(String) - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Checks to see if a fully qualfied class name exists.
exists(String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
exists(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
exists() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
Simple check for whether Resource.toURL() returns null or not.
exists() - Method in interface org.apache.tapestry5.ioc.Resource
Returns true if the resource exists; if a stream to the content of the file may be openned.
exists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
Returns true if the SSO already exists, false if it has not yet been created.
exists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
Returns true if the SSO already exists, false if null.
exit(Invocation) - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
Invoked when a method exits (possibly returning a value).
expandSymbols(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Given an input string that may contain symbols, returns the string with any and all symbols fully expanded.
expandSymbols(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
expandSymbols(String) - Method in class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
 
expandSymbols(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolSource
Given an input string that may contain symbols, returns the string with any and all symbols fully expanded.
EXPANSION_START - Static variable in class org.apache.tapestry5.internal.InternalConstants
Identifies the start of an expansion inside a template.
ExpansionPageElement - Class in org.apache.tapestry5.internal.structure
 
ExpansionPageElement(Binding, TypeCoercer) - Constructor for class org.apache.tapestry5.internal.structure.ExpansionPageElement
 
ExpansionToken - Class in org.apache.tapestry5.internal.parser
A token containing an expression expansion from the template.
ExpansionToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.ExpansionToken
 
expect(T) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Convienience for EasyMock.expect(Object).
explain(Class<S>, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
 
explain(Class<S>, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.TypeCoercer
Used primarily inside test suites, this method performs the same steps as TypeCoercer.coerce(Object, Class), but returns a string describing the series of coercision, such as "Object --> String --> Long --> Integer".
extendConstructor(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
extendConstructor(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Adds a statement to the constructor.
extendExistingMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
extendExistingMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Like ClassTransformation.extendMethod(TransformMethodSignature, String), but the extension does not mark the method as new, and field changes will be processed.
extendMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
extendMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Extends an existing method.
ExtensionPointToken - Class in org.apache.tapestry5.internal.parser
A token that represents the replacement of a portion of the template with the content of an extension point, or an override of that extension point.
ExtensionPointToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.ExtensionPointToken
 
extractGenericReturnType(Class, Method) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
Analyzes the method (often defined in a base class) in the context of a particular concrete implementation of the class to establish the generic type of a property.
extractIdFromPropertyExpression(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Used to convert a property expression into a key that can be used to locate various resources (Blocks, messages, etc.).

F

FactoryDefaults - Annotation Type in org.apache.tapestry5.ioc.services
Used to disambiguate which version of SymbolProvider is being referenced.
fail(Invocation, Throwable) - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
Invoked when method invocation instead throws an exception.
FAILURE - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
FAILURE - Static variable in class org.apache.tapestry5.EventConstants
Event type for a notification after the form has been submitted, when there are errors in the validation tracker.
failureInstantiatingObject(Class, String, Throwable) - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
Field - Interface in org.apache.tapestry5
Defines a field within a form.
FieldFilter - Interface in org.apache.tapestry5.services
Used by ClassTransformation.findFields(FieldFilter) to identify which fields to keep.
FieldFocusPriority - Enum in org.apache.tapestry5
Used to determine which field on a page should receive focus, based on its status.
FieldTranslator<T> - Interface in org.apache.tapestry5
A wrapper around Translator that combines the translator for a specific Field and (sometimes) an override of the default validation message (used when an input value can't be parsed).
FieldTranslatorImpl<T> - Class in org.apache.tapestry5.internal.services
 
FieldTranslatorImpl(Field, Translator<T>, MessageFormatter, FormSupport) - Constructor for class org.apache.tapestry5.internal.services.FieldTranslatorImpl
 
FieldTranslatorSource - Interface in org.apache.tapestry5.services
For a particular field, generates the default FieldTranslator for the field.
FieldTranslatorSourceImpl - Class in org.apache.tapestry5.internal.services
 
FieldTranslatorSourceImpl(TranslatorSource, ValidationMessagesSource, FormSupport) - Constructor for class org.apache.tapestry5.internal.services.FieldTranslatorSourceImpl
 
FieldValidationSupport - Interface in org.apache.tapestry5
Services to help with field validation and translation.
FieldValidationSupportImpl - Class in org.apache.tapestry5.internal.services
 
FieldValidationSupportImpl(TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.FieldValidationSupportImpl
 
FieldValidator<T> - Interface in org.apache.tapestry5
Responsible for validation of a single field.
FieldValidatorDefaultSource - Interface in org.apache.tapestry5.services
For a particular field, generates the default validation for the field, in accordance with a number of factors and contributions.
FieldValidatorDefaultSourceImpl - Class in org.apache.tapestry5.internal.services
 
FieldValidatorDefaultSourceImpl(ValidationConstraintGenerator, FieldValidatorSource) - Constructor for class org.apache.tapestry5.internal.services.FieldValidatorDefaultSourceImpl
 
FieldValidatorImpl - Class in org.apache.tapestry5.internal.services
 
FieldValidatorImpl(Field, Object, MessageFormatter, Validator, FormSupport) - Constructor for class org.apache.tapestry5.internal.services.FieldValidatorImpl
 
FieldValidatorSource - Interface in org.apache.tapestry5.services
Used to create FieldValidators for a particular Field component.
FieldValidatorSourceImpl - Class in org.apache.tapestry5.internal.services
 
FieldValidatorSourceImpl(ValidationMessagesSource, TypeCoercer, FormSupport, Map<String, Validator>) - Constructor for class org.apache.tapestry5.internal.services.FieldValidatorSourceImpl
 
FILE_CHECK_INTERVAL - Static variable in class org.apache.tapestry5.SymbolConstants
Time interval defining how often Tapestry will check for updates to local files (including classes).
FILE_CHECK_UPDATE_TIMEOUT - Static variable in class org.apache.tapestry5.SymbolConstants
Time interval that sets how long Tapestry will wait to obtain the exclusive lock needed to check local files.
FILESIZE_MAX - Static variable in class org.apache.tapestry5.upload.services.UploadSymbols
Maximum size (in bytes) of a single file within an upload request Defaults to -1 (no limit).
FilterMethodAnalyzer - Class in org.apache.tapestry5.ioc.internal.services
Used by PipelineBuilderImpl to analyze service interface methods against filter interface methods to find the position of the extra service parameter (in the filter method).
find(String) - Method in class org.apache.tapestry5.dom.Document
Finds an element based on a path of element names.
find(String) - Method in class org.apache.tapestry5.dom.Element
Searchs for a child element with a particular name below this element.
findAdvisorsForService(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Searches for advisors for a particular service, returning them in order of application.
findAdvisorsForService(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
findAnnotation(Annotation[], Class<T>) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Finds a specific annotation type within an array of annotations.
findAutobuildConstructor(Class) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Searches a class for the "best" constructor, the public constructor with the most parameters.
findBlock(String) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
As with ComponentResourcesCommon.getBlock(String), but returns null if the block is not found.
findBlock(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
findBlock(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
findByType(Class) - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
 
findByType(Class) - Method in interface org.apache.tapestry5.services.TranslatorSource
Finds a Translator that is appropriate to the given type, which is usually obtained via Binding.getBindingType().
findCause(Throwable, Class<T>) - Static method in class org.apache.tapestry5.ioc.util.ExceptionUtils
Locates a particular type of exception, working its way via the cause property of each exception in the exception stack.
findContentType(Page) - Method in interface org.apache.tapestry5.internal.services.PageContentTypeAnalyzer
Analyzes the meta-data for the page and identifies the correct ContentType (including encoding).
findContentType(Page) - Method in class org.apache.tapestry5.internal.services.PageContentTypeAnalyzerImpl
 
findContentType(Object) - Method in class org.apache.tapestry5.internal.services.ResponseRendererImpl
 
findContentType(Object) - Method in interface org.apache.tapestry5.services.ResponseRenderer
Finds the content type for the page containing the indicated component.
findDecoratorsForService(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Searches for decorators for a particular service.
findDecoratorsForService(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
findFields(FieldFilter) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
findFields(FieldFilter) - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds all unclaimed fields matched by the provided filter.
findFieldsWithAnnotation(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
findFieldsWithAnnotation(Class<? extends Annotation>) - Method in interface org.apache.tapestry5.services.ClassTransformation
Generates a list of the names of declared instance fields that have the indicated annotation.
findMatchingDecoratorDefs(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.Module
Iterates over any decorator definitions defined by the module and returns those that apply to the provided service definition.
findMatchingDecoratorDefs(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
findMatchingServiceAdvisors(ServiceDef) - Method in interface org.apache.tapestry5.ioc.internal.Module
Iterates over any advisor definitions defined by the module and returns those that apply to the provided service definition.
findMatchingServiceAdvisors(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
findMeta(String, ComponentResources, Class<T>) - Method in class org.apache.tapestry5.internal.services.MetaDataLocatorImpl
 
findMeta(String, String, Class<T>) - Method in class org.apache.tapestry5.internal.services.MetaDataLocatorImpl
 
findMeta(String, ComponentResources, Class<T>) - Method in interface org.apache.tapestry5.services.MetaDataLocator
Searches for the value for the corresponding key.
findMeta(String, String, Class<T>) - Method in interface org.apache.tapestry5.services.MetaDataLocator
Searches for the value for the corresponding key for a particular page name (the page will not be loaded).
findMethod(Class, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
findMethod(Object, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
findMethod(String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
findMethods(MethodFilter) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
findMethods(MethodFilter) - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds all methods matched by the provided filter.
findMethodsWithAnnotation(Class<? extends Annotation>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
findMethodsWithAnnotation(Class<? extends Annotation>) - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds all methods defined in the class that are marked with the provided annotation.
findPageTemplateResource(ComponentModel, Locale) - Method in interface org.apache.tapestry5.internal.services.PageTemplateLocator
Given model, determines if the model is for a page (rather than a component) and if so, sees if there is a localized template for the page in the web application context.
findPageTemplateResource(ComponentModel, Locale) - Method in class org.apache.tapestry5.internal.services.PageTemplateLocatorImpl
 
findResource(Class<T>, Type) - Method in class org.apache.tapestry5.ioc.internal.util.DelegatingInjectionResources
 
findResource(Class<T>, Type) - Method in interface org.apache.tapestry5.ioc.internal.util.InjectionResources
Given the field type, provide the matching resource value, or null.
findResource(Class<T>, Type) - Method in class org.apache.tapestry5.ioc.internal.util.MapInjectionResources
 
findResource(Class<T>, Type) - Method in class org.apache.tapestry5.ioc.internal.util.WrongConfigurationTypeGuard
 
findResourceForPath(String) - Method in interface org.apache.tapestry5.internal.services.AssetResourceLocator
Analyzes the path and identifies the underying Asset Resource for that path.
findResourceForPath(String) - Method in class org.apache.tapestry5.internal.services.AssetResourceLocatorImpl
 
findServiceIdsForInterface(Class) - Method in interface org.apache.tapestry5.ioc.internal.Module
Locates the ids of all services that implement the provided service interface, or whose service interface is assignable to the provided service interface (is a super-class or super-interface).
findServiceIdsForInterface(Class) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
findServiceInterfacePosition(MethodSignature, MethodSignature) - Method in class org.apache.tapestry5.ioc.internal.services.FilterMethodAnalyzer
 
findUnclaimedFields() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
findUnclaimedFields() - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds any declared instance fields that have not been claimed (via ClassTransformation.claimField(String, Object)) and returns the names of those fields.
finish() - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Invoked after all ComponentClassTransformWorkers have had their chance to work over the class.
finish() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
finish() - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
fire() - Method in interface org.apache.tapestry5.internal.services.EndOfRequestEventHub
Invoked at the end of the request to notify the listeners.
fire() - Method in class org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
 
fireCheckForUpdates() - Method in class org.apache.tapestry5.internal.services.UpdateListenerHubImpl
Notifies all UpdateListeners.
fireCheckForUpdates() - Method in interface org.apache.tapestry5.services.UpdateListenerHub
Invoked periodically to allow services to check if underlying state has changed.
fireEvent(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
fireInvalidationEvent() - Method in class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
Notifies all listeners.
fireRegistryDidShutdown() - Method in class org.apache.tapestry5.ioc.internal.services.RegistryShutdownHubImpl
Fires the RegistryShutdownListener.registryDidShutdown() method on each listener.
FIRST_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
CSS class for the first column or the first row.
FLASH - Static variable in class org.apache.tapestry5.PersistenceConstants
The page field persistence strategy that stores data in the session until the next request.
FlashPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
The "flash" strategy stores data inside the session, just like SessionPersistentFieldStrategy, but also removes the values from the session on first use.
FlashPersistentFieldStrategy(Request) - Constructor for class org.apache.tapestry5.internal.services.FlashPersistentFieldStrategy
 
flush() - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
flush() - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
focus(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
FORCE_ABSOLUTE_URIS - Static variable in class org.apache.tapestry5.SymbolConstants
Symbol which may be set to "true" to force the use of absolute URIs (not relative URIs) exclusively.
forceAttributes(String...) - Method in class org.apache.tapestry5.dom.Element
Forces changes to a number of attributes.
forceChange() - Method in class org.apache.tapestry5.internal.util.URLChangeTracker
Needed for testing; changes file timestamps so that a change will be detected by URLChangeTracker.containsChanges().
forClass(Class) - Static method in class org.apache.tapestry5.ioc.internal.util.MessagesImpl
Finds the messages for a given Messages utility class.
forFile(String) - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
forFile(String) - Method in interface org.apache.tapestry5.ioc.Resource
Returns a Resource based on a relative path, relative to the folder containing the resource.
forLocale(Locale) - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
forLocale(Locale) - Method in interface org.apache.tapestry5.ioc.Resource
Returns a localized version of the resource.
Form - Class in org.apache.tapestry5.corelib.components
An HTML form, which will enclose other components to render out the various types of fields.
Form() - Constructor for class org.apache.tapestry5.corelib.components.Form
 
FORM_CLIENT_LOGIC_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
Used as the default for the Form's autofocus and clientValidation parameters.
FORM_CLIENTID_PARAMETER - Static variable in class org.apache.tapestry5.corelib.components.FormInjector
 
FORM_COMPONENTID_PARAMETER - Static variable in class org.apache.tapestry5.corelib.components.FormInjector
 
FORM_DATA - Static variable in class org.apache.tapestry5.corelib.components.Form
Query parameter name storing form data (the serialized commands needed to process a form submission).
format(String, Object...) - Method in interface org.apache.tapestry5.internal.services.StringInterner
Formats a string (using String.format(String, Object[])) and returns the interned result.
format(String, Object...) - Method in class org.apache.tapestry5.internal.services.StringInternerImpl
 
format(Object...) - Method in class org.apache.tapestry5.ioc.internal.util.MessageFormatterImpl
 
format(Object...) - Method in interface org.apache.tapestry5.ioc.MessageFormatter
Formats the message.
format(String, Object...) - Method in interface org.apache.tapestry5.ioc.Messages
Convienience for accessing a formatter and formatting a localized message with arguments.
format(String, Object...) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
 
formatMessage(ComponentResources, String, String, String) - Static method in class org.apache.tapestry5.internal.transform.InjectComponentWorker
 
formFieldOutsideForm(String) - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
FormFragment - Class in org.apache.tapestry5.corelib.components
A FormFragment is a portion of a Form that may be selectively displayed.
FormFragment() - Constructor for class org.apache.tapestry5.corelib.components.FormFragment
 
FormInjector - Class in org.apache.tapestry5.corelib.components
A way to add new content to an existing Form.
FormInjector() - Constructor for class org.apache.tapestry5.corelib.components.FormInjector
 
FormSupport - Interface in org.apache.tapestry5.services
Services provided by an enclosing Form control component to the various form element components it encloses.
FormSupportAdapter - Class in org.apache.tapestry5.corelib.internal
An implementation of FormSupport that delegates all behavior to another instance of FormSupport.
FormSupportAdapter(FormSupport) - Constructor for class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
FormSupportImpl - Class in org.apache.tapestry5.corelib.internal
Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time.
FormSupportImpl(ComponentResources, String) - Constructor for class org.apache.tapestry5.corelib.internal.FormSupportImpl
Constructor used when processing a form submission.
FormSupportImpl(ComponentResources, String, ComponentActionSink, ClientBehaviorSupport, boolean, IdAllocator, String) - Constructor for class org.apache.tapestry5.corelib.internal.FormSupportImpl
Full constructor (specifically constructor for render time).
FormValidationControl - Interface in org.apache.tapestry5
Allows control over validation concerns of a Form component.
forName(String) - Method in interface org.apache.tapestry5.internal.services.ComponentClassCache
Gets the Class instance for the given fully-qualified class name.
forName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
 

G

GameOver - Class in org.apache.tapestry5.tutorial.pages
 
GameOver() - Constructor for class org.apache.tapestry5.tutorial.pages.GameOver
 
gatherChanges(String) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
Locates all persistently stored changes to all properties within the page (for the current session and request) and gathers them together into a bundle.
gatherChanges(String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
 
gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
 
gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
gatherFieldChanges(String) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
gatherFieldChanges(String) - Method in interface org.apache.tapestry5.services.PersistentFieldStrategy
Finds all persistent changes previously stored for the named page (for the current active session or client).
generateClassName(String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Generates a unique class name, which will be in the default package.
generateClassName(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Returns a class name derived from the provided interfaceClass.
generateDigest(URL) - Method in class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
 
generateDigest(URL) - Method in interface org.apache.tapestry5.services.ResourceDigestGenerator
Reads the content of a URL (presumably, for a resource on the classpath) and generates a digest of its content.
generateResponse(Page) - Method in interface org.apache.tapestry5.internal.services.ActionRenderResponseGenerator
 
generateResponse(Page) - Method in class org.apache.tapestry5.internal.services.ActionRenderResponseGeneratorImpl
 
generateResponse(Page) - Method in class org.apache.tapestry5.internal.services.ImmediateActionRenderResponseGenerator
 
generateResponseMarkup(MarkupWriter, List) - Method in class org.apache.tapestry5.corelib.mixins.Autocomplete
Generates the markup response that will be returned to the client; this should be an <ul> element with nested <li> elements.
GENERATING_RENDERED_PAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
Request attribute that forces RequestPathOptimizer to use not optimize URLs (this is necessitated by PageDocumentGenerator).
GenericsUtils - Class in org.apache.tapestry5.ioc.internal.util
Static methods related to the use of JDK 1.5 generics.
GenericsUtils() - Constructor for class org.apache.tapestry5.ioc.internal.util.GenericsUtils
 
GenericValueEncoderFactory<V> - Class in org.apache.tapestry5.internal.services
An implementation of ValueEncoderFactory that returns a pre-wired instance of ValueEncoder.
GenericValueEncoderFactory(ValueEncoder<V>) - Constructor for class org.apache.tapestry5.internal.services.GenericValueEncoderFactory
 
get(String) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Returns the named model.
get() - Method in interface org.apache.tapestry5.Binding
Reads the current value of the property (or other resource).
get(Class<T>, int) - Method in interface org.apache.tapestry5.EventContext
Extracts a parameter value and coerces or decodes it to the desired type.
get(String) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
get() - Method in class org.apache.tapestry5.internal.bindings.AssetBinding
 
get() - Method in class org.apache.tapestry5.internal.bindings.BlockBinding
 
get() - Method in class org.apache.tapestry5.internal.bindings.ComponentBinding
 
get() - Method in class org.apache.tapestry5.internal.bindings.LiteralBinding
 
get() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
The default implementation of get() will throw a TapestryException (binding is write only).
get() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
 
get(Class<T>, int) - Method in class org.apache.tapestry5.internal.EmptyEventContext
This should never be called because the count is always zero.
get(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
 
get(String) - Method in class org.apache.tapestry5.internal.services.ApplicationStatePersistenceStrategySourceImpl
 
get(Class<T>, int) - Method in class org.apache.tapestry5.internal.services.ArrayEventContext
 
get() - Method in class org.apache.tapestry5.internal.services.AttributeExpansionBinding
 
get(Object) - Method in class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
 
get(Object) - Method in class org.apache.tapestry5.internal.services.LiteralPropertyConduit
 
get(String) - Method in class org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
 
get() - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
 
get(String) - Method in interface org.apache.tapestry5.internal.services.RequestPageCache
Gets the page via its page name, in the current locale.
get(String) - Method in class org.apache.tapestry5.internal.services.RequestPageCacheImpl
 
get(Class<T>, ApplicationStateCreator<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
get(String) - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
 
get(Locale) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSource
Gets (or creates) an instance of ComponentPageElementResources for the indicated locale.
get(Locale) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesSourceImpl
 
get(Class<T>, int) - Method in class org.apache.tapestry5.internal.URLEventContext
 
get() - Method in class org.apache.tapestry5.internal.util.Holder
 
get(Object, String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
get(Object) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
get(Object, String) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
 
get(Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
get(Map<K, V>, K) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Gets a value from a map (which may be null).
get(String) - Method in interface org.apache.tapestry5.ioc.Messages
Returns the localized message for the given key.
get(Object, String) - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
Reads the value of a property.
get(Object) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Returns an object stored in the per-thread map.
get(Object, String) - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
Reads the value of a property.
get(Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Reads the property value.
get(String) - Method in interface org.apache.tapestry5.ioc.services.ServiceLifecycleSource
Used to locate a configuration lifecycle, by name.
get(Object, String) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Reads the content of a private field.
get(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
 
get(Object) - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
get(Class) - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Searches for an adapter corresponding to the given input type.
get(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the value object associated with a key.
get(Object) - Method in interface org.apache.tapestry5.PropertyConduit
Reads the property from the instance.
get(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
For a given class, find the SSO for the class, creating it if necessary.
get(Class<T>, ApplicationStateCreator<T>) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
Gets the SSO from the domain.
get(String) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategySource
Returns the named strategy.
get(String) - Method in interface org.apache.tapestry5.services.NullFieldStrategySource
Returns the instance based on the name.
get() - Method in interface org.apache.tapestry5.services.PersistentLocale
Gets the locale obtained from the request, or null if the response did not indicate a specific locale (in which case the active locale may have been determined from request headers).
get(String) - Method in interface org.apache.tapestry5.services.TranslatorSource
Returns the translator with the given logical name.
getAccess(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
getAccess(Class<T>) - Method in interface org.apache.tapestry5.services.Environment
For some type, returns a temporary access object for the type.
getActivationContext() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
 
getActiveComponents() - Method in exception org.apache.tapestry5.internal.services.RenderQueueException
 
getActivePageName() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The name of the active page which rendered the link.
getAdapter(Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
 
getAdapter(Class) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
 
getAdapter(Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
Returns the adapter for a particular object instance.
getAdapter(Class) - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
Returns the adapter used to access properties within the indicated class.
getAdapterType() - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
 
getAddresses() - Method in class org.apache.tapestry5.tutorial.pages.Index
 
getAdvice(int) - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getAdvice(int) - Method in class org.apache.tapestry5.ioc.internal.services.MethodInfo
 
getAdviceCount() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getAdviceCount() - Method in class org.apache.tapestry5.ioc.internal.services.MethodInfo
 
getAdvisorDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef2
Returns all the service advisor definitions built/provided by this module.
getAdvisorDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getAdvisorId() - Method in interface org.apache.tapestry5.ioc.AdvisorDef
Returns the id of the advisor, which is derived from the advisor method name.
getAdvisorId() - Method in class org.apache.tapestry5.ioc.internal.AdvisorDefImpl
 
getAlert() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAliasesForMode(String) - Method in class org.apache.tapestry5.internal.services.AliasManagerImpl
 
getAliasesForMode(String) - Method in interface org.apache.tapestry5.services.AliasManager
Filters down the contributions based on the mode.
getAllButtons() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllClassMetadata() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getAllFields() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllLinks() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllocatedIds() - Method in class org.apache.tapestry5.ioc.internal.util.IdAllocator
Returns a list of all allocated ids, sorted alphabetically.
getAllowNull() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getAllValues() - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
getAllWindowIds() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllWindowNames() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllWindowTitles() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAnchor() - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
getAnchor() - Method in interface org.apache.tapestry5.Link
Returns the link anchor.
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
Always returns null.
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.bindings.PropBinding
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getAnnotation(Class<T>) - Method in interface org.apache.tapestry5.ioc.AnnotationProvider
Searches for the specified annotation, returning the matching annotation instance.
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.NullAnnotationProvider
Always returns null.
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.AccessableObjectAnnotationProvider
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationProviderChain
 
getAnnotation(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getAnnotationProvider(String) - Method in interface org.apache.tapestry5.ComponentResources
Returns an annotation provider, used to obtain annotations related to the parameter.
getAnnotationProvider(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getAssembler(String, Locale) - Method in interface org.apache.tapestry5.internal.pageload.ComponentAssemblerSource
Gets (and possibly creates) a component assembler for the indicated class name and locale.
getAssembler(String, Locale) - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
 
getAsset(Resource, String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
getAsset(Resource, String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
Finds the asset.
getAttribute(String) - Method in class org.apache.tapestry5.dom.Element
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
getAttribute(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getAttribute(String) - Method in interface org.apache.tapestry5.services.Context
Returns an attribute previously stored into the context with the given name.
getAttribute(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getAttribute(String) - Method in interface org.apache.tapestry5.services.Request
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface org.apache.tapestry5.services.Session
Returns the value previously stored in the session.
getAttribute(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAttributeFromAllWindows(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAttributeNames() - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getAttributeNames() - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
getAttributeNames(String) - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
getAttributeNames() - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getAttributeNames() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
getAttributeNames(String) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
getAttributeNames() - Method in interface org.apache.tapestry5.services.Context
Returns the names of all attributes of the context, sorted alphabetically.
getAttributeNames() - Method in interface org.apache.tapestry5.services.Session
Returns a list of the names of all attributes stored in the session.
getAttributeNames(String) - Method in interface org.apache.tapestry5.services.Session
Returns a list of the names of all attributes stored in the session whose name has the provided prefix.
getAttributeQuote() - Method in class org.apache.tapestry5.dom.AbstractMarkupModel
 
getAttributeQuote() - Method in interface org.apache.tapestry5.dom.MarkupModel
What character is used when generating quotes around attribute values? This will be either a single or double quote.
getAttributes() - Method in class org.apache.tapestry5.AbstractOptionModel
Returns null.
getAttributes() - Method in class org.apache.tapestry5.dom.Element
Returns the attributes for this Element as a (often empty) collection of Attributes.
getAttributes() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
 
getAttributes() - Method in interface org.apache.tapestry5.OptionGroupModel
Additional attributes to render with the <optgroup>.
getAttributes() - Method in interface org.apache.tapestry5.OptionModel
Additional attributes to render within the <option>.
getAttributeValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
getAvailableRenderer() - Method in class org.apache.tapestry5.corelib.components.Palette
 
getAvailableRows() - Method in interface org.apache.tapestry5.grid.GridDataSource
Returns the number of rows available in the data source.
getAvailableRows() - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns the total number of rows for the configured entity type.
getAvailableRows() - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
 
getAvailableRows() - Method in class org.apache.tapestry5.internal.grid.NullDataSource
 
getBaseResource() - Method in interface org.apache.tapestry5.ComponentResources
Returns the base resource for the component, which will represent the class's location within the classpath (this is used to resolve relative assets).
getBaseResource() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getBaseResource() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
Returns the base resource for this bundle of properties files.
getBaseResource() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBaseResource() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns the resource corresponding to the class file for this component.
getBaseType() - Method in class org.apache.tapestry5.ContentType
 
getBaseURL(boolean) - Method in class org.apache.tapestry5.internal.services.BaseURLSourceImpl
 
getBaseURL(String) - Method in interface org.apache.tapestry5.internal.services.RequestSecurityManager
Determines if the page security does not match the request's security.
getBaseURL(String) - Method in class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
getBaseURL(boolean) - Method in interface org.apache.tapestry5.services.BaseURLSource
Returns the base portion of the URL, before the context path and servlet path are appended.
getBeanClass() - Method in interface org.apache.tapestry5.services.BeanEditContext
 
getBeanType() - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Returns the type of bean for which this model was initially created.
getBeanType() - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
getBeanType() - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
getBeanType() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getBeanType() - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
Returns the type of bean this adapter provides properties for.
getBeanType() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the type of bean to which this property belongs.
getBinding(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Returns the binding for the given parameter name, or null.
getBinding(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getBinding(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBindingType() - Method in interface org.apache.tapestry5.Binding
Returns the type of the binding, either the type of resource exposed by the binding, or the type of the property bound.
getBindingType() - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
Returns the actual class, by invoking Binding.get().
getBindingType() - Method in class org.apache.tapestry5.internal.bindings.AssetBinding
 
getBindingType() - Method in class org.apache.tapestry5.internal.bindings.InvariantBinding
 
getBindingType() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
 
getBindingType() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
Always returns Object since we don't (statically) know the type of object.
getBlock(String) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns a block from the component's template, referenced by its id.
getBlock(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getBlock(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBlockForColumn() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getBlockId() - Method in class org.apache.tapestry5.services.BeanBlockContribution
The id of the block within the page.
getBlockParameter(String) - Method in interface org.apache.tapestry5.ComponentResources
Used to access an informal parameter that's a Block.
getBlockParameter(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBody() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the body of this component as a (possibly empty) block.
getBody() - Method in class org.apache.tapestry5.corelib.components.Zone
Returns the zone's body (the content enclosed by its start and end tags).
getBody() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getBody() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBodyText() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getBoolean(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the boolean value associated with a key.
getBoolean(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getBooleanArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getBoundType(String) - Method in interface org.apache.tapestry5.ComponentResources
Returns the actual type of the bound parameter, or null if the parameter is not bound.
getBoundType() - Method in interface org.apache.tapestry5.internal.ParameterAccess
Returns the actual type of the bound parameter, or null if the parameter is not bound.
getBoundType(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getBuilderClass() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getBuilderClass() - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns null.
getBuilderClass() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns the class that will be instantiated.
getBuilderClass() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getById(String) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Returns the identified model.
getById(String) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
getByInstance(Object) - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Gets an adapter for an object.
getByType(Class) - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
 
getByType(Class) - Method in interface org.apache.tapestry5.services.TranslatorSource
Finds a Translator that is appropriate to the given type, which is usually obtained via Binding.getBindingType().
getCache() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getCellClass() - Method in class org.apache.tapestry5.corelib.components.GridRows
 
getCharset() - Method in class org.apache.tapestry5.ContentType
 
getChildMarkup() - Method in class org.apache.tapestry5.dom.Element
 
getChildren() - Method in class org.apache.tapestry5.dom.Element
Returns an unmodifiable list of children for this element.
getCity() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getClassAdapter() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getClassAdapter() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the ClassPropertyAdapter that provides access to other properties defined by the same class.
getClassAnnotations() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getClassFactory() - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Returns a class factory that can be used to generate additional classes around enhanced classes, or create subclasses of enhanced classes.
getClassFactory() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
getClassFactory() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
getClassLoader() - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
getClassLoader() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
 
getClassLoader() - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Returns the class loader used when creating new classes; this is generally the same as the current thread's context class loader (except perhaps during testing).
getClassLoaderException() - Method in interface org.apache.tapestry5.internal.services.InternalRequestGlobals
 
getClassLoaderException() - Method in class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
 
getClassName() - Method in class org.apache.tapestry.mojo.ClassDescription
 
getClassName() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getClassName() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
getClassName() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
The exception class name.
getClassName() - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns the fully qualified class name of the class being transformed.
getClasspathAsset(String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
getClasspathAsset(String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
getClasspathAsset(String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
Convienience for finding assets on the classpath.
getClasspathAsset(String) - Method in interface org.apache.tapestry5.services.AssetSource
Obtains a classpath alias in the current locale (as defined by the ThreadLocale service).
getClassSource() - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Returns a class source used when creating new classes dynamically.
getClassSource() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
getClientData() - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
 
getClientData() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
 
getClientData() - Method in interface org.apache.tapestry5.services.ClientDataSink
Encoded the data written to the stream as a string that can be provided to the client.
getClientId() - Method in interface org.apache.tapestry5.ClientElement
Returns a unique id for the element.
getClientId() - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
getClientId() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
Returns the unique client id for this element.
getClientId() - Method in class org.apache.tapestry5.corelib.components.Any
Returns the client id.
getClientId() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
Returns the client id of the embedded form.
getClientId() - Method in class org.apache.tapestry5.corelib.components.Form
Forms use the same value for their name and their id attribute.
getClientId() - Method in class org.apache.tapestry5.corelib.components.FormFragment
 
getClientId() - Method in class org.apache.tapestry5.corelib.components.FormInjector
Returns the unique client-side id of the rendered element.
getClientId() - Method in class org.apache.tapestry5.corelib.components.LinkSubmit
 
getClientId() - Method in class org.apache.tapestry5.corelib.components.Radio
 
getClientId() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
Returns null; the radio group does not render as a tag and so doesn't have an id to share.
getClientId() - Method in class org.apache.tapestry5.corelib.components.Submit
Returns the component's client id.
getClientId() - Method in class org.apache.tapestry5.corelib.components.Zone
The client id of the Zone; this is set when the Zone renders and will either be the value bound to the id parameter, or an allocated unique id.
getClientId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
getClientId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
getCoercion() - Method in class org.apache.tapestry5.ioc.services.CoercionTuple
 
getCollectionStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getColumn() - Method in class org.apache.tapestry5.ioc.internal.services.StringLocation
Returns 0.
getColumn() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
getColumn() - Method in interface org.apache.tapestry5.ioc.Location
The column number within the line if known, or -1 otherwise.
getColumnContext() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getColumnNames() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getColumnSort(String) - Method in interface org.apache.tapestry5.grid.GridSortModel
Identifies how (or if) a column is sorted.
getColumnSort() - Method in class org.apache.tapestry5.grid.SortConstraint
 
getComment() - Method in class org.apache.tapestry5.internal.parser.CommentToken
 
getCompleteId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns a string consisting of the logical name of the containing page, and the nested id of this component, separated by a colon.
getCompleteId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getCompleteId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getComplexPropertyValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
getComponent() - Method in interface org.apache.tapestry5.ComponentResources
Returns the component this object provides resources for.
getComponent(String) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
 
getComponent() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Returns the core component associated with this page element (as opposed to any mixins attached to the component).
getComponent() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getComponent() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getComponent(String) - Method in interface org.apache.tapestry5.services.ComponentSource
Gets a component by its complete id.
getComponentAssembler() - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
getComponentClassName() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getComponentClassName() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getComponentClassName() - Method in interface org.apache.tapestry5.model.ComponentModel
The FQCN of the component.
getComponentClassName() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
The class name of the component, as derived from the field to which the Component annotation is applied.
getComponentElementByNestedId(String) - Method in interface org.apache.tapestry5.internal.structure.Page
Retrieves a component element by its nested id (a sequence of simple ids, separated by dots).
getComponentElementByNestedId(String) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getComponentEventParameters() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
If the request being processed is processed in response to component event link creation, the ComponentEVentRequestParameters associated with that creation will be available via this method.
getComponentId() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
 
getComponentId() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
Returns the nested id of the component, or the empty string for the page's root component.
getComponentIds() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Identifies StartComponentTokens with a non-blank id, mapping the id to its location (within the template).
getComponentIds() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
getComponentModel() - Method in interface org.apache.tapestry5.ComponentResources
Returns the component model object that defines the behavior of the component.
getComponentModel() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getComponentResources() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getComponentResources() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Returns the resources associated with the core component.
getComponentResources() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getComponentResources() - Method in interface org.apache.tapestry5.runtime.ComponentResourcesAware
Returns the resources associated with this component class.
getComponentType() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getComponentType() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
Returns a non-blank component type if one was provided in the template.
getComponentType() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
The type of the component, which may be blank.
getConduit() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns an object used to read or update the property.
getConduit() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getConfiguration() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
Returns the final configuration used to create the SessionFactory.
getConfiguration() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
 
getConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getConstraints() - Method in interface org.apache.tapestry5.ioc.AdvisorDef
Returns ordering constraints for this advisor, to order it relative to other advisors.
getConstraints() - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
Returns zero or more ordering constraint strings, used to order the decorated relative to the other decorators.
getConstraints() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
getConstraints() - Method in class org.apache.tapestry5.ioc.Orderable
 
getConstraintType() - Method in class org.apache.tapestry5.validator.AbstractValidator
 
getConstraintType() - Method in interface org.apache.tapestry5.Validator
Returns the type of constraint value used with this validator.
getConstructorArgs() - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Returns a copy of the list of constructor arguments for this class.
getConstructorArgs() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getConstructorLocation(Constructor) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
getConstructorLocation(Constructor) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Return a string representation fo the constructor (including class and parameters) and (if available) file name and line number.
getContainer() - Method in interface org.apache.tapestry5.ComponentResources
Returns the component which contains this component, or null for the root component.
getContainer() - Method in class org.apache.tapestry5.dom.Node
Returns the containing Element for this node, or null if this node is the root element of the document.
getContainer() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getContainerElement() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Containing component (or null for the root component of a page).
getContainerElement() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getContainerMessages() - Method in interface org.apache.tapestry5.ComponentResources
Returns the Messages from the container, or null if this is the root component (with no container).
getContainerMessages() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getContainerMessages() - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the message catalog for the container of the BeanEditForm, which is the correct place to look for strings used for labels, etc.
getContainerResources() - Method in interface org.apache.tapestry5.ComponentResources
Returns the ComponentResources for the container, or null if the this is the root component (that has no container).
getContainerResources() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getContainingPage() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Returns the page which contains this component.
getContainingPage() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getContainingPageName() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The name of the page containing the component that was triggered.
getContent() - Method in class org.apache.tapestry5.internal.parser.CDATAToken
 
getContentType(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceStreamer
Analyzes the resource to determine what its content type is, possibly using the service's configuration.
getContentType(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceStreamerImpl
 
getContentType() - Method in interface org.apache.tapestry5.internal.services.StreamableResource
Returns the content type available from the underlying URLConnection, which may be null.
getContentType() - Method in class org.apache.tapestry5.internal.services.StreamableResourceImpl
 
getContentType() - Method in interface org.apache.tapestry5.StreamResponse
Returns the content type to be reported to the client.
getContentType() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
getContentType() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
getContentType() - Method in class org.apache.tapestry5.util.TextStreamResponse
 
getContext() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
 
getContext() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getContext() - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
 
getContext() - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
getContext() - Method in interface org.apache.tapestry5.runtime.ComponentEvent
Returns the underlying EventContext as a (possibly empty) array.
getContext() - Method in exception org.apache.tapestry5.runtime.ComponentEventException
 
getContext() - Method in interface org.apache.tapestry5.services.ApplicationGlobals
 
getContextAsset(String, Locale) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
getContextAsset(String, Locale) - Method in interface org.apache.tapestry5.services.AssetSource
Convienience for finding assets in the context.
getContextPath() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getContextPath() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getContextPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getContextPath() - Method in interface org.apache.tapestry5.services.Request
Returns the context path.
getContribDef() - Method in class org.apache.tapestry5.ioc.internal.MappedConfigurationOverride
 
getContributionDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
Returns a contribution, "SpringBean", to the MasterObjectProvider service.
getContributionDefs() - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns the configured set.
getContributionDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns all the contribution definitions built/provided by this module.
getContributionDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getContributionType() - Method in class org.apache.tapestry5.services.AliasContribution
 
getContributorDefsForService(String) - Method in interface org.apache.tapestry5.ioc.internal.Module
Finds any contributions that are targetted at the indicated service.
getContributorDefsForService(String) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
getControlName() - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
getControlName() - Method in class org.apache.tapestry5.corelib.components.Hidden
 
getControlName() - Method in class org.apache.tapestry5.corelib.components.Radio
Returns the control name provided by the containing RadioContainer.
getControlName() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
 
getControlName() - Method in interface org.apache.tapestry5.Field
Returns the value used as the name attribute of the rendered element.
getControlName() - Method in interface org.apache.tapestry5.RadioContainer
Returns the value used as the name attribute of the rendered element.
getConvertedEnumValue() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
 
getCookie() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getCookieByName(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getCookies() - Method in interface org.apache.tapestry5.internal.services.CookieSource
Returns the cookies from the browser.
getCookies() - Method in class org.apache.tapestry5.internal.test.TestableCookieSinkSource
 
getCount() - Method in interface org.apache.tapestry5.EventContext
Returns the number of parameter values that can be extracted.
getCount() - Method in class org.apache.tapestry5.internal.EmptyEventContext
Always returns zero.
getCount() - Method in class org.apache.tapestry5.internal.services.ArrayEventContext
 
getCount() - Method in class org.apache.tapestry5.internal.URLEventContext
 
getCreatedClassCount() - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
getCreatedClassCount() - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Returns the number of classes created.
getCreatedClassCount() - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
Returns the number of classes (and interfaces) created by this source.
getCreatedClassCount() - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Returns the number of classes (and interfaces) actually created.
getCreator() - Method in class org.apache.tapestry5.services.ApplicationStateContribution
The creator for the ASO.
getCtClass() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
getCurrentLocale() - Method in class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
 
getCurrentPage() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getCursorPosition(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getDataModel() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getDataModel() - Method in interface org.apache.tapestry5.grid.GridModel
Returns the data model, which defines the columns (in terms of properties of the row type), and provides access to actual values for a given row instance.
getDataSource() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getDataSource() - Method in interface org.apache.tapestry5.grid.GridModel
Returns the source for the data to be presented in the Grid.
getDataType() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns a logical name for the type of UI needed to view or edit the property.
getDataType() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getDataType() - Method in class org.apache.tapestry5.services.BeanBlockContribution
The type of data for which the indicated block will provide an editor or displayer for.
getDateFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getDateFormat() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
 
getDateHeader(String) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getDateHeader(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getDateHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getDateHeader(String) - Method in interface org.apache.tapestry5.services.Request
Returns the value of the specified request header as a long value that represents a Date object.
getDeclaredParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getDeclaredParameterNames() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns an alphabetically sorted list of the names of all formal parameters defined by this specific class (parameters inherited from base classes are not identified).
getDecoratorDefs() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
Returns an empty set.
getDecoratorDefs() - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns an empty set.
getDecoratorDefs() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns all the decorator definitions built/provided by this module.
getDecoratorDefs() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getDecoratorId() - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
Returns the id of the decorator, which is derived from the decorator method name.
getDecoratorId() - Method in class org.apache.tapestry5.ioc.internal.DecoratorDefImpl
 
getDefaultBindingPrefix() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
 
getDefaultBindingPrefix() - Method in interface org.apache.tapestry5.model.ParameterModel
The default binding prefix for the parameter, usually "prop".
getDefaultPrefix() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getDefaultTracker() - Method in class org.apache.tapestry5.corelib.components.Form
 
getDefaultValue() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getDefaultValue(String) - Static method in class org.apache.tapestry5.services.TransformUtils
Returns the default value for a type.
getDepth() - Method in class org.apache.tapestry5.ioc.util.Stack
Returns the number of items currently in the stack.
getDescription() - Method in class org.apache.tapestry.mojo.ClassDescription
 
getDescription(Locale) - Method in class org.apache.tapestry.mojo.ComponentReport
 
getDescription() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getDescription() - Method in interface org.apache.tapestry5.ioc.internal.ObjectCreatorSource
Returns a description of the method or constructor that creates the service.
getDigest(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceCache
Returns the digest for the given path.
getDigest(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
getDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
 
getDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
 
getDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockOverrideSource
Returns a block which can be used to render output for the given data type.
getDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockSource
Returns a block which can be used to render output for the given data type.
getDocument() - Method in class org.apache.tapestry5.dom.Document
 
getDocument() - Method in class org.apache.tapestry5.dom.Element
 
getDocument() - Method in class org.apache.tapestry5.dom.Node
 
getDocument() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
getDocument() - Method in interface org.apache.tapestry5.MarkupWriter
Returns the Document into which this writer creates elements or other nodes.
getDouble(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the double value associated with a key.
getEditBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
 
getEditBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
 
getEditBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockOverrideSource
Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.
getEditBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockSource
Returns a block which can be used to render an editor for the given data type, in the form of a field label and input field.
getEffectiveResultType() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getElement() - Method in class org.apache.tapestry5.corelib.internal.HiddenFieldPositioner
Returns the hidden field element, which can have its attributes filled in.
getElement() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
getElement() - Method in interface org.apache.tapestry5.MarkupWriter
Returns the currently active element.
getElementById(String) - Method in class org.apache.tapestry5.dom.Document
Tries to find an element in this document whose id is specified.
getElementById(String) - Method in class org.apache.tapestry5.dom.Element
Tries to find an element under this element (including itself) whose id is specified.
getElementHeight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementIndex(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementName() - Method in interface org.apache.tapestry5.ComponentResources
Returns the name of element that represents the component in its template, or null if not known.
getElementName(String) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the name of element that represents the component in its template, or the provided default element name if the element was a component type (in the Tapestry namespace).
getElementName() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
Returns the element for this component.
getElementName(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getElementName() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getElementName(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getElementPositionLeft(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementPositionTop(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementWidth(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getEmail() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getEmbeddedComponent(String) - Method in interface org.apache.tapestry5.ComponentResources
Returns an embedded component, given the component's id.
getEmbeddedComponent(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getEmbeddedComponentIds() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getEmbeddedComponentIds() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns the ids of all embedded components defined within the component class (via the Component annotation), including those defined by any super-class.
getEmbeddedComponentModel(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getEmbeddedComponentModel(String) - Method in interface org.apache.tapestry5.model.ComponentModel
Returns an embedded component defined by this component or by a super-class.
getEmbeddedElement(String) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Retrieves a component page element by its id.
getEmbeddedElement(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getEncodedClientData() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
 
getEncodedClientData() - Method in interface org.apache.tapestry5.services.ClientDataSink
Returns the client data encoded (for inclusion in a URL) via URLEncoder.
getEncodingType() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
getEncodingType() - Method in interface org.apache.tapestry5.corelib.internal.InternalFormSupport
Returns the form encoding type, if one has been set via a call to FormSupport.setEncodingType(String).
getEndTagStyle(String) - Method in class org.apache.tapestry5.dom.DefaultMarkupModel
 
getEndTagStyle(String) - Method in interface org.apache.tapestry5.dom.MarkupModel
For a given element, determines how the end tag for the element should be rendered.
getEndTagStyle(String) - Method in class org.apache.tapestry5.dom.XMLMarkupModel
Always returns ABBREVIATE.
getEntityStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getError(Field) - Method in interface org.apache.tapestry5.ValidationTracker
Returns a previously recorded error message.
getError(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
getErrors() - Method in interface org.apache.tapestry5.ValidationTracker
Returns a list of all error messages.
getErrors() - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
getEval(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getEventContext() - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
getEventContext() - Method in interface org.apache.tapestry5.runtime.ComponentEvent
Returns the underlying event context.
getEventContext() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The event context information passed in the URL.
getEventLogger() - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Returns a logger used to for logging event dispatch and event method invocation.
getEventLogger() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getEventLogger(Logger) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Returns the event logger for the provided component logger.
getEventLogger(Logger) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
getEvents() - Method in class org.apache.tapestry.mojo.ClassDescription
Case insentive map, keyes on event name, value is optional description (often blank).
getEventType() - Method in exception org.apache.tapestry5.runtime.ComponentEventException
 
getEventType() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The type of event.
getExceptionInfos() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
 
getExceptionInfos() - Method in interface org.apache.tapestry5.ioc.services.ExceptionAnalysis
Returns the analyzed exception info for each exception.
getExceptionType(int) - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getExceptionTypes() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getExceptionTypes() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
Returns the exceptions for this method.
getExceptionTypes() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns a non-null array of the names of each declared exception type thrown by the method.
getExpression() - Method in class org.apache.tapestry5.internal.parser.ExpansionToken
 
getExpression() - Method in exception org.apache.tapestry5.internal.services.PropertyExpressionException
Returns the property expression containing the error.
getExpression(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getExtensionPointTokens(String) - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Returns a list of tokens associated with an extension point, or null if this template neither defines the extension point nor overrides it.
getExtensionPointTokens(String) - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
getExtentionPointId() - Method in class org.apache.tapestry5.internal.parser.ExtensionPointToken
 
getFieldAnnotation(String, Class<T>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getFieldAnnotation(String, Class<T>) - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds an annotation on a declared instance field.
getFieldChange(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Get the current persisted value of the field.
getFieldChange(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getFieldChange(String, String) - Method in interface org.apache.tapestry5.internal.structure.Page
Gets a change for a field within the component.
getFieldChange(String, String) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getFieldModifiers(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getFieldModifiers(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns the modifiers for the named field.
getFieldName() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
 
getFieldName() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
Returns the name of the field for which a change was recorded.
getFieldPersistenceStrategy(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getFieldPersistenceStrategy(String) - Method in interface org.apache.tapestry5.model.ComponentModel
Returns the persistent strategy associated with the field.
getFieldType(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getFieldType(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Obtains the type of a declared instance field.
getFile() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
getFile() - Method in interface org.apache.tapestry5.ioc.Resource
Returns the file portion of the Resource path, everything that follows the final forward slash.
getFileName() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
getFileName() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
getFilePath() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
getFilePath() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
getFileUpload(String) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
getFileUpload(String) - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
 
getFilterConfig() - Method in class org.apache.tapestry5.TapestryFilter
 
getFinish() - Method in class org.apache.tapestry5.internal.util.IntegerRange
 
getFirstName() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getFolder() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
getFolder() - Method in interface org.apache.tapestry5.ioc.Resource
Returns the portion of the path up to the last forward slash; this is the directory or folder portion of the Resource.
getFormatter(String) - Method in interface org.apache.tapestry5.ioc.Messages
Returns a formatter for the message, which can be used to substitute arguments (as per Formatter).
getFormatter(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
 
getFormComponentId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
getFormComponentId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
getFormComponentId() - Method in interface org.apache.tapestry5.services.FormSupport
Returns the complete id of the underlying Form component.
getFormValidationId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
getFormValidationId() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
getFormValidationId() - Method in interface org.apache.tapestry5.services.FormSupport
Id used as a prefix when searching Messages for validation messages and constraints.
getFrameClass() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
 
getHandledRenderPhases() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getHandledRenderPhases() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns a set of all the render phases that this model (including parent models) that are handled.
getHasErrors() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
getHasErrors() - Method in class org.apache.tapestry5.corelib.components.Form
 
getHasErrors() - Method in interface org.apache.tapestry5.FormValidationControl
Returns true if the form's ValidationTracker contains any errors.
getHasErrors() - Method in interface org.apache.tapestry5.ValidationTracker
Returns true if any field contains an error.
getHasErrors() - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
getHasSession() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
getHeader(String) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getHeader(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Returns null.
getHeader(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getHeader(String) - Method in interface org.apache.tapestry5.services.Request
Returns the named header as a string, or null if not found.
getHeaderClass() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getHeaderNames() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getHeaderNames() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Returns an empty list.
getHeaderNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getHeaderNames() - Method in interface org.apache.tapestry5.services.Request
Returns the names of all headers in the request.
getHonorific() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getHtmlSource() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getHTTPServletRequest() - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
getHTTPServletRequest() - Method in interface org.apache.tapestry5.services.RequestGlobals
The Servlet API Request.
getHTTPServletResponse() - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
getHTTPServletResponse() - Method in interface org.apache.tapestry5.services.RequestGlobals
 
getIcon() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getIconLabel() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getId() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns the id used to access other resources (this is based on the property name, but with any excess punctuation stripped out).
getId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the simple (or local) id of the component.
getId() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getId() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getId() - Method in class org.apache.tapestry5.internal.parser.BlockToken
Returns the block's template-unique id, or null if the block element did not specify an id.
getId() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
Returns a non-blank id if one was provided in the template.
getId() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
Returns an object used to identify this particular bundle; this should be a simple immutable value such as a String.
getId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getId() - Method in class org.apache.tapestry5.ioc.Orderable
 
getId() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
A unique id for the embedded component.
getId() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getIdAllocator() - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Returns a copy of the transformation's IdAllocator.
getIdAllocator() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getIfExists(Class<T>) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
 
getIfExists(Class<T>) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
For a given class, find the SSO for the class.
getInformalParameter(String, Class<T>) - Method in interface org.apache.tapestry5.ComponentResources
Reads an informal parameter and {@linkplain org.apache.tapestry5.ioc.services.TypeCoercer coercers) the bound value to the indicated type.
getInformalParameter(String, Class<T>) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getInformalParameterBindings() - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Constructs a map linking informal parameters to the corresponding bindings.
getInformalParameterBindings() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getInformalParameterBindings() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getInformalParameterNames() - Method in interface org.apache.tapestry5.ComponentResources
Returns a list of the names of any informal parameters bound to this component.
getInformalParameterNames() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getInheritInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getInheritInformalParameters() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
If true, then the component should inherit informal parameters from its container.
getInitParameter(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getInitParameter(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getInitParameter(String) - Method in interface org.apache.tapestry5.services.Context
Returns an initial parameter value defined by servlet.
getInput(Field) - Method in interface org.apache.tapestry5.ValidationTracker
Returns a previously recorded input value.
getInput(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
getInstantiator(String) - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Given the name of a component class, provides an instantiator for that component.
getInstantiator(String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
getInt(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the int value associated with a key.
getInterface() - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
getInterface() - Method in interface org.apache.tapestry5.ioc.MethodAdviceReceiver
Returns the interface for which methods may be advised.
getInvalidationEventHub() - Method in interface org.apache.tapestry5.internal.services.ComponentInstantiatorSource
Invalidation event hub used to notify listeners that component classes have changed.
getInvalidationEventHub() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
getInvalidationEventHub() - Method in interface org.apache.tapestry5.internal.services.ComponentMessagesSource
Returns the event hub that allows listeners to be notified when any underlying message catalog file is changed.
getInvalidationEventHub() - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
getInvalidationEventHub() - Method in interface org.apache.tapestry5.internal.services.ComponentTemplateSource
Event hub used to notify listeners that underlying component template files have changed.
getInvalidationEventHub() - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
 
getJavascriptStack() - Method in class org.apache.tapestry5.internal.services.ClientInfrastructureImpl
 
getJavascriptStack() - Method in class org.apache.tapestry5.internal.services.EmptyClientInfrastructure
 
getJavascriptStack() - Method in interface org.apache.tapestry5.services.ClientInfrastructure
Returns the (localized) assets for the scripts to be included as core JavaScript stack.
getJSONArray(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the JSONObject value associated with a key.
getKey() - Method in class org.apache.tapestry5.internal.KeyValue
 
getKeyType() - Method in interface org.apache.tapestry5.PrimaryKeyEncoder
Deprecated. Returns the type of key.
getKeyType() - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
getLabel() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns a user-presentable label for the property.
getLabel() - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
getLabel() - Method in class org.apache.tapestry5.corelib.components.Radio
 
getLabel() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
 
getLabel() - Method in interface org.apache.tapestry5.Field
Returns a user presentable (localized) label for the field, which may be used inside <label> elements on the client, and inside client or server-side validation error messages.
getLabel() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getLabel() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
 
getLabel() - Method in class org.apache.tapestry5.internal.OptionModelImpl
 
getLabel() - Method in interface org.apache.tapestry5.OptionGroupModel
Localized, user-presentable label for the group.
getLabel() - Method in interface org.apache.tapestry5.OptionModel
The localized, user-presentable label for the option.
getLabel() - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the user-presentable label, for use with the Label component, or to be integrated into any validation error messages.
getLabelForEnum(Messages, String, Enum) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts an enum to a label string, allowing for overrides from a message catalog.
getLabelForEnum(Messages, Enum) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
 
getLastModified() - Method in interface org.apache.tapestry5.internal.services.StreamableResource
Returns the time the underlying file was last modified.
getLastModified() - Method in class org.apache.tapestry5.internal.services.StreamableResourceImpl
 
getLastName() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getLine() - Method in class org.apache.tapestry5.ioc.internal.services.StringLocation
 
getLine() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
getLine() - Method in interface org.apache.tapestry5.ioc.Location
The line number within the resource, if known, or -1 otherwise.
getLink() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
Returns the most recently rendered Link for this component.
getLinkCreationHub() - Method in interface org.apache.tapestry5.internal.services.LinkSource
Returns the hub, used to register and de-register LinkCreationListeners.
getLinkCreationHub() - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
getLocale() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the locale for the page containing this component.
getLocale() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getLocale() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getLocale() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getLocale() - Method in interface org.apache.tapestry5.internal.structure.Page
The locale for which the page is localized.
getLocale() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getLocale() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getLocale() - Method in class org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
 
getLocale() - Method in interface org.apache.tapestry5.ioc.services.ThreadLocale
Returns the thread's locale, which will be the JVM's default locale, until ThreadLocale.setLocale(Locale) is invoked.
getLocale() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getLocale() - Method in interface org.apache.tapestry5.services.Request
Returns the locale of the client as determined from the request headers.
getLocation() - Method in exception org.apache.tapestry5.BlockNotFoundException
 
getLocation() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
getLocation() - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
getLocation() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getLocation() - Method in class org.apache.tapestry5.ioc.BaseLocatable
 
getLocation() - Method in exception org.apache.tapestry5.ioc.internal.util.TapestryException
 
getLocation() - Method in interface org.apache.tapestry5.ioc.Locatable
Returns the location associated with this object for error reporting purposes.
getLocation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getLogger() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the log instance associated with the component (which is based on the component or mixin's class name).
getLogger() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getLogger() - Method in class org.apache.tapestry5.internal.services.