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.InternalClassTransformationImpl
 
getLogger() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getLogger() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getLogger() - Method in interface org.apache.tapestry5.internal.structure.Page
Returns the logger of the root component element.
getLogger() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getLogger(Class) - Method in class org.apache.tapestry5.ioc.internal.LoggerSourceImpl
 
getLogger(String) - Method in class org.apache.tapestry5.ioc.internal.LoggerSourceImpl
 
getLogger() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getLogger(Class) - Method in interface org.apache.tapestry5.ioc.LoggerSource
Creates or retrieves a log based on Class.
getLogger(String) - Method in interface org.apache.tapestry5.ioc.LoggerSource
Creates or retrieves a log based on name.
getLogger() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
 
getLogger() - Method in interface org.apache.tapestry5.ioc.ServiceResources
Returns a Logger appropriate for logging messages.
getLogger() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns object that will be used to log warnings and errors related to this component.
getLogger() - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns a logger, based on the class name being transformed, to which warnings or errors concerning the class being transformed may be logged.
getLoggerName() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getLoggerName() - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns "SyntheticModule".
getLoggerName() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns the name used to create a Logger instance.
getLoggerName() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getLoggerName() - Method in interface org.apache.tapestry5.ioc.internal.Module
Returns the name used to obtain a logger for the module.
getLoggerName() - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
getLogicalPageName() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
 
getLong(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the long value associated with a key.
getMappedConfiguration(ServiceDef, Class<K>, Class<V>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Builds up a map of key/value pairs by invoking service contribution methods that tharget the service (from any module, unless the service is private).
getMappedConfiguration(ServiceDef, Class<K>, Class<V>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getMappedConfiguration(Class<K>, Class<V>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getMappedConfiguration(Class<K>, Class<V>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
 
getMarkers() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getMarkers() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns an optional marker annotation.
getMarkers() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
getMarkupModel() - Method in class org.apache.tapestry5.dom.Document
 
getMaxInactiveInterval() - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
getMaxInactiveInterval() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
getMaxInactiveInterval() - Method in interface org.apache.tapestry5.services.Session
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMediumDescription() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns a shortened form of the string representation of the method.
getMessage() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
getMessage() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
The message associated with the exception, possibly null.
getMessageKey() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
 
getMessageKey(Class<T>) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
Returns the default message key for parse failures for the indicated type.
getMessageKey(Class<T>) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 
getMessageKey() - Method in interface org.apache.tapestry5.Translator
Returns the message key, within the validation messages, normally used by this validator.
getMessageKey() - Method in class org.apache.tapestry5.validator.AbstractValidator
 
getMessageKey() - Method in interface org.apache.tapestry5.Validator
Returns the message key, within the validation messages, normally used by this validator.
getMessages() - Method in interface org.apache.tapestry5.ComponentResources
Returns the message catalog for this component.
getMessages(ComponentModel, Locale) - Method in interface org.apache.tapestry5.internal.services.ComponentMessagesSource
Used to obtain a Messages instance for a particular component, within a particular locale.
getMessages(ComponentModel, Locale) - Method in class org.apache.tapestry5.internal.services.ComponentMessagesSourceImpl
 
getMessages(MessagesBundle, Locale) - Method in interface org.apache.tapestry5.internal.services.MessagesSource
Used to obtain a Messages instance for a particular component, within a particular locale.
getMessages(MessagesBundle, Locale) - Method in class org.apache.tapestry5.internal.services.MessagesSourceImpl
 
getMessages(ComponentModel) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Used to obtain a Messages instance for a particular component.
getMessages(ComponentModel) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
getMessages() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getMessages() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
Returns the message catalog appropriate for use.
getMeta(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getMeta(String) - Method in interface org.apache.tapestry5.model.ComponentModel
Gets a meta value identified by the given key.
getMethod() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getMethod() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Always returns POST, to keep the Form component happy.
getMethod() - Method in class org.apache.tapestry5.ioc.internal.services.MethodInfo
 
getMethod() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getMethod() - Method in interface org.apache.tapestry5.services.Request
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethodAnnotation(TransformMethodSignature, Class<T>) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getMethodAnnotation(TransformMethodSignature, Class<T>) - Method in interface org.apache.tapestry5.services.ClassTransformation
Finds an annotation on a declared method.
getMethodBody() - Method in exception org.apache.tapestry5.internal.services.MethodCompileException
 
getMethodDescription() - Method in class org.apache.tapestry5.internal.services.EventImpl
 
getMethodIdentifier(TransformMethodSignature) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getMethodIdentifier(TransformMethodSignature) - Method in interface org.apache.tapestry5.services.ClassTransformation
Converts a signature to a string used to identify the method; this consists of the TransformMethodSignature.getMediumDescription() appended with source file information and line number information (when available).
getMethodLocation(Method) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
getMethodLocation(Method) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Converts a method to a Location, which includes information about the source file name and line number.
getMethodName() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getMethodName() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getMethodName() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getMethodName() - Method in interface org.apache.tapestry5.ioc.Invocation
Returns the name of the method being invoked.
getMethodName() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns the name of the method.
getMimeType() - Method in class org.apache.tapestry5.ContentType
 
getMimeType(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getMimeType(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getMimeType(String) - Method in interface org.apache.tapestry5.services.Context
Returns the MIME content type of the specified file, or null if no content type is known.
getMixinByClassName(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Returns the mixin instance for the fully qualfied mixin class name.
getMixinByClassName(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getMixinByClassName(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getMixinClassNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getMixinClassNames() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getMixinClassNames() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns a list of the class names of mixins that are part of the component's implementation.
getMixinClassNames() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
Returns the fully qualified class names of all mixins added to this component, sorted alphabetically.
getMixinResources(String) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Returns the ComponentResources for a mixin attached to this component element.
getMixinResources(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getMixins() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
Returns the list of mixins for this component instance, or null for no mixins.
getMocksControl() - Method in class org.apache.tapestry5.ioc.test.MockTester
 
getMocksControl() - Method in class org.apache.tapestry5.ioc.test.TestBase
Returns the IMocksControl for this thread.
getMode() - Method in class org.apache.tapestry5.services.AliasContribution
Returns the mode of operation for this instance of Tapestry.
getModel() - Method in class org.apache.tapestry5.internal.services.AbstractInstantiator
 
getModel(String) - Method in interface org.apache.tapestry5.internal.services.ComponentModelSource
Returns the model for a particular component class name.
getModel(String) - Method in class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
 
getModel() - Method in interface org.apache.tapestry5.internal.services.Instantiator
Returns the model that defines the behavior of the component.
getModifiers() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns the set of modifier flags for this method.
getModuleBuilder() - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
getModuleBuilder() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getModuleBuilder() - Method in interface org.apache.tapestry5.ioc.ModuleBuilderSource
Returns the instantiated version of the Tapestry IoC module class.
getMouseSpeed() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getName(Locale) - Method in class org.apache.tapestry.mojo.ComponentReport
 
getName() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getName() - Method in class org.apache.tapestry5.dom.Attribute
 
getName() - Method in class org.apache.tapestry5.dom.Element
 
getName() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
 
getName() - Method in class org.apache.tapestry5.internal.parser.AttributeToken
Returns local name for the attribute.
getName() - Method in class org.apache.tapestry5.internal.parser.DTDToken
Returns the doctype name (the name of the document root element)
getName() - Method in class org.apache.tapestry5.internal.parser.ParameterToken
 
getName() - Method in class org.apache.tapestry5.internal.parser.StartElementToken
Returns local name for the element.
getName() - Method in interface org.apache.tapestry5.internal.structure.Page
Returns the short, logical name for the page.
getName() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getName() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
 
getName() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getName() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
 
getName() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the name of the property.
getName() - Method in interface org.apache.tapestry5.model.ParameterModel
The name of the parameter.
getName() - Method in interface org.apache.tapestry5.Translator
Returns a unique name for the translator.
getNamespace() - Method in class org.apache.tapestry5.dom.Attribute
 
getNamespace() - Method in class org.apache.tapestry5.dom.Element
Returns the namespace for this element (which is typically a URL).
getNamespacePrefix() - Method in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
getNamespaceURI() - Method in class org.apache.tapestry5.internal.parser.AttributeToken
Returns the namespace URI containing the attribute, or the empty string for the default namespace.
getNamespaceURI() - Method in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
getNamespaceURI() - Method in class org.apache.tapestry5.internal.parser.StartElementToken
 
getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Document
 
getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Element
 
getNamespaceURIToPrefix() - Method in class org.apache.tapestry5.dom.Node
 
getNestedComponentId() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The path from the containing page down to the component in question.
getNestedId() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Return a string consisting the concatinated ids of all containing components, separated by periods.
getNestedId() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getNestedId() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getNumber(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getNumberArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getNumberFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getNumberFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getObject() - Method in class org.apache.tapestry5.corelib.components.BeanEditor
 
getObject(Class<T>, AnnotationProvider, ObjectLocator, Module) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
As with ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider), but handles the Local annotation.
getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
getObject(Class<T>, AnnotationProvider, ObjectLocator, Module) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getObject(Class<T>, AnnotationProvider) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
getObject(Class<T>, AnnotationProvider) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Obtains an object indirectly, using the MasterObjectProvider service.
getObject() - Method in class org.apache.tapestry5.services.AliasContribution
The contributed object, which will be made available.
getObjectOutputStream() - Method in class org.apache.tapestry5.internal.services.ClientDataSinkImpl
 
getObjectOutputStream() - Method in interface org.apache.tapestry5.services.ClientDataSink
Provides the output stream to which data can be written.
getObjectProvider() - Method in class org.apache.tapestry5.internal.services.AliasImpl
 
getObjectProvider() - Method in interface org.apache.tapestry5.services.Alias
Returns an object provideer that checks the desired type against the service's contributions.
getOptionGroups() - Method in class org.apache.tapestry5.internal.SelectModelImpl
 
getOptionGroups() - Method in interface org.apache.tapestry5.SelectModel
The list of groups, each containing some number of individual options.
getOptionGroups() - Method in class org.apache.tapestry5.util.EnumSelectModel
Returns null.
getOptions() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
 
getOptions() - Method in class org.apache.tapestry5.internal.SelectModelImpl
 
getOptions() - Method in interface org.apache.tapestry5.OptionGroupModel
The list of options within the group.
getOptions() - Method in interface org.apache.tapestry5.SelectModel
The list of ungrouped options, which appear after any grouped options.
getOptions() - Method in class org.apache.tapestry5.util.EnumSelectModel
Returns the option groupos created in the constructor.
getOrdered() - Method in class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
 
getOrdered() - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
 
getOrderedConfiguration(ServiceDef, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Builds up an ordered collection by invoking service contributor methods that target the service (from any module, unless the service is private).
getOrderedConfiguration(ServiceDef, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getOrderedConfiguration(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getOrderedConfiguration(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
 
getOutputDirectory() - Method in class org.apache.tapestry.mojo.ComponentReport
 
getOutputName() - Method in class org.apache.tapestry.mojo.ComponentReport
 
getOutputStream() - Method in class org.apache.tapestry5.internal.gzip.GZIPEnabledResponse
 
getOutputStream(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
getOutputStream(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
getOutputStream(String) - Method in interface org.apache.tapestry5.services.Response
Returns an OutputStream to which byte-oriented output may be sent.
getOutputStream(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
getOverrideBlock(String) - Method in class org.apache.tapestry5.internal.PropertyOverridesImpl
 
getOverrideBlock(String) - Method in interface org.apache.tapestry5.PropertyOverrides
Searches for an override block with the given name.
getOverrideMessages() - Method in class org.apache.tapestry5.internal.PropertyOverridesImpl
 
getOverrideMessages() - Method in interface org.apache.tapestry5.PropertyOverrides
Returns the override messages (normally, the messages catalog for the component's container).
getPackageNames() - Method in interface org.apache.tapestry5.hibernate.HibernateEntityPackageManager
Returns packages from which read entity classes
getPage() - Method in interface org.apache.tapestry5.ComponentResources
Returns the page that contains this component.
getPage(String) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
 
getPage(Class) - Method in class org.apache.tapestry5.internal.services.ComponentSourceImpl
 
getPage() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getPage(String) - Method in interface org.apache.tapestry5.services.ComponentSource
Returns the page identified by its logical page name.
getPage(Class) - Method in interface org.apache.tapestry5.services.ComponentSource
A convienience for obtaining a page instance via a class instance.
getPageActivationContext() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
The activation context for the active page, possibly empty (but not null).
getPageModel(String) - Method in interface org.apache.tapestry5.internal.services.ComponentModelSource
Returns the model for a page.
getPageModel(String) - Method in class org.apache.tapestry5.internal.services.ComponentModelSourceImpl
 
getPageName() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns the logical name of the page containing this component.
getPageName() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
getPageName() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getPageName() - Method in class org.apache.tapestry5.services.BeanBlockContribution
The logical name of the page containing the block.
getPageNames() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
getPageNames() - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Returns a list of all page names, in sorted order.
getPageParameters() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
If the request being processed is processed in response to pagelink creation, the PageRenderRequestParameters associated with that creation will be available via this method.
getPagerBottom() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getPagerTop() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getParameter(String) - Method in class org.apache.tapestry5.ContentType
 
getParameter(String) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getParameter(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getParameter(int) - Method in interface org.apache.tapestry5.ioc.Invocation
Returns the indicated parameter (may return null if the parameter is null).
getParameter(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getParameter(String) - Method in interface org.apache.tapestry5.services.Request
Returns the query parameter value for the given name.
getParameter(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
getParameterAccess(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Gets access object for the parameter.
getParameterAccess(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getParameterAnnotation(String, Class<T>) - Method in interface org.apache.tapestry5.ComponentResources
Obtains an annotation provided by a parameter.
getParameterAnnotation(String, Class<T>) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getParameterCount() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getParameterCount() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getParameterCount() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getParameterCount() - Method in interface org.apache.tapestry5.ioc.Invocation
Returns the number of parameters passed to the method.
getParameterMap() - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
getParameterModel(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getParameterModel(String) - Method in interface org.apache.tapestry5.model.ComponentModel
Return a single parameter model by parameter name, or null if the parameter is not defined.
getParameterNames() - Method in class org.apache.tapestry5.ContentType
 
getParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getParameterNames() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getParameterNames() - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
getParameterNames() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getParameterNames() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getParameterNames() - Method in interface org.apache.tapestry5.Link
Returns the names of any additional query parameters for the URI.
getParameterNames() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns an alphabetically sorted list of the names of all formal parameters.
getParameterNames() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
A sorted list of the names of all bound parameters.
getParameterNames() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getParameterNames() - Method in interface org.apache.tapestry5.services.Request
Returns a list of query parameter names, in alphabetical order.
getParameterNames() - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
getParameters() - Method in class org.apache.tapestry.mojo.ClassDescription
 
getParameters(String) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getParameters(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getParameters() - Method in class org.apache.tapestry5.ioc.internal.services.ConstantInjectorImpl
 
getParameters(String) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getParameters(String) - Method in interface org.apache.tapestry5.services.Request
Returns the parameter values for the given name.
getParameterType(int) - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getParameterType(int) - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getParameterType(int) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getParameterType(int) - Method in interface org.apache.tapestry5.ioc.Invocation
Returns the type of the parameter at the index.
getParameterTypes() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
Returns the parameter types for this method.
getParameterTypes() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns an array of the type name for each parameter.
getParameterValue(String) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getParameterValue(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
getParameterValue(String) - Method in interface org.apache.tapestry5.Link
Returns the value of a specifically named query parameter, or null if no such query parameter is stored in the link.
getParameterValue(String) - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
The value for each parameter, which will be interpreted as a binding expression.
getParameterValues(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
getParent() - Method in class org.apache.tapestry5.dom.Element
Deprecated. since 5.1.0.1, use Node.getContainer() instead
getParent() - Method in interface org.apache.tapestry5.internal.services.MessagesBundle
Returns a parent bundle for this bundle, or null if this bundle has no parent.
getParentModel() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getParentModel() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns the component model for this component's super-class, if it exists.
getParentTransformation() - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Returns the parent transformation, or null for a root class.
getParentTransformation() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getPasswordFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getPasswordFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getPasswordRenderer() - Method in class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
 
getPath() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getPath() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getPath() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
getPath() - Method in interface org.apache.tapestry5.ioc.Resource
Return the path (the combination of folder and file).
getPath() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getPath() - Method in interface org.apache.tapestry5.services.Request
Returns the path portion of the request, which starts with a "/" and contains everything up to the start of the query parameters.
getPath() - Method in class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
 
getPathPrefix() - Method in class org.apache.tapestry5.services.LibraryMapping
 
getPersistentFieldNames() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getPersistentFieldNames() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns a list of the names of all persistent fields (within this class, or any super-class).
getPhone() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getPrimitiveType(String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
 
getPrimitiveType(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Given a wrapper type, determines the corresponding primitive type.
getPrintOut() - Method in class org.apache.tapestry5.internal.util.PrintOutCollector
Closes the PrintWriter and returns the accumulated text output.
getPrintWriter(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
getPrintWriter(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
getPrintWriter() - Method in class org.apache.tapestry5.internal.util.PrintOutCollector
 
getPrintWriter(String) - Method in interface org.apache.tapestry5.services.Response
Returns a PrintWriter object to which output may be sent.
getPrintWriter(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
getProject() - Method in class org.apache.tapestry.mojo.ComponentReport
 
getPrompt() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getProperty(String) - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
getProperty(String) - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
Returns a specific property of the exception by name.
getPropertyAdapter(String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
getPropertyAdapter(String) - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
Returns the property adapter with the given name, or null if no such adapter exists.
getPropertyClass() - Method in class org.apache.tapestry5.corelib.components.BeanDisplay
 
getPropertyId() - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns a string that identifies the property, usually the property name.
getPropertyId() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
Returns a string that identifies the property, usually the property name.
getPropertyModel() - Method in class org.apache.tapestry5.corelib.base.AbstractPropertyOutput
 
getPropertyModel() - Method in class org.apache.tapestry5.corelib.components.BeanDisplay
Returns the property model for the current property.
getPropertyModel() - Method in class org.apache.tapestry5.grid.SortConstraint
 
getPropertyName() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns the name of the property (which may, in fact, be a property expression).
getPropertyName() - Method in class org.apache.tapestry5.corelib.components.GridRows
 
getPropertyName() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getPropertyName() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
Returns the name of the property (which may, in fact, be a property expression).
getPropertyNames() - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Returns a list of the editable properties of the bean, in presentation order.
getPropertyNames() - Method in class org.apache.tapestry5.corelib.components.GridRows
 
getPropertyNames() - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
getPropertyNames() - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
getPropertyNames() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
getPropertyNames() - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
Returns the names of all properties, sorted into alphabetic order.
getPropertyNames() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
Returns the names of the properties of the exception, sorted alphabetically.
getPropertyType() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns the type of the property.
getPropertyType() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
getPropertyType() - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
getPropertyType() - Method in class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
 
getPropertyType() - Method in interface org.apache.tapestry5.PropertyConduit
Returns the type of the property read or updated by the conduit.
getPropertyType() - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the type of the property being edited.
getPropertyValue() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
 
getPropertyValue() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
getPropertyValue() - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the current value of the property being edited (the context encapsulates the object containing the property).
getPropertyValue() - Method in interface org.apache.tapestry5.services.PropertyOutputContext
Returns the value of the property (the object being displayed is encapsulated by the context).
getPublicId() - Method in class org.apache.tapestry5.internal.parser.DTDToken
Returns the public identifier of the DTD
getPublishedParameters() - Method in class org.apache.tapestry.mojo.ClassDescription
Case insensitive map, keyed on parameter name, value is class name of component from which the parameter is published.
getPublishedParameters() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
getPublishedParameters() - Method in interface org.apache.tapestry5.model.EmbeddedComponentModel
Returns the list of published parameters of this component (usually an empty list).
getQueryStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getReadMethod() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getReadMethod() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the method used to read the property, or null if the property is not readable.
getRealFile(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getRealFile(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
Always returns null.
getRealFile(String) - Method in interface org.apache.tapestry5.services.Context
Attempts to find the actual file, on the file system, that would be provided by the servlet container for the given path (which must start with a leading slash).
getRedirectLink() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
Returns the link redirected to via Response.sendRedirect(org.apache.tapestry5.Link).
getRedirectLink() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
getRegistry() - Method in class org.apache.tapestry5.test.PageTester
Returns the Registry that was created for the application.
getRemoteControlServerLocation() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getRenderedDocument() - Method in interface org.apache.tapestry5.internal.test.TestableResponse
Allows access to the rendered document.
getRenderedDocument() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
getRenderingPage() - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Returns the page that is rendering markup content.
getRenderingPage() - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
getRenderVariable(String) - Method in interface org.apache.tapestry5.ComponentResources
Returns a previously stored render variable.
getRenderVariable(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
getRequest() - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
getRequest() - Method in interface org.apache.tapestry5.services.RequestGlobals
The current request.
getRequired() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getResource() - Method in interface org.apache.tapestry5.Asset
Returns the underlying Resource for the Asset.
getResource() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Returns the resource that was parsed to form the template.
getResource() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
getResource(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getResource(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getResource() - Method in class org.apache.tapestry5.ioc.internal.services.StringLocation
Returns null; we don't know where the file really is (it's probably a class on the class path).
getResource() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
getResource() - Method in interface org.apache.tapestry5.ioc.Location
The resource from which the object tagged with a location was derived.
getResource(String) - Method in interface org.apache.tapestry5.services.Context
Returns a URL to a resource stored within the context.
getResourcePaths(String) - Method in class org.apache.tapestry5.internal.services.ContextImpl
 
getResourcePaths(String) - Method in class org.apache.tapestry5.internal.test.PageTesterContext
 
getResourcePaths(String) - Method in interface org.apache.tapestry5.services.Context
Looks for resources within the web application within the supplied path.
getResourcesFieldName() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
getResourcesFieldName() - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns the name of a field that provides the ComponentResources for the transformed component.
getResponse() - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
getResponse() - Method in interface org.apache.tapestry5.services.RequestGlobals
The current response.
getResult() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getResult() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getResult() - Method in interface org.apache.tapestry5.ioc.Invocation
The return value after Invocation.proceed(), which may be null.
getResultType() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getResultType() - Method in class org.apache.tapestry5.internal.services.ComponentMethodInvocationInfo
 
getResultType() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getResultType() - Method in interface org.apache.tapestry5.ioc.Invocation
Returns the type of the method result, which may be a primitive type (i.e., int.class) or even void (void.class).
getReturnType() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
 
getReturnType() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Return the type name of the return type of the method.
getRootComponent() - Method in interface org.apache.tapestry5.internal.structure.Page
The root component of the page.
getRootComponent() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getRootElement() - Method in class org.apache.tapestry5.dom.Document
 
getRootElement() - Method in interface org.apache.tapestry5.internal.structure.Page
The root component of the page.
getRootElement() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
getRootPackage() - Method in class org.apache.tapestry5.services.LibraryMapping
 
getRootRenderCommand() - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Obtains the value previously supplied to PageRenderQueue.initializeForPartialPageRender(org.apache.tapestry5.runtime.RenderCommand).
getRootRenderCommand() - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
getRootResource() - Method in class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
getRootResource() - Method in class org.apache.tapestry5.internal.services.ContextAssetFactory
Returns the root ContextResource.
getRootResource() - Method in interface org.apache.tapestry5.services.AssetFactory
Returns the Resource representing the root folder of the domain this factory is responsible for.
getRow() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getRowClass() - Method in class org.apache.tapestry5.corelib.components.GridRows
 
getRowsPerPage() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getRowType() - Method in interface org.apache.tapestry5.grid.GridDataSource
Returns the type of value in the rows, or null if not known.
getRowType() - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns the entity type, as provided via the constructor.
getRowType() - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
Returns the type of the first element in the list, or null if the list is empty.
getRowType() - Method in class org.apache.tapestry5.internal.grid.NullDataSource
 
getRowValue(int) - Method in interface org.apache.tapestry5.grid.GridDataSource
Returns the row value at the provided index.
getRowValue(int) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Returns a row value at the given index (which must be within the range defined by the call to HibernateGridDataSource.prepare(int, int, java.util.List) ).
getRowValue(int) - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
 
getRowValue(int) - Method in class org.apache.tapestry5.internal.grid.NullDataSource
 
getScope() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
 
getScope() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
The scope of the service (typically "singleton" or "perthread").
getSecondLevelCacheStatistics() - Method in class org.apache.tapestry5.hibernate.pages.Statistics
 
getSelectedId(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIds(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIndex(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIndexes(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedLabel(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedLabels(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedRenderer() - Method in class org.apache.tapestry5.corelib.components.Palette
 
getSelectedValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedValues(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectModelForProperty() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
Provide a select mode for an enum type.
getSelectOptions(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getServerName() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getServerName() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Returns "localhost" which is sufficient for testing purposes.
getServerName() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getServerName() - Method in interface org.apache.tapestry5.services.Request
Returns the host name of the server to which the request was sent.
getServerName() - Method in class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
 
getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
getService(String, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.Module
Locates a service given a service id and the corresponding service interface type.
getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getService(String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
getService(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
getService(String, Class<T>) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Obtains a service via its unique service id.
getService(Class<T>) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Locates a service given just a service interface.
getService(Class<T>) - Method in class org.apache.tapestry5.test.PageTester
Allows a service to be retrieved via its service interface.
getServiceActivity() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
 
getServiceActivity() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivityScoreboard
Returns the status of all services, sorted alphabetically by service id.
getServiceDef(String) - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getServiceDef(String) - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns null.
getServiceDef(String) - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns a service definition via the service's id.
getServiceDef(String) - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getServiceDef(String) - Method in interface org.apache.tapestry5.ioc.internal.Module
Returns the service definition for the given service id.
getServiceDef(String) - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
getServiceId() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceId() - Method in class org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
Returns "SymbolSource".
getServiceId() - Method in interface org.apache.tapestry5.ioc.def.ContributionDef
Identifies the service contributed to.
getServiceId() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns the service id, derived from the method name or the unqualified service interface name.
getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
 
getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
getServiceId() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getServiceId() - Method in interface org.apache.tapestry5.ioc.ServiceResources
Returns the fully qualified id of the service.
getServiceId() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
The unique id for the service.
getServiceIds() - Method in class org.apache.tapestry5.internal.spring.SpringModuleDef
 
getServiceIds() - Method in class org.apache.tapestry5.internal.SyntheticModuleDef
Returns an empty set.
getServiceIds() - Method in interface org.apache.tapestry5.ioc.def.ModuleDef
Returns the ids of the services built/provided by the module.
getServiceIds() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
 
getServiceInterface() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceInterface() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns the service interface associated with this service.
getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
 
getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
getServiceInterface() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getServiceInterface() - Method in interface org.apache.tapestry5.ioc.ServiceResources
Returns the service interface implemented by the service.
getServiceInterface() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
The interface implemented by the service (this may occasionally be a class, for non-proxied services).
getServiceLifecycle(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Returns a service lifecycle by service scope name.
getServiceLifecycle(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getServiceLogger(String) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Returns a logger for the service, which consists of the Module's log name suffixed with a period and the service id.
getServiceLogger(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getServiceOverrideProvider() - Method in class org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
 
getServiceOverrideProvider() - Method in interface org.apache.tapestry5.ioc.services.ServiceOverride
Returns a provider based on the configuration; this is wired into the MasterObjectProvider's configuration.
getServiceScope() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
getServiceScope() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns the lifecycle defined for the service.
getServiceScope() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
getServletContext() - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
 
getServletContext() - Method in interface org.apache.tapestry5.services.ApplicationGlobals
 
getSession() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
getSession() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionManager
Gets the active session for this request, creating it as necessary.
getSession() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionManagerImpl
 
getSession(boolean) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
getSession(boolean) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
getSession(boolean) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
getSession(boolean) - Method in interface org.apache.tapestry5.services.Request
Gets the Session.
getSessionFactory() - Method in interface org.apache.tapestry5.hibernate.HibernateSessionSource
Returns the SessionFactory from which Hibernate sessions are created.
getSessionFactory() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
 
getShowPropertyList() - Method in class org.apache.tapestry5.corelib.components.ExceptionDisplay
 
getSince() - Method in class org.apache.tapestry.mojo.ClassDescription
 
getSince() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getSiteRenderer() - Method in class org.apache.tapestry.mojo.ComponentReport
 
getSize(boolean) - Method in interface org.apache.tapestry5.internal.services.StreamableResource
Returns the size of the content
getSize(boolean) - Method in class org.apache.tapestry5.internal.services.StreamableResourceImpl
 
getSize() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
getSize() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
getSnapshot() - Method in class org.apache.tapestry5.ioc.util.Stack
Returns a snapshot of the current state of the stack as an array of objects.
getSortConstraints() - Method in interface org.apache.tapestry5.grid.GridSortModel
Returns a list of sort constraints, identifying which columns are sorted, and how.
getSortLinkClass() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
getSortModel() - Method in class org.apache.tapestry5.corelib.components.Grid
 
getSortModel() - Method in interface org.apache.tapestry5.grid.GridModel
Returns the object used to track sorting behavior of the Grid.
getSource() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
getSourceType() - Method in class org.apache.tapestry5.ioc.services.CoercionTuple
 
getSpeed() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getStackTrace() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionInfoImpl
 
getStackTrace() - Method in interface org.apache.tapestry5.ioc.services.ExceptionInfo
Returns the stack trace elements.
getStart() - Method in class org.apache.tapestry5.internal.util.IntegerRange
 
getState() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getStatus() - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
 
getStatus() - Method in interface org.apache.tapestry5.ioc.services.ServiceActivity
Indicates the lifecycle status of the service.
getStrategy() - Method in class org.apache.tapestry5.services.ApplicationStateContribution
The name of the strategy used to control where the ASO is stored.
getStream(boolean) - Method in interface org.apache.tapestry5.internal.services.StreamableResource
Returns the raw input stream (wrapped in a BufferedInputStream, or the compressed bytestream.
getStream(boolean) - Method in class org.apache.tapestry5.internal.services.StreamableResourceImpl
 
getStream() - Method in interface org.apache.tapestry5.StreamResponse
Returns the stream of bytes to be sent to the client.
getStream() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
getStream() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
getStream() - Method in class org.apache.tapestry5.util.TextStreamResponse
Converts the text to a byte array (as per the character set, which is usually "UTF-8"), and returns a stream for that byte array.
getStreamableResource(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceCache
Returns the contents of the resource
getStreamableResource(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
getStreet1() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getStreet2() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getString(int) - Method in class org.apache.tapestry5.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.apache.tapestry5.json.JSONObject
Get the string associated with a key.
getString(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getStringArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getStylesheetStack() - Method in class org.apache.tapestry5.internal.services.ClientInfrastructureImpl
 
getStylesheetStack() - Method in class org.apache.tapestry5.internal.services.EmptyClientInfrastructure
 
getStylesheetStack() - Method in interface org.apache.tapestry5.services.ClientInfrastructure
Returns the (localized) assets for CSS stylesheet files to be included on any page.
getSubType() - Method in class org.apache.tapestry5.ContentType
 
getSuperClassName() - Method in class org.apache.tapestry.mojo.ClassDescription
 
getSupportsInformalParameters() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
getSupportsInformalParameters() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns true if the model indicates that informal parameters, additional parameters beyond the formal parameter defined for the component, are supported.
getSystemId() - Method in class org.apache.tapestry5.internal.parser.DTDToken
Returns the system identifier of the DTD
getSystemProperties() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
Returns a sorted list of system property names.
getTable(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getTarget() - Method in class org.apache.tapestry5.ioc.Orderable
 
getTarget() - Method in class org.apache.tapestry5.tutorial.pages.Guess
 
getTargetType() - Method in class org.apache.tapestry5.ioc.services.CoercionTuple
 
getTemplate(ComponentModel, Locale) - Method in interface org.apache.tapestry5.internal.services.ComponentTemplateSource
Provides access to a template.
getTemplate(ComponentModel, Locale) - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
Resolves the component name to a Resource and finds the localization of that resource (the combination of component name and locale is resolved to a resource).
getText() - Method in class org.apache.tapestry5.internal.parser.TextToken
Returns the text extracted from that part of the template.
getText(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getTextAreaTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getTextAreaValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getTextFieldTranslator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getTextFieldValidator() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
getThrown(Class<T>) - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
getThrown(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
getThrown(Class<T>) - Method in interface org.apache.tapestry5.ioc.Invocation
After invoking Invocation.proceed(), used to obtain the thrown (checked) exception, if assignable to the provided type.
getTimeModified(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceCache
Returns the time modified for the resource.
getTimeModified(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
getTitle() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getTokens() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Returns a list of tokens that were parsed from the template.
getTokens() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
getTokenType() - Method in class org.apache.tapestry5.internal.parser.TemplateToken
 
getToString() - Method in class org.apache.tapestry5.ioc.services.MethodIterator
Returns true if the method public String toString() is part of the interface.
getTrace() - Method in exception org.apache.tapestry5.ioc.internal.OperationException
 
getTracker() - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getTracker() - Method in interface org.apache.tapestry5.ioc.ServiceResources
Returns an object that can be used to track operations related to constructing, configuring, decorating and initializing the service.
getTransformation() - Method in exception org.apache.tapestry5.internal.services.TransformationException
 
getTranslator(Field) - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the translator appropriate for the field (this is based on the property type).
getType() - Method in class org.apache.tapestry.mojo.ParameterDescription
 
getType() - Method in interface org.apache.tapestry5.FieldTranslator
Returns the type of the server-side value.
getType() - Method in class org.apache.tapestry5.internal.services.ConstructorArg
 
getType() - Method in class org.apache.tapestry5.internal.services.FieldTranslatorImpl
 
getType() - Method in class org.apache.tapestry5.internal.translator.AbstractTranslator
 
getType() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getType() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the type of the property.
getType() - Method in interface org.apache.tapestry5.Translator
Returns the type of the server-side value.
getTypeCode(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Converts a Class to a JVM type code (the way class information is expressed in a class file).
getTypes() - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Returns the registered types for which adapters are available.
getUniqueId() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
Returns a string consisting of the name of the method and its parameter types.
getUnorderedConfiguration(ServiceDef, Class<T>) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Builds up an unordered collection by invoking service contributor methods that target the service (from any module, unless the service is private).
getUnorderedConfiguration(ServiceDef, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
getUnorderedConfiguration(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
getUnorderedConfiguration(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBuilderResources
 
getUnwrapMethodName(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Given a primitive type, finds the unwrap method of the corresponding wrapper type.
getUnwrapperMethodName(String) - Static method in class org.apache.tapestry5.services.TransformUtils
For primitive types, returns the method on the wrapper type that converts back to the primitive.
getUploadException() - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
getUploadException() - Method in interface org.apache.tapestry5.upload.services.MultipartDecoder
Returns the exception the occured during the file upload, or null if the processing of the multipart upload stream was succesful.
getValidationMessages(Locale) - Method in class org.apache.tapestry5.internal.services.ValidationMessagesSourceImpl
 
getValidationMessages(Locale) - Method in interface org.apache.tapestry5.services.ValidationMessagesSource
 
getValidator(Field) - Method in interface org.apache.tapestry5.services.PropertyEditContext
Returns the FieldValidator for the field.
getValue() - Method in class org.apache.tapestry5.dom.Attribute
 
getValue() - Method in class org.apache.tapestry5.internal.KeyValue
 
getValue() - Method in class org.apache.tapestry5.internal.OptionModelImpl
 
getValue() - Method in class org.apache.tapestry5.internal.parser.AttributeToken
Returns the value for the attribute.
getValue() - Method in class org.apache.tapestry5.internal.services.ConstructorArg
 
getValue(String, String) - Method in class org.apache.tapestry5.internal.services.PersistentFieldBundleImpl
 
getValue() - Method in class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
 
getValue() - Method in interface org.apache.tapestry5.OptionModel
The server-side value represented by this option.
getValue(String, String) - Method in interface org.apache.tapestry5.services.PersistentFieldBundle
 
getValue() - Method in interface org.apache.tapestry5.services.PersistentFieldChange
Returns the new value for the field (which may be null).
getValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getValue() - Method in class org.apache.tapestry5.upload.components.Upload
 
getValueEncoder(Class<T>) - Method in class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
 
getValueEncoder(Class<T>) - Method in interface org.apache.tapestry5.services.ValueEncoderSource
Gets or creates a value encoder for the indicated type.
getValueEncoderForProperty() - Method in class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
Provide a value encoder for an enum type.
getValues() - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Returns the values previously added to the encoder, in the order in which they were added.
getValueType() - Method in class org.apache.tapestry5.validator.AbstractValidator
 
getValueType() - Method in interface org.apache.tapestry5.Validator
Returns the value type associated with this validator.
getWebappRoot() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getWidth() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
Looks for a Width annotation and, if present, returns its value as a string.
getWrapperType(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Returns the wrapper type for an input type; for most types, this is the type.
getWrapperType(Class) - Static method in class org.apache.tapestry5.services.TransformUtils
Returns the wrapper type for a given input type.
getWrapperTypeName(String) - Static method in class org.apache.tapestry5.services.TransformUtils
Returns the name of wrapper type for a given input type.
getWriteMethod() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
getWriteMethod() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns the method used to update the property, or null if the property is not writeable.
getXpathCount(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getZip() - Method in class org.apache.tapestry5.tutorial.entities.Address
 
getZoneToRenderMap() - Method in class org.apache.tapestry5.ajax.MultiZoneUpdate
Returns a mapping from client zone id to renderer object for that zone.
GlobPatternMatcher - Class in org.apache.tapestry5.ioc.internal
Used when matching identifiers.
GlobPatternMatcher(String) - Constructor for class org.apache.tapestry5.ioc.internal.GlobPatternMatcher
 
goBack() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
Grid - Class in org.apache.tapestry5.corelib.components
A grid presents tabular data.
Grid() - Constructor for class org.apache.tapestry5.corelib.components.Grid
 
GRID_INPLACE_UPDATE - Static variable in class org.apache.tapestry5.internal.InternalConstants
Name of event triggered by Grid sub-components when an in-place Grid is updated.
GridCell - Class in org.apache.tapestry5.corelib.components
Part of Grid that renders the markup inside a single data cell.
GridCell() - Constructor for class org.apache.tapestry5.corelib.components.GridCell
 
GridColumns - Class in org.apache.tapestry5.corelib.components
Renders out the column headers for the grid, including links (where appropriate) to control column sorting.
GridColumns() - Constructor for class org.apache.tapestry5.corelib.components.GridColumns
 
GridConstants - Class in org.apache.tapestry5.grid
 
GridConstants() - Constructor for class org.apache.tapestry5.grid.GridConstants
 
GridDataSource - Interface in org.apache.tapestry5.grid
Defines how a Grid component (and its sub-components) gain access to the row data that is displayed on the page.
GridModel - Interface in org.apache.tapestry5.grid
A provider of model data to the sub-components of the Grid component.
GridPager - Class in org.apache.tapestry5.corelib.components
Generates a series of links used to jump to a particular page index within the overall data set.
GridPager() - Constructor for class org.apache.tapestry5.corelib.components.GridPager
 
GridPagerPosition - Enum in org.apache.tapestry5.corelib.data
Used by the Grid component to control where the pager portion of the Grid should be displayed.
GridRows - Class in org.apache.tapestry5.corelib.components
Renders out a series of rows within the table.
GridRows() - Constructor for class org.apache.tapestry5.corelib.components.GridRows
 
GridSortModel - Interface in org.apache.tapestry5.grid
Models the sorting applied to the a GridDataSource.
Guess - Class in org.apache.tapestry5.tutorial.pages
 
Guess() - Constructor for class org.apache.tapestry5.tutorial.pages.Guess
 
GZIP_COMPRESSION_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" (the default) then GZip compression is enabled for dynamic requests and for static assets.
GZIP_CONTENT_ENCODING - Static variable in class org.apache.tapestry5.internal.InternalConstants
Response content encoding value indicating use of GZIP compression.
GZIPEnabledResponse - Class in org.apache.tapestry5.internal.gzip
 
GZIPEnabledResponse(HttpServletResponse, HttpServletRequest, int, ResponseCompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.gzip.GZIPEnabledResponse
 
GZipFilter - Class in org.apache.tapestry5.internal.gzip
Filter that adds GZIP compression to the response, if the client supports it.
GZipFilter(int, ResponseCompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.gzip.GZipFilter
 

H

handle(ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.AjaxComponentEventRequestHandler
 
handle(ComponentEventRequestParameters, ComponentEventRequestHandler) - Method in class org.apache.tapestry5.internal.services.AjaxFilter
 
handle(ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentEventRequestHandlerImpl
 
handle(ComponentEventRequestParameters, ComponentEventRequestHandler) - Method in class org.apache.tapestry5.internal.services.ImmediateActionRenderResponseFilter
 
handle(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.PageRenderRequestHandlerImpl
 
handle(ComponentEventRequestParameters, ComponentEventRequestHandler) - Method in interface org.apache.tapestry5.services.ComponentEventRequestFilter
Filter for a component action request.
handle(ComponentEventRequestParameters) - Method in interface org.apache.tapestry5.services.ComponentEventRequestHandler
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL).
handle(PageRenderRequestParameters, PageRenderRequestHandler) - Method in interface org.apache.tapestry5.services.PageRenderRequestFilter
Invoked to activate and render a page.
handle(PageRenderRequestParameters) - Method in interface org.apache.tapestry5.services.PageRenderRequestHandler
Invoked to activate and render a page.
handle(ComponentEventRequestParameters, ComponentEventRequestHandler) - Method in class org.apache.tapestry5.upload.internal.services.UploadExceptionFilter
 
handleAsset(Asset) - Method in class org.apache.tapestry5.internal.transform.AbstractIncludeAssetWorker
Invoked, from the component's setup render phase, for each asset.
handleAsset(Asset) - Method in class org.apache.tapestry5.internal.transform.IncludeJavaScriptLibraryWorker
 
handleAsset(Asset) - Method in class org.apache.tapestry5.internal.transform.IncludeStylesheetWorker
 
handleComponentEvent(ComponentEventRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
 
handleComponentEvent(ComponentEventRequestParameters, ComponentRequestHandler) - Method in interface org.apache.tapestry5.services.ComponentRequestFilter
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL).
handleComponentEvent(ComponentEventRequestParameters) - Method in interface org.apache.tapestry5.services.ComponentRequestHandler
Handler for a component action request which will trigger an event on a component and use the return value to send a response to the client (typically, a redirect to a page render URL).
handlePageRender(PageRenderRequestParameters) - Method in class org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator
 
handlePageRender(PageRenderRequestParameters, ComponentRequestHandler) - Method in interface org.apache.tapestry5.services.ComponentRequestFilter
Invoked to activate and render a page.
handlePageRender(PageRenderRequestParameters) - Method in interface org.apache.tapestry5.services.ComponentRequestHandler
Invoked to activate and render a page.
handleRequestException(Throwable) - Method in class org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
 
handleRequestException(Throwable) - Method in interface org.apache.tapestry5.services.RequestExceptionHandler
Reponsible for handling the error in some way and providing some response to the client.
handleResult(T) - Method in interface org.apache.tapestry5.ComponentEventCallback
Invoked to handle a non-null event handler method result.
handleResult(Object) - Method in class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
 
handleResult(Object) - Method in class org.apache.tapestry5.internal.util.NotificationEventCallback
 
handlesEvent(String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
handlesEvent(String) - Method in interface org.apache.tapestry5.model.ComponentModel
Determines if the component has an event handler for the indicated event name (case insensitive).
has(String) - Method in class org.apache.tapestry5.json.JSONObject
Determine if the JSONObject contains a specific key.
hasBody() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns true if the element has a body and false otherwise.
hasBody() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
hasBody() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
hasDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockOverrideSourceImpl
 
hasDisplayBlock(String) - Method in class org.apache.tapestry5.internal.services.BeanBlockSourceImpl
 
hasDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockOverrideSource
Checks to see if there is a display block for the indicated data type.
hasDisplayBlock(String) - Method in interface org.apache.tapestry5.services.BeanBlockSource
Checks to see if there is a display block for the indicated data type.
hasFieldChange(String) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Checks to see if there is a value stored for the indicated field.
hasFieldChange(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
hashCode() - Method in class org.apache.tapestry5.internal.services.ContextResource
 
hashCode() - Method in class org.apache.tapestry5.internal.services.InjectionKey
 
hashCode() - Method in class org.apache.tapestry5.internal.services.PageLocator
 
hashCode() - Method in class org.apache.tapestry5.internal.util.IntegerRange
 
hashCode() - Method in class org.apache.tapestry5.internal.util.MultiKey
 
hashCode() - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
hashCode() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
hashCode() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
 
hashCode() - Method in class org.apache.tapestry5.services.TransformMethodSignature
 
hasLinkRules() - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
hasLinkRules() - Method in interface org.apache.tapestry5.services.URLRewriter
 
hasNext() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
hasNext() - Method in class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
Returns true if there are more name variants to be returned, false otherwise.
hasNext() - Method in class org.apache.tapestry5.ioc.services.MethodIterator
 
hasRequestRules() - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
hasRequestRules() - Method in interface org.apache.tapestry5.services.URLRewriter
 
hasValue() - Method in class org.apache.tapestry5.internal.util.Holder
 
Heartbeat - Interface in org.apache.tapestry5.services
Allows for deferred execution of logic, useful when trying to get multiple components to coordinate behavior.
HeartbeatImpl - Class in org.apache.tapestry5.internal.services
 
HeartbeatImpl() - Constructor for class org.apache.tapestry5.internal.services.HeartbeatImpl
 
HibernateConfigurer - Interface in org.apache.tapestry5.hibernate
Defines the interface for a chain-of-command that updates Hibernate configuration in some way before the SessionFactory is created.
HibernateConstants - Class in org.apache.tapestry5.hibernate
Defines constants used inside the Tapestry Hibernate intergration.
HibernateConstants() - Constructor for class org.apache.tapestry5.hibernate.HibernateConstants
 
HibernateCore - Annotation Type in org.apache.tapestry5.hibernate
Marker annotation used to identify services defined in the HibernateCoreModule.
HibernateCoreMessages - Class in org.apache.tapestry5.internal.hibernate
 
HibernateCoreMessages() - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateCoreMessages
 
HibernateCoreModule - Class in org.apache.tapestry5.hibernate
Defines core services that support initialization of Hibernate and access to the Hibernate Session.
HibernateCoreModule() - Constructor for class org.apache.tapestry5.hibernate.HibernateCoreModule
 
HibernateEntityPackageManager - Interface in org.apache.tapestry5.hibernate
Contains a set of contributed package names from which to load entities.
HibernateEntityValueEncoder<E> - Class in org.apache.tapestry5.internal.hibernate
 
HibernateEntityValueEncoder(Class<E>, PersistentClass, Session, PropertyAccess, TypeCoercer, Logger) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
HibernateGridDataSource - Class in org.apache.tapestry5.hibernate
A simple implementation of GridDataSource based on a Hibernate Session and a known entity class.
HibernateGridDataSource(Session, Class) - Constructor for class org.apache.tapestry5.hibernate.HibernateGridDataSource
 
HibernateModule - Class in org.apache.tapestry5.hibernate
Supplements the services defined by HibernateCoreModule with additional services and configuration specific to Tapestry web application.
HibernateModule() - Constructor for class org.apache.tapestry5.hibernate.HibernateModule
 
HibernateSessionManager - Interface in org.apache.tapestry5.hibernate
Manages the Hibernate session for the current thread.
HibernateSessionManagerImpl - Class in org.apache.tapestry5.internal.hibernate
 
HibernateSessionManagerImpl(HibernateSessionSource) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateSessionManagerImpl
 
HibernateSessionSource - Interface in org.apache.tapestry5.hibernate
Responsible for creating a Hibernate session as needed.
HibernateSessionSourceImpl - Class in org.apache.tapestry5.internal.hibernate
 
HibernateSessionSourceImpl(Logger, List<HibernateConfigurer>) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
 
HibernateSymbols - Class in org.apache.tapestry5.hibernate
Configuration symbols, for use with contributions to ApplicationDefaults.
HibernateSymbols() - Constructor for class org.apache.tapestry5.hibernate.HibernateSymbols
 
HibernateTransactionAdvisor - Interface in org.apache.tapestry5.hibernate
A replacement for HibernateTransactionDecorator.
HibernateTransactionAdvisorImpl - Class in org.apache.tapestry5.internal.hibernate
 
HibernateTransactionAdvisorImpl(HibernateSessionManager) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateTransactionAdvisorImpl
 
HibernateTransactionDecorator - Interface in org.apache.tapestry5.hibernate
Service that can create an interceptor that wraps around a service implementation.
HibernateTransactionDecoratorImpl - Class in org.apache.tapestry5.internal.hibernate
 
HibernateTransactionDecoratorImpl(AspectDecorator, HibernateTransactionAdvisor) - Constructor for class org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImpl
 
Hidden - Class in org.apache.tapestry5.corelib.components
Used to record a page property as a value into the form.
Hidden() - Constructor for class org.apache.tapestry5.corelib.components.Hidden
 
HiddenFieldLocationRules - Interface in org.apache.tapestry5.services
Provides some assistance in determining where to place a hidden field based on standard (X)HTML elements.
HiddenFieldLocationRulesImpl - Class in org.apache.tapestry5.internal.services
 
HiddenFieldLocationRulesImpl(Map<String, RelativeElementPosition>) - Constructor for class org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
 
HiddenFieldPositioner - Class in org.apache.tapestry5.corelib.internal
Used to position a hidden field (as part of a form-related component).
HiddenFieldPositioner(MarkupWriter, HiddenFieldLocationRules) - Constructor for class org.apache.tapestry5.corelib.internal.HiddenFieldPositioner
 
highlight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
Holder<T> - Class in org.apache.tapestry5.internal.util
An object that holds some type of other object.
Holder() - Constructor for class org.apache.tapestry5.internal.util.Holder
 
Honorific - Enum in org.apache.tapestry5.tutorial.data
 
HttpServletRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for HttpServletRequestHandler.
HttpServletRequestHandler - Interface in org.apache.tapestry5.services
The first step in handing an incoming request to the servlet filter, this constructed as a pipeline.

I

Id - Annotation Type in org.apache.tapestry5.annotations
Optional annotation, used with Inject, which exists to provide the id of an object when it can not be determined by other means (such as from the field name).
IdAllocator - Class in org.apache.tapestry5.ioc.internal.util
Used to "uniquify" names within a given context.
IdAllocator() - Constructor for class org.apache.tapestry5.ioc.internal.util.IdAllocator
Creates a new allocator with no namespace.
IdAllocator(String) - Constructor for class org.apache.tapestry5.ioc.internal.util.IdAllocator
Creates a new allocator with the provided namespace.
identifyDataType(PropertyAdapter) - Method in class org.apache.tapestry5.internal.services.AnnotationDataTypeAnalyzer
 
identifyDataType(PropertyAdapter) - Method in class org.apache.tapestry5.internal.services.DefaultDataTypeAnalyzer
 
identifyDataType(PropertyAdapter) - Method in interface org.apache.tapestry5.services.DataTypeAnalyzer
Identifies the data type, if known, or returns null if not known.
IdentityAssetPathConverter - Class in org.apache.tapestry5.internal.services
Returns the default asset path unchanged.
IdentityAssetPathConverter() - Constructor for class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
 
IdMatcher - Interface in org.apache.tapestry5.ioc
A matcher of fully qualified ids.
idMatcher - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
IdMatcherImpl - Class in org.apache.tapestry5.ioc.internal
A wrapper around a GlobPatternMatcher used to glob-match service ids.
IdMatcherImpl(String) - Constructor for class org.apache.tapestry5.ioc.internal.IdMatcherImpl
 
IdToDependencyNode<T> - Class in org.apache.tapestry5.ioc.internal.util
Used to order objects into an "execution" order.
IdToDependencyNode(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.util.IdToDependencyNode
 
If - Class in org.apache.tapestry5.corelib.components
Conditionally renders its body.
If() - Constructor for class org.apache.tapestry5.corelib.components.If
 
ignoreAttributesWithoutValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
ignoreBlankInput() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
Should blank input be ignored (after validation)? This will be true for PasswordField.
ignoreBlankInput() - Method in class org.apache.tapestry5.corelib.components.PasswordField
Returns true, blank input should be ignored and not cause an update to the server-side property bound to the value parameter.
IgnoredPathsFilter - Class in org.apache.tapestry5.internal.services
 
IgnoredPathsFilter(Collection<String>) - Constructor for class org.apache.tapestry5.internal.services.IgnoredPathsFilter
 
IMMEDIATE_RESPONSE_PAGE_ATTRIBUTE - Static variable in class org.apache.tapestry5.internal.InternalConstants
Request attribute that stores a Page instance that will be rendered as the immediate mode response.
ImmediateActionRenderResponseFilter - Class in org.apache.tapestry5.internal.services
 
ImmediateActionRenderResponseFilter(Request, PageResponseRenderer, Response) - Constructor for class org.apache.tapestry5.internal.services.ImmediateActionRenderResponseFilter
 
ImmediateActionRenderResponseGenerator - Class in org.apache.tapestry5.internal.services
Alternative implementation, used when SymbolConstants.SUPPRESS_REDIRECT_FROM_ACTION_REQUESTS is set to true.
ImmediateActionRenderResponseGenerator(Request) - Constructor for class org.apache.tapestry5.internal.services.ImmediateActionRenderResponseGenerator
 
ImmutableSessionPersistedObject - Annotation Type in org.apache.tapestry5.annotations
Marker annotation that can be placed on a session-persisted object to indicate that the object is immutable, and therefore does not require end-of-request restoring into the session.
importClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool
Returns the nearest super-class of the provided class that can be converted to a CtClass.
importClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
importClass(Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Imports the class to make it referenceable within the factory.
include(String...) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Re-orders the properties of the model into the specified order.
include(String...) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
include(BeanModel, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
Selects a subset of the properties to keep, and reorders them.
IncludeJavaScriptLibrary - Annotation Type in org.apache.tapestry5.annotations
Allows for the inclusion of one or more JavaScript libraries.
IncludeJavaScriptLibraryWorker - Class in org.apache.tapestry5.internal.transform
Recognizes the IncludeJavaScriptLibrary annotation, and ensures that RenderSupport.addScriptLink(org.apache.tapestry5.Asset[]) is invoked.
IncludeJavaScriptLibraryWorker(AssetSource, RenderSupport, SymbolSource) - Constructor for class org.apache.tapestry5.internal.transform.IncludeJavaScriptLibraryWorker
 
IncludeStylesheet - Annotation Type in org.apache.tapestry5.annotations
Used to automatically include a CSS stylesheet when rendering the page.
IncludeStylesheetWorker - Class in org.apache.tapestry5.internal.transform
Recognizes the IncludeStylesheet annotation and ensures that RenderSupport.addStylesheetLink(org.apache.tapestry5.Asset, String) is invoked.
IncludeStylesheetWorker(AssetSource, RenderSupport, SymbolSource) - Constructor for class org.apache.tapestry5.internal.transform.IncludeStylesheetWorker
 
incrementDirtyCount() - Method in interface org.apache.tapestry5.internal.structure.Page
Called as a component initially starts to render itself.
incrementDirtyCount() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
Index - Class in org.apache.tapestry5.tutorial.pages
 
Index() - Constructor for class org.apache.tapestry5.tutorial.pages.Index
 
inError(Field) - Method in interface org.apache.tapestry5.ValidationTracker
For a given field, determines if the field is "in error", meaning that an error message has been previously recorded for the field.
inError(Field) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
INHERIT_BINDING_PREFIX - Static variable in class org.apache.tapestry5.internal.InternalConstants
Special prefix for parameters that are inherited from named parameters of their container.
InheritanceSearch - Class in org.apache.tapestry5.ioc.internal.util
Used to search from a particular class up the inheritance hierarchy of extended classes and implemented interfaces.
InheritanceSearch(Class) - Constructor for class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
init(FilterConfig) - Method in class org.apache.tapestry5.TapestryFilter
Initializes the filter using the TapestryAppInitializer.
init(Registry) - Method in class org.apache.tapestry5.TapestryFilter
Invoked from TapestryFilter.init(FilterConfig) after the Registry has been created, to allow any additional initialization to occur.
initializeApplication(Context) - Method in interface org.apache.tapestry5.services.ApplicationInitializer
 
initializeApplication(Context, ApplicationInitializer) - Method in interface org.apache.tapestry5.services.ApplicationInitializerFilter
 
initializeApplication(ServletContext) - Method in interface org.apache.tapestry5.services.ServletApplicationInitializer
 
initializeApplication(ServletContext, ServletApplicationInitializer) - Method in interface org.apache.tapestry5.services.ServletApplicationInitializerFilter
Peforms one step of initializing the application before passing off to the next step.
initializeForCompletePage(Page) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Initializes the queue for rendering of a complete page.
initializeForCompletePage(Page) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
initializeForPartialPageRender(RenderCommand) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Initializes the queue for rendering of a portion of a page.
initializeForPartialPageRender(RenderCommand) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
initializeRequestEncoding(String) - Method in interface org.apache.tapestry5.internal.services.RequestEncodingInitializer
Initializes the request encoding to match the encoding defined for the page.
Inject - Annotation Type in org.apache.tapestry5.ioc.annotations
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into an arbitrary method of Java Bean.
inject(Class<T>, T) - Method in interface org.apache.tapestry5.ioc.internal.services.ConstantInjector
Injects a value.
inject(Class<T>, T) - Method in class org.apache.tapestry5.ioc.internal.services.ConstantInjectorImpl
 
INJECT_EVENT - Static variable in class org.apache.tapestry5.corelib.components.FormInjector
 
InjectComponent - Annotation Type in org.apache.tapestry5.annotations
Allows components defined in the template to be injected as read-only properties.
InjectComponentWorker - Class in org.apache.tapestry5.internal.transform
Recognizes the InjectComponent annotation, and converts the field into a read-only field containing the component.
InjectComponentWorker() - Constructor for class org.apache.tapestry5.internal.transform.InjectComponentWorker
 
InjectContainer - Annotation Type in org.apache.tapestry5.annotations
Used to inject the component which contains this component.
InjectContainerWorker - Class in org.apache.tapestry5.internal.transform
Identifies the InjectContainer annotation and adds code to initialize it to the core component.
InjectContainerWorker() - Constructor for class org.apache.tapestry5.internal.transform.InjectContainerWorker
 
injectField(String, Object) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
injectField(String, Object) - Method in interface org.apache.tapestry5.services.ClassTransformation
Converts the field into a read only field whose value is the provided value.
injectIntoFields(Object, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Injects into the fields (of all visibilities) when the Inject or InjectService annotations are present.
InjectionKey - Class in org.apache.tapestry5.internal.services
Used with InternalClassTransformation to search for prior injections of a give type and value.
InjectionKey(Class, Object) - Constructor for class org.apache.tapestry5.internal.services.InjectionKey
 
InjectionProvider - Interface in org.apache.tapestry5.services
Provides some form of injection when the value for an Inject annotation is present.
InjectionResources - Interface in org.apache.tapestry5.ioc.internal.util
Provides for the injection of specific types of values as resources as opposed to services or objects obtained from MasterObjectProvider.
InjectPage - Annotation Type in org.apache.tapestry5.annotations
Allows a a page (really, the root component of the page) to be injected into another component as a read-only field.
InjectPageWorker - Class in org.apache.tapestry5.internal.transform
Peforms transformations that allow pages to be injected into components.
InjectPageWorker(ComponentSource, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.transform.InjectPageWorker
 
InjectResource - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation used with field injection when the desired injection value is a resource (such as a service id, service configuration, or logger) and not an object obtained from the MasterObjectProvider.
InjectService - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter.
InjectServiceWorker - Class in org.apache.tapestry5.internal.transform
Processes the InjectService annotation.
InjectServiceWorker(ObjectLocator, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.InjectServiceWorker
 
InjectWorker - Class in org.apache.tapestry5.internal.transform
Performs injection triggered by any field annotated with the Inject annotation.
InjectWorker(ObjectLocator, InjectionProvider) - Constructor for class org.apache.tapestry5.internal.transform.InjectWorker
 
inKeySet(Set<K>) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Returns true if the current key is in the provided set.
InsertPosition - Enum in org.apache.tapestry5.corelib.data
 
insideField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
insideField(Field) - Method in class org.apache.tapestry5.internal.DefaultValidationDecorator
 
insideField(Field) - Method in class org.apache.tapestry5.internal.util.AutofocusValidationDecorator
 
insideField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
insideField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked at a point where the decorator may write additional attributes into the field.
insideLabel(Field, Element) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
insideLabel(Field, Element) - Method in class org.apache.tapestry5.internal.DefaultValidationDecorator
 
insideLabel(Field, Element) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
insideLabel(Field, Element) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked after the label has rendered its tag, but before it has rendered content inside the tag, to allow the decorator to write additional attributes.
Instantiator - Interface in org.apache.tapestry5.internal.services
An object that can instantiate a component.
IntegerRange - Class in org.apache.tapestry5.internal.util
Represents a sequence of integer values, either ascending or descending.
IntegerRange(int, int) - Constructor for class org.apache.tapestry5.internal.util.IntegerRange
 
InterceptorStackBuilder - Class in org.apache.tapestry5.ioc.internal
Responsible for constructing the interceptor stack, on demand, by invoking an ordered series of decorators (DecoratorDef (which are converted into ServiceDecorators).
InterceptorStackBuilder(ServiceDef, ObjectCreator, InternalRegistry) - Constructor for class org.apache.tapestry5.ioc.internal.InterceptorStackBuilder
 
IntermediateType - Annotation Type in org.apache.tapestry5.ioc.annotations
Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to the intermediate type.
intern(String) - Method in interface org.apache.tapestry5.internal.services.StringInterner
Interns a string.
intern(String) - Method in class org.apache.tapestry5.internal.services.StringInternerImpl
 
InternalClassTransformation - Interface in org.apache.tapestry5.internal.services
Extends ClassTransformation with additional methods that may only be used internally by Tapestry.
InternalClassTransformationImpl - Class in org.apache.tapestry5.internal.services
Implementation of the InternalClassTransformation interface.
InternalClassTransformationImpl(ClassFactory, CtClass, ComponentClassCache, ComponentModel, CtClassSource) - Constructor for class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
This is a constructor for a base class.
InternalComponentResources - Interface in org.apache.tapestry5.internal
An extension of ComponentResources that represents additional methods that are private to the framework and not exposed in any public APIs.
InternalComponentResourcesCommon - Interface in org.apache.tapestry5.internal
Operations shared by InternalComponentResources and ComponentPageElement.
InternalComponentResourcesImpl - Class in org.apache.tapestry5.internal.structure
The bridge between a component and its ComponentPageElement, that supplies all kinds of resources to the component, including access to its parameters, parameter bindings, and persistent field data.
InternalComponentResourcesImpl(Page, ComponentPageElement, ComponentResources, ComponentPageElementResources, String, String, Instantiator) - Constructor for class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
InternalConstants - Class in org.apache.tapestry5.internal
 
InternalConstants() - Constructor for class org.apache.tapestry5.internal.InternalConstants
 
InternalFormSupport - Interface in org.apache.tapestry5.corelib.internal
Additional methods for FormSupport used internally by Tapestry.
InternalMessages - Class in org.apache.tapestry5.corelib.internal
 
InternalMessages() - Constructor for class org.apache.tapestry5.corelib.internal.InternalMessages
 
InternalModule - Class in org.apache.tapestry5.internal.services
TapestryModule has gotten too complicated and it is nice to demarkate public (and stable) from internal (and volatile).
InternalModule(UpdateListenerHub, RequestGlobals, InvalidationEventHub) - Constructor for class org.apache.tapestry5.internal.services.InternalModule
 
InternalRegistry - Interface in org.apache.tapestry5.ioc.internal
Internal view of the module registry, adding additional methods needed by modules.
InternalRequestGlobals - Interface in org.apache.tapestry5.internal.services
Stores global per-request data internal to the framework.
InternalRequestGlobalsImpl - Class in org.apache.tapestry5.internal.services
 
InternalRequestGlobalsImpl() - Constructor for class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
 
InternalSymbols - Class in org.apache.tapestry5.internal
 
InternalSymbols() - Constructor for class org.apache.tapestry5.internal.InternalSymbols
 
InternalUtils - Class in org.apache.tapestry5.ioc.internal.util
Utilities used within various internal implemenations of Tapestry IOC and the rest of the tapestry-core framework.
InternalUtils() - Constructor for class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
invalidate() - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
invalidate() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
invalidate() - Method in interface org.apache.tapestry5.services.Session
Invalidates this session then unbinds any objects bound to it.
InvalidationEventHub - Interface in org.apache.tapestry5.services
An object which manages a list of InvalidationListeners.
InvalidationEventHubImpl - Class in org.apache.tapestry5.internal.event
Base implementation class for classes (especially services) that need to manage a list of InvalidationListeners.
InvalidationEventHubImpl() - Constructor for class org.apache.tapestry5.internal.event.InvalidationEventHubImpl
 
InvalidationListener - Interface in org.apache.tapestry5.services
Interface for objects that may cache information that can be invalidated.
Invariant - Annotation Type in org.apache.tapestry5.internal.services
Special annotation that is applied to literal PropertyConduits, to inform PropBinding that the value is, in fact, invariant.
InvariantBinding - Class in org.apache.tapestry5.internal.bindings
Extends AbstractBinding with a description and a binding type, with invariant forced to true.
InvariantBinding(Location, Class, String) - Constructor for class org.apache.tapestry5.internal.bindings.InvariantBinding
 
invert(Object) - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
INVISIBLE - Static variable in class org.apache.tapestry5.CSSClassConstants
CSS class name that causes a rendered element to be invisible on the client side.
Invocation - Interface in org.apache.tapestry5.ioc
A method invocation passed to a MethodAdvice.
Invokable<T> - Interface in org.apache.tapestry5.ioc
Similiar to Runnable execpt that it returns a value.
invoke(InjectionResources) - Method in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.OperationTrackerImpl
 
invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.PerThreadOperationTracker
 
invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.QuietOperationTracker
 
invoke(String, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
invoke(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
 
invoke(Class<T>, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
 
invoke(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl
 
invoke(Class<T>, Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl
 
invoke() - Method in interface org.apache.tapestry5.ioc.Invokable
Called to produce a value.
invoke(String, Invokable<T>) - Method in interface org.apache.tapestry5.ioc.OperationTracker
Executes the operation, returning its value.
invoke(Invokable<T>) - Method in interface org.apache.tapestry5.ioc.services.ParallelExecutor
Submits the invocable object to be executed in a pooled thread.
invoke(Class<T>, Invokable<T>) - Method in interface org.apache.tapestry5.ioc.services.ParallelExecutor
As with ParallelExecutor.invoke(org.apache.tapestry5.ioc.Invokable), but the result is wrapped inside a thunk.
invokeAdvisedMethod() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
Implemented to reinvoke the method on the advised method of the component.
invokeDelegateMethod() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
This method is filled in, in the dynamically generated subclass.
invokePostInjectionMethods(Object, ObjectLocator, InjectionResources, OperationTracker) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
InvokePostRenderCleanupOnResourcesWorker - Class in org.apache.tapestry5.internal.transform
Extends a root component class' postRenderCleanup() method to invoke InternalComponentResources.postRenderCleanup().
InvokePostRenderCleanupOnResourcesWorker() - Constructor for class org.apache.tapestry5.internal.transform.InvokePostRenderCleanupOnResourcesWorker
 
IOCConstants - Class in org.apache.tapestry5.ioc
 
IOCInternalTestCase - Class in org.apache.tapestry5.ioc.internal
 
IOCInternalTestCase() - Constructor for class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
IOCSymbols - Class in org.apache.tapestry5
Configuration symbols used by the IoC container.
IOCSymbols() - Constructor for class org.apache.tapestry5.IOCSymbols
 
IOCTestCase - Class in org.apache.tapestry5.ioc.test
Add factory and trainer methods for the public interfaces of Tapestry IOC.
IOCTestCase() - Constructor for class org.apache.tapestry5.ioc.test.IOCTestCase
 
IOCUtilities - Class in org.apache.tapestry5.ioc
A collection of utility methods for a couple of different areas, including creating the initial Registry.
isAborted() - Method in class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
Returns true if ComponentEventCallback.handleResult(Object) was invoked, false otherwise.
isAborted() - Method in class org.apache.tapestry5.internal.services.EventImpl
 
isAborted() - Method in interface org.apache.tapestry5.runtime.Event
Returns true if the event has been aborted (meaning that the return value from some event handler method was accepted, and processing of the event was terminated).
isActiveSortColumn() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
isAlertPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isAllocated(String) - Method in class org.apache.tapestry5.ioc.internal.util.IdAllocator
Checks to see if a given name has been allocated.
isAllowNull() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
 
isAllowNull() - Method in interface org.apache.tapestry5.model.ParameterModel
If true, then no check is needed.
isApplicationStateObjectDirty() - Method in class org.apache.tapestry5.BaseOptimizedApplicationStateObject
Deprecated.  
isApplicationStateObjectDirty() - Method in interface org.apache.tapestry5.OptimizedApplicationStateObject
Deprecated. Determines if the application state object has changed its state since being read from the session.
isBlank(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Returns true if the input is null, or is a zero length string (excluding leading/trailing whitespace).
isBound(String) - Method in interface org.apache.tapestry5.ComponentResources
Returns true if the named parameter is bound, false if not.
isBound(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
isBound() - Method in interface org.apache.tapestry5.internal.ParameterAccess
Is the parameter bound?
isBound(String) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
isCastRequired() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
isCastRequired() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns true if the return type of the read method is not the same as the property type.
isChecked(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isClientValidationEnabled() - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
isClientValidationEnabled() - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
isClientValidationEnabled() - Method in interface org.apache.tapestry5.services.FormSupport
Return true if client validation is enabled for this form, false otherwise.
isCommitted() - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
isCommitted() - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
isCommitted() - Method in interface org.apache.tapestry5.services.Response
Returns true if the response has already been sent, either as a redirect or as a stream of content.
isCommitted() - Method in class org.apache.tapestry5.util.ResponseWrapper
 
isComplexProperty() - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
isCompressable(String) - Method in class org.apache.tapestry5.internal.services.ResponseCompressionAnalyzerImpl
 
isCompressable(String) - Method in interface org.apache.tapestry5.services.ResponseCompressionAnalyzer
Checks to see if the indicated content type is compressable.
isConfirmationPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isCookiePresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isDebugEnabled() - Method in class org.apache.tapestry5.ioc.internal.services.MethodLogger
 
isDeleted() - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
isDirty(Object) - Method in class org.apache.tapestry5.internal.services.DefaultSessionPersistedObjectAnalyzer
An object is dirty unless it has the ImmutableSessionPersistedObject annotation.
isDirty(OptimizedApplicationStateObject) - Method in class org.apache.tapestry5.internal.services.OptimizedApplicationStateObjectAnalyzer
 
isDirty(OptimizedSessionPersistedObject) - Method in class org.apache.tapestry5.internal.services.OptimizedSessionPersistedObjectAnalyzer
 
isDirty(T) - Method in interface org.apache.tapestry5.services.SessionPersistedObjectAnalyzer
Passed an object (never null) to see if it is dirty or not.
isDisabled() - Method in class org.apache.tapestry5.AbstractOptionModel
Returns false.
isDisabled() - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
isDisabled() - Method in class org.apache.tapestry5.corelib.base.AbstractLink
Returns true if the component is disabled (as per its disabled parameter).
isDisabled() - Method in class org.apache.tapestry5.corelib.components.Radio
Returns true if this component has been expressly disabled (via its disabled parameter), or if the container has been disabled.
isDisabled() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
 
isDisabled() - Method in interface org.apache.tapestry5.Field
Returns true if the field is disabled; A disabled field will render a disabled attribute so that it is non-responsive on the client (at least, until its disabled status is changed on the client using JavaScript).
isDisabled() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
 
isDisabled() - Method in interface org.apache.tapestry5.OptionGroupModel
If true, the group (and all options within it) will be disabled.
isDisabled() - Method in interface org.apache.tapestry5.OptionModel
If true, then a disabled attribute will be rendered with the <option>.
isDisabled() - Method in interface org.apache.tapestry5.RadioContainer
If true, then all buttons within the container should also be disabled.
isEagerLoad() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
isEagerLoad() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef
Returns true if the service should be eagerly loaded at Registry startup.
isEagerLoad() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
isEdit() - Method in class org.apache.tapestry5.services.BeanBlockContribution
If true, then the block provides an editor for the property, consisting of a Label and some field component (or set of field components).
isEditable(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isElementPresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isEmpty() - Method in class org.apache.tapestry5.dom.Element
Returns true if the element has no children, or has only text children that contain only whitespace.
isEmpty() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
isEmpty() - Method in class org.apache.tapestry5.ioc.util.Stack
Returns true if the stack is empty.
isEqual(T, T) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Determines if the two values are equal.
isEqual(EventContext, EventContext) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
 
isEventAborted() - Method in class org.apache.tapestry5.internal.structure.AbstractComponentCallback
 
isEventAborted() - Method in interface org.apache.tapestry5.internal.structure.ComponentCallback
Returns true if the underlying event has been aborted and no further event method invocations should occur.
isEventAborted() - Method in class org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
Always returns false, as there is no event.
isExtension() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Returns true if this component template is an extension of its parent class' template.
isExtension() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
 
isFail() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
isFail() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
isFail() - Method in interface org.apache.tapestry5.ioc.Invocation
If true, then the proceeded invocation threw a checked exception.
isField(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
isField(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns true if the indicated name is a private instance field.
isGZipSupported() - Method in class org.apache.tapestry5.internal.services.ResponseCompressionAnalyzerImpl
 
isGZipSupported() - Method in interface org.apache.tapestry5.services.ResponseCompressionAnalyzer
Checks the Accept-Encoding request header for a "gzip" token.
isIncoming() - Method in interface org.apache.tapestry5.urlrewriter.URLRewriteContext
 
isInMemory() - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
isInMemory() - Method in interface org.apache.tapestry5.upload.services.UploadedFile
 
isInvalidated() - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
isInvalidated() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
isInvalidated() - Method in interface org.apache.tapestry5.services.Session
Checks to see if the session has been invalidated.
isInvariant() - Method in interface org.apache.tapestry5.Asset2
Returns true if the Asset is invariant (meaning that it returns the same value from Asset.toClientURL() at all times}.
isInvariant() - Method in interface org.apache.tapestry5.Binding
Returns true if the value of the binding does not ever change.
isInvariant() - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
Returns true.
isInvariant() - Method in class org.apache.tapestry5.internal.bindings.InvariantBinding
Returns true.
isInvariant() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
Almost always returns false, unless the conduit provides the Invariant annotation.
isInvariant() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
Returns false, render variables are always variable.
isInvariant() - Method in interface org.apache.tapestry5.internal.ParameterAccess
Returns true if the binding is bound, and the binding is invariant.
isInvariant() - Method in class org.apache.tapestry5.internal.services.AbstractAsset
 
isInvariant() - Method in class org.apache.tapestry5.internal.services.AttributeExpansionBinding
Returns false.
isInvariant() - Method in class org.apache.tapestry5.internal.services.IdentityAssetPathConverter
 
isInvariant() - Method in interface org.apache.tapestry5.services.AssetPathConverter
Returns true if the converter returns that same converted path for any specific asset path (in which case, the converted asset path may be cached in component instance variables more aggresively).
isLoaded() - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Returns true if the component has finished loading.
isLoaded() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
isLoaded() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
isMatchBottom() - Method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
 
isMatchTop() - Method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
 
isMethod(TransformMethodSignature) - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Returns true if the provided signature is a method implemented by the transformed class.
isMethod(TransformMethodSignature) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
isMethodOverride(TransformMethodSignature) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
isMethodOverride(TransformMethodSignature) - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns true if the method is an override of a method from the parent class.
isMissing() - Method in interface org.apache.tapestry5.internal.parser.ComponentTemplate
Returns true if no template could be found for the component.
isMissing() - Method in class org.apache.tapestry5.internal.parser.ComponentTemplateImpl
Returns false.
isMixinAfter() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
isMixinAfter() - Method in interface org.apache.tapestry5.model.ComponentModel
Relevant for component mixins only.
isMulti() - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
isNonBlank(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
isNull(int) - Method in class org.apache.tapestry5.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.apache.tapestry5.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isOptionSelected(OptionModel, String) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
If true, then the selected attribute will be written.
isOrdered(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isOverridingSignatureOf(MethodSignature) - Method in class org.apache.tapestry5.ioc.services.MethodSignature
Returns true if this signature has the same return type, name and parameters types as the method signature passed in, and this signature's exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown by the other method signature).
isPageName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
isPageName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
For a particular path, determines if the path is a logical page name.
isPartialRenderInitialized() - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Returns true if PageRenderQueue.initializeForPartialPageRender(org.apache.tapestry5.runtime.RenderCommand) has been invoked.
isPartialRenderInitialized() - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
isPreventDecoration() - Method in class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
isPreventDecoration() - Method in interface org.apache.tapestry5.ioc.def.ServiceDef2
Returns true if the service should not be decorated.
isPreventDecoration() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
isPrimitive(String) - Static method in class org.apache.tapestry5.services.TransformUtils
Returns true if the specified type is a primitive type.
isPrimitiveType(String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Given a type name, determines if that is the name of a primitive type.
isPromptPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isRead() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
isRead() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns true if the property is readable (i.e., has a getter method).
isRendering() - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Returns true if the component is currently rendering, false otherwise.
isRendering() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
isRendering() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
isRequestedSessionIdValid() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
isRequestedSessionIdValid() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Always returns true.
isRequestedSessionIdValid() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
isRequestedSessionIdValid() - Method in interface org.apache.tapestry5.services.Request
Checks whether the requested session ID is still valid.
isRequired() - Method in class org.apache.tapestry5.corelib.base.AbstractField
Returns false; most components do not support declarative validation.
isRequired() - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
 
isRequired() - Method in class org.apache.tapestry5.corelib.components.DateField
 
isRequired() - Method in class org.apache.tapestry5.corelib.components.Radio
Returns false; the RadioComponent component does not support declarative field validation.
isRequired() - Method in class org.apache.tapestry5.corelib.components.RadioGroup
 
isRequired() - Method in class org.apache.tapestry5.corelib.components.Select
 
isRequired() - Method in interface org.apache.tapestry5.Field
Returns true if this field required (as per FieldValidator.isRequired()).
isRequired() - Method in interface org.apache.tapestry5.FieldValidator
Returns true if any underlying Validator returns true from Validator.isRequired().
isRequired() - Method in class org.apache.tapestry5.internal.model.ParameterModelImpl
 
isRequired() - Method in class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
isRequired() - Method in class org.apache.tapestry5.internal.services.FieldValidatorImpl
 
isRequired() - Method in interface org.apache.tapestry5.model.ParameterModel
If true, the parameter is required.
isRequired() - Method in class org.apache.tapestry5.validator.AbstractValidator
Return false, which is correct for the vast majority of validators.
isRequired() - Method in interface org.apache.tapestry5.Validator
Returns true if the validator should be invoked for null or blank (empty string) values.
isRequired() - Method in class org.apache.tapestry5.validator.Required
The exception to the rule.
isRootClass() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
isRootClass() - Method in interface org.apache.tapestry5.model.ComponentModel
Returns true if the modeled component is a root class, a component class whose parent class is not a component class.
isRootTransformation() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
isRootTransformation() - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns true if this transformation represents a root class (one that extends directly from Object), or false if this transformation is an extension of another transformed class.
isSecure() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
isSecure() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
isSecure() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
isSecure() - Method in interface org.apache.tapestry5.services.Request
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSelected(Object) - Method in interface org.apache.tapestry5.RadioContainer
Returns true if the value is the current selected value.
isSessionPersistedObjectDirty() - Method in class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
 
isSessionPersistedObjectDirty() - Method in interface org.apache.tapestry5.OptimizedSessionPersistedObject
Returns true if the object has in-memory changes.
isSet() - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
 
isSet() - Method in interface org.apache.tapestry5.services.PersistentLocale
 
isSingleton() - Method in class org.apache.tapestry5.ioc.internal.services.PerThreadServiceLifecycle
Returns false; this lifecycle represents a service that will be created many times (by each thread).
isSingleton() - Method in class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
 
isSingleton() - Method in interface org.apache.tapestry5.ioc.ServiceLifecycle
Returns true if the lifecycle is a singleton (a service that will only be created once).
isSomethingSelected(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isSortable() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns true if the property can be used for sorting.
isSortable() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
isSortDisabled() - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
isStatic(Method) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Returns true if the method provided is a static method.
isSupportsInformalParameters() - Method in class org.apache.tapestry.mojo.ClassDescription
 
isTextPresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isToString(Method) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Returns true if the method is the standard toString() method.
isUpdate() - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
isUpdate() - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Returns true if the property is writeable (i.e., has a setter method).
isValid() - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
isValid() - Method in class org.apache.tapestry5.corelib.components.Form
 
isValid() - Method in interface org.apache.tapestry5.FormValidationControl
Returns true if the form's ValidationTracker does not contain any errors.
isVisible(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isXHR() - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
isXHR() - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
Always returns false.
isXHR() - Method in class org.apache.tapestry5.services.DelegatingRequest
 
isXHR() - Method in interface org.apache.tapestry5.services.Request
Returns true if the request originated on the client using XmlHttpRequest (the core of any Ajax behavior).
isXML() - Method in class org.apache.tapestry5.dom.DefaultMarkupModel
Returns false.
isXML() - Method in interface org.apache.tapestry5.dom.MarkupModel
Returns true if the document markup is XML, which is used to determine the need for an XML declaration at the start of the document, and whether CDATA sections are supported.
isXML() - Method in class org.apache.tapestry5.dom.XMLMarkupModel
Returns true.
iterator() - Method in class org.apache.tapestry5.internal.util.IntegerRange
The main puprose of a range object is to produce an Iterator.
iterator() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
iterator() - Method in class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
So that LNG may be used with the for loop.

J

JETTY_PORT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
The port on which the internal copy of Jetty is executed.
JettyRunner - Class in org.apache.tapestry5.test
Used to start up an instance of the Jetty servlet container in-process, as part of an integration test suite.
JettyRunner(File, String, int, String, String...) - Constructor for class org.apache.tapestry5.test.JettyRunner
Creates and starts a new instance of Jetty.
join(List) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Joins together some number of elements to form a comma separated list.
join(List, String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Joins together some number of elements.
join(String...) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
Combines a series of lines by forming a string with a line separator after each line.
join(String) - Method in class org.apache.tapestry5.json.JSONArray
Make a string from the contents of this JSONArray.
join(String...) - Static method in class org.apache.tapestry5.MarkupUtils
Joins together several strings, sorting them alphabetically and separating them with spaces.
join(List<String>) - Static method in class org.apache.tapestry5.MarkupUtils
Joins together several strings, sorting them alphabetically and separating them with spaces.
joinSorted(Collection) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Creates a sorted copy of the provided elements, then turns that into a comma separated list.
JSON_MIME_TYPE - Static variable in class org.apache.tapestry5.internal.InternalConstants
Required MIME type for JSON responses.
JSONArray - Class in org.apache.tapestry5.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.apache.tapestry5.json.JSONArray
Construct an empty JSONArray.
JSONArray(String) - Constructor for class org.apache.tapestry5.json.JSONArray
 
JSONArray(Object...) - Constructor for class org.apache.tapestry5.json.JSONArray
 
JSONArrayEventResultProcessor - Class in org.apache.tapestry5.internal.services
 
JSONArrayEventResultProcessor(Response, String) - Constructor for class org.apache.tapestry5.internal.services.JSONArrayEventResultProcessor
 
JSONLiteral - Class in org.apache.tapestry5.json
A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or array.
JSONLiteral(String) - Constructor for class org.apache.tapestry5.json.JSONLiteral
 
JSONObject - Class in org.apache.tapestry5.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.apache.tapestry5.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String...) - Constructor for class org.apache.tapestry5.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(String) - Constructor for class org.apache.tapestry5.json.JSONObject
Construct a JSONObject from a string.
JSONObjectEventResultProcessor - Class in org.apache.tapestry5.internal.services
Implemention of ComponentEventResultProcessor for JSONObject, allowing a component event handler to return a JSONObject that will be sent directly to the client as the reply.
JSONObjectEventResultProcessor(Response, String) - Constructor for class org.apache.tapestry5.internal.services.JSONObjectEventResultProcessor
 
JSONString - Interface in org.apache.tapestry5.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JustInTimeObjectCreator - Class in org.apache.tapestry5.ioc.internal.services
Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.
JustInTimeObjectCreator(ServiceActivityTracker, ObjectCreator, String) - Constructor for class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
 

K

keyDown(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyDownNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyPress(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyPressNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keys(Map<K, V>) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
keys() - Method in class org.apache.tapestry5.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keyUp(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyUpNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
KeyValue - Class in org.apache.tapestry5.internal
A key/value pair.
KeyValue(String, String) - Constructor for class org.apache.tapestry5.internal.KeyValue
 

L

label(String) - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Changes the label for the property to the provided value.
Label - Class in org.apache.tapestry5.corelib.components
Generates a <label> element for a particular field.
Label() - Constructor for class org.apache.tapestry5.corelib.components.Label
 
label(String) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
languageVersion() - Static method in class org.apache.tapestry.mojo.ParametersDoclet
Yes we are interested in annotations, etc.
LAST_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
CSS class for the last column or the last row.
lastTerm(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Strips a dotted sequence (such as a property expression, or a qualified class name) down to the last term of that expression, by locating the last period ('.') in the string.
lastTerm(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Searches the string for the final period ('.') character and returns everything after that.
LazyAdvisor - Interface in org.apache.tapestry5.ioc.services
An advisor that identifies methods which can be evaluated lazily and advises them.
LazyAdvisorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
LazyAdvisorImpl(ThunkCreator) - Constructor for class org.apache.tapestry5.ioc.internal.services.LazyAdvisorImpl
 
length() - Method in class org.apache.tapestry5.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.apache.tapestry5.json.JSONObject
Get the number of keys stored in the JSONObject.
LibraryMapping - Class in org.apache.tapestry5.services
Used to configure the ComponentClassResolver, to allow it to map prefixes to library root packages (the application namespace is a special case of this).
LibraryMapping(String, String) - Constructor for class org.apache.tapestry5.services.LibraryMapping
 
LifecycleNotificationComponentCallback - Class in org.apache.tapestry5.internal.structure
Implementation of ComponentCallback used for lifecycle notifications that do not have an event, and can therefore never be aborted.
LifecycleNotificationComponentCallback() - Constructor for class org.apache.tapestry5.internal.structure.LifecycleNotificationComponentCallback
 
LifecycleWrappedServiceCreator - Class in org.apache.tapestry5.ioc.internal
Wrapper around a lifecycle, a set of resources for a service, and an underlying ObjectCreator for a service that allows the service lifecycle to alter the way that the service is created (this is needed for the more advanced, non-singleton types of service lifecycles).
LifecycleWrappedServiceCreator(ServiceLifecycle, ServiceResources, ObjectCreator) - Constructor for class org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator
 
Link - Interface in org.apache.tapestry5
A link is the Tapestry representation of a URL or URI that triggers dynamic behavior.
LinkCreationHub - Interface in org.apache.tapestry5.services
A service that allows listeners to be registerred to learn about Link creation.
LinkCreationListener - Interface in org.apache.tapestry5.services
Listener interface for objects that need to be notified about newly created links.
LinkImpl - Class in org.apache.tapestry5.internal.services
 
LinkImpl(String, boolean, boolean, Response, RequestPathOptimizer) - Constructor for class org.apache.tapestry5.internal.services.LinkImpl
 
LinkSource - Interface in org.apache.tapestry5.internal.services
A source for Link objects.
LinkSourceImpl - Class in org.apache.tapestry5.internal.services
 
LinkSourceImpl(PageRenderQueue, PageActivationContextCollector, TypeCoercer, ComponentClassResolver, ComponentEventLinkEncoder) - Constructor for class org.apache.tapestry5.internal.services.LinkSourceImpl
 
LinkSubmit - Class in org.apache.tapestry5.corelib.components
Generates a client-side hyperlink that submits the enclosing form.
LinkSubmit() - Constructor for class org.apache.tapestry5.corelib.components.LinkSubmit
 
linkZone(String, String, Link) - Method in class org.apache.tapestry5.internal.services.ClientBehaviorSupportImpl
 
linkZone(String, String, Link) - Method in interface org.apache.tapestry5.services.ClientBehaviorSupport
Sets the client-side onclick handler for an <a> element to perform an Ajax update of a zone.
ListRenderer - Class in org.apache.tapestry5.internal.renderers
Renders a List, but rendering an unordered list.
ListRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.ListRenderer
 
LITERAL - Static variable in class org.apache.tapestry5.BindingConstants
Binding expression prefix used for literal strings.
LiteralBinding - Class in org.apache.tapestry5.internal.bindings
Binding type for literal, immutable values.
LiteralBinding(Location, String, Object) - Constructor for class org.apache.tapestry5.internal.bindings.LiteralBinding
 
LiteralBindingFactory - Class in org.apache.tapestry5.internal.bindings
Binding factory that treats the expression as a literal string.
LiteralBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.LiteralBindingFactory
 
LiteralPropertyConduit - Class in org.apache.tapestry5.internal.services
A PropertyConduit for a literal value in an expression, such as a number, or "true", "false" or "null".
LiteralPropertyConduit(Class, AnnotationProvider, String, TypeCoercer, Object) - Constructor for class org.apache.tapestry5.internal.services.LiteralPropertyConduit
 
loaded() - Method in interface org.apache.tapestry5.internal.structure.Page
Inform the page that it is now completely loaded.
loaded() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
loadPage(String, Locale) - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
 
loadPage(String, Locale) - Method in interface org.apache.tapestry5.internal.services.PageLoader
Loads the page in the given locale.
loadParameter(String, String) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Loads a single parameter/value pair.
loadParameter(String, String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
Local - Annotation Type in org.apache.tapestry5.ioc.annotations
A special marker annotation which limits the search for possible services to just the same module containing the service being injected.
LocaleUtils - Class in org.apache.tapestry5.internal.util
Contains code borrowed from commons-lang.
LocaleUtils() - Constructor for class org.apache.tapestry5.internal.util.LocaleUtils
 
LocalizationSetter - Interface in org.apache.tapestry5.services
Sets the thread's locale given a desired locale.
LocalizationSetterImpl - Class in org.apache.tapestry5.internal.services
Given a set of supported locales, for a specified desired locale, sets the current thread's locale to a supported locale that is closest to the desired.
LocalizationSetterImpl(Request, PersistentLocale, ThreadLocale, String) - Constructor for class org.apache.tapestry5.internal.services.LocalizationSetterImpl
 
LocalizedNameGenerator - Class in org.apache.tapestry5.ioc.internal.util
Used in a wide variety of resource searches.
LocalizedNameGenerator(String, Locale) - Constructor for class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
 
Locatable - Interface in org.apache.tapestry5.ioc
Interface implemented by objects which carry a location tag.
locateClassNames(String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassNameLocatorImpl
Synchronization should not be necessary, but perhaps the underlying ClassLoader's are sensitive to threading.
locateClassNames(String) - Method in interface org.apache.tapestry5.ioc.services.ClassNameLocator
Searches for all classes under the given package name.
Location - Interface in org.apache.tapestry5.ioc
A kind of tag applied to other objects to identify where they came from, in terms of a file (the resource), a line number, and a column number.
LocationImpl - Class in org.apache.tapestry5.ioc.internal.util
Implementation class for Location.
LocationImpl(Resource) - Constructor for class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
LocationImpl(Resource, int) - Constructor for class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
LocationImpl(Resource, int, int) - Constructor for class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
locationOf(Object) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Sniffs the object to see if it is a Location or Locatable.
LocationRenderer - Class in org.apache.tapestry5.internal.renderers
Responsible for rendering a Location.
LocationRenderer() - Constructor for class org.apache.tapestry5.internal.renderers.LocationRenderer
 
lock - Variable in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
lock() - Method in class org.apache.tapestry5.ioc.internal.util.OneShotLock
Checks the lock, then sets it.
Log - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for component methods to enable debug-level logging.
logger - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
LoggerSource - Interface in org.apache.tapestry5.ioc
A wrapper around SLF4J's LoggerFactory that exists to allow particular projects to "hook" the creation of Logger instances.
LoggerSourceImpl - Class in org.apache.tapestry5.ioc.internal
Simple wrapper around SLF4J's LoggerFactory.
LoggerSourceImpl() - Constructor for class org.apache.tapestry5.ioc.internal.LoggerSourceImpl
 
LoggingAdvice - Class in org.apache.tapestry5.ioc.internal.services
 
LoggingAdvice(Logger, ExceptionTracker) - Constructor for class org.apache.tapestry5.ioc.internal.services.LoggingAdvice
 
LoggingAdvisor - Interface in org.apache.tapestry5.ioc.services
A service used in conjuction with a service advisor method to add logging advice to a service.
LoggingAdvisorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
LoggingAdvisorImpl(ExceptionTracker) - Constructor for class org.apache.tapestry5.ioc.internal.services.LoggingAdvisorImpl
 
LoggingDecorator - Interface in org.apache.tapestry5.ioc.services
Service that can create a logging interceptor that wraps around a service implementation (or interceptor).
LoggingDecoratorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
LoggingDecoratorImpl(AspectDecorator, LoggingAdvisor) - Constructor for class org.apache.tapestry5.ioc.internal.services.LoggingDecoratorImpl
 
LogWorker - Class in org.apache.tapestry5.internal.transform
Looks for the Log marker annotation and adds method advice to perform the logging.
LogWorker(ExceptionTracker) - Constructor for class org.apache.tapestry5.internal.transform.LogWorker
 
Loop - Class in org.apache.tapestry5.corelib.components
Basic looping class; loops over a number of items (provided by its source parameter), rendering its body for each one.
Loop() - Constructor for class org.apache.tapestry5.corelib.components.Loop
 
LoopFormState - Enum in org.apache.tapestry5.corelib
Identifies how a LoopFormState component stores state into the FormSupport object.

M

makeReadOnly(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
makeReadOnly(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Changes the field to be read only.
mapFromKeysAndValues(String...) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
 
MapInjectionResources - Class in org.apache.tapestry5.ioc.internal.util
InjectionDefaultProvider that operates using a Map from type to value.
MapInjectionResources(Map<Class, Object>) - Constructor for class org.apache.tapestry5.ioc.internal.util.MapInjectionResources
 
MapMessages - Class in org.apache.tapestry5.internal.services
Implementation of Messages based on a simple Map (of string keys and values).
MapMessages(Locale, Map<String, String>) - Constructor for class org.apache.tapestry5.internal.services.MapMessages
A new instance retaining (not copying) the provided map.
MappedConfiguration<K,V> - 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.
MappedConfigurationOverride<K,V> - Class in org.apache.tapestry5.ioc.internal
 
MappedConfigurationOverride(ContributionDef, Map<K, V>, K, V) - Constructor for class org.apache.tapestry5.ioc.internal.MappedConfigurationOverride
 
MapSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
Provides symbol values from a Map of symbol names and symbol values (typically provided by a Tapestry IOC service configuration).
MapSymbolProvider(Map<String, String>) - Constructor for class org.apache.tapestry5.ioc.internal.services.MapSymbolProvider
 
markDirty() - Method in class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
Invoked by the subclass whenever the internal state of the object changes.
Marker - Annotation Type in org.apache.tapestry5.ioc.annotations
Used to define one or more marker annotations for a service implementation.
MarkupConstants - Class in org.apache.tapestry5
Constants used when rendering page markup.
MarkupConstants() - Constructor for class org.apache.tapestry5.MarkupConstants
 
MarkupModel - Interface in org.apache.tapestry5.dom
Used by a the DOM to determine how to produce markup.
MarkupRenderer - Interface in org.apache.tapestry5.services
An object which will perform rendering of a page (or portion of a page).
MarkupRendererFilter - Interface in org.apache.tapestry5.services
Filter interface for MarkupRenderer, which allows for code to execute before and/or after the main rendering process.
MarkupRendererTerminator - Class in org.apache.tapestry5.internal.services
Terminator for the [@link MarkupRenderer} pipeline, which exists to invoke PageRenderQueue.render(org.apache.tapestry5.MarkupWriter).
MarkupRendererTerminator(PageRenderQueue) - Constructor for class org.apache.tapestry5.internal.services.MarkupRendererTerminator
 
MarkupUtils - Class in org.apache.tapestry5
Utility methods related to generating markup.
MarkupUtils() - Constructor for class org.apache.tapestry5.MarkupUtils
 
MarkupWriter - Interface in org.apache.tapestry5
An interface used by objects, such as Tapestry components, that need to render themselves as some form of XML markup.
MarkupWriterAdapter - Class in org.apache.tapestry5
Default, empty implementation of MarkupWriterListener.
MarkupWriterAdapter() - Constructor for class org.apache.tapestry5.MarkupWriterAdapter
 
MarkupWriterFactory - Interface in org.apache.tapestry5.services
Source for MarkupWriter instances.
MarkupWriterFactoryImpl - Class in org.apache.tapestry5.internal.services
 
MarkupWriterFactoryImpl(PageContentTypeAnalyzer, RequestPageCache) - Constructor for class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
MarkupWriterImpl - Class in org.apache.tapestry5.internal.services
 
MarkupWriterImpl() - Constructor for class org.apache.tapestry5.internal.services.MarkupWriterImpl
Creates a new instance of the MarkupWriter with a DefaultMarkupModel.
MarkupWriterImpl(MarkupModel) - Constructor for class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
MarkupWriterImpl(MarkupModel, String) - Constructor for class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
MarkupWriterListener - Interface in org.apache.tapestry5
An interface that allows objects to be alerted when after an element is started, and after an element is ended.
MASTER_OBJECT_PROVIDER_SERVICE_ID - Static variable in class org.apache.tapestry5.ioc.IOCConstants
 
MasterObjectProvider - Interface in org.apache.tapestry5.ioc.services
A service that acts as a chain-of-command over a number of ObjectProvider, but allows for the case where no object may be provided.
MasterObjectProviderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
MasterObjectProviderImpl(List<ObjectProvider>, OperationTracker) - Constructor for class org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl
 
Match - Annotation Type in org.apache.tapestry5.ioc.annotations
Optional, but typically used, annotation for service decorator methods, used to define which services the decorator applies to.
matches(String, String, int) - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
matches(Object) - Method in class org.apache.tapestry5.internal.test.CodeEq
 
matches(ServiceDef) - Method in interface org.apache.tapestry5.ioc.AdvisorDef
Used to determine which services may be advised.
matches(ServiceDef) - Method in interface org.apache.tapestry5.ioc.def.DecoratorDef
Used to determine which services may be decorated by this decorator.
matches(String) - Method in interface org.apache.tapestry5.ioc.IdMatcher
Returns true if the provided input id matches the pattern defined by this matcher instance.
matches(ServiceDef) - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
Returns true if any provided pattern matches the id of the service.
matches(String) - Method in class org.apache.tapestry5.ioc.internal.GlobPatternMatcher
 
matches(String) - Method in class org.apache.tapestry5.ioc.internal.IdMatcherImpl
 
matches(String) - Method in class org.apache.tapestry5.ioc.internal.OrIdMatcher
 
matches(String, String, int) - Method in interface org.apache.tapestry5.runtime.ComponentEvent
Returns true if the event matches the provided criteria.
Max - Class in org.apache.tapestry5.validator
Enforces a maximum integer value.
Max() - Constructor for class org.apache.tapestry5.validator.Max
 
MaxLength - Class in org.apache.tapestry5.validator
 
MaxLength() - Constructor for class org.apache.tapestry5.validator.MaxLength
 
maybe(int) - Method in class org.apache.tapestry5.test.RandomDataSource
 
MESSAGE - Static variable in class org.apache.tapestry5.BindingConstants
A reference to a localized message from the component's message catalog (including message keys inherited from the application global message catalog).
MessageBindingFactory - Class in org.apache.tapestry5.internal.bindings
Implementation of the message: binding prefix -- we simply get the message key and store it inside at LiteralBinding.
MessageBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.MessageBindingFactory
 
MessageFormatter - Interface in org.apache.tapestry5.ioc
Obtained from a Messages, used to format messages for a specific localized message key.
MessageFormatterImpl - Class in org.apache.tapestry5.ioc.internal.util
 
MessageFormatterImpl(String, Locale) - Constructor for class org.apache.tapestry5.ioc.internal.util.MessageFormatterImpl
 
Messages - Interface in org.apache.tapestry5.ioc
Provides access to a messages catalog, a set of properties files that provide localized messages for a particular locale.
MessagesBundle - Interface in org.apache.tapestry5.internal.services
Represents a bundle of properties files that can be used to collect properties that are eventually used to form a Messages.
messagesFor(Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
Provides access to component messages, suitable for testing.
MessagesImpl - Class in org.apache.tapestry5.ioc.internal.util
Implementation of Messages based around a ResourceBundle.
MessagesImpl(Locale, ResourceBundle) - Constructor for class org.apache.tapestry5.ioc.internal.util.MessagesImpl
 
MessagesSource - Interface in org.apache.tapestry5.internal.services
 
MessagesSourceImpl - Class in org.apache.tapestry5.internal.services
A utility class that encapsulates all the logic for reading properties files and assembling Messages from them, in accordance with extension rules and locale.
MessagesSourceImpl(URLChangeTracker) - Constructor for class org.apache.tapestry5.internal.services.MessagesSourceImpl
 
Meta - Annotation Type in org.apache.tapestry5.annotations
Allows for the specification of per-component meta-data.
MetaDataConstants - Class in org.apache.tapestry5
Meta-data keys that are applied to components and pages.
MetaDataConstants() - Constructor for class org.apache.tapestry5.MetaDataConstants
 
MetaDataLocator - Interface in org.apache.tapestry5.services
Used to lookup meta data concerning a particular component.
MetaDataLocatorImpl - Class in org.apache.tapestry5.internal.services
 
MetaDataLocatorImpl(SymbolSource, TypeCoercer, ComponentModelSource, Map<String, String>) - Constructor for class org.apache.tapestry5.internal.services.MetaDataLocatorImpl
 
metaKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
metaKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
MetaWorker - Class in org.apache.tapestry5.internal.transform
Checks for the presence of a Meta annotation, and adds the data within to the component model.
MetaWorker() - Constructor for class org.apache.tapestry5.internal.transform.MetaWorker
 
method - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
method - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
MethodAdvice - Interface in org.apache.tapestry5.ioc
For Tapestry IoC, Aspects provide a limited amount of advise, i.e., advising method invocations.
MethodAdviceReceiver - Interface in org.apache.tapestry5.ioc
Interface used with service advisor methods to define advice.
MethodCompileException - Exception in org.apache.tapestry5.internal.services
Exception thrown when a method body fails to compile; this will allow the method body to be displayed to the user on the request failure page.
MethodCompileException(String, String, Throwable) - Constructor for exception org.apache.tapestry5.internal.services.MethodCompileException
 
MethodFilter - Interface in org.apache.tapestry5.services
Used by ClassTransformation.findMethods(MethodFilter) to accept or reject each method.
MethodInfo - Class in org.apache.tapestry5.ioc.internal.services
Used by AdvisedMethodInvocationBuilder to track the method being invoked, and the list of MethodAdvice associated with the method.
MethodInfo(Method) - Constructor for class org.apache.tapestry5.ioc.internal.services.MethodInfo
 
MethodInvocationBuilder - Class in org.apache.tapestry5.internal.util
A utility class for building part of a method body to invoke a method.
MethodInvocationBuilder() - Constructor for class org.apache.tapestry5.internal.util.MethodInvocationBuilder
 
MethodIterator - Class in org.apache.tapestry5.ioc.services
Utility used to iterate over the publically visible methods of a class or interface.
MethodIterator(Class) - Constructor for class org.apache.tapestry5.ioc.services.MethodIterator
 
MethodLogger - Class in org.apache.tapestry5.ioc.internal.services
Used by LoggingDecoratorImpl to delegate out logging behavior to a seperate object.
MethodLogger(Logger, ExceptionTracker) - Constructor for class org.apache.tapestry5.ioc.internal.services.MethodLogger
 
MethodSignature - Class in org.apache.tapestry5.ioc.services
A representation of a Method, identifying the name, return type, parameter types and exception types.
MethodSignature(Class, String, Class[], Class[]) - Constructor for class org.apache.tapestry5.ioc.services.MethodSignature
 
MethodSignature(Method) - Constructor for class org.apache.tapestry5.ioc.services.MethodSignature
 
milliseconds() - Method in class org.apache.tapestry5.ioc.util.TimeInterval
 
Min - Class in org.apache.tapestry5.validator
 
Min() - Constructor for class org.apache.tapestry5.validator.Min
 
MIN_GZIP_SIZE - Static variable in class org.apache.tapestry5.SymbolConstants
Minimum output stream size, in bytes, before output is compressed using GZIP.
MinLength - Class in org.apache.tapestry5.validator
Validates that a string value has a minimum length.
MinLength() - Constructor for class org.apache.tapestry5.validator.MinLength
 
Mixin - Annotation Type in org.apache.tapestry5.annotations
Defines an implementation mixin for a component.
MixinAfter - Annotation Type in org.apache.tapestry5.annotations
A marker annotation applied to a mixin to indicate that the mixin's render state behavior is deferred until after the the behavior of the component to which the mixin is attached.
MixinAfterWorker - Class in org.apache.tapestry5.internal.transform
Looks for the MixinAfter annotatation and sets the mixinAfter flag is present.
MixinAfterWorker() - Constructor for class org.apache.tapestry5.internal.transform.MixinAfterWorker
 
MixinClasses - Annotation Type in org.apache.tapestry5.annotations
Used to attach one or more instance mixins to an embedded component.
Mixins - Annotation Type in org.apache.tapestry5.annotations
Used to attach one ore more instance mixin to an embedded component.
MIXINS_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
MixinWorker - Class in org.apache.tapestry5.internal.transform
Supports the Mixin annotation, which allows a mixin to be part of the implementation of a component.
MixinWorker(ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.transform.MixinWorker
 
mockAnnotationProvider() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockApplicationStateCreator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockApplicationStateManager() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockApplicationStatePersistenceStrategy() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockApplicationStatePersistenceStrategySource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockAsset() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockAsset2() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockAssetFactory() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockAssetSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBaseURLSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBeanModel() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBeanModelSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBinding() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBindingFactory() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBindingSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockBlock() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockClasspathAssetAliasManager() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockClassPropertyAdapter() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockClassTransformation() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponent() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentClassResolver() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentEventHandler() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentEventRequestHandler() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentEventResultProcessor() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentModel() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentRequestHandler() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockComponentResources() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockConfiguration() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockContext() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockContributionDef() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockDecoratorDef() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockEnvironment() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockField() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFieldTranslator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFieldValidationSupport() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFieldValidator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFieldValidatorSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFieldWithLabel(String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockFormSupport() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockHeartbeat() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockHttpServletRequest() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockHttpServletRequestHandler() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockHttpServletResponse() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockHttpSession() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockInject() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockInternalRegistry() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
mockLink() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockLocation() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockLogger() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMappedConfiguration() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMarkupWriter() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockMasterObjectProvider() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMessageFormatter() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMessages() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMetaDataLocator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockModule() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
mockModuleDef() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockMutableComponentModel() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockNullFieldStrategy() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockObjectCreator() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockObjectCreatorSource() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
mockObjectLocator() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockObjectProvider() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockOrderedConfiguration() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockParameterModel() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockPath() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockPerthreadManager() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockPropertyAccess() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockPropertyAdapter() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockPropertyConduit() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockPropertyModel() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockPropertyOverrides() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockRenderSupport() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockRequest() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockRequestHandler() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockResource() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockResourceDigestGenerator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockResponse() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockRunnable() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
Frequently used as a placeholder for an arbitrary service (but its nice and simple).
mockServiceActivityTracker() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
mockServiceBuilderResources() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockServiceBuilderResources(OperationTracker) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockServiceDecorator() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockServiceDef() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockServiceResources() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockServiceResources(OperationTracker) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockSession() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockSymbolSource() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
MockTester - Class in org.apache.tapestry5.ioc.test
Contains core logic used by TestBase, allowing for mock objects to be used outside of a TestNG-based test suite.
MockTester() - Constructor for class org.apache.tapestry5.ioc.test.MockTester
 
mockThreadLocale() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockTranslator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockTranslator(String, Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockTranslatorSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockTypeCoercer() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
mockValidationConstraintGenerator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValidationDecorator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValidationMessagesSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValidationTracker() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValidator() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValueEncoder() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
mockValueEncoderSource() - Method in class org.apache.tapestry5.test.TapestryTestCase
 
model() - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Returns the containing model, often used for "fluent" construction of the model.
model() - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
modify(BeanModel, String, String, String, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
Performs standard set of modifications to a BeanModel.
modifyKeySet(Set<K>, boolean) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Modifies a keySet to add or remove the current key.
Module - Interface in org.apache.tapestry5.ioc.internal
A module within the Tapestry IoC registry.
MODULE_BASE_DIR - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
TapestryTestConstants.MODULE_BASE_DIR_PATH as a file.
MODULE_BASE_DIR_PATH - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
The Surefire plugin sets basedir but DOES NOT change the current working directory.
MODULE_BUILDER_MANIFEST_ENTRY_NAME - Static variable in class org.apache.tapestry5.ioc.IOCConstants
 
ModuleBuilderSource - Interface in org.apache.tapestry5.ioc
The source for the module instance needed by any service builders, service contributors and service decorators that are mapped to instance methods.
ModuleDef - Interface in org.apache.tapestry5.ioc.def
Defines the contents of a module.
ModuleDef2 - Interface in org.apache.tapestry5.ioc.def
Extended version of ModuleDef introduced in Tapestry 5.1 to allow for service advisors (an improvement on service decorators).
ModuleImpl - Class in org.apache.tapestry5.ioc.internal
 
ModuleImpl(InternalRegistry, ServiceActivityTracker, ModuleDef, ClassFactory, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.ModuleImpl
 
mouseDown(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownRight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownRightAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseMove(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseMoveAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseOut(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseOver(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUp(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpRight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpRightAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
moveAfter(Element) - Method in class org.apache.tapestry5.dom.Node
Moves this node so that it becomes a sibling of the element, ordered just after the element.
moveBefore(Element) - Method in class org.apache.tapestry5.dom.Node
Moves this node so that it becomes a sibling of the element, ordered just before the element.
moveToBottom(Element) - Method in class org.apache.tapestry5.dom.Node
Moves this node so that it the last child of the element.
moveToTop(Element) - Method in class org.apache.tapestry5.dom.Node
Moves this node so that it becomes this first child of the element, shifting existing elements forward.
multi() - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
MultiKey - Class in org.apache.tapestry5.internal.util
Combines multiple values to form a single composite key.
MultiKey(Object...) - Constructor for class org.apache.tapestry5.internal.util.MultiKey
Creates a new instance from the provided values.
MULTIPART_ENCTYPE - Static variable in class org.apache.tapestry5.upload.components.Upload
 
MultipartDecoder - Interface in org.apache.tapestry5.upload.services
Responsible for detecting and processing file upload requests, using Jakarta Commons FileUpload.
MultipartDecoderImpl - Class in org.apache.tapestry5.upload.internal.services
Implementation of multipart decoder for servlets.
MultipartDecoderImpl(FileItemFactory, long, long, String) - Constructor for class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
MultipartServletRequestFilter - Class in org.apache.tapestry5.upload.internal.services
Filter that decodes an incoming multipart request.
MultipartServletRequestFilter(MultipartDecoder) - Constructor for class org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter
 
MultiZoneUpdate - Class in org.apache.tapestry5.ajax
A mapping from client-side zone ids to objects that can render the content for that zone on the client.
MultiZoneUpdate(String, Object) - Constructor for class org.apache.tapestry5.ajax.MultiZoneUpdate
 
MultiZoneUpdateEventResultProcessor - Class in org.apache.tapestry5.services.ajax
Handler for MultiZoneUpdate responses from a component event handler method.
MultiZoneUpdateEventResultProcessor(PageRenderQueue, TypeCoercer) - Constructor for class org.apache.tapestry5.services.ajax.MultiZoneUpdateEventResultProcessor
 
MutableComponentModel - Interface in org.apache.tapestry5.model
Mutable version of ComponentModel used during the transformation phase.
MutableComponentModelImpl - Class in org.apache.tapestry5.internal.model
Internal implementation of MutableComponentModel.
MutableComponentModelImpl(String, Logger, Resource, ComponentModel) - Constructor for class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
MutableEmbeddedComponentModel - Interface in org.apache.tapestry5.model
A mutable version of EmbeddedComponentModel that allows the parameters to be incrementally stored.
MutableEmbeddedComponentModelImpl - Class in org.apache.tapestry5.internal.model
 
MutableEmbeddedComponentModelImpl(String, String, String, String, boolean, Location) - Constructor for class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 

N

names() - Method in class org.apache.tapestry5.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
newAttributeElement(ComponentResources, AttributeToken) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Creates a RenderCommand for rendering an attribute, when the attribute contains expansions.
newAttributeElement(ComponentResources, AttributeToken) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.AssetBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.BlockBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ComponentBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ContextBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.LiteralBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.MessageBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.NullFieldStrategyBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.PropBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.TranslateBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ValidateBindingFactory
 
newBinding(String, ComponentResources, String, String) - Method in class org.apache.tapestry5.internal.services.BindingSourceImpl
 
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in class org.apache.tapestry5.internal.services.BindingSourceImpl
 
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Creates a new binding as with BindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location).
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in interface org.apache.tapestry5.services.BindingFactory
Creates a new binding instance.
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in interface org.apache.tapestry5.services.BindingSource
Examines the expression and strips off the leading prefix.
newBinding(String, ComponentResources, String, String) - Method in interface org.apache.tapestry5.services.BindingSource
A simpler version of BindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location) that defaults the values for several parameters.
newCapture() - Static method in class org.apache.tapestry5.ioc.test.TestBase
A factory method to create EasyMock Capture objects.
newCaseInsensitiveMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newCaseInsensitiveMap(Map<String, ? extends V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newChild(String, String, String, String, Instantiator, Location) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Creates a new child component of the invoked component.
newChild(String, String, String, String, Instantiator, Location) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
newClass(Class) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Convieience for creating a new ClassFab instance using a ClassFactory.
newClass(Class) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
newClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
newClass(String, Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
newClass(String, Class) - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Createa a new CtClass instance.
newClass(String, Class) - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
newClass(Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Simplified version of ClassFactory.newClass(String, Class) that generates a name based on the service interface name, extends from java.lang.Object, and automatically adds the serviceInterface to the returned ClassFab.
newClass(String, Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Creates a ClassFab object for the given name; the new class is a subclass of the indicated class.
newConcurrentMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs a new concurrent map, which is safe to access via multiple threads.
newExpansionElement(ComponentResources, ExpansionToken) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Converts an expansion token into a command that renders the expanded value.
newExpansionElement(ComponentResources, ExpansionToken) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newInstance() - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Creates a new bean instance.
newInstance() - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
newInstance(InternalComponentResources) - Method in interface org.apache.tapestry5.internal.services.Instantiator
Instantiates and returns a new instance of the desired class.
newInstance(Class<A>, Map<Class, A>) - Static method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Creates a strategy registry for the given adapter type.
newInstance(Class<A>, Map<Class, A>, boolean) - Static method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Creates a strategy registry for the given adapter type.
newIntermediateType() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
newLinkedList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Useful for queues.
newList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Contructs and returns a new generic ArrayList instance.
newList(V...) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Creates a new, fully modifiable list from an initial set of elements.
newList(Collection<V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a new ArrayList as a copy of the provided collection.
newMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a generic HashMap instance.
newMap(Map<? extends K, ? extends V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs a new HashMap instance by copying an existing Map instance.
newMarkupWriter(ContentType) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newMarkupWriter(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newMarkupWriter(ContentType) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Creates a markup writer for a particular content type.
newMarkupWriter(String) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Obtains a markup writer that will render the content for the provided logical page name.
newMemberName(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
newMemberName(String, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
newMemberName(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Returns the name of a new member (field or method).
newMemberName(String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
As with ClassTransformation.newMemberName(String), but the suggested name is constructed from the prefix and base name.
newMock(Class<T>) - Method in class org.apache.tapestry5.ioc.test.MockTester
Creates a new mock object of the indicated type.
newMock(Class<T>) - Method in class org.apache.tapestry5.ioc.test.TestBase
Creates a new mock object of the indicated type.
newPartialMarkupWriter(ContentType) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newPartialMarkupWriter(ContentType) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Creates a markup writer for a particular content type, configured for partial page rendering (i.e., for a response to an Ajax request).
newResource(String) - Method in class org.apache.tapestry5.internal.services.ContextResource
 
newResource(String) - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
Factory method provided by subclasses.
newResource(String) - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
newRootElement(String) - Method in class org.apache.tapestry5.dom.Document
Creates the root element for this document, replacing any previous root element.
newRootElement(String, String) - Method in class org.apache.tapestry5.dom.Document
Creates a new root element within a namespace.
newSet() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a generic HashSet instance.
newSet(Collection<V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Contructs a new HashSet and initializes it using the provided collection.
newSet(V...) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newStack() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newStack(int) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newThreadSafeList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a new CopyOnWriteArrayList.
next() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
next() - Method in class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
Returns the next localized variant.
next() - Method in class org.apache.tapestry5.ioc.services.MethodIterator
Returns the next method (as a MethodSignature, returning null when all are exhausted.
Node - Class in org.apache.tapestry5.dom
A node within the DOM.
Node(Element) - Constructor for class org.apache.tapestry5.dom.Node
Creates a new node, setting its container to the provided value.
NonParallelExecutor - Class in org.apache.tapestry5.ioc.internal.services
Implementation of ParallelExecutor used when the thread pool is disabled.
NonParallelExecutor() - Constructor for class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
 
NonVisual - Annotation Type in org.apache.tapestry5.beaneditor
Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel.
notBlank(String, String) - Static method in class org.apache.tapestry5.ioc.internal.util.Defense
Checks that a parameter value is not null and not empty.
NotEmpty - Class in org.apache.tapestry5.corelib.mixins
A mixin that attaches to an element that renders an element.
NotEmpty() - Constructor for class org.apache.tapestry5.corelib.mixins.NotEmpty
 
NotificationEventCallback - Class in org.apache.tapestry5.internal.util
A ComponentEventCallback used for notification events.
NotificationEventCallback(String, String) - Constructor for class org.apache.tapestry5.internal.util.NotificationEventCallback
 
NotLazy - Annotation Type in org.apache.tapestry5.ioc.annotations
Marks a method as specifically not-lazy, even if other methods in the same interface are being advised as lazy.
notNull(T, String) - Static method in class org.apache.tapestry5.ioc.internal.util.Defense
Checks that a method parameter value is not null, and returns it.
NULL - Static variable in class org.apache.tapestry5.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL - Static variable in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
NullAnnotationProvider - Class in org.apache.tapestry5.ioc.internal
A null implementation of AnnotationProvider, used when there is not appropriate source of annotations.
NullAnnotationProvider() - Constructor for class org.apache.tapestry5.ioc.internal.NullAnnotationProvider
 
NullDataSource - Class in org.apache.tapestry5.internal.grid
An implementation of GridDataSource used when the value null is provided as the source.
NullDataSource() - Constructor for class org.apache.tapestry5.internal.grid.NullDataSource
 
NULLFIELDSTRATEGY - Static variable in class org.apache.tapestry5.BindingConstants
A way of selecting a named NullFieldStrategy contributed to NullFieldStrategySource.
NullFieldStrategy - Interface in org.apache.tapestry5
Defines a strategy, used by Field components such as TextField, to handle the case where either the server-side value to be sent (as a string) to the client, or the client-side string passed back up to the server, is null or blank.
NullFieldStrategyBindingFactory - Class in org.apache.tapestry5.internal.bindings
Treats the expression as the name of a NullFieldStrategy, accessed via the NullFieldStrategySource service.
NullFieldStrategyBindingFactory(NullFieldStrategySource) - Constructor for class org.apache.tapestry5.internal.bindings.NullFieldStrategyBindingFactory
 
NullFieldStrategySource - Interface in org.apache.tapestry5.services
A source for NullFieldStrategy instances based on a logical name.
NullFieldStrategySourceImpl - Class in org.apache.tapestry5.internal.services
 
NullFieldStrategySourceImpl(Map<String, NullFieldStrategy>) - Constructor for class org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
 
nullTerm(String, String, Object) - Static method in class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
May be invoked from fabricated PropertyConduit instances.
nullValueInPath(String) - Static method in class org.apache.tapestry5.corelib.base.BaseMessages
 
NumericFormatter - Interface in org.apache.tapestry5.internal.translator
Interface for defining the basic parse and toClient operations.
NumericFormatterImpl - Class in org.apache.tapestry5.internal.translator
A wrapper around NumberFormat.
NumericFormatterImpl(NumberFormat) - Constructor for class org.apache.tapestry5.internal.translator.NumericFormatterImpl
 
NumericTranslator<T extends Number> - Class in org.apache.tapestry5.internal.translator
Uses a NumericTranslatorSupport to provide proper locale-aware support for all the built-in numeric types.
NumericTranslator(String, Class<T>, NumericTranslatorSupport) - Constructor for class org.apache.tapestry5.internal.translator.NumericTranslator
 
NumericTranslatorSupport - Interface in org.apache.tapestry5.internal.translator
Used to generate the client-side JSON specification for how a number-based validator operates.
NumericTranslatorSupportImpl - Class in org.apache.tapestry5.internal.translator
 
NumericTranslatorSupportImpl(TypeCoercer, ThreadLocale, Request, RenderSupport, ClientBehaviorSupport) - Constructor for class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 

O

OBJECT_RENDER_DIV_SECTION - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
ObjectArrayRenderer - Class in org.apache.tapestry5.internal.renderers
Renders an Object[] array as an unordered list.
ObjectArrayRenderer(ObjectRenderer) - Constructor for class org.apache.tapestry5.internal.renderers.ObjectArrayRenderer
 
ObjectComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
A catch-all for type Object that reports the return value as an error.
ObjectComponentEventResultProcessor(Collection<Class>) - Constructor for class org.apache.tapestry5.internal.services.ObjectComponentEventResultProcessor
 
ObjectCreator - Interface in org.apache.tapestry5.ioc
Interface used to encapsulate any strategy used defer the creation of some object until just as needed.
ObjectCreatorSource - Interface in org.apache.tapestry5.ioc.internal
An object which can, when passed a ServiceBuilderResources, create a corresponding ObjectCreator.
ObjectLocator - Interface in org.apache.tapestry5.ioc
Defines an object which can provide access to services defined within a Registry, or to objects or object instances available by other means.
ObjectLocatorImpl - Class in org.apache.tapestry5.ioc.internal
Base service locator class used when only the module is known (i.e., when instantiating a module class).
ObjectLocatorImpl(InternalRegistry, Module) - Constructor for class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
ObjectProvider - Interface in org.apache.tapestry5.ioc
Object providers represent an alternate way to locate an object provided somewhere in the Registry.
ObjectRenderer<T> - Interface in org.apache.tapestry5.services
A strategy interface used for converting an object into markup that describes that object.
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.pageload.PageLoaderImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.ClasspathAssetFactory
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.ComponentClassCacheImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
When the class loader is invalidated, clear any cached page names or component types.
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.ComponentClassTransformerImpl
Clears the cache of InternalClassTransformation instances whenever the class loader is invalidated.
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.DefaultDataTypeAnalyzer
Clears the registry on an invalidation event (this is because the registry caches results, and the keys are classes that may be component classes from the invalidated component class loader).
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.MetaDataLocatorImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.PageActivationContextCollectorImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.PagePoolImpl
Any time templates, classes or messages change, we throw out all instances.
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
Clears its caches when the component class loader is invalidated; this is because it will be common to generate conduits rooted in a component class (which will no longer be valid and must be released to the garbage collector).
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.StringInternerImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
 
objectWasInvalidated() - Method in class org.apache.tapestry5.internal.services.VirtualAssetStreamerImpl
 
objectWasInvalidated() - Method in interface org.apache.tapestry5.services.InvalidationListener
Invoked to indicate that some object is invalid.
OMIT_GENERATOR_META - Static variable in class org.apache.tapestry5.SymbolConstants
Used to omit the normal Tapestry framework generator meta tag.
OMITTED - Static variable in class org.apache.tapestry5.services.StackTraceElementClassConstants
An omitted frame, because it is not interesting (such as a dynamically generated proxy).
ONCLICK - Static variable in class org.apache.tapestry5.MarkupConstants
Name of attribute for intercepting the user clicking a link.
oneOf(T...) - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random value from the list of values supplied.
oneOf(Class<T>) - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random enum value, given the enum type.
OneShotLock - Class in org.apache.tapestry5.ioc.internal.util
Logic for handling one shot semantics for classes; classes that include a method (or methods) that "locks down" the instance, to prevent it from being used again in the future.
OneShotLock() - Constructor for class org.apache.tapestry5.ioc.internal.util.OneShotLock
 
OnEvent - Annotation Type in org.apache.tapestry5.annotations
Marks a method as a handler for a client side event.
OnEventWorker - Class in org.apache.tapestry5.internal.transform
Provides implementations of the Component.dispatchComponentEvent(org.apache.tapestry5.runtime.ComponentEvent) method, based on OnEvent annotations.
OnEventWorker() - Constructor for class org.apache.tapestry5.internal.transform.OnEventWorker
 
onLoad(ClassPool, String) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
open(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
openStream() - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
Obtains the URL for the Resource and opens the stream, wrapped by a BufferedInputStream.
openStream() - Method in interface org.apache.tapestry5.ioc.Resource
Opens a stream to the content of the resource, or returns null if the resource does not exist.
openWindow(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
OperationException - Exception in org.apache.tapestry5.ioc.internal
An exception caught and reported by an OperationTracker; the trace property identifies what operations were active at the time of the exception.
OperationException(Throwable, String[]) - Constructor for exception org.apache.tapestry5.ioc.internal.OperationException
 
OperationTracker - Interface in org.apache.tapestry5.ioc
Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along with a trace of the stack of operations.
OperationTrackerImpl - Class in org.apache.tapestry5.ioc.internal
Core implementation that manages a logger and catches and reports exception.
OperationTrackerImpl(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.OperationTrackerImpl
 
OperationTrackingObjectCreator - Class in org.apache.tapestry5.ioc.internal
Makes sure the operations tracker is notified knows that a service is being realized.
OperationTrackingObjectCreator(OperationTracker, String, ObjectCreator) - Constructor for class org.apache.tapestry5.ioc.internal.OperationTrackingObjectCreator
 
opt(String) - Method in class org.apache.tapestry5.json.JSONObject
Get an optional value associated with a key.
OptimizedApplicationStateObject - Interface in org.apache.tapestry5
Deprecated. since 5.1.0.0; use OptimizedSessionPersistedObject instead
OptimizedApplicationStateObjectAnalyzer - Class in org.apache.tapestry5.internal.services
 
OptimizedApplicationStateObjectAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.OptimizedApplicationStateObjectAnalyzer
 
OptimizedSessionPersistedObject - Interface in org.apache.tapestry5
An optional interface implemented by objects that are persisted in the Session.
OptimizedSessionPersistedObjectAnalyzer - Class in org.apache.tapestry5.internal.services
 
OptimizedSessionPersistedObjectAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.OptimizedSessionPersistedObjectAnalyzer
 
optimizePath(String) - Method in interface org.apache.tapestry5.internal.services.RequestPathOptimizer
Optimizes the provided path, returning a new path that is shorter but (combined with the current requests' base URL) will result in the same request URI.
optimizePath(String) - Method in class org.apache.tapestry5.internal.services.RequestPathOptimizerImpl
 
option(OptionModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
 
option(OptionModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
Invoked for each option within a group, and at the end, for each ungrouped option.
OptionGroupModel - Interface in org.apache.tapestry5
Defines a group of related options.
OptionGroupModelImpl - Class in org.apache.tapestry5.internal
 
OptionGroupModelImpl(String, boolean, List<OptionModel>, String...) - Constructor for class org.apache.tapestry5.internal.OptionGroupModelImpl
 
OptionGroupModelImpl(String, boolean, List<OptionModel>, Map<String, String>) - Constructor for class org.apache.tapestry5.internal.OptionGroupModelImpl
 
optionLength(String) - Static method in class org.apache.tapestry.mojo.ParametersDoclet
 
OptionModel - Interface in org.apache.tapestry5
A single option within a OptionGroupModel.
OptionModelImpl - Class in org.apache.tapestry5.internal
 
OptionModelImpl(String) - Constructor for class org.apache.tapestry5.internal.OptionModelImpl
Constructor for when the value and the label are the same.
OptionModelImpl(String, Object) - Constructor for class org.apache.tapestry5.internal.OptionModelImpl
 
Order - Annotation Type in org.apache.tapestry5.ioc.annotations
Used with a service decorator method to control the order in which decorations occur.
Orderable<T> - Class in org.apache.tapestry5.ioc
A wrapper that allows objects of a target type to be ordered.
Orderable(String, T, String...) - Constructor for class org.apache.tapestry5.ioc.Orderable
 
OrderedConfiguration<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.
Orderer<T> - Class in org.apache.tapestry5.ioc.internal.util
Used to order objects into an "execution" order.
Orderer(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.util.Orderer
 
org.apache.tapestry.mojo - package org.apache.tapestry.mojo
 
org.apache.tapestry5 - package org.apache.tapestry5
 
org.apache.tapestry5.ajax - package org.apache.tapestry5.ajax
Extra utility classes used to support Ajax interactions between the client and the browser.
org.apache.tapestry5.annotations - package org.apache.tapestry5.annotations
 
org.apache.tapestry5.beaneditor - package org.apache.tapestry5.beaneditor
 
org.apache.tapestry5.corelib - package org.apache.tapestry5.corelib
 
org.apache.tapestry5.corelib.base - package org.apache.tapestry5.corelib.base
 
org.apache.tapestry5.corelib.components - package org.apache.tapestry5.corelib.components
 
org.apache.tapestry5.corelib.data - package org.apache.tapestry5.corelib.data
 
org.apache.tapestry5.corelib.internal - package org.apache.tapestry5.corelib.internal
 
org.apache.tapestry5.corelib.mixins - package org.apache.tapestry5.corelib.mixins
 
org.apache.tapestry5.corelib.pages - package org.apache.tapestry5.corelib.pages
 
org.apache.tapestry5.dom - package org.apache.tapestry5.dom
 
org.apache.tapestry5.grid - package org.apache.tapestry5.grid
 
org.apache.tapestry5.hibernate - package org.apache.tapestry5.hibernate
 
org.apache.tapestry5.hibernate.annotations - package org.apache.tapestry5.hibernate.annotations
 
org.apache.tapestry5.hibernate.pages - package org.apache.tapestry5.hibernate.pages
 
org.apache.tapestry5.internal - package org.apache.tapestry5.internal
 
org.apache.tapestry5.internal.antlr - package org.apache.tapestry5.internal.antlr
 
org.apache.tapestry5.internal.beaneditor - package org.apache.tapestry5.internal.beaneditor
 
org.apache.tapestry5.internal.bindings - package org.apache.tapestry5.internal.bindings
 
org.apache.tapestry5.internal.event - package org.apache.tapestry5.internal.event
 
org.apache.tapestry5.internal.events - package org.apache.tapestry5.internal.events
 
org.apache.tapestry5.internal.grid - package org.apache.tapestry5.internal.grid
 
org.apache.tapestry5.internal.gzip - package org.apache.tapestry5.internal.gzip
 
org.apache.tapestry5.internal.hibernate - package org.apache.tapestry5.internal.hibernate
 
org.apache.tapestry5.internal.model - package org.apache.tapestry5.internal.model
 
org.apache.tapestry5.internal.pageload - package org.apache.tapestry5.internal.pageload
 
org.apache.tapestry5.internal.parser - package org.apache.tapestry5.internal.parser
Classes related to parsing of Tapestry component templates.
org.apache.tapestry5.internal.renderers - package org.apache.tapestry5.internal.renderers
 
org.apache.tapestry5.internal.services - package org.apache.tapestry5.internal.services
 
org.apache.tapestry5.internal.spring - package org.apache.tapestry5.internal.spring
 
org.apache.tapestry5.internal.structure - package org.apache.tapestry5.internal.structure
 
org.apache.tapestry5.internal.test - package org.apache.tapestry5.internal.test
 
org.apache.tapestry5.internal.transform - package org.apache.tapestry5.internal.transform
 
org.apache.tapestry5.internal.translator - package org.apache.tapestry5.internal.translator
 
org.apache.tapestry5.internal.util - package org.apache.tapestry5.internal.util
 
org.apache.tapestry5.ioc - package org.apache.tapestry5.ioc
 
org.apache.tapestry5.ioc.annotations - package org.apache.tapestry5.ioc.annotations
 
org.apache.tapestry5.ioc.def - package org.apache.tapestry5.ioc.def
 
org.apache.tapestry5.ioc.internal - package org.apache.tapestry5.ioc.internal
 
org.apache.tapestry5.ioc.internal.services - package org.apache.tapestry5.ioc.internal.services
 
org.apache.tapestry5.ioc.internal.util - package org.apache.tapestry5.ioc.internal.util
 
org.apache.tapestry5.ioc.services - package org.apache.tapestry5.ioc.services
 
org.apache.tapestry5.ioc.test - package org.apache.tapestry5.ioc.test
 
org.apache.tapestry5.ioc.util - package org.apache.tapestry5.ioc.util
 
org.apache.tapestry5.json - package org.apache.tapestry5.json
 
org.apache.tapestry5.model - package org.apache.tapestry5.model
 
org.apache.tapestry5.runtime - package org.apache.tapestry5.runtime
Contains interfaces that are added to component classes at runtime.
org.apache.tapestry5.services - package org.apache.tapestry5.services
 
org.apache.tapestry5.services.ajax - package org.apache.tapestry5.services.ajax
Utilities for handling Ajax-oriented requests, including partial render requests.
org.apache.tapestry5.spring - package org.apache.tapestry5.spring
 
org.apache.tapestry5.test - package org.apache.tapestry5.test
 
org.apache.tapestry5.tutorial.data - package org.apache.tapestry5.tutorial.data
 
org.apache.tapestry5.tutorial.entities - package org.apache.tapestry5.tutorial.entities
 
org.apache.tapestry5.tutorial.pages - package org.apache.tapestry5.tutorial.pages
 
org.apache.tapestry5.tutorial.pages.address - package org.apache.tapestry5.tutorial.pages.address
 
org.apache.tapestry5.tutorial.services - package org.apache.tapestry5.tutorial.services
 
org.apache.tapestry5.upload.components - package org.apache.tapestry5.upload.components
 
org.apache.tapestry5.upload.internal.services - package org.apache.tapestry5.upload.internal.services
 
org.apache.tapestry5.upload.services - package org.apache.tapestry5.upload.services
 
org.apache.tapestry5.urlrewriter - package org.apache.tapestry5.urlrewriter
 
org.apache.tapestry5.util - package org.apache.tapestry5.util
 
org.apache.tapestry5.validator - package org.apache.tapestry5.validator
 
OrIdMatcher - Class in org.apache.tapestry5.ioc.internal
A wrapper around a collection of IdMatchers.
OrIdMatcher(Collection<IdMatcher>) - Constructor for class org.apache.tapestry5.ioc.internal.OrIdMatcher
 
Output - Class in org.apache.tapestry5.corelib.components
A component for formatting output.
Output() - Constructor for class org.apache.tapestry5.corelib.components.Output
 
OutputRaw - Class in org.apache.tapestry5.corelib.components
Used to output raw markup to the client.
OutputRaw() - Constructor for class org.apache.tapestry5.corelib.components.OutputRaw
 
override(Orderable<T>) - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
 
override(String, T, String...) - Method in class org.apache.tapestry5.ioc.internal.util.Orderer
 
override(K, V) - Method in class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
override(String, T, String...) - Method in class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
override(int, Object) - Method in interface org.apache.tapestry5.ioc.Invocation
Replaces a parameter in the invocation.
override(K, V) - Method in interface org.apache.tapestry5.ioc.MappedConfiguration
Overrides an existing contribution by its key.
override(String, T, String...) - Method in interface org.apache.tapestry5.ioc.OrderedConfiguration
Overrides a normally contributed object.
overrideInstance(K, Class<? extends V>) - Method in class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
overrideInstance(String, Class<? extends T>, String...) - Method in class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
overrideInstance(K, Class<? extends V>) - Method in interface org.apache.tapestry5.ioc.MappedConfiguration
Overrides an existing contribution with a new instance.
overrideInstance(String, Class<? extends T>, String...) - Method in interface org.apache.tapestry5.ioc.OrderedConfiguration
Instantiates an object and adds it as an override.
overrideParameter(String, String) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Overrides a parameter to the specific value, regardless of how the parameter was previously set.
overrideParameter(String, String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
overrideResult(Object) - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
overrideResult(Object) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
overrideResult(Object) - Method in interface org.apache.tapestry5.ioc.Invocation
Overrides the result.
overrideThrown(Exception) - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
 
overrideThrown(Exception) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
overrideThrown(Exception) - Method in interface org.apache.tapestry5.ioc.Invocation
Overrides the thrown exception.

P

PackageNameHibernateConfigurer - Class in org.apache.tapestry5.internal.hibernate
Adds entity classes from a given set of packages to the configuration.
PackageNameHibernateConfigurer(HibernateEntityPackageManager, ClassNameLocator) - Constructor for class org.apache.tapestry5.internal.hibernate.PackageNameHibernateConfigurer
 
Page - Interface in org.apache.tapestry5.internal.structure
Represents a unique page within the application.
PAGE_CONTEXT_NAME - Static variable in class org.apache.tapestry5.internal.InternalConstants
The name of the query parameter that stores the page activation context inside an action request.
PAGE_LOAD_TIMEOUT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
15 seconds
PageActivationContext - Annotation Type in org.apache.tapestry5.annotations
Annotation for a field for which the page activation context handlers (onActivate and onPassivate) should be created.
PageActivationContextCollector - Interface in org.apache.tapestry5.internal.services
Fires the EventConstants.PASSIVATE event on a page, and collects the result, converting it to an array of objects.
PageActivationContextCollectorImpl - Class in org.apache.tapestry5.internal.services
 
PageActivationContextCollectorImpl(TypeCoercer, RequestPageCache, ComponentModelSource) - Constructor for class org.apache.tapestry5.internal.services.PageActivationContextCollectorImpl
 
PageActivationContextWorker - Class in org.apache.tapestry5.internal.transform
Provides the page activation context handlers.
PageActivationContextWorker() - Constructor for class org.apache.tapestry5.internal.transform.PageActivationContextWorker
 
PageAttached - Annotation Type in org.apache.tapestry5.annotations
Method annotation used for methods that should be invoked when the page is first attached to a request.
PageContentTypeAnalyzer - Interface in org.apache.tapestry5.internal.services
 
PageContentTypeAnalyzerImpl - Class in org.apache.tapestry5.internal.services
 
PageContentTypeAnalyzerImpl(MetaDataLocator, String) - Constructor for class org.apache.tapestry5.internal.services.PageContentTypeAnalyzerImpl
 
PageDetached - Annotation Type in org.apache.tapestry5.annotations
Method annotation used for methods that should be invoked when the page is detached at the end of a request, before it is returned to the page pool for later reuse.
PageDocumentGenerator - Interface in org.apache.tapestry5.services
Interface used to programatically render a page, forming a Document which can then be manipulated or streamed to a PrintWriter.
PageDocumentGeneratorImpl - Class in org.apache.tapestry5.internal.services
 
PageDocumentGeneratorImpl(RequestPageCache, PageMarkupRenderer, MarkupWriterFactory, Request) - Constructor for class org.apache.tapestry5.internal.services.PageDocumentGeneratorImpl
 
PageElementFactory - Interface in org.apache.tapestry5.internal.services
Used by the PageLoader to create partialar page elements.
PageElementFactoryImpl - Class in org.apache.tapestry5.internal.services
 
PageElementFactoryImpl(TypeCoercer, BindingSource) - Constructor for class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
PageImpl - Class in org.apache.tapestry5.internal.structure
 
PageImpl(String, Locale, PersistentFieldManager) - Constructor for class org.apache.tapestry5.internal.structure.PageImpl
 
PageLifecycleAnnotationWorker - Class in org.apache.tapestry5.internal.transform
Similar to RenderPhaseMethodWorker but applies to annotations/methods related to the overall page lifecycle.
PageLifecycleAnnotationWorker(Class<? extends Annotation>, TransformMethodSignature, String) - Constructor for class org.apache.tapestry5.internal.transform.PageLifecycleAnnotationWorker
 
PageLifecycleListener - Interface in org.apache.tapestry5.runtime
A set of methods that allow components to know about page-level operations.
PageLink - Class in org.apache.tapestry5.corelib.components
Generates a render request link to some other page in the application.
PageLink() - Constructor for class org.apache.tapestry5.corelib.components.PageLink
 
PageLoaded - Annotation Type in org.apache.tapestry5.annotations
Method annotation used for methods that should be invoked once the page is fully loaded.
PageLoader - Interface in org.apache.tapestry5.internal.services
Instantiates a fully loaded, configured instance of a Tapestry page.
PageLoaderImpl - Class in org.apache.tapestry5.internal.pageload
There's still a lot of room to beef up ComponentAssembler and EmbeddedComponentAssembler to perform more static analysis.
PageLoaderImpl(ComponentInstantiatorSource, ComponentTemplateSource, PageElementFactory, ComponentPageElementResourcesSource, ComponentClassResolver, PersistentFieldManager, StringInterner) - Constructor for class org.apache.tapestry5.internal.pageload.PageLoaderImpl
 
PageLocator - Class in org.apache.tapestry5.internal.services
Used as a key to lookup a page from the PagePool.
PageLocator(String, Locale) - Constructor for class org.apache.tapestry5.internal.services.PageLocator
 
PageMarkupRenderer - Interface in org.apache.tapestry5.internal.services
Service used to render page markup using a MarkupWriter.
PageMarkupRendererImpl - Class in org.apache.tapestry5.internal.services
 
PageMarkupRendererImpl(MarkupRenderer, PageRenderQueue, Environment, Request) - Constructor for class org.apache.tapestry5.internal.services.PageMarkupRendererImpl
 
PageNameComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
Used when a component event handler returns a string value.
PageNameComponentEventResultProcessor(RequestPageCache, ActionRenderResponseGenerator) - Constructor for class org.apache.tapestry5.internal.services.PageNameComponentEventResultProcessor
 
PagePool - Interface in org.apache.tapestry5.internal.services
Provides access to pages, creating them as necessary, and pooling them between requests.
PagePoolImpl - Class in org.apache.tapestry5.internal.services
Registered as an invalidation listener with the page loader, the component messages source, and the component template source.
PagePoolImpl(Logger, PageLoader, ThreadLocale, int, long, int, long) - Constructor for class org.apache.tapestry5.internal.services.PagePoolImpl
 
PageRenderDispatcher - Class in org.apache.tapestry5.internal.services
Dispatches incoming requests for render requests.
PageRenderDispatcher(ComponentRequestHandler, ComponentEventLinkEncoder) - Constructor for class org.apache.tapestry5.internal.services.PageRenderDispatcher
 
PageRenderLinkSource - Interface in org.apache.tapestry5.services
A service that allows other services to create page render links (which are otherwise created by components, via ComponentResourcesCommon.createPageLink(String, boolean, Object[])).
PageRenderLinkSourceImpl - Class in org.apache.tapestry5.internal.services
 
PageRenderLinkSourceImpl(LinkSource, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.services.PageRenderLinkSourceImpl
 
PageRenderQueue - Interface in org.apache.tapestry5.internal.services
A wrapper around RenderQueue, but referencable as a (per-thread) service.
PageRenderQueueImpl - Class in org.apache.tapestry5.internal.services
This services keeps track of the page being rendered and the root command for the partial render, it is therefore request/thread scoped.
PageRenderQueueImpl(LoggerSource) - Constructor for class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
PageRenderRequestFilter - Interface in org.apache.tapestry5.services
Filter interface for PageRenderRequestHandler, which allows extra behaviors to be injected into the processing of a page render request.
PageRenderRequestHandler - Interface in org.apache.tapestry5.services
Handles a invocation related to rendering out a pages complete content.
PageRenderRequestHandlerImpl - Class in org.apache.tapestry5.internal.services
Handles a page render request by activating and then rendering the page.
PageRenderRequestHandlerImpl(RequestPageCache, ComponentEventResultProcessor, PageResponseRenderer) - Constructor for class org.apache.tapestry5.internal.services.PageRenderRequestHandlerImpl
 
PageRenderRequestParameters - Class in org.apache.tapestry5.services
Used with PageRenderRequestHandler and PageRenderRequestFilter to define the logical page name and activation context for the request.
PageRenderRequestParameters(String, EventContext) - Constructor for class org.apache.tapestry5.services.PageRenderRequestParameters
 
PageResponseRenderer - Interface in org.apache.tapestry5.internal.services
Service responsible for writing a full page markup response.
PageResponseRendererImpl - Class in org.apache.tapestry5.internal.services
 
PageResponseRendererImpl(MarkupWriterFactory, PageMarkupRenderer, PageContentTypeAnalyzer, Response, Logger) - Constructor for class org.apache.tapestry5.internal.services.PageResponseRendererImpl
 
PAGES_SUBPACKAGE - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
PageTemplateLocator - Interface in org.apache.tapestry5.internal.services
Responsible for locating page templates in the web application context.
PageTemplateLocatorImpl - Class in org.apache.tapestry5.internal.services
 
PageTemplateLocatorImpl(Resource, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.services.PageTemplateLocatorImpl
 
PageTester - Class in org.apache.tapestry5.test
This class is used to run a Tapestry app in a single-threaded, in-process testing environment.
PageTester(String, String) - Constructor for class org.apache.tapestry5.test.PageTester
Initializes a PageTester without overriding any services and assuming that the context root is in src/main/webapp.
PageTester(String, String, String, Class...) - Constructor for class org.apache.tapestry5.test.PageTester
Initializes a PageTester that acts as a browser and a servlet container to test drive your Tapestry pages.
PageTesterContext - Class in org.apache.tapestry5.internal.test
 
PageTesterContext(String) - Constructor for class org.apache.tapestry5.internal.test.PageTesterContext
 
PageTesterModule - Class in org.apache.tapestry5.internal.test
Used in conjuction with PageTester to mock up and/or stub out portions of Tapestry that need to be handled differently when testing.
PageTesterModule() - Constructor for class org.apache.tapestry5.internal.test.PageTesterModule
 
PageTesterSession - Class in org.apache.tapestry5.internal.test
 
PageTesterSession() - Constructor for class org.apache.tapestry5.internal.test.PageTesterSession
 
Palette - Class in org.apache.tapestry5.corelib.components
Multiple selection component.
Palette() - Constructor for class org.apache.tapestry5.corelib.components.Palette
 
paragraph(int, int, int, int) - Method in class org.apache.tapestry5.test.RandomDataSource
Strings together a random number of word lists (in sentence form) to create something that looks like a paragraph.
ParallelExecutor - Interface in org.apache.tapestry5.ioc.services
A service that allows work to occur in parallel using a thread pool.
ParallelExecutorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ParallelExecutorImpl(ExecutorService, ThunkCreator, PerthreadManager) - Constructor for class org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl
 
Parameter - Annotation Type in org.apache.tapestry5.annotations
Annotation placed on a field to indicate that it is, in fact, a component parameter.
ParameterAccess - Interface in org.apache.tapestry5.internal
A wrapper around a named parameter provided by InternalComponentResources.
ParameterBuilder - Interface in org.apache.tapestry5.internal.util
Builds single parameter value to pass into a method being invoked by a MethodInvocationBuilder.
ParameterDescription - Class in org.apache.tapestry.mojo
 
ParameterDescription(String, String, String, String, boolean, boolean, boolean, String, String) - Constructor for class org.apache.tapestry.mojo.ParameterDescription
 
ParameterModel - Interface in org.apache.tapestry5.model
Model for a formal parameter of a component.
ParameterModelImpl - Class in org.apache.tapestry5.internal.model
 
ParameterModelImpl(String, boolean, boolean, String) - Constructor for class org.apache.tapestry5.internal.model.ParameterModelImpl
 
ParametersDoclet - Class in org.apache.tapestry.mojo
Generates an XML file that identifies all the classes that contain parameters, and all the parameters within each component class.
ParametersDoclet() - Constructor for class org.apache.tapestry.mojo.ParametersDoclet
 
ParametersServletRequestWrapper - Class in org.apache.tapestry5.upload.internal.services
Wrapper for HttpServletRequest that overrides the parameter methods of the wrapped request.
ParametersServletRequestWrapper(HttpServletRequest) - Constructor for class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
 
ParameterToken - Class in org.apache.tapestry5.internal.parser
A parameter block to be passed to a component as a parameter.
ParameterToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.ParameterToken
 
ParameterValue - Class in org.apache.tapestry5.upload.internal.services
Holds single or multivalued values.
ParameterValue(String) - Constructor for class org.apache.tapestry5.upload.internal.services.ParameterValue
 
ParameterValue(String...) - Constructor for class org.apache.tapestry5.upload.internal.services.ParameterValue
 
ParameterWorker - Class in org.apache.tapestry5.internal.transform
Responsible for identifying parameters via the Parameter annotation on component fields.
ParameterWorker(BindingSource, ComponentDefaultProvider) - Constructor for class org.apache.tapestry5.internal.transform.ParameterWorker
 
parse(String) - Method in class org.apache.tapestry5.ContentType
Parses the argument and configures the content type accordingly.
parse(String) - Method in interface org.apache.tapestry5.FieldTranslator
Invoked after the client-submitted value has been translated to check that the value conforms to expectations (often, in terms of minimum or maximum value).
parse(String) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorImpl
 
parse(boolean) - Method in class org.apache.tapestry5.internal.services.StaxTemplateParser
 
parse(String) - Method in class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
parse(String) - Method in interface org.apache.tapestry5.internal.translator.NumericFormatter
Parses a value from the client in a locale-specific way.
parse(String) - Method in class org.apache.tapestry5.internal.translator.NumericFormatterImpl
 
PARSE_CLIENT - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by some form-related cmponents to parse a value provided by the client.
parseClient(String, ComponentResources, FieldTranslator<Object>, NullFieldStrategy) - Method in interface org.apache.tapestry5.FieldValidationSupport
A wrapper around Translator.parseClient(Field, String, String).
parseClient(String, ComponentResources, FieldTranslator<Object>, NullFieldStrategy) - Method in class org.apache.tapestry5.internal.services.FieldValidationSupportImpl
 
parseClient(Field, String, String) - Method in class org.apache.tapestry5.internal.translator.NumericTranslator
 
parseClient(Class<T>, String) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
Parses a client-submitted value in a localized manner.
parseClient(Class<T>, String) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 
parseClient(Field, String, String) - Method in class org.apache.tapestry5.internal.translator.StringTranslator
Passes the clientValue through unchanged.
parseClient(Field, String, String) - Method in interface org.apache.tapestry5.Translator
Converts a submitted request value into an appropriate server side value.
parseConvertedValue(String) - Method in class org.apache.tapestry5.internal.translator.BigDecimalNumericFormatter
 
parseConvertedValue(String) - Method in class org.apache.tapestry5.internal.translator.BigIntegerNumericFormatter
 
parseConvertedValue(String) - Method in class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
parseKeyValue(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Parses a key/value pair where the key and the value are seperated by an equals sign.
parseRequest(HttpServletRequest) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
parseTemplate(Resource) - Method in interface org.apache.tapestry5.internal.services.TemplateParser
Parses the given resource into a component template.
parseTemplate(Resource) - Method in class org.apache.tapestry5.internal.services.TemplateParserImpl
 
PartialMarkupDocumentLinker - Class in org.apache.tapestry5.internal.services
 
PartialMarkupDocumentLinker() - Constructor for class org.apache.tapestry5.internal.services.PartialMarkupDocumentLinker
 
PartialMarkupRenderer - Interface in org.apache.tapestry5.services
Defines an Ajax-oriented partial page render, wherein a render of a portion of a page occurs, and the content is stored into a key ("content") of a JSONObject, which is sent to the client side as the final response.
PartialMarkupRendererFilter - Interface in org.apache.tapestry5.services
A filter (the main interface being PartialMarkupRenderer) applied when performing a partial page render as part of an Ajax-oriented request.
PartialMarkupRendererTerminator - Class in org.apache.tapestry5.internal.services
Terminator for the PartialMarkupRenderer pipeline, which ultimately invokes PageRenderQueue.renderPartial(org.apache.tapestry5.MarkupWriter, org.apache.tapestry5.json.JSONObject).
PartialMarkupRendererTerminator(PageRenderQueue) - Constructor for class org.apache.tapestry5.internal.services.PartialMarkupRendererTerminator
 
PASSIVATE - Static variable in class org.apache.tapestry5.EventConstants
Event triggered when a link for a page is generated.
PasswordField - Class in org.apache.tapestry5.corelib.components
A version of TextField, but rendered out as an <input type="password"> element.
PasswordField() - Constructor for class org.apache.tapestry5.corelib.components.PasswordField
 
Path - Annotation Type in org.apache.tapestry5.annotations
Used in conjunction with the Inject annotation to inject an Asset based on a path.
peek(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
peek() - Method in class org.apache.tapestry5.ioc.util.Stack
Returns the top element of the stack without affecting the stack.
peek(Class<T>) - Method in interface org.apache.tapestry5.services.Environment
Peeks at the current top of the indicated stack.
peek() - Method in interface org.apache.tapestry5.services.EnvironmentalAccess
Peeks at the current top of the configured type's stack.
peekRequired(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
peekRequired(Class<T>) - Method in interface org.apache.tapestry5.services.Environment
Peeks at the current top of the indicated stack (which must have a non-null value).
peekRequired() - Method in interface org.apache.tapestry5.services.EnvironmentalAccess
Peeks at the current top of the configured type's stack.
perform(ComponentResources) - Method in interface org.apache.tapestry5.internal.services.ComponentResourcesOperation
Perform some operation that requires the components' resources.
performRegistryStartup() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
performRegistryStartup() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
It's not unreasonable for an eagerly-loaded service to decide to start a thread, at which point we raise issues about improper publishing of the Registry instance from the RegistryImpl constructor.
performRegistryStartup() - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
performRegistryStartup() - Method in interface org.apache.tapestry5.ioc.Registry
Invoked to eagerly load services marked with the EagerLoad annotation, and to execute all contributions to the Startup service.
Persist - Annotation Type in org.apache.tapestry5.annotations
Identifies a field as persistent, meaning its value persists from one request to the next.
PersistedEntity - Class in org.apache.tapestry5.internal.hibernate
Encapsulates a Hibernate entity name with an entity id.
PersistedEntity(String, Serializable) - Constructor for class org.apache.tapestry5.internal.hibernate.PersistedEntity
 
PERSISTENCE_STRATEGY - Static variable in class org.apache.tapestry5.SymbolConstants
Identifies the default persistence strategy for all pages that do not provide an override (using this value as key).
PersistenceConstants - Class in org.apache.tapestry5
Constants for persistent field strategies.
PersistenceConstants() - Constructor for class org.apache.tapestry5.PersistenceConstants
 
PersistentFieldBundle - Interface in org.apache.tapestry5.services
Encapsulates persisted property information for an entire page.
PersistentFieldBundleImpl - Class in org.apache.tapestry5.internal.services
 
PersistentFieldBundleImpl(Collection<PersistentFieldChange>) - Constructor for class org.apache.tapestry5.internal.services.PersistentFieldBundleImpl
 
PersistentFieldChange - Interface in org.apache.tapestry5.services
Represents a previously stored change to a persistent field, within the context of a particular page of the application.
PersistentFieldChangeImpl - Class in org.apache.tapestry5.internal.services
 
PersistentFieldChangeImpl(String, String, Object) - Constructor for class org.apache.tapestry5.internal.services.PersistentFieldChangeImpl
 
PersistentFieldManager - Interface in org.apache.tapestry5.internal.services
Handle persistent property changes.
PersistentFieldManagerImpl - Class in org.apache.tapestry5.internal.services
 
PersistentFieldManagerImpl(MetaDataLocator, Map<String, PersistentFieldStrategy>) - Constructor for class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
 
PersistentFieldStrategy - Interface in org.apache.tapestry5.services
Defines how changes to fields (within components, within pages) may have their values persisted between requests.
PersistentLocale - Interface in org.apache.tapestry5.services
Manages the persistent locale stored in the browser (inside the URL).
PersistentLocaleImpl - Class in org.apache.tapestry5.internal.services
 
PersistentLocaleImpl(PerthreadManager, String) - Constructor for class org.apache.tapestry5.internal.services.PersistentLocaleImpl
 
persistFieldChange(String, Object) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Posts a change to a persistent field.
persistFieldChange(String, Object) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
persistFieldChange(ComponentResources, String, Object) - Method in interface org.apache.tapestry5.internal.structure.Page
Posts a change to a persistent field.
persistFieldChange(ComponentResources, String, Object) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
PersistWorker - Class in org.apache.tapestry5.internal.transform
Converts fields with the Persist annotation into persistent fields.
PersistWorker() - Constructor for class org.apache.tapestry5.internal.transform.PersistWorker
 
PERTHREAD - Static variable in class org.apache.tapestry5.ioc.ScopeConstants
An alternate scope provided with Tapestry; a per-thread instance is created on demand, behind a shared proxy.
PERTHREAD_SCOPE - Static variable in class org.apache.tapestry5.ioc.IOCConstants
Deprecated. Use ScopeConstants.PERTHREAD instead.
PerthreadManager - Interface in org.apache.tapestry5.ioc.services
Manages per-thread data, and provides a way for listeners to know when such data should be cleaned up.
PerthreadManagerImpl - Class in org.apache.tapestry5.ioc.internal.services
 
PerthreadManagerImpl(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
PerThreadOperationTracker - Class in org.apache.tapestry5.ioc.internal
Manages a per-thread OperationTracker using a ThreadLocal.
PerThreadOperationTracker(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.PerThreadOperationTracker
 
PerThreadServiceCreator - Class in org.apache.tapestry5.ioc.internal.services
Provides per-thread implementations of services.
PerThreadServiceCreator(PerthreadManager, ObjectCreator) - Constructor for class org.apache.tapestry5.ioc.internal.services.PerThreadServiceCreator
 
PerThreadServiceLifecycle - Class in org.apache.tapestry5.ioc.internal.services
Allows a service to exist "per thread" (in each thread).
PerThreadServiceLifecycle(PerthreadManager, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.PerThreadServiceLifecycle
 
PipelineBuilder - Interface in org.apache.tapestry5.ioc.services
Creates a pipeline from a service inteface and an ordered list of filters.
PipelineBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
PipelineBuilderImpl(ClassFactory, DefaultImplementationBuilder) - Constructor for class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
 
placeHiddenFieldAfter(Element) - Method in class org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
 
placeHiddenFieldAfter(Element) - Method in interface org.apache.tapestry5.services.HiddenFieldLocationRules
Checks the element to see if a hidden field may be placed after the element (as a sibling element).
placeHiddenFieldInside(Element) - Method in class org.apache.tapestry5.internal.services.HiddenFieldLocationRulesImpl
 
placeHiddenFieldInside(Element) - Method in interface org.apache.tapestry5.services.HiddenFieldLocationRules
Checks the element to see if a hidden field may be placed inside the element.
pop() - Method in class org.apache.tapestry5.dom.Element
Removes an element; the element's children take the place of the node within its container.
pop(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
pop() - Method in class org.apache.tapestry5.ioc.util.Stack
Pops the top element off the stack and returns it.
pop(Class<T>) - Method in interface org.apache.tapestry5.services.Environment
Removes and returns the top environmental object of the selected type.
POST_RENDER_CLEANUP_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.postRenderCleanup().
postChange(String, String, String, Object) - Method in class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
 
postChange(String, String, String, Object) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
postChange(String, String, String, Object) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStrategy
 
postChange(String, ComponentResources, String, Object) - Method in interface org.apache.tapestry5.internal.services.PersistentFieldManager
Posts a change of a persistent property.
postChange(String, ComponentResources, String, Object) - Method in class org.apache.tapestry5.internal.services.PersistentFieldManagerImpl
 
postChange(String, String, String, Object) - Method in interface org.apache.tapestry5.services.PersistentFieldStrategy
Posts a change of a persistent property.
PostInjection - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation for methods that should be invoked after injection.
postRenderCleanup() - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Allows the resources to cleanup any render-time only data.
postRenderCleanup() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
postRenderCleanup() - Method in interface org.apache.tapestry5.runtime.Component
Lifecycle method invoked at the end of the CleanupRender render phase.
PrefixCheckStackTraceElementAnalyzer - Class in org.apache.tapestry5.internal.services
Checks to see if a class has a given prefix to its class name.
PrefixCheckStackTraceElementAnalyzer(String, String) - Constructor for class org.apache.tapestry5.internal.services.PrefixCheckStackTraceElementAnalyzer
 
prefixMethod(TransformMethodSignature, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
prefixMethod(TransformMethodSignature, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Inserts code at the beginning of a method body (i.e.
PREPARE - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
PREPARE - Static variable in class org.apache.tapestry5.EventConstants
Invoked to let the containing component(s) prepare for the form rendering or the form submission.
prepare(int, int, List<SortConstraint>) - Method in interface org.apache.tapestry5.grid.GridDataSource
Invoked to allow the source to prepare to present values.
prepare(int, int, List<SortConstraint>) - Method in class org.apache.tapestry5.hibernate.HibernateGridDataSource
Prepares the results, performing a query (applying the sort results, and the provided start and end index).
prepare(int, int, List<SortConstraint>) - Method in class org.apache.tapestry5.internal.grid.CollectionGridDataSource
 
prepare(int, int, List<SortConstraint>) - Method in class org.apache.tapestry5.internal.grid.NullDataSource
 
PREPARE_FOR_RENDER - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
PREPARE_FOR_RENDER - Static variable in class org.apache.tapestry5.EventConstants
Invoked before EventConstants.PREPARE when rendering out the form.
PREPARE_FOR_SUBMIT - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
PREPARE_FOR_SUBMIT - Static variable in class org.apache.tapestry5.EventConstants
Invoked before EventConstants.PREPARE when the form is submitted.
prepareForKeys(List<K>) - Method in interface org.apache.tapestry5.PrimaryKeyEncoder
Deprecated. Invoked as part of a form submission to alert the encoder that a series of keys may be converted back to values.
prepareForKeys(List<K>) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Does nothing.
prepareResponse(Response) - Method in interface org.apache.tapestry5.StreamResponse
Prepares the response before it is sent to the client.
prepareResponse(Response) - Method in class org.apache.tapestry5.util.TextStreamResponse
Does nothing; subclasses may override.
preventDecoration() - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
preventDecoration() - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
Disallows service decoration for this service.
PreventServiceDecoration - Annotation Type in org.apache.tapestry5.ioc.annotations
Marks a service as not eligible for decoration.
Primary - Annotation Type in org.apache.tapestry5.ioc.annotations
Marker annotation used to denote a service that is the primary instance of some common interface.
PrimaryKeyEncoder<K extends Serializable,V> - Interface in org.apache.tapestry5
Deprecated. This interface overlaps with ValueEncoder and has been deprecated in release 5.1. The interface itself will be removed in a later release of Tapestry. The components that used this interface (AjaxFormLoop, Grid, GridRows and Loop) have been changed to expect ValueEncoder instead, and an automatic coercion from PrimaryKeyEncoder to ValueEncoder has been provided.
PrimaryKeyEncoder2ValueEncoder - Class in org.apache.tapestry5.internal.util
This is a key part of the plan to eliminate PrimaryKeyEncoder.
PrimaryKeyEncoder2ValueEncoder(TypeCoercer) - Constructor for class org.apache.tapestry5.internal.util.PrimaryKeyEncoder2ValueEncoder
 
PrimitiveFieldConstraintGenerator - Class in org.apache.tapestry5.internal.beaneditor
Adds a "required" constraint for any property of whose type is a primitive (not a wrapper or reference) type.
PrimitiveFieldConstraintGenerator() - Constructor for class org.apache.tapestry5.internal.beaneditor.PrimitiveFieldConstraintGenerator
 
PrintOutCollector - Class in org.apache.tapestry5.internal.util
Utility for collecting the output of a PrintWriter.
PrintOutCollector() - Constructor for class org.apache.tapestry5.internal.util.PrintOutCollector
 
proceed() - Method in class org.apache.tapestry5.internal.services.AbstractComponentMethodInvocation
This first call is to the first advice.
proceed() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
proceed() - Method in interface org.apache.tapestry5.ioc.Invocation
Proceed with the invocation of the advised method.
process(Request, URLRewriteContext) - Method in interface org.apache.tapestry5.urlrewriter.URLRewriterRule
Processes a Request.
processFileItems(HttpServletRequest, List<FileItem>) - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
processLink(Request, URLRewriteContext) - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
processLink(Request, URLRewriteContext) - Method in interface org.apache.tapestry5.services.URLRewriter
Processes rules for rewriting links.
processRequest(Request) - Method in class org.apache.tapestry5.internal.services.URLRewriterImpl
 
processRequest(Request) - Method in interface org.apache.tapestry5.services.URLRewriter
Processes an incoming Request.
processResultValue(Component) - Method in class org.apache.tapestry5.internal.services.AjaxComponentInstanceEventResultProcessor
 
processResultValue(Link) - Method in class org.apache.tapestry5.internal.services.AjaxLinkComponentEventResultProcessor
 
processResultValue(Class) - Method in class org.apache.tapestry5.internal.services.AjaxPageClassComponentEventResultProcessor
 
processResultValue(String) - Method in class org.apache.tapestry5.internal.services.AjaxPageNameComponentEventResultProcessor
Obtains a page render Link for the named, then builds a JSON reponse for the client.
processResultValue(Class) - Method in class org.apache.tapestry5.internal.services.ClassResultProcessor
 
processResultValue(Component) - Method in class org.apache.tapestry5.internal.services.ComponentInstanceResultProcessor
 
processResultValue(JSONArray) - Method in class org.apache.tapestry5.internal.services.JSONArrayEventResultProcessor
 
processResultValue(JSONObject) - Method in class org.apache.tapestry5.internal.services.JSONObjectEventResultProcessor
 
processResultValue(Object) - Method in class org.apache.tapestry5.internal.services.ObjectComponentEventResultProcessor
 
processResultValue(String) - Method in class org.apache.tapestry5.internal.services.PageNameComponentEventResultProcessor
 
processResultValue(RenderCommand) - Method in class org.apache.tapestry5.internal.services.RenderCommandComponentEventResultProcessor
 
processResultValue(StreamResponse) - Method in class org.apache.tapestry5.internal.services.StreamResponseResultProcessor
 
processResultValue(MultiZoneUpdate) - Method in class org.apache.tapestry5.services.ajax.MultiZoneUpdateEventResultProcessor
 
processResultValue(T) - Method in interface org.apache.tapestry5.services.ComponentEventResultProcessor
For a given, non-null return value from a component event method, construct and send a response.
processSubmission(String) - Method in class org.apache.tapestry5.corelib.base.AbstractField
Method implemented by subclasses to actually do the work of processing the submission of the form.
processSubmission(String) - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
 
processSubmission(String) - Method in class org.apache.tapestry5.corelib.components.Checkbox
 
processSubmission(String) - Method in class org.apache.tapestry5.corelib.components.DateField
 
processSubmission(String) - Method in class org.apache.tapestry5.corelib.components.Palette
 
processSubmission(String) - Method in class org.apache.tapestry5.corelib.components.Select
 
processSubmission(String) - Method in class org.apache.tapestry5.upload.components.Upload
 
PRODUCTION_MODE - Static variable in class org.apache.tapestry5.SymbolConstants
Indicates whether Tapestry is running in production mode or developer mode.
PROGRESSIVE_DISPLAY - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by ProgressiveDisplay component to inform its container of what context (if any) is available.
ProgressiveDisplay - Class in org.apache.tapestry5.corelib.components
A component used to implement the progressive enhancement web design strategy; the component renders itself with a simplified initial content (i.e., "loading ...") and an Ajax request then supplies the component's true body.
ProgressiveDisplay() - Constructor for class org.apache.tapestry5.corelib.components.ProgressiveDisplay
 
PROP - Static variable in class org.apache.tapestry5.BindingConstants
Binding expression prefix used to bind to a property of the component.
PropBinding - Class in org.apache.tapestry5.internal.bindings
Base class for bindings created by the PropBindingFactory.
PropBinding(Location, Object, PropertyConduit, String) - Constructor for class org.apache.tapestry5.internal.bindings.PropBinding
 
PropBindingFactory - Class in org.apache.tapestry5.internal.bindings
Binding factory for reading and updating JavaBean properties.
PropBindingFactory(PropertyConduitSource, StringInterner) - Constructor for class org.apache.tapestry5.internal.bindings.PropBindingFactory
 
Property - Annotation Type in org.apache.tapestry5.annotations
Annotation for fields for which accessor methods (getters and setters) should be created.
PropertyAccess - Interface in org.apache.tapestry5.ioc.services
A wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects.
PropertyAccessImpl - Class in org.apache.tapestry5.ioc.internal.services
 
PropertyAccessImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
 
PropertyAdapter - Interface in org.apache.tapestry5.ioc.services
Provides access to a single property within a class.
PropertyAdapterImpl - Class in org.apache.tapestry5.ioc.internal.services
 
PropertyConduit - Interface in org.apache.tapestry5
Used to read or update the value associated with a property.
PropertyConduitSource - Interface in org.apache.tapestry5.services
A source for PropertyConduits, which can be thought of as a compiled property path expression.
PropertyConduitSourceImpl - Class in org.apache.tapestry5.internal.services
 
PropertyConduitSourceImpl(PropertyAccess, ClassFactory, TypeCoercer, StringInterner) - Constructor for class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
 
PropertyDisplay - Class in org.apache.tapestry5.corelib.components
Outputs a single property value.
PropertyDisplay() - Constructor for class org.apache.tapestry5.corelib.components.PropertyDisplay
 
PropertyDisplayBlocks - Class in org.apache.tapestry5.corelib.pages
 
PropertyDisplayBlocks() - Constructor for class org.apache.tapestry5.corelib.pages.PropertyDisplayBlocks
 
PropertyEditBlocks - Class in org.apache.tapestry5.corelib.pages
A page that exists to contain blocks used to edit different types of properties.
PropertyEditBlocks() - Constructor for class org.apache.tapestry5.corelib.pages.PropertyEditBlocks
 
PropertyEditContext - Interface in org.apache.tapestry5.services
Defines a context for editing a property of a bean via BeanEditor.
PropertyEditor - Class in org.apache.tapestry5.corelib.components
Used to edit a single property of a bean.
PropertyEditor() - Constructor for class org.apache.tapestry5.corelib.components.PropertyEditor
 
PropertyExpressionException - Exception in org.apache.tapestry5.internal.services
Exception thrown when there is a problem parsing a property expression using the ANTLR property expression grammar.
PropertyExpressionException(String, String, Throwable) - Constructor for exception org.apache.tapestry5.internal.services.PropertyExpressionException
 
PropertyModel - Interface in org.apache.tapestry5.beaneditor
Part of a BeanModel that defines the attributes of a single property of a bean.
PropertyModelImpl - Class in org.apache.tapestry5.internal.beaneditor
 
PropertyModelImpl(BeanModel, String, PropertyConduit, Messages) - Constructor for class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
PropertyOutputContext - Interface in org.apache.tapestry5.services
Provides context information needed when displaying a value.
PropertyOverrides - Interface in org.apache.tapestry5
Provides access to blocks and messages used when overriding property labels, and property display or edit blocks.
PropertyOverridesImpl - Class in org.apache.tapestry5.internal
 
PropertyOverridesImpl(ComponentResources) - Constructor for class org.apache.tapestry5.internal.PropertyOverridesImpl
 
PropertyShadowBuilder - Interface in org.apache.tapestry5.ioc.services
Creates a "shadow" of a property of an object.
PropertyShadowBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
PropertyShadowBuilderImpl(ClassFactory, PropertyAccess) - Constructor for class org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
 
PropertyWorker - Class in org.apache.tapestry5.internal.transform
Provides the getter and setter methods.
PropertyWorker() - Constructor for class org.apache.tapestry5.internal.transform.PropertyWorker
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.internal.services.AliasImpl
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.internal.services.AssetObjectProvider
Provides the asset.
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.internal.services.ServiceAnnotationObjectProvider
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.ioc.internal.services.AutobuildObjectProvider
 
provide(Class<T>, AnnotationProvider, ObjectLocator, boolean) - Method in class org.apache.tapestry5.ioc.internal.services.MasterObjectProviderImpl
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.ioc.internal.services.SymbolObjectProvider
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in class org.apache.tapestry5.ioc.internal.services.ValueObjectProvider
 
provide(Class<T>, AnnotationProvider, ObjectLocator) - Method in interface org.apache.tapestry5.ioc.ObjectProvider
Provides an object based on an expression.
provide(Class<T>, AnnotationProvider, ObjectLocator, boolean) - Method in interface org.apache.tapestry5.ioc.services.MasterObjectProvider
Provides an object based on an expression.
PROVIDE_COMPLETIONS - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by an Autocomplete mixin to request completions of the current input.
PROVIDE_ENTITY_VALUE_ENCODERS - Static variable in class org.apache.tapestry5.hibernate.HibernateSymbols
If true (the default), then ValueEncoders are automatically created for each entity.
PROVIDE_ENTITY_VALUE_ENCODERS_SYMBOL - Static variable in class org.apache.tapestry5.hibernate.HibernateConstants
Deprecated. Use HibernateSymbols.PROVIDE_ENTITY_VALUE_ENCODERS instead.
provideExtraModuleDefs(ServletContext) - Method in class org.apache.tapestry5.spring.TapestrySpringFilter
 
provideExtraModuleDefs(ServletContext) - Method in class org.apache.tapestry5.TapestryFilter
Overridden in subclasses to provide additional module definitions beyond those normally located.
provideExtraModuleDefs() - Method in class org.apache.tapestry5.test.PageTester
Overridden in subclasses to provide additional module definitions beyond those normally located.
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.AssetInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.BlockInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.CommonResourcesInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.ComponentResourcesInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.DefaultInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.ServiceInjectionProvider
 
provideInjection(String, Class, ObjectLocator, ClassTransformation, MutableComponentModel) - Method in interface org.apache.tapestry5.services.InjectionProvider
Peform the injection, if possible.
provideMissingObject(K) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Invoked by DefaultPrimaryKeyEncoder.toValue(Serializable) whenever a key can not be converted to a value using the internal cache.
provideServiceProxy(String) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
provideServiceProxy(String) - Method in interface org.apache.tapestry5.ioc.internal.ServiceProxyProvider
Look up the service and return it's proxy.
provideString() - Method in interface org.apache.tapestry5.internal.services.StringProvider
Ask the object to provide the desired string.
ProxiesStackTraceElementAnalyzer - Class in org.apache.tapestry5.internal.services
Identifies frames for various proxy classes (class name starts with a '$' and there's no line number.
ProxiesStackTraceElementAnalyzer() - Constructor for class org.apache.tapestry5.internal.services.ProxiesStackTraceElementAnalyzer
 
proxy(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
proxy(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
 
proxy(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
proxy(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
proxy(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.ObjectLocator
Creates a proxy.
proxyMethodsToDelegate(Class, String, String) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
 
proxyMethodsToDelegate(Class, String, String) - Method in interface org.apache.tapestry5.ioc.services.ClassFab
Makes the fabricated class implement the provided service interface.
push(Class<T>, T) - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
push(RenderCommand) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
 
push(E) - Method in class org.apache.tapestry5.ioc.util.Stack
Pushes a new item onto the stack.
push(RenderCommand) - Method in interface org.apache.tapestry5.runtime.RenderQueue
Adds the new command to the front of the queue.
push(Class<T>, T) - Method in interface org.apache.tapestry5.services.Environment
Pushes a new service onto the stack.
put(T) - Method in class org.apache.tapestry5.internal.util.Holder
 
put(Object, Object) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
put(Object, Object) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Stores a value into the per-thread map.
put(String, V) - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
put(Object) - Method in class org.apache.tapestry5.json.JSONArray
Append an object value.
put(int, Object) - Method in class org.apache.tapestry5.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Object) - Method in class org.apache.tapestry5.json.JSONObject
Put a key/value pair in the JSONObject.

Q

queueRender(RenderQueue) - Method in interface org.apache.tapestry5.internal.InternalComponentResources
Invoked to make the receiver queue itself to be rendered.
queueRender(RenderQueue) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
QuietOperationTracker - Class in org.apache.tapestry5.ioc.internal
Minimal implementation used for testing, that does no logging, tracking, or exception catching.
QuietOperationTracker() - Constructor for class org.apache.tapestry5.ioc.internal.QuietOperationTracker
 
quote(String) - Static method in class org.apache.tapestry5.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String) - Static method in class org.apache.tapestry5.MarkupUtils
Quotes the provided value as a JavaScript string literal.

R

Radio - Class in org.apache.tapestry5.corelib.components
A radio button (i.e., <input type="radio">).
Radio() - Constructor for class org.apache.tapestry5.corelib.components.Radio
 
RadioContainer - Interface in org.apache.tapestry5
A container of Radio components, used to identify the element name used when rendering the individual radio buttons (all buttons in a group share the same element name) and to
RadioGroup - Class in org.apache.tapestry5.corelib.components
 
RadioGroup() - Constructor for class org.apache.tapestry5.corelib.components.RadioGroup
 
random(int, int) - Method in class org.apache.tapestry5.test.RandomDataSource
 
RandomDataSource - Class in org.apache.tapestry5.test
Provides access to random data that can be used when populating a test database with "reasonable" data.
RandomDataSource() - Constructor for class org.apache.tapestry5.test.RandomDataSource
 
range(int, int) - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
raw(String) - Method in class org.apache.tapestry5.dom.Document
Adds the raw text and returns this document for further construction.
raw(String) - Method in class org.apache.tapestry5.dom.Element
Adds the raw text and returns this element for further construction.
Raw - Class in org.apache.tapestry5.dom
A specialized node in the document tree that contains raw markup to be printed to the client exactly as-is.
read(String) - Method in interface org.apache.tapestry5.internal.ParameterAccess
Reads the current value of the parameter via the parameter's Binding.
read(Class<T>) - Method in interface org.apache.tapestry5.internal.ParameterAccess
Reads the value of a parameter, via the parameter's Binding.
readCookieValue(String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
readCookieValue(String) - Method in interface org.apache.tapestry5.services.Cookies
Returns the value of the first cookie whose name matches.
readVersionNumber(String) - Static method in class org.apache.tapestry5.VersionUtils
Reads a version number from a properties file on the classpath.
readXML(String) - Method in class org.apache.tapestry.mojo.ComponentReport
 
recordError(Field, String) - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
recordError(String) - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
 
recordError(String) - Method in class org.apache.tapestry5.corelib.components.Form
 
recordError(Field, String) - Method in class org.apache.tapestry5.corelib.components.Form
 
recordError(String) - Method in interface org.apache.tapestry5.FormValidationControl
A convienience for invoking ValidationTracker.recordError(String).
recordError(Field, String) - Method in interface org.apache.tapestry5.FormValidationControl
A convienience for invoking ValidationTracker.recordError(Field, String).
recordError(Field, String) - Method in interface org.apache.tapestry5.ValidationTracker
Records an error message for a field.
recordError(String) - Method in interface org.apache.tapestry5.ValidationTracker
Records an error message that is not associated with any specific field.
recordError(Field, String) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
recordError(String) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
recordInput(Field, String) - Method in interface org.apache.tapestry5.ValidationTracker
Called by a field to record the exact input from the user, prior to any validation.
recordInput(Field, String) - Method in class org.apache.tapestry5.ValidationTrackerImpl
 
RecursiveServiceCreationCheckWrapper - Class in org.apache.tapestry5.ioc.internal
Decorator for ObjectCreator that ensures the service is only created once.
RecursiveServiceCreationCheckWrapper(ServiceDef, ObjectCreator, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.RecursiveServiceCreationCheckWrapper
 
refresh() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
Regexp - Class in org.apache.tapestry5.validator
 
Regexp() - Constructor for class org.apache.tapestry5.validator.Regexp
 
Registry - Interface in org.apache.tapestry5.ioc
Public access to the IoC service registry.
REGISTRY_CONTEXT_NAME - Static variable in class org.apache.tapestry5.TapestryFilter
Key under which that Tapestry IoC Registry is stored in the ServletContext.
RegistryBuilder - Class in org.apache.tapestry5.ioc
Used to construct the IoC Registry.
RegistryBuilder() - Constructor for class org.apache.tapestry5.ioc.RegistryBuilder
 
RegistryBuilder(ClassLoader) - Constructor for class org.apache.tapestry5.ioc.RegistryBuilder
 
RegistryBuilder(ClassLoader, LoggerSource) - Constructor for class org.apache.tapestry5.ioc.RegistryBuilder
 
registryDidShutdown() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl
 
registryDidShutdown() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
Sets the shutdown flag and releases the object and the creator.
registryDidShutdown() - Method in interface org.apache.tapestry5.ioc.services.RegistryShutdownListener
Invoked when the registry shuts down, giving services a chance to perform any final operations.
RegistryImpl - Class in org.apache.tapestry5.ioc.internal
 
RegistryImpl(Collection<ModuleDef>, ClassFactory, LoggerSource) - Constructor for class org.apache.tapestry5.ioc.internal.RegistryImpl
Constructs the registry from a set of module definitions and other resources.
RegistryShutdownHub - Interface in org.apache.tapestry5.ioc.services
Event hub for notifications when the IOC Registry shuts down.
RegistryShutdownHubImpl - Class in org.apache.tapestry5.ioc.internal.services
 
RegistryShutdownHubImpl(Logger) - Constructor for class org.apache.tapestry5.ioc.internal.services.RegistryShutdownHubImpl
 
RegistryShutdownListener - Interface in org.apache.tapestry5.ioc.services
Event listener interfaces for objects that need to know when the Registry shutsdown.
RegistryStartup - Class in org.apache.tapestry5.ioc.internal.services
Startup service for Tapestry IoC: automatically invoked at registry startup to execute a series of operations, via its ordered configuration of Runnable objects.
RegistryStartup(Logger, List<Runnable>) - Constructor for class org.apache.tapestry5.ioc.internal.services.RegistryStartup
 
RegistryWrapper - Class in org.apache.tapestry5.ioc.internal
A wrapper around InternalRegistry that exists to expand symbols in a service id before invoking ObjectLocator.getService(Class).
RegistryWrapper(InternalRegistry) - Constructor for class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
RelativeElementPosition - Enum in org.apache.tapestry5.services
Used by HiddenFieldLocationRules to identify where a hidden field may be placed relative to a particular element.
RelativePosition - Enum in org.apache.tapestry5.beaneditor
Controls the position of newly added PropertyModels inside a BeanModel.
release(Page) - Method in interface org.apache.tapestry5.internal.services.PagePool
Releases a previously checked-out page.
release(Page) - Method in class org.apache.tapestry5.internal.services.PagePoolImpl
 
remove() - Method in class org.apache.tapestry5.dom.Node
Removes a node from its container, setting its container property to null, and removing it from its container's list of children.
remove() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
remove() - Method in class org.apache.tapestry5.ioc.internal.util.LocalizedNameGenerator
 
remove(Object) - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
remove(String) - Method in class org.apache.tapestry5.json.JSONObject
Remove a name and its value, if present.
REMOVE_ROW - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by AjaxFormLoop to inform the container about the row removed on the client side.
removeAllSelections(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
removeChildren() - Method in class org.apache.tapestry5.dom.Element
Removes all children from this element.
removeCookieValue(String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
removeCookieValue(String) - Method in interface org.apache.tapestry5.services.Cookies
Removes a previously written cookie, by writing a new cookie with a maxAge of 0.
removeEndOfRequestListener(EndOfRequestListener) - Method in interface org.apache.tapestry5.internal.services.EndOfRequestEventHub
 
removeEndOfRequestListener(EndOfRequestListener) - Method in class org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
 
removeField(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
removeField(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Removes a field entirely; this is useful for fields that are replaced entirely by computed values.
removeListener(LinkCreationListener) - Method in class org.apache.tapestry5.internal.services.LinkSourceImpl
 
removeListener(MarkupWriterListener) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
removeListener(MarkupWriterListener) - Method in interface org.apache.tapestry5.MarkupWriter
Removes a previously added listener.
removeListener(LinkCreationListener) - Method in interface org.apache.tapestry5.services.LinkCreationHub
Removes a previously added listener.
RemoveRowLink - Class in org.apache.tapestry5.corelib.components
Used inside a AjaxFormLoop to remove the current row from the loop.
RemoveRowLink() - Constructor for class org.apache.tapestry5.corelib.components.RemoveRowLink
 
removeScript(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
removeSelection(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
render(MarkupWriter) - Method in interface org.apache.tapestry5.FieldTranslator
Invokes Translator.render(Field, String, MarkupWriter,org.apache.tapestry5.services.FormSupport).
render(MarkupWriter) - Method in interface org.apache.tapestry5.FieldValidator
Invokes Validator.render(Field, Object, org.apache.tapestry5.ioc.MessageFormatter, MarkupWriter, org.apache.tapestry5.services.FormSupport).
render(ComponentResources, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
 
render(EventContext, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.EventContextRenderer
 
render(List, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.ListRenderer
 
render(Location, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.LocationRenderer
 
render(Object[], MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.ObjectArrayRenderer
 
render(Request, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.RequestRenderer
 
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorImpl
 
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.FieldValidatorImpl
 
render(String) - Method in class org.apache.tapestry5.internal.services.PageDocumentGeneratorImpl
 
render(MarkupWriter) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Render to the write, as setup by the initialize method.
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.BlockImpl
Pushes all the elements of the body of this block onto the queue in appropriate order.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.CommentPageElement
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
Pushes the SetupRender phase state onto the queue.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.DTDPageElement
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ExpansionPageElement
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.StartElementPageElement
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.TextPageElement
 
render(Field, String, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.internal.translator.NumericTranslator
 
render(Field, String, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.internal.translator.StringTranslator
Does nothing.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.util.RenderableAsBlock
Invokes Renderable.render(org.apache.tapestry5.MarkupWriter).
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.util.StringRenderable
 
render(MarkupWriter) - Method in interface org.apache.tapestry5.Renderable
 
render(MarkupWriter, RenderQueue) - Method in interface org.apache.tapestry5.runtime.RenderCommand
Invoked on an object to request that it render itself.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.services.ajax.CombinedRenderCommand
 
render(T, MarkupWriter) - Method in interface org.apache.tapestry5.services.ObjectRenderer
Renders the object out as markup.
render(String) - Method in interface org.apache.tapestry5.services.PageDocumentGenerator
Renders the page.
render(Field, String, MarkupWriter, FormSupport) - Method in interface org.apache.tapestry5.Translator
Hook used by components to allow the validator to contribute additional attributes or (more often) client-side JavaScript (via the FormSupport.addValidation(Field, String, String, Object)).
render(Field, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Email
 
render(Field, Long, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Max
 
render(Field, Integer, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.MaxLength
 
render(Field, Long, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Min
 
render(Field, Integer, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.MinLength
 
render(Field, Pattern, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Regexp
 
render(Field, C, MessageFormatter, MarkupWriter, FormSupport) - Method in interface org.apache.tapestry5.Validator
Hook used by components to allow the validator to contribute additional attributes or (more often) client-side JavaScript (via the FormSupport.addValidation(Field, String, String, Object)).
render(Field, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Required
 
RENDER_COMMANDS - Static variable in class org.apache.tapestry5.TapestryMarkers
Marker for logging, at trace level verbose details about each individual RenderCommand involved in rendering the page, as well as a final (debug level) summary of command count and elapsed time.
Renderable - Interface in org.apache.tapestry5
Base interface for objects that can render markup output using a MarkupWriter.
RenderableAsBlock - Class in org.apache.tapestry5.internal.util
Allows any Renderable object to act as a Block.
RenderableAsBlock(Renderable) - Constructor for class org.apache.tapestry5.internal.util.RenderableAsBlock
 
RenderCommand - Interface in org.apache.tapestry5.runtime
A command used during rendering of a page.
RenderCommandComponentEventResultProcessor - Class in org.apache.tapestry5.internal.services
Processor for objects that implement RenderCommand (such as BlockImpl).
RenderCommandComponentEventResultProcessor(PageRenderQueue) - Constructor for class org.apache.tapestry5.internal.services.RenderCommandComponentEventResultProcessor
 
RenderCommandWorker - Class in org.apache.tapestry5.internal.transform
Ensures that all components implement RenderCommand by delegating to InternalComponentResources.queueRender(org.apache.tapestry5.runtime.RenderQueue).
RenderCommandWorker() - Constructor for class org.apache.tapestry5.internal.transform.RenderCommandWorker
 
RenderDisabled - Class in org.apache.tapestry5.corelib.mixins
Renders an "disabled" attribute if the containing is disabled.
RenderDisabled() - Constructor for class org.apache.tapestry5.corelib.mixins.RenderDisabled
 
renderInformalParameters(MarkupWriter) - Method in interface org.apache.tapestry5.ComponentResources
Indentifies all parameters that are not formal parameters and writes each as a attribute/value pair into the current element of the markup writer.
renderInformalParameters(MarkupWriter) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
RenderInformals - Class in org.apache.tapestry5.corelib.mixins
Used to render out all informal parameters, at the end of the BeginRender phase.
RenderInformals() - Constructor for class org.apache.tapestry5.corelib.mixins.RenderInformals
 
renderMarkup(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.MarkupRendererTerminator
 
renderMarkup(MarkupWriter, JSONObject) - Method in class org.apache.tapestry5.internal.services.PartialMarkupRendererTerminator
 
renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.test.CaptureRenderedDocument
 
renderMarkup(MarkupWriter, JSONObject, PartialMarkupRenderer) - Method in class org.apache.tapestry5.services.ajax.SetupZonesFilter
 
renderMarkup(MarkupWriter, JSONObject, PartialMarkupRenderer) - Method in class org.apache.tapestry5.services.ajax.SingleZonePartialRendererFilter
 
renderMarkup(MarkupWriter) - Method in interface org.apache.tapestry5.services.MarkupRenderer
Invoked to render some markup.
renderMarkup(MarkupWriter, MarkupRenderer) - Method in interface org.apache.tapestry5.services.MarkupRendererFilter
Implementations should perform work before or after passing the writer to the renderer.
renderMarkup(MarkupWriter, JSONObject) - Method in interface org.apache.tapestry5.services.PartialMarkupRenderer
Implementations should perform work before or after passing the writer to the renderer.
renderMarkup(MarkupWriter, JSONObject, PartialMarkupRenderer) - Method in interface org.apache.tapestry5.services.PartialMarkupRendererFilter
Implementations should perform work before or after passing the writer to the renderer.
RenderObject - Class in org.apache.tapestry5.corelib.components
Renders out an object using the ObjectRenderer service.
RenderObject() - Constructor for class org.apache.tapestry5.corelib.components.RenderObject
 
renderPage(String) - Method in class org.apache.tapestry5.test.PageTester
Renders a page specified by its name.
renderPageMarkup(Page, MarkupWriter) - Method in interface org.apache.tapestry5.internal.services.PageMarkupRenderer
Initializes the rendering using the MarkupRenderer pipeline.
renderPageMarkup(Page, MarkupWriter) - Method in class org.apache.tapestry5.internal.services.PageMarkupRendererImpl
 
renderPageMarkupResponse(String) - Method in class org.apache.tapestry5.internal.services.ResponseRendererImpl
 
renderPageMarkupResponse(String) - Method in interface org.apache.tapestry5.services.ResponseRenderer
Renders a markup response by rendering the named page.
renderPageResponse(Page) - Method in interface org.apache.tapestry5.internal.services.PageResponseRenderer
 
renderPageResponse(Page) - Method in class org.apache.tapestry5.internal.services.PageResponseRendererImpl
 
renderPartial(MarkupWriter, JSONObject) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Performs a partial markup render, as configured via PageRenderQueue.initializeForPartialPageRender(org.apache.tapestry5.runtime.RenderCommand).
renderPartial(MarkupWriter, JSONObject) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
renderPartialPageMarkup() - Method in interface org.apache.tapestry5.internal.services.AjaxPartialResponseRenderer
Used to render a partial response as part of an Ajax action request.
renderPartialPageMarkup() - Method in class org.apache.tapestry5.internal.services.AjaxPartialResponseRendererImpl
 
RenderPhaseMethodWorker - Class in org.apache.tapestry5.internal.transform
Converts one of the methods of Component into a chain of command that, itself, invokes certain methods (render phase methods) marked with an annotation, or named in a specific way.
RenderPhaseMethodWorker(TransformMethodSignature, Class<? extends Annotation>, boolean) - Constructor for class org.apache.tapestry5.internal.transform.RenderPhaseMethodWorker
Normal method invocation: parent class, then methods in ascending alphabetical order.
renderPropertyValue(MarkupWriter, String) - Method in class org.apache.tapestry5.corelib.base.AbstractPropertyOutput
Invoked from subclasses to do the rendering.
RenderQueue - Interface in org.apache.tapestry5.runtime
A stateful object that manages the process of rendering a page.
RenderQueueException - Exception in org.apache.tapestry5.internal.services
Exception used when rendering, to capture the stack of active components (for propery reporting in the exception page).
RenderQueueException(String, Object[], Throwable) - Constructor for exception org.apache.tapestry5.internal.services.RenderQueueException
 
RenderQueueImpl - Class in org.apache.tapestry5.internal.services
 
RenderQueueImpl(Logger) - Constructor for class org.apache.tapestry5.internal.services.RenderQueueImpl
 
RenderSupport - Interface in org.apache.tapestry5
Provides support to all components that render.
RenderSupportImpl - Class in org.apache.tapestry5.internal.services
 
RenderSupportImpl(DocumentLinker, SymbolSource, AssetSource, ClientInfrastructure) - Constructor for class org.apache.tapestry5.internal.services.RenderSupportImpl
 
RenderSupportImpl(DocumentLinker, SymbolSource, AssetSource, IdAllocator, ClientInfrastructure) - Constructor for class org.apache.tapestry5.internal.services.RenderSupportImpl
 
RenderVariableBinding - Class in org.apache.tapestry5.internal.bindings
 
RenderVariableBinding(Location, String, ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.bindings.RenderVariableBinding
 
RenderVariableBindingFactory - Class in org.apache.tapestry5.internal.bindings
 
RenderVariableBindingFactory() - Constructor for class org.apache.tapestry5.internal.bindings.RenderVariableBindingFactory
 
reorder(String...) - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Re-orders the properties of the model into the specified order.
reorder(String...) - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
reorder(BeanModel, String) - Static method in class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
Reorders properties within the bean model.
ReorderProperties - Annotation Type in org.apache.tapestry5.beaneditor
An annotation that may be placed on a JavaBean to re-order the properties.
replaceFromClient() - Method in class org.apache.tapestry5.internal.DefaultNullFieldStrategy
Returns the empty string.
replaceFromClient() - Method in class org.apache.tapestry5.internal.ZeroNullFieldStrategy
Returns "0".
replaceFromClient() - Method in interface org.apache.tapestry5.NullFieldStrategy
Provides a replacement value for a null or blank string passed from the client to the server as part of a form submission.
replaceReadAccess(String, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
replaceReadAccess(String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Replaces all read-references to the specified field with invocations of the specified method name.
replaceToClient() - Method in class org.apache.tapestry5.internal.DefaultNullFieldStrategy
Returns null.
replaceToClient() - Method in class org.apache.tapestry5.internal.ZeroNullFieldStrategy
Returns the value 0.
replaceToClient() - Method in interface org.apache.tapestry5.NullFieldStrategy
Provides a replacement value for null, when converting the server-side object to a client-side string.
replaceWriteAccess(String, String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
replaceWriteAccess(String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Replaces all write accesses to the specified field with invocations of the specified method name.
replay() - Method in class org.apache.tapestry5.ioc.test.MockTester
Switches each mock object created by MockTester.newMock(Class) into replay mode (out of the initial training mode).
replay() - Method in class org.apache.tapestry5.ioc.test.TestBase
Switches each mock object created by TestBase.newMock(Class) into replay mode (out of the initial training mode).
reportError(RecognitionException) - Method in class org.apache.tapestry5.internal.antlr.BaseLexer
 
reportException(Throwable) - Method in class org.apache.tapestry5.corelib.pages.ExceptionReport
 
reportException(Throwable) - Method in interface org.apache.tapestry5.services.ExceptionReporter
Used to communicate to the page what exception is to be reported.
REPOSITORY_LOCATION - Static variable in class org.apache.tapestry5.upload.services.UploadSymbols
Location where temporary files will be written.
REPOSITORY_THRESHOLD - Static variable in class org.apache.tapestry5.upload.services.UploadSymbols
Threshold (in bytes) that determines when an uploaded file will be written to the repository.
Request - Interface in org.apache.tapestry5.services
Generic version of HttpServletRequest, used to encapsulate the Servlet API version, and to help bridge the differences between Servlet API and Porlet API.
RequestConstants - Class in org.apache.tapestry5.internal.services
Constants used when processing requests from the client web browser.
RequestConstants() - Constructor for class org.apache.tapestry5.internal.services.RequestConstants
 
requestDidComplete() - Method in interface org.apache.tapestry5.internal.events.EndOfRequestListener
Notified at the end of the request.
requestDidComplete() - Method in class org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
 
RequestEncodingInitializer - Interface in org.apache.tapestry5.internal.services
Determines the reuest encoding for the given page and applies that to the request, so that parameters may be properly decoded.
RequestErrorFilter - Class in org.apache.tapestry5.internal.services
Filter for the RequestHandler pipeline used to intercept and report exceptions.
RequestErrorFilter(InternalRequestGlobals, RequestExceptionHandler) - Constructor for class org.apache.tapestry5.internal.services.RequestErrorFilter
 
RequestExceptionHandler - Interface in org.apache.tapestry5.services
Service invoked when an uncaught exception occurs.
RequestFilter - Interface in org.apache.tapestry5.services
Filter interface for RequestHandler.
RequestGlobals - Interface in org.apache.tapestry5.services
Service used to store the current request objects, both the Servlet API versions, and the Tapestry generic versions.
RequestGlobalsImpl - Class in org.apache.tapestry5.internal.services
Dumb data holder for per-request data.
RequestGlobalsImpl() - Constructor for class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
RequestHandler - Interface in org.apache.tapestry5.services
Service interface for the RequestHandler pipeline service.
RequestImpl - Class in org.apache.tapestry5.internal.services
Basic implementation of Request that wraps around an HttpServletRequest.
RequestImpl(HttpServletRequest, String, SessionPersistedObjectAnalyzer) - Constructor for class org.apache.tapestry5.internal.services.RequestImpl
 
RequestPageCache - Interface in org.apache.tapestry5.internal.services
Per-thread service that caches page instances for the duration of the request, and is also responsible for tracking the active page (the page which will ultimately render the response).
RequestPageCacheImpl - Class in org.apache.tapestry5.internal.services
 
RequestPageCacheImpl(PagePool, ComponentClassResolver) - Constructor for class org.apache.tapestry5.internal.services.RequestPageCacheImpl
 
RequestPathOptimizer - Interface in org.apache.tapestry5.internal.services
Used to optimize a path for inclusion in the rendered output of the page.
RequestPathOptimizerImpl - Class in org.apache.tapestry5.internal.services
 
RequestPathOptimizerImpl(Request, boolean) - Constructor for class org.apache.tapestry5.internal.services.RequestPathOptimizerImpl
 
RequestRenderer - Class in org.apache.tapestry5.internal.renderers
 
RequestRenderer(ObjectRenderer, Context) - Constructor for class org.apache.tapestry5.internal.renderers.RequestRenderer
 
RequestSecurityManager - Interface in org.apache.tapestry5.internal.services
Used to manage the relationship between the security of a request and the security of a page.
RequestSecurityManagerImpl - Class in org.apache.tapestry5.internal.services
 
RequestSecurityManagerImpl(Request, Response, LinkSource, MetaDataLocator, BaseURLSource, boolean) - Constructor for class org.apache.tapestry5.internal.services.RequestSecurityManagerImpl
 
REQUESTSIZE_MAX - Static variable in class org.apache.tapestry5.upload.services.UploadSymbols
Maximum size (in bytes) of a single upload request Defaults to -1 (no limit).
Required - Class in org.apache.tapestry5.validator
A validator that enforces that the value is not null and not the empty string.
Required() - Constructor for class org.apache.tapestry5.validator.Required
 
requiresDigest(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceCache
Returns true if the path requires that the client URL for the resource include a digest to validate that the client is authorized to access the resource.
requiresDigest(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
requiresDigest(String) - Method in class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
Current implementation is based on the path extension, and a configured list of extensions.
requiresDigest(String) - Method in interface org.apache.tapestry5.services.ResourceDigestGenerator
Examines the path (typically, the file name extension at the end of the path) to determine if a checksum is required for the path.
requiresProxy() - Method in class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
 
requiresProxy() - Method in interface org.apache.tapestry5.ioc.ServiceLifecycle2
If true, then lifecycle requires a proxy, meaning it is only useable with services that properly define a service interface.
reset() - Method in class org.apache.tapestry5.corelib.components.Grid
Resets the Grid to inital settings; this sets the current page to one, and clears the sort model.
reset() - Method in class org.apache.tapestry5.internal.services.EventImpl
 
resolveComponentTypeToClassName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
resolveComponentTypeToClassName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Converts a component type (a logical component name such as might be used inside a template or annotation) into a fully qualified class name.
resolveDependency(DependencyDescriptor, String, Set, TypeConverter) - Method in class org.apache.tapestry5.internal.spring.TapestyBeanFactory
 
resolveEntity(String, String, String, String) - Method in class org.apache.tapestry5.internal.services.TemplateParserImpl
 
resolveMixinTypeToClassName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
resolveMixinTypeToClassName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Converts a logical mixin type (as with component types) into a fully qualified class name.
resolvePageClassNameToPageName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
resolvePageClassNameToPageName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Converts a fully qualified page class name into a page name (often, for inclusion as part of the URI).
resolvePageNameToClassName(String) - Method in class org.apache.tapestry5.internal.services.ComponentClassResolverImpl
 
resolvePageNameToClassName(String) - Method in interface org.apache.tapestry5.services.ComponentClassResolver
Converts a logical page name (such as might be encoded into a URL) into a fully qualified class name.
Resource - Interface in org.apache.tapestry5.ioc
Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
ResourceCache - Interface in org.apache.tapestry5.internal.services
Caches information about resources on the classpath.
ResourceCacheImpl - Class in org.apache.tapestry5.internal.services
 
ResourceCacheImpl(ResourceDigestGenerator, ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.services.ResourceCacheImpl
 
ResourceDigestGenerator - Interface in org.apache.tapestry5.services
Responsible for determining which classpath resources require checksums, and for generating checksums for such resources.
ResourceDigestGeneratorImpl - Class in org.apache.tapestry5.internal.services
Implementation of ResourceDigestGenerator that generates MD5 digests.
ResourceDigestGeneratorImpl(Collection<String>) - Constructor for class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
 
resourceForPath(String) - Method in class org.apache.tapestry5.internal.services.AssetSourceImpl
 
resourceForPath(String) - Method in interface org.apache.tapestry5.services.AssetSource
Finds the asset, either on the classpath or (if prefixed), within the indicated domain.
resources - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
resourcesDefaults - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
ResourceStreamer - Interface in org.apache.tapestry5.internal.services
Responsible for streaming the contents of a resource to the client.
ResourceStreamerImpl - Class in org.apache.tapestry5.internal.services
 
ResourceStreamerImpl(Request, Response, Context, ResourceCache, Map<String, String>, ResponseCompressionAnalyzer, int) - Constructor for class org.apache.tapestry5.internal.services.ResourceStreamerImpl
 
ResourceSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
Makes a Resource available as a SymbolProvider
ResourceSymbolProvider(Resource) - Constructor for class org.apache.tapestry5.ioc.internal.services.ResourceSymbolProvider
 
Response - Interface in org.apache.tapestry5.services
API agnostic wrapper for generating a response.
response - Variable in class org.apache.tapestry5.util.ResponseWrapper
 
RESPONSE_CONTENT_TYPE - Static variable in class org.apache.tapestry5.MetaDataConstants
Meta data key applied to pages that sets the response content type.
ResponseCompressionAnalyzer - Interface in org.apache.tapestry5.services
Used to determine if the client supports GZIP compression of the response.
ResponseCompressionAnalyzerImpl - Class in org.apache.tapestry5.internal.services
 
ResponseCompressionAnalyzerImpl(HttpServletRequest, Collection<String>, boolean) - Constructor for class org.apache.tapestry5.internal.services.ResponseCompressionAnalyzerImpl
 
ResponseImpl - Class in org.apache.tapestry5.internal.services
Implementation of Response that wraps around an underlying HttpServletResponse.
ResponseImpl(HttpServletResponse) - Constructor for class org.apache.tapestry5.internal.services.ResponseImpl
 
ResponseRenderer - Interface in org.apache.tapestry5.services
Public facade around internal services related to rendering a markup response.
ResponseRendererImpl - Class in org.apache.tapestry5.internal.services
 
ResponseRendererImpl(RequestPageCache, PageContentTypeAnalyzer, PageResponseRenderer) - Constructor for class org.apache.tapestry5.internal.services.ResponseRendererImpl
 
ResponseWrapper - Class in org.apache.tapestry5.util
Implementation of Response that delegates all method invocations to a delegate instance.
ResponseWrapper(Response) - Constructor for class org.apache.tapestry5.util.ResponseWrapper
 
RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for PageLifecycleListener.restoreStateBeforePageAttach()
restoreDirtyObjects() - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
restoreDirtyObjects() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
restoreDirtyObjects() - Method in interface org.apache.tapestry5.services.Session
Re-stores dirty objects back into the session.
RestoreDirtySessionObjects - Class in org.apache.tapestry5.internal.services
A listener that invokes Session.restoreDirtyObjects().
RestoreDirtySessionObjects(Request) - Constructor for class org.apache.tapestry5.internal.services.RestoreDirtySessionObjects
 
restoreStateBeforePageAttach() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
restoreStateBeforePageAttach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
A kind of "pre-attach" phase allowing components to restore internal state before handling the actual attach; this is primarily used to restore persisted fields.
Retain - Annotation Type in org.apache.tapestry5.annotations
Marker annotation placed on fields whose value should be retained past the end of the request.
RetainWorker - Class in org.apache.tapestry5.internal.transform
Identifies fields with the Retain annotation, and "claims" them so that no special work will occur on them.
RetainWorker() - Constructor for class org.apache.tapestry5.internal.transform.RetainWorker
 
retrieveLastRemoteControlLogs() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
reverseIterator(List<T>) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
RewriteRuleApplicability - Enum in org.apache.tapestry5.urlrewriter
Defines the situations to which a URLRewriterRule will be applied (inbound, outbound, or both)
rollup(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
RootPathDispatcher - Class in org.apache.tapestry5.internal.services
Recognizes a request for the application root (i.e., "/") and handles this the same as a render request for the "Start" page.
RootPathDispatcher(ComponentClassResolver, PageRenderRequestHandler, String) - Constructor for class org.apache.tapestry5.internal.services.RootPathDispatcher
 
run(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
 
run(Component) - Method in interface org.apache.tapestry5.internal.structure.ComponentCallback
Callback method, passed a component to operate upon.
run(String, Runnable) - Method in class org.apache.tapestry5.ioc.internal.OperationTrackerImpl
 
run(String, Runnable) - Method in class org.apache.tapestry5.ioc.internal.PerThreadOperationTracker
 
run(String, Runnable) - Method in class org.apache.tapestry5.ioc.internal.QuietOperationTracker
 
run(String, Runnable) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
run() - Method in class org.apache.tapestry5.ioc.internal.services.RegistryStartup
Invokes run() on each contributed object.
run(String, Runnable) - Method in interface org.apache.tapestry5.ioc.OperationTracker
Executes the operation.
runJavadoc() - Method in class org.apache.tapestry.mojo.ComponentReport
 
runScript(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

S

safeWord() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a word that is "safe" for use in an email address.
Scope - Annotation Type in org.apache.tapestry5.ioc.annotations
An optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding).
scope(String) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
scope(String) - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
Sets the scope of the service, overriding the Scope annotation on the service implementation class.
ScopeConstants - Class in org.apache.tapestry5.ioc
Defines constants for built-in scopes (used with the Scope annotation.
ScopeConstants() - Constructor for class org.apache.tapestry5.ioc.ScopeConstants
 
SCRIPTS_AT_TOP - Static variable in class org.apache.tapestry5.SymbolConstants
Deprecated. since 5.1.0.1; scripts are now always at the top (see TAP5-544)
searchForPreviousInjection(InjectionKey) - Method in interface org.apache.tapestry5.internal.services.InternalClassTransformation
Searchs for an existing injection of an object, returning the name of the protected field into which the value was injected.
searchForPreviousInjection(InjectionKey) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
seconds() - Method in class org.apache.tapestry5.ioc.util.TimeInterval
 
Secure - Annotation Type in org.apache.tapestry5.annotations
A marker annotation that indicates that the page in question may only be accessed via HTTPS.
SECURE_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
If "true" (which itself defaults to production mode), then the Secure annotation will be honored.
SECURE_PAGE - Static variable in class org.apache.tapestry5.MetaDataConstants
Meta data key applied to pages that may only be accessed via secure methods (HTTPS).
SecureWorker - Class in org.apache.tapestry5.internal.transform
Recognizes the Secure annotation and sets the MetaDataConstants.SECURE_PAGE meta data to "true".
SecureWorker() - Constructor for class org.apache.tapestry5.internal.transform.SecureWorker
 
Select - Class in org.apache.tapestry5.corelib.components
Select an item from a list of values, using an [X]HTML <select> element on the client side.
Select() - Constructor for class org.apache.tapestry5.corelib.components.Select
 
select(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
SELECTED - Static variable in class org.apache.tapestry5.EventConstants
Event type triggered by the Submit component when it is the cause of the form submission.
selectFrame(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
SelectModel - Interface in org.apache.tapestry5
Defines the possible options and option groups for a <select> [X]HTML element.
SelectModelImpl - Class in org.apache.tapestry5.internal
 
SelectModelImpl(List<OptionGroupModel>, List<OptionModel>) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
 
SelectModelImpl(OptionModel...) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
 
SelectModelImpl(OptionGroupModel...) - Constructor for class org.apache.tapestry5.internal.SelectModelImpl
 
SelectModelRenderer - Class in org.apache.tapestry5.internal.util
 
SelectModelRenderer(MarkupWriter, ValueEncoder) - Constructor for class org.apache.tapestry5.internal.util.SelectModelRenderer
 
SelectModelVisitor - Interface in org.apache.tapestry5
Callback interface that allows for visiting the option groups and option models of a select model in correct render order.
selectWindow(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
sendError(int, String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
sendError(int, String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
sendError(int, String) - Method in interface org.apache.tapestry5.services.Response
Sends an error response to the client using the specified status.
sendError(int, String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
sendRedirect(String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
sendRedirect(Link) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
sendRedirect(String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
sendRedirect(Link) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
sendRedirect(String) - Method in interface org.apache.tapestry5.services.Response
Sends a redirect to the client.
sendRedirect(Link) - Method in interface org.apache.tapestry5.services.Response
Sends a redirect to a link.
sendRedirect(String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
sendRedirect(Link) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
Service - Annotation Type in org.apache.tapestry5.annotations
Used in conjunction with the Inject annotation to identify a service by name and not by type.
service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.internal.gzip.GZipFilter
 
service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.CheckForUpdatesFilter
 
service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.internal.services.IgnoredPathsFilter
 
service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.RequestErrorFilter
 
service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.StaticFilesFilter
 
service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.services.URLRewriterRequestFilter
 
service(Request, Response, RequestHandler) - Method in class org.apache.tapestry5.internal.test.EndOfRequestCleanupFilter
 
service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in interface org.apache.tapestry5.services.HttpServletRequestFilter
Filter interface for the HttpServletRequestHandler pipeline.
service(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.tapestry5.services.HttpServletRequestHandler
Returns true if the request was handled, false otherwise.
service(Request, Response, RequestHandler) - Method in interface org.apache.tapestry5.services.RequestFilter
Returns true if the request has been handled, false otherwise.
service(Request, Response) - Method in interface org.apache.tapestry5.services.RequestHandler
Returns true if the request has been handled, false otherwise.
service(HttpServletRequest, HttpServletResponse, HttpServletRequestHandler) - Method in class org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter
 
ServiceActivity - Interface in org.apache.tapestry5.ioc.services
Provided by the ServiceActivityScoreboard to track a single service's state and activity.
ServiceActivityScoreboard - Interface in org.apache.tapestry5.ioc.services
Provides access to the runtime details about services in the Registry.
ServiceActivityTracker - Interface in org.apache.tapestry5.ioc.internal
Used to update the status of services defined by the ServiceActivityScoreboard.
ServiceActivityTrackerImpl - Class in org.apache.tapestry5.ioc.internal
 
ServiceActivityTrackerImpl() - Constructor for class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
 
ServiceActivityTrackerImpl.MutableServiceActivity - Class in org.apache.tapestry5.ioc.internal
 
ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef, Status) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
 
ServiceAdvisor - Interface in org.apache.tapestry5.ioc
Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver).
ServiceAdvisorImpl - Class in org.apache.tapestry5.ioc.internal
 
ServiceAdvisorImpl(ModuleBuilderSource, Method, ServiceResources, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceAdvisorImpl
 
ServiceAnnotationObjectProvider - Class in org.apache.tapestry5.internal.services
Adds support for the Service annotation (which can be applied to fields or parameters), which is used to disambiguate injection when multiple services implement the same service interface.
ServiceAnnotationObjectProvider() - Constructor for class org.apache.tapestry5.internal.services.ServiceAnnotationObjectProvider
 
ServiceBinder - Interface in org.apache.tapestry5.ioc
Allows a module to bind service interfaces to service implementation classes in support of autobuilding services.
ServiceBinderImpl - Class in org.apache.tapestry5.ioc.internal
 
ServiceBinderImpl(ServiceDefAccumulator, Method, ClassFactory, Set<Class>, boolean) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
ServiceBindingOptions - Interface in org.apache.tapestry5.ioc
Allows additional options for a service to be specified, overriding hard coded defaults or defaults from annotations on the service.
ServiceBuilder<T> - Interface in org.apache.tapestry5.ioc
A callback used to create a service implementation.
ServiceBuilderMethodInvoker - Class in org.apache.tapestry5.ioc.internal
Basic implementation of ObjectCreator that handles invoking a method on the module builder, and figures out the correct parameters to pass into the annotated method.
ServiceBuilderMethodInvoker(ServiceBuilderResources, String, Method) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
 
ServiceBuilderResources - Interface in org.apache.tapestry5.ioc
Extends ServiceResources with additional methods needed only by the service builder method, related to accessing a service's configuration.
ServiceDecorator - Interface in org.apache.tapestry5.ioc
A service decorator is derived from a DecoratorDef and is responsible for building an interceptor around an existing implementation (called the "delegate").
ServiceDecoratorImpl - Class in org.apache.tapestry5.ioc.internal
A wrapper around a decorator method.
ServiceDecoratorImpl(Method, ModuleBuilderSource, ServiceResources, ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceDecoratorImpl
 
ServiceDef - Interface in org.apache.tapestry5.ioc.def
Service definition derived, by default, from a service builder method.
ServiceDef2 - Interface in org.apache.tapestry5.ioc.def
Extension to ServiceDef containing new methods added for Tapestry 5.1.
ServiceDefAccumulator - Interface in org.apache.tapestry5.ioc.internal
Simple interface used when invoking a bind() method on a module class.
ServiceDefImpl - Class in org.apache.tapestry5.ioc.internal
 
ServiceId - Annotation Type in org.apache.tapestry5.ioc.annotations
An optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding via the ServiceBinder).
serviceId - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
serviceId - Variable in class org.apache.tapestry5.ioc.internal.AbstractServiceCreator
 
ServiceInjectionProvider - Class in org.apache.tapestry5.internal.services
A very late worker related to the Inject annotation that, when all other forms of injection have failed, matches the field type to a service interface.
ServiceInjectionProvider(ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.ServiceInjectionProvider
 
serviceInterface - Variable in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
ServiceLifecycle - Interface in org.apache.tapestry5.ioc
Allows certain types of lifecycles to control exactly how services are instantiated.
ServiceLifecycle2 - Interface in org.apache.tapestry5.ioc
Extension to ServiceLifecycle that adds an additional method.
ServiceLifecycleSource - Interface in org.apache.tapestry5.ioc.services
Provides access to user defined lifecycles (beyond the two built-in lifecycles: "singleton" and "primitive").
ServiceOverride - Interface in org.apache.tapestry5.ioc.services
Used to override built in services.
ServiceOverrideImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ServiceOverrideImpl(Map<Class, Object>) - Constructor for class org.apache.tapestry5.ioc.internal.services.ServiceOverrideImpl
 
ServiceProxyProvider - Interface in org.apache.tapestry5.ioc.internal
Used in concert with SerializationSupport to convert service tokens back into service proxies.
ServiceResources - Interface in org.apache.tapestry5.ioc
Contains resources that may be provided to a service when it initializes, which includes other services defined in the registry.
ServiceResourcesImpl - Class in org.apache.tapestry5.ioc.internal
Implementation of ServiceBuilderResources.
ServiceResourcesImpl(InternalRegistry, Module, ServiceDef, ClassFactory, Logger) - Constructor for class org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
 
ServiceStatus - Class in org.apache.tapestry5.corelib.pages
Page used to see the status of all services defined by the Registry.
ServiceStatus() - Constructor for class org.apache.tapestry5.corelib.pages.ServiceStatus
 
ServletApplicationInitializer - Interface in org.apache.tapestry5.services
Service interface for initializing a servlet application, as a pipeline.
ServletApplicationInitializerFilter - Interface in org.apache.tapestry5.services
Filter interface for ServletApplicationInitializer.
ServletContextSymbolProvider - Class in org.apache.tapestry5.internal
A wrapper around ServletContext that makes init-parameters accessible as symbols.
ServletContextSymbolProvider(ServletContext) - Constructor for class org.apache.tapestry5.internal.ServletContextSymbolProvider
 
SESSION - Static variable in class org.apache.tapestry5.PersistenceConstants
The field's value is stored in the Session.
Session - Interface in org.apache.tapestry5.services
Generic version of HttpSession, used to bridge the gaps between the Servlet API and the Portlet API.
SessionApplicationStatePersistenceStrategy - Class in org.apache.tapestry5.internal.services
Stores ASOs in the Session, which will be created as necessary.
SessionApplicationStatePersistenceStrategy(Request) - Constructor for class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
SessionImpl - Class in org.apache.tapestry5.internal.services
A thin wrapper around HttpSession.
SessionImpl(HttpSession, SessionPersistedObjectAnalyzer) - Constructor for class org.apache.tapestry5.internal.services.SessionImpl
 
SessionPersistedObjectAnalyzer<T> - Interface in org.apache.tapestry5.services
Analyzes a session-persisted object, specifically to see if it is dirty or not.
SessionPersistentFieldStrategy - Class in org.apache.tapestry5.internal.services
A strategy for storing persistent page properties into the session.
SessionPersistentFieldStrategy(Request) - Constructor for class org.apache.tapestry5.internal.services.SessionPersistentFieldStrategy
 
SessionState - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for a field that is a session state object (SSO) as controlled by the ApplicationStateManager.
set(Object) - Method in interface org.apache.tapestry5.Binding
Updates the current value.
set(Object) - Method in class org.apache.tapestry5.internal.bindings.AbstractBinding
 
set(Object) - Method in class org.apache.tapestry5.internal.bindings.PropBinding
 
set(Object) - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
 
set(Class<T>, T) - Method in class org.apache.tapestry5.internal.services.ApplicationStateManagerImpl
 
set(Object, Object) - Method in class org.apache.tapestry5.internal.services.CoercingPropertyConduitWrapper
 
set(Object, Object) - Method in class org.apache.tapestry5.internal.services.LiteralPropertyConduit
 
set(Locale) - Method in class org.apache.tapestry5.internal.services.PersistentLocaleImpl
 
set(Class<T>, T) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
set(Object, String, Object) - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
set(Object, String, Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAccessImpl
 
set(Object, Object) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyAdapterImpl
 
set(Object, String, Object) - Method in interface org.apache.tapestry5.ioc.services.ClassPropertyAdapter
Updates the value of a property.
set(Object, String, Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAccess
Updates the value of a property.
set(Object, Object) - Method in interface org.apache.tapestry5.ioc.services.PropertyAdapter
Updates the property value.
set(T, Object...) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Initializes private fields (via reflection).
set(Object, Object) - Method in interface org.apache.tapestry5.PropertyConduit
Changes the current value of the property.
set(Class<T>, T) - Method in interface org.apache.tapestry5.services.ApplicationStateManager
Stores a new SSO, replacing the existing SSO (if any).
set(Class<T>, T) - Method in interface org.apache.tapestry5.services.ApplicationStatePersistenceStrategy
Stores a new SSO, possibly replacing the existing one.
set(Locale) - Method in interface org.apache.tapestry5.services.PersistentLocale
Sets the locale value that will be encoded into the response.
setAnchor(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
setAnchor(String) - Method in interface org.apache.tapestry5.Link
Sets the link anchor.
setAnswer(IAnswer) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Convienience for EasyMock.expectLastCall() with IExpectationSetters.andAnswer(org.easymock.IAnswer).
setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.services.RequestImpl
 
setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
setAttribute(String, Object) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
setAttribute(String, Object) - Method in class org.apache.tapestry5.services.DelegatingRequest
 
setAttribute(String, Object) - Method in interface org.apache.tapestry5.services.Request
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface org.apache.tapestry5.services.Session
Sets the value of an attribute.
setBaseType(String) - Method in class org.apache.tapestry5.ContentType
 
setBound(String) - Method in class org.apache.tapestry5.internal.pageload.EmbeddedComponentAssemblerImpl
 
setBrowserLogLevel(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setCharacterEncoding(String) - Method in class org.apache.tapestry5.upload.internal.services.ParametersServletRequestWrapper
Ignores any attempt to set the character encoding, as it already has been set before the request content was parsed.
setCity(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setColumnName(String) - Method in class org.apache.tapestry5.corelib.components.GridColumns
 
setContentLength(int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
setContentLength(int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setContentLength(int) - Method in interface org.apache.tapestry5.services.Response
Sets the length of the content body in the response; this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
setContext(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setCurrentPage(int) - Method in class org.apache.tapestry5.corelib.components.Grid
 
setCursorPosition(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setDateHeader(String, long) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
setDateHeader(String, long) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setDateHeader(String, long) - Method in interface org.apache.tapestry5.services.Response
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
setDecorator(ValidationDecorator) - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
setDefaultTracker(ValidationTracker) - Method in class org.apache.tapestry5.corelib.components.Form
 
setDeleted(boolean) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
setEmail(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setEncoding(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
setEncodingType(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
setEncodingType(String) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
setEncodingType(String) - Method in interface org.apache.tapestry5.services.FormSupport
Sets the encoding type for the Form.
setExtensionJs(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setExtensionJs(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
setFieldPersistenceStrategy(String, String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
setFieldPersistenceStrategy(String, String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Used to define the field persistence strategy for a particular field name.
setFirstName(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setFormSupport(FormSupport) - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
setHeader(String, String) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
setHeader(String, String) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setHeader(String, String) - Method in interface org.apache.tapestry5.services.Response
Sets a response header with the given name and value.
setHeader(String, String) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
setHonorific(Honorific) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setId(Long) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setIntHeader(String, int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
setIntHeader(String, int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setIntHeader(String, int) - Method in interface org.apache.tapestry5.services.Response
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
setLastName(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setLocale(Locale) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Sets the locale requested by "the browser".
setLocale(Locale) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
setLocale(Locale) - Method in class org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
 
setLocale(Locale) - Method in interface org.apache.tapestry5.ioc.services.ThreadLocale
Updates the locale for the current thread.
setLocaleFromLocaleName(String) - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
 
setLocaleFromLocaleName(String) - Method in interface org.apache.tapestry5.services.LocalizationSetter
Determines if the provided potential locale name (presumably, extracted from a request URL) is a supported locale name.
setMaxInactiveInterval(int) - Method in class org.apache.tapestry5.internal.services.SessionImpl
 
setMaxInactiveInterval(int) - Method in class org.apache.tapestry5.internal.test.PageTesterSession
 
setMaxInactiveInterval(int) - Method in interface org.apache.tapestry5.services.Session
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMeta(String, String) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
setMeta(String, String) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Stores a meta data value under the indicated key.
setMethodDescription(String) - Method in class org.apache.tapestry5.internal.services.EventImpl
 
setMethodDescription(String) - Method in interface org.apache.tapestry5.runtime.Event
Invoke to identify, to the event, what component and method is being acted upon (used for some kinds of exception reporting).
setMixinAfter(boolean) - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
setMixinAfter(boolean) - Method in interface org.apache.tapestry5.model.MutableComponentModel
Changes the value of the mixinAfter flag.
setMouseSpeed(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setNonPeristentLocaleFromLocaleName(String) - Method in class org.apache.tapestry5.internal.services.LocalizationSetterImpl
 
setNonPeristentLocaleFromLocaleName(String) - Method in interface org.apache.tapestry5.services.LocalizationSetter
Allows the locale to be set from a specified locale name (which may be narrowed or defaulted to a support locale).
setParameter(String, String) - Method in class org.apache.tapestry5.ContentType
 
setPath(String) - Method in interface org.apache.tapestry5.internal.test.TestableRequest
Sets the path; the path should begin with a "/" character and contain everything from there to the start of query parameters (if any).
setPath(String) - Method in class org.apache.tapestry5.internal.test.TestableRequestImpl
 
setPhone(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setPreferedLanguage(Locale) - Method in class org.apache.tapestry5.test.PageTester
Sets the simulated browser's preferred language, i.e., the value returned from Request.getLocale().
setPropertyName(String) - Method in class org.apache.tapestry5.corelib.components.GridRows
 
setPropertyValue(Object) - Method in interface org.apache.tapestry5.services.PropertyEditContext
Updates the value of the property being edited (the context encapsulates the object containing the property).
setPublishedParameters(List<String>) - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
setPublishedParameters(List<String>) - Method in interface org.apache.tapestry5.model.MutableEmbeddedComponentModel
Sets the list of published parameters for this embedded component.
setRenderedDocument(Document) - Method in interface org.apache.tapestry5.internal.test.TestableResponse
Invoked as part of the rendering pipeline to store the final rendered Document object.
setRenderedDocument(Document) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setRenderingPage(Page) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
Sets the default page that will render the response.
setRenderingPage(Page) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
setRequest(Request) - Method in class org.apache.tapestry5.services.DelegatingRequest
Sets the delegate request.
setRootElement(ComponentPageElement) - Method in interface org.apache.tapestry5.internal.structure.Page
Invoked during page construction time to connect the page's root component to the page instance.
setRootElement(ComponentPageElement) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
setRow(Object) - Method in class org.apache.tapestry5.corelib.components.Grid
 
setSpeed(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setState(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setStatus(int) - Method in class org.apache.tapestry5.internal.services.ResponseImpl
 
setStatus(int) - Method in class org.apache.tapestry5.internal.test.TestableResponseImpl
 
setStatus(String, Status) - Method in interface org.apache.tapestry5.ioc.internal.ServiceActivityTracker
Updates the status for the service.
setStatus(String, Status) - Method in class org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
 
setStatus(int) - Method in interface org.apache.tapestry5.services.Response
Sets the status code for this response.
setStatus(int) - Method in class org.apache.tapestry5.util.ResponseWrapper
 
setStreet1(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setStreet2(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
setSubType(String) - Method in class org.apache.tapestry5.ContentType
 
setThrowable(Throwable) - Static method in class org.apache.tapestry5.ioc.test.TestBase
Convienience for EasyMock.expectLastCall() with IExpectationSetters.andThrow(Throwable).
setTimeout(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setup() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setup_registry() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
SETUP_RENDER_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Signature for Component.setupRender(MarkupWriter, Event).
SetupRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for methods that should be executed during the SetupRender phase.
setupRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked before rendering a component (or its template).
SetupZonesFilter - Class in org.apache.tapestry5.services.ajax
Creates a "zones" object in the JSON reply, reading for the SingleZonePartialRendererFilters to store values into.
SetupZonesFilter() - Constructor for class org.apache.tapestry5.services.ajax.SetupZonesFilter
 
setWebappRoot(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setZip(String) - Method in class org.apache.tapestry5.tutorial.entities.Address
 
shiftKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
shiftKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
showContextualBanner() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
showContextualBanner(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
shutdown() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
shutdown() - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
shutdown() - Method in class org.apache.tapestry5.ioc.internal.RegistryWrapper
 
shutdown() - Method in interface org.apache.tapestry5.ioc.Registry
Shuts down a Registry instance.
shutdown() - Method in class org.apache.tapestry5.test.PageTester
Invoke this method when done using the PageTester; it shuts down the internal Registry used by the tester.
shutdown_registry() - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
shutDownSeleniumServer() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
SimpleRequestWrapper - Class in org.apache.tapestry5.urlrewriter
Class that wraps a Request.
SimpleRequestWrapper(Request, String, String) - Constructor for class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
Constructor that receives a request, a server name and a path.
SimpleRequestWrapper(Request, String) - Constructor for class org.apache.tapestry5.urlrewriter.SimpleRequestWrapper
Constructor that receives a request and a path.
single() - Method in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
SingleKeySymbolProvider - Class in org.apache.tapestry5.internal
Implementation of SymbolProvider that only supports a single key/value pair.
SingleKeySymbolProvider(String, String) - Constructor for class org.apache.tapestry5.internal.SingleKeySymbolProvider
 
SingletonServiceLifecycle - Class in org.apache.tapestry5.ioc.internal
The basic implementation of a service lifecycle, which simply uses the ObjectCreator to create an instance of the service when asked.
SingletonServiceLifecycle() - Constructor for class org.apache.tapestry5.ioc.internal.SingletonServiceLifecycle
 
SingleZonePartialRendererFilter - Class in org.apache.tapestry5.services.ajax
Responsible for capturing the content for a single zone and storing it into the JSON reply object.
SingleZonePartialRendererFilter(String, RenderCommand, PageRenderQueue) - Constructor for class org.apache.tapestry5.services.ajax.SingleZonePartialRendererFilter
 
size(Object[]) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Returns the size of an object array, or null if the array is empty.
size(Collection) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
size() - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
SORT_ASCENDING_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
Marks the column that is currently sorted for sort ascending.
SORT_DESCENDING_CLASS - Static variable in class org.apache.tapestry5.grid.GridConstants
Marks the column that is currently sorted for sort descending.
sortable(boolean) - Method in interface org.apache.tapestry5.beaneditor.PropertyModel
Updates sortable and returns the model for further changes.
sortable(boolean) - Method in class org.apache.tapestry5.internal.beaneditor.PropertyModelImpl
 
SortConstraint - Class in org.apache.tapestry5.grid
Identifies how a single column (identified as a PropertyModel) is sorted.
SortConstraint(PropertyModel, ColumnSort) - Constructor for class org.apache.tapestry5.grid.SortConstraint
 
sortedKeys(Map) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Extracts the string keys from a map and returns them in sorted order.
splitAtCommas(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Splits a value around commas.
splitPath(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Splits a path at each slash.
SpringBeanServiceDef - Class in org.apache.tapestry5.internal.spring
 
SpringBeanServiceDef(String, ApplicationContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringBeanServiceDef
 
SpringConstants - Class in org.apache.tapestry5.spring
Constants used with the Spring integration library.
SpringConstants() - Constructor for class org.apache.tapestry5.spring.SpringConstants
 
SpringModule - Class in org.apache.tapestry5.spring
Module for Tapestry/Spring Integration.
SpringModule(Logger) - Constructor for class org.apache.tapestry5.spring.SpringModule
 
SpringModuleDef - Class in org.apache.tapestry5.internal.spring
A wrapper that converts a Spring ApplicationContext into a set of service definitions, compatible with Tapestry 5 IoC, for the beans defined in the context, as well as the context itself.
SpringModuleDef(ServletContext) - Constructor for class org.apache.tapestry5.internal.spring.SpringModuleDef
 
Stack<E> - Class in org.apache.tapestry5.ioc.util
A simple, streamlined implementation of Stack.
Stack() - Constructor for class org.apache.tapestry5.ioc.util.Stack
Normal constructor supporting an initial size of 20.
Stack(int) - Constructor for class org.apache.tapestry5.ioc.util.Stack
 
StackTraceElementAnalyzer - Interface in org.apache.tapestry5.services
Used by ExceptionDisplay to characterize each stack frame that is presented.
StackTraceElementClassConstants - Class in org.apache.tapestry5.services
CSS classes, from the default CSS stylesheet, used with StackTraceElementAnalyzer.
StackTraceElementClassConstants() - Constructor for class org.apache.tapestry5.services.StackTraceElementClassConstants
 
start(RootDoc) - Static method in class org.apache.tapestry.mojo.ParametersDoclet
 
start(ClassPool) - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
Does nothing.
start() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
start(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Used to start a typical test, by opening to the base URL and clicking through a series of links.
start(Object) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
start(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
This does NOT invoke Selenium.start(String); it invokes AbstractIntegrationTestSuite.start(String[]).
start() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
start(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
start(Object) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
startComponent(ComponentResources) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
 
startComponent(ComponentResources) - Method in interface org.apache.tapestry5.runtime.RenderQueue
Indicates that a component is starting its render.
StartComponentToken - Class in org.apache.tapestry5.internal.parser
The start element of a component within the template.
StartComponentToken(String, String, String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.StartComponentToken
 
StartElementPageElement - Class in org.apache.tapestry5.internal.structure
 
StartElementPageElement(String, String) - Constructor for class org.apache.tapestry5.internal.structure.StartElementPageElement
 
StartElementToken - Class in org.apache.tapestry5.internal.parser
The start of an ordinary element within the template (as opposed to StartComponentToken, which represents an active Tapestry token.
StartElementToken(String, String, Location) - Constructor for class org.apache.tapestry5.internal.parser.StartElementToken
 
StaticFilesFilter - Class in org.apache.tapestry5.internal.services
Identifies requests that are for actual resource files in the context.
StaticFilesFilter(Context) - Constructor for class org.apache.tapestry5.internal.services.StaticFilesFilter
 
StaticObjectCreator - Class in org.apache.tapestry5.internal.spring
An ObjectCreator for a statically identified object (typically, a bean from the Spring application context).
StaticObjectCreator(Object, String) - Constructor for class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
Statistics - Class in org.apache.tapestry5.hibernate.pages
Page used to see the Hibernate statistics.
Statistics() - Constructor for class org.apache.tapestry5.hibernate.pages.Statistics
 
Status - Enum in org.apache.tapestry5.ioc.services
Used in ServiceActivity to identify the state of the service in terms of its overall lifecycle.
StaxTemplateParser - Class in org.apache.tapestry5.internal.services
Implementation of TemplateParser based on the Streaming API for XML.
StaxTemplateParser(Resource, XMLInputFactory2) - Constructor for class org.apache.tapestry5.internal.services.StaxTemplateParser
 
stop() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
stop() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
stop() - Method in class org.apache.tapestry5.test.JettyRunner
Stops the Jetty instance.
store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.ComponentActionSink
 
store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
store(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
store(T, ComponentAction<T>) - Method in interface org.apache.tapestry5.services.FormSupport
Stores an action for execution during a later request.
storeAndExecute(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportAdapter
 
storeAndExecute(T, ComponentAction<T>) - Method in class org.apache.tapestry5.corelib.internal.FormSupportImpl
 
storeAndExecute(T, ComponentAction<T>) - Method in interface org.apache.tapestry5.services.FormSupport
As with FormSupport.store(Object, org.apache.tapestry5.ComponentAction)}, but the action is also invoked immediately.
storeClassLoaderException(Throwable) - Method in interface org.apache.tapestry5.internal.services.InternalRequestGlobals
Stores the throwable for later; only the first such exception is kept (later exceptions are ignored, see TAPESTRY-2399).
storeClassLoaderException(Throwable) - Method in class org.apache.tapestry5.internal.services.InternalRequestGlobalsImpl
 
storeContext(Context) - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
 
storeContext(Context) - Method in interface org.apache.tapestry5.services.ApplicationGlobals
 
storeRenderVariable(String, Object) - Method in interface org.apache.tapestry5.ComponentResources
Stores a render variable, accessible with the provided name.
storeRenderVariable(String, Object) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
storeRequestResponse(Request, Response) - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
storeRequestResponse(Request, Response) - Method in interface org.apache.tapestry5.services.RequestGlobals
 
storeResult(Object) - Method in class org.apache.tapestry5.internal.services.EventImpl
 
storeResult(Object) - Method in interface org.apache.tapestry5.runtime.Event
Stores a result for the event.
storeServletContext(ServletContext) - Method in class org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
 
storeServletContext(ServletContext) - Method in interface org.apache.tapestry5.services.ApplicationGlobals
 
storeServletRequestResponse(HttpServletRequest, HttpServletResponse) - Method in class org.apache.tapestry5.internal.services.RequestGlobalsImpl
 
storeServletRequestResponse(HttpServletRequest, HttpServletResponse) - Method in interface org.apache.tapestry5.services.RequestGlobals
Stores the servlet API request and response objects, for access via the properties.
StrategyBuilder - Interface in org.apache.tapestry5.ioc.services
A service implementation builder that operates around a StrategyRegistry, implementing a version of the Gang of Four Strategy pattern.
StrategyBuilderImpl - Class in org.apache.tapestry5.ioc.internal.services
 
StrategyBuilderImpl(ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
 
StrategyRegistry<A> - Class in org.apache.tapestry5.ioc.util
A key component in implementing the "Gang of Four" Strategy pattern.
StreamableResource - Interface in org.apache.tapestry5.internal.services
Abstracts around a Resource to allow access to the resource's content either compressed on uncompressed.
StreamableResourceImpl - Class in org.apache.tapestry5.internal.services
 
StreamableResourceImpl(URL, long) - Constructor for class org.apache.tapestry5.internal.services.StreamableResourceImpl
 
streamResource(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceStreamer
Streams the content of the resource to the client.
streamResource(Resource) - Method in class org.apache.tapestry5.internal.services.ResourceStreamerImpl
 
StreamResponse - Interface in org.apache.tapestry5
An alternate response from a component event handler method used to directly provide a stream of data to be sent to the client, rather than indicating what page to send a render redirect request to.
StreamResponseResultProcessor - Class in org.apache.tapestry5.internal.services
 
StreamResponseResultProcessor(Request, Response) - Constructor for class org.apache.tapestry5.internal.services.StreamResponseResultProcessor
 
streamVirtualAsset(String) - Method in interface org.apache.tapestry5.internal.services.VirtualAssetStreamer
 
streamVirtualAsset(String) - Method in class org.apache.tapestry5.internal.services.VirtualAssetStreamerImpl
 
StringInterner - Interface in org.apache.tapestry5.internal.services
Creates "interned" strings that are unique for the same content.
StringInternerImpl - Class in org.apache.tapestry5.internal.services
 
StringInternerImpl() - Constructor for class org.apache.tapestry5.internal.services.StringInternerImpl
 
StringLocation - Class in org.apache.tapestry5.ioc.internal.services
Implementation of Location used when the underlying resource isn't really known.
StringLocation(String, int) - Constructor for class org.apache.tapestry5.ioc.internal.services.StringLocation
 
StringParameterBuilder - Class in org.apache.tapestry5.internal.util
Implementation of ParameterBuilder that simply provides a static string value for the parameter expression.
StringParameterBuilder(String) - Constructor for class org.apache.tapestry5.internal.util.StringParameterBuilder
 
StringProvider - Interface in org.apache.tapestry5.internal.services
Interface used when assembling an attribute value that contains expansions.
StringRenderable - Class in org.apache.tapestry5.internal.util
Renders a string using MarkupWriter.write(String).
StringRenderable(String) - Constructor for class org.apache.tapestry5.internal.util.StringRenderable
 
StringToEnumCoercion<T extends Enum> - Class in org.apache.tapestry5.util
A Coercion for converting strings into an instance of a particular enumerated type.
StringToEnumCoercion(Class<T>) - Constructor for class org.apache.tapestry5.util.StringToEnumCoercion
 
StringToEnumCoercion(Class<T>, T...) - Constructor for class org.apache.tapestry5.util.StringToEnumCoercion
 
StringTranslator - Class in org.apache.tapestry5.internal.translator
 
StringTranslator() - Constructor for class org.apache.tapestry5.internal.translator.StringTranslator
 
StringValueEncoder - Class in org.apache.tapestry5.internal.services
Passes the string value from the server to the client and vice-versa without any translation.
StringValueEncoder() - Constructor for class org.apache.tapestry5.internal.services.StringValueEncoder
 
stripLeadingPlus() - Method in class org.apache.tapestry5.internal.antlr.BaseLexer
 
stripMemberName(String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Strips leading "_" and "$" and trailing "_" from the name.
stub_contains(Messages, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
stub_isDebugEnabled(Logger, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
SUBMIT - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
Submit - Class in org.apache.tapestry5.corelib.components
Corresponds to <input type="submit"> or <input type="image">, a client-side element that can force the enclosing form to submit.
Submit() - Constructor for class org.apache.tapestry5.corelib.components.Submit
 
SUBMIT - Static variable in class org.apache.tapestry5.EventConstants
Event type for a notification after the form has submitted.
SUBMIT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
submit(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
submitForm(Element, Map<String, String>) - Method in class org.apache.tapestry5.test.PageTester
Simulates a submission of the form specified.
SubmitNotifier - Class in org.apache.tapestry5.corelib.components
A non visual component used to provide notifications to its container during a form submission.
SubmitNotifier() - Constructor for class org.apache.tapestry5.corelib.components.SubmitNotifier
 
SubModule - Annotation Type in org.apache.tapestry5.ioc.annotations
Attached to a module class, this annotation identifies other module classes that should also be added to the Registry.
SUCCESS - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
SUCCESS - Static variable in class org.apache.tapestry5.EventConstants
Event type for a notification after the form has submitted, when there are no errors in the validation tracker.
SUPPORTED_LOCALES - Static variable in class org.apache.tapestry5.SymbolConstants
The list of locales supported by the application; locales identified in the incoming request are "narrowed" to one of these values.
SupportsInformalParameters - Annotation Type in org.apache.tapestry5.annotations
Used to identify a component that can support informal parameters.
SupportsInformalParametersWorker - Class in org.apache.tapestry5.internal.transform
Checks for the SupportsInformalParameters annotation, settting the corresponding flag on the model if present.
SupportsInformalParametersWorker() - Constructor for class org.apache.tapestry5.internal.transform.SupportsInformalParametersWorker
 
SUPPRESS_COMPRESSION - Static variable in class org.apache.tapestry5.internal.InternalConstants
Request attribute key; if non-null, then automatic GZIP compression of response stream is suppressed.
SUPPRESS_REDIRECT_FROM_ACTION_REQUESTS - Static variable in class org.apache.tapestry5.SymbolConstants
If set to "true", then action requests will render a page markup response immediately, rather than sending a redirect to render the response.
Symbol - Annotation Type in org.apache.tapestry5.ioc.annotations
Used to inject a symbol value, via a symbol name.
SymbolConstants - Class in org.apache.tapestry5
Defines the names of symbols used to configure Tapestry.
SymbolConstants() - Constructor for class org.apache.tapestry5.SymbolConstants
 
SymbolObjectProvider - Class in org.apache.tapestry5.ioc.internal.services
Performs an injection based on a Symbol annotation.
SymbolObjectProvider(SymbolSource, TypeCoercer) - Constructor for class org.apache.tapestry5.ioc.internal.services.SymbolObjectProvider
 
SymbolProvider - Interface in org.apache.tapestry5.ioc.services
A provider of values for symbols, used by the SymbolSource service.
symbols - Variable in class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
SymbolSource - Interface in org.apache.tapestry5.ioc.services
Used to manage symbols, configuration properties whose value is evaluated at runtime.
SymbolSourceImpl - Class in org.apache.tapestry5.ioc.internal.services
 
SymbolSourceImpl(List<SymbolProvider>) - Constructor for class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
 
SYNCHRONIZE_VALUES - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by the Loop component to inform its container of all the values that were supplied from the client during a form submission.
SyntheticModuleDef - Class in org.apache.tapestry5.internal
A synthetic module definition, used to mix in some additional "pre-built" service configuration contributions.
SyntheticModuleDef(ContributionDef...) - Constructor for class org.apache.tapestry5.internal.SyntheticModuleDef
 
SyntheticSymbolSourceContributionDef - Class in org.apache.tapestry5.internal
Makes a contribution to the SymbolSource service configuration.
SyntheticSymbolSourceContributionDef(String, SymbolProvider, String...) - Constructor for class org.apache.tapestry5.internal.SyntheticSymbolSourceContributionDef
 
SystemPropertiesSymbolProvider - Class in org.apache.tapestry5.ioc.internal.services
Obtains symbol values from JVM System properties.
SystemPropertiesSymbolProvider() - Constructor for class org.apache.tapestry5.ioc.internal.services.SystemPropertiesSymbolProvider
 

T

TAPESTRY - Static variable in class org.apache.tapestry5.TapestryMarkers
A root marker for all things Tapestry related.
TAPESTRY_APP_PACKAGE_PARAM - Static variable in class org.apache.tapestry5.internal.InternalConstants
Init parameter used to identify the package from which application classes are loaded.
TAPESTRY_SCHEMA_5_0_0 - Static variable in class org.apache.tapestry5.internal.services.StaxTemplateParser
Used as the namespace URI for Tapestry templates.
TAPESTRY_SCHEMA_5_1_0 - Static variable in class org.apache.tapestry5.internal.services.StaxTemplateParser
Adds several new elements.
TAPESTRY_VERSION - Static variable in class org.apache.tapestry5.SymbolConstants
The version number of the core Tapestry framework, or UNKNOWN if the version number is not available (which should only occur when developing Tapestry).
TapestryAppInitializer - Class in org.apache.tapestry5.internal
This class is used to build the Registry.
TapestryAppInitializer(Logger, String, String, String) - Constructor for class org.apache.tapestry5.internal.TapestryAppInitializer
 
TapestryAppInitializer(Logger, SymbolProvider, String, String) - Constructor for class org.apache.tapestry5.internal.TapestryAppInitializer
 
TapestryApplicationContext - Class in org.apache.tapestry5.spring
Extension of Spring's XmlWebApplicationContext that includes hooks to resolve some injections into Spring beans as Tapestry services.
TapestryApplicationContext() - Constructor for class org.apache.tapestry5.spring.TapestryApplicationContext
 
TapestryException - Exception in org.apache.tapestry5.ioc.internal.util
Exception class used as a replacement for RuntimeException when the exception is related to a particular location.
TapestryException(String, Object, Throwable) - Constructor for exception org.apache.tapestry5.ioc.internal.util.TapestryException
 
TapestryException(String, Throwable) - Constructor for exception org.apache.tapestry5.ioc.internal.util.TapestryException
 
TapestryException(String, Location, Throwable) - Constructor for exception org.apache.tapestry5.ioc.internal.util.TapestryException
 
TapestryFilter - Class in org.apache.tapestry5
The TapestryFilter is responsible for intercepting all requests into the web application.
TapestryFilter() - Constructor for class org.apache.tapestry5.TapestryFilter
 
TapestryInternalUtils - Class in org.apache.tapestry5.internal
Shared utility methods used by various implementation classes.
TapestryInternalUtils() - Constructor for class org.apache.tapestry5.internal.TapestryInternalUtils
 
TapestryIOCModule - Class in org.apache.tapestry5.ioc.services
Defines the base set of services for the Tapestry IOC container.
TapestryIOCModule() - Constructor for class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
TapestryMarkers - Class in org.apache.tapestry5
A set of markers used internally by Tapestry when logging in code related to paqes and components.
TapestryMarkers() - Constructor for class org.apache.tapestry5.TapestryMarkers
 
TapestryModule - Class in org.apache.tapestry5.services
The root module for Tapestry.
TapestryModule(PipelineBuilder, PropertyShadowBuilder, RequestGlobals, ApplicationGlobals, ChainBuilder, Environment, StrategyBuilder, PropertyAccess, Request, Response, EnvironmentalShadowBuilder, EndOfRequestEventHub) - Constructor for class org.apache.tapestry5.services.TapestryModule
We inject all sorts of common dependencies (including builders) into the module itself (note: even though some of these service are defined by the module itself, that's ok because services are always lazy proxies).
TapestrySpringFilter - Class in org.apache.tapestry5.spring
Add logic to setup for Spring integration at startup.
TapestrySpringFilter() - Constructor for class org.apache.tapestry5.spring.TapestrySpringFilter
 
TapestryTestCase - Class in org.apache.tapestry5.test
Base test case that adds a number of convienience factory and training methods for the public interfaces of Tapestry.
TapestryTestCase() - Constructor for class org.apache.tapestry5.test.TapestryTestCase
 
TapestryTestConstants - Class in org.apache.tapestry5.test
 
TapestryTestConstants() - Constructor for class org.apache.tapestry5.test.TapestryTestConstants
 
TapestyBeanFactory - Class in org.apache.tapestry5.internal.spring
Identifies dependencies whose field or method parameter contains the Inject or InjectService annotations and, if so, invokes ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider) to provide the value.
TapestyBeanFactory(BeanFactory, Registry) - Constructor for class org.apache.tapestry5.internal.spring.TapestyBeanFactory
 
TEMPLATE_EXTENSION - Static variable in class org.apache.tapestry5.internal.InternalConstants
The extension used for Tapestry component template files, Tapestry Markup Language.
TemplateParser - Interface in org.apache.tapestry5.internal.services
Parses a resource into a ComponentTemplate.
TemplateParserImpl - Class in org.apache.tapestry5.internal.services
Responsible for acquiring a StAX reader and configuring an instance of StaxTemplateParser, which does all the real work.
TemplateParserImpl(Map<String, URL>, boolean) - Constructor for class org.apache.tapestry5.internal.services.TemplateParserImpl
 
TemplateToken - Class in org.apache.tapestry5.internal.parser
Base class for tokens parsed out of a template.
TemplateToken(TokenType, Location) - Constructor for class org.apache.tapestry5.internal.parser.TemplateToken
 
TEN_YEARS - Static variable in class org.apache.tapestry5.internal.InternalConstants
 
test() - Method in class org.apache.tapestry5.corelib.base.AbstractConditional
Performs the test via the parameters; return true to render the body of the component, false to render the else block (or nothing).
test() - Method in class org.apache.tapestry5.corelib.components.If
 
test() - Method in class org.apache.tapestry5.corelib.components.Unless
 
TEST_MODE - Static variable in class org.apache.tapestry5.internal.test.PageTesterModule
 
TestableCookieSinkSource - Class in org.apache.tapestry5.internal.test
 
TestableCookieSinkSource() - Constructor for class org.apache.tapestry5.internal.test.TestableCookieSinkSource
 
TestableRequest - Interface in org.apache.tapestry5.internal.test
An extended version of Request that allows the PageTester to control and override behavior, effectively simulating the portions of Request that are provided normally by a servlet container.
TestableRequestImpl - Class in org.apache.tapestry5.internal.test
 
TestableRequestImpl() - Constructor for class org.apache.tapestry5.internal.test.TestableRequestImpl
 
TestableRequestImpl(String) - Constructor for class org.apache.tapestry5.internal.test.TestableRequestImpl
 
TestableResponse - Interface in org.apache.tapestry5.internal.test
 
TestableResponseImpl - Class in org.apache.tapestry5.internal.test
 
TestableResponseImpl() - Constructor for class org.apache.tapestry5.internal.test.TestableResponseImpl
 
TestBase - Class in org.apache.tapestry5.ioc.test
Manages a set of EasyMock mock objects.
TestBase() - Constructor for class org.apache.tapestry5.ioc.test.TestBase
 
text(String) - Method in class org.apache.tapestry5.dom.Document
Adds and returns a new text node (the text node is returned so that Text.write(String) or [@link Text.writef(String, Object[]) may be invoked.
text(String) - Method in class org.apache.tapestry5.dom.Element
Adds and returns a new text node (the text node is returned so that Text.write(String) or [@link Text.writef(String, Object[]) may be invoked .
Text - Class in org.apache.tapestry5.dom
A type of node that contains text.
TextArea - Class in org.apache.tapestry5.corelib.components
TextArea component corresponds to a <textarea> element.
TextArea() - Constructor for class org.apache.tapestry5.corelib.components.TextArea
 
TextField - Class in org.apache.tapestry5.corelib.components
TextField component corresponds to <input type="text"> element.
TextField() - Constructor for class org.apache.tapestry5.corelib.components.TextField
 
TextOutput - Class in org.apache.tapestry5.corelib.components
Outputs paragraph oriented text, typically collected via a TextArea component.
TextOutput() - Constructor for class org.apache.tapestry5.corelib.components.TextOutput
 
TextPageElement - Class in org.apache.tapestry5.internal.structure
 
TextPageElement(String) - Constructor for class org.apache.tapestry5.internal.structure.TextPageElement
 
TextStreamResponse - Class in org.apache.tapestry5.util
 
TextStreamResponse(String, String) - Constructor for class org.apache.tapestry5.util.TextStreamResponse
Constructor that defaults the character set to "utf-8".
TextStreamResponse(String, String, String) - Constructor for class org.apache.tapestry5.util.TextStreamResponse
Constructor allowing the content type and character set to the specified.
TextStreamResponse(ContentType, String) - Constructor for class org.apache.tapestry5.util.TextStreamResponse
 
TextToken - Class in org.apache.tapestry5.internal.parser
 
TextToken(String, Location) - Constructor for class org.apache.tapestry5.internal.parser.TextToken
 
THREAD_POOL_CORE_SIZE - Static variable in class org.apache.tapestry5.IOCSymbols
The minimum size of the thread pool.
THREAD_POOL_ENABLED - Static variable in class org.apache.tapestry5.IOCSymbols
By default, the ParallelExecutor service uses a thread pool.
THREAD_POOL_KEEP_ALIVE - Static variable in class org.apache.tapestry5.IOCSymbols
Time in milliseconds (via TimeInterval) to keep waiting threads alive.
THREAD_POOL_MAX_SIZE - Static variable in class org.apache.tapestry5.IOCSymbols
Maximium size of the pool before submitted invocations must wait to execute; the default is 20.
ThreadCleanupListener - Interface in org.apache.tapestry5.ioc.services
Listener interface for object that need to know about thread event cleanup.
threadDidCleanup() - Method in class org.apache.tapestry5.internal.hibernate.HibernateSessionManagerImpl
Rollsback the transaction at the end of the request, then closes the session.
threadDidCleanup() - Method in class org.apache.tapestry5.internal.services.EnvironmentImpl
 
threadDidCleanup() - Method in class org.apache.tapestry5.internal.services.RequestPageCacheImpl
At the end of the request, when the thread cleanup event occurs, release any pages attached to the request back to the page pool.
threadDidCleanup() - Method in interface org.apache.tapestry5.ioc.services.ThreadCleanupListener
Invoked by PerthreadManager service when a thread performs and end-of-request cleanup.
threadDidCleanup() - Method in class org.apache.tapestry5.upload.internal.services.MultipartDecoderImpl
 
ThreadLocale - Interface in org.apache.tapestry5.ioc.services
Stores the locale for the current thread.
ThreadLocaleImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ThreadLocaleImpl() - Constructor for class org.apache.tapestry5.ioc.internal.services.ThreadLocaleImpl
 
ThunkCreator - Interface in org.apache.tapestry5.ioc.services
A thunk is a delayed calculation.
ThunkCreatorImpl - Class in org.apache.tapestry5.ioc.internal.services
 
ThunkCreatorImpl(ClassFactory) - Constructor for class org.apache.tapestry5.ioc.internal.services.ThunkCreatorImpl
 
TimeInterval - Class in org.apache.tapestry5.ioc.util
Used to represent a period of time, specifically as a configuration value.
TimeInterval(String) - Constructor for class org.apache.tapestry5.ioc.util.TimeInterval
Creates a TimeInterval for a string.
TO_CLIENT - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by some form-related components to convert a server-side value to a client-side string, as an alternative to a Translator.
toAbsoluteURI() - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
toAbsoluteURI() - Method in interface org.apache.tapestry5.Link
Converts the link to an absolute URI, a complete path, starting with a leading slash.
toAsset2(Asset) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts an Asset to an Asset2 if necessary.
toBase64() - Method in class org.apache.tapestry5.internal.util.Base64OutputStream
 
toClass(String) - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
toClass(String) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElementResources
Gets the Class instance for then give name.
toClass(String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
toClass(CtClass, ClassLoader, ProtectionDomain) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryClassPool
Overriden to remove a deadlock producing synchronized block.
toClass(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Converts a type name into a corresponding class (possibly, a transformed class).
toClassAttributeValue(List<String>) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts an list of strings into a space-separated string combining them all, suitable for use as an HTML class attribute value.
toClient(T) - Method in interface org.apache.tapestry5.FieldTranslator
Converts a server-side value to a client-side string.
toClient(Object, ComponentResources, FieldTranslator<Object>, NullFieldStrategy) - Method in interface org.apache.tapestry5.FieldValidationSupport
A wrapper around Translator.toClient(Object) that first fires a "toclient" event on the component to see if it can perform the conversion.
toClient(E) - Method in class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
toClient(Object) - Method in class org.apache.tapestry5.internal.services.ContextValueEncoderImpl
 
toClient(T) - Method in class org.apache.tapestry5.internal.services.FieldTranslatorImpl
 
toClient(Object, ComponentResources, FieldTranslator<Object>, NullFieldStrategy) - Method in class org.apache.tapestry5.internal.services.FieldValidationSupportImpl
 
toClient(String) - Method in class org.apache.tapestry5.internal.services.StringValueEncoder
 
toClient(Object) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
toClient(Number) - Method in class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
toClient(Number) - Method in interface org.apache.tapestry5.internal.translator.NumericFormatter
Formats a value for the client in a locale-specific way.
toClient(Number) - Method in class org.apache.tapestry5.internal.translator.NumericFormatterImpl
 
toClient(T) - Method in class org.apache.tapestry5.internal.translator.NumericTranslator
 
toClient(Class<T>, T) - Method in interface org.apache.tapestry5.internal.translator.NumericTranslatorSupport
Converts a server-side value to a client-side string.
toClient(Class<T>, T) - Method in class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 
toClient(String) - Method in class org.apache.tapestry5.internal.translator.StringTranslator
Passes the value through unchanged.
toClient(Object) - Method in interface org.apache.tapestry5.RadioContainer
Converts an object to a client-side string representation of that value.
toClient(Object) - Method in interface org.apache.tapestry5.services.ContextValueEncoder
Converts a context value into a client-side string (that will utltimately be encoded into a URL).
toClient(T) - Method in interface org.apache.tapestry5.Translator
Converts a server-side value to a client-side string.
toClient(E) - Method in class org.apache.tapestry5.util.EnumValueEncoder
 
toClient(V) - Method in interface org.apache.tapestry5.ValueEncoder
Converts a value into a client-side representation.
toClientShouldReturnString() - Static method in class org.apache.tapestry5.corelib.internal.InternalMessages
 
toClientURL() - Method in interface org.apache.tapestry5.Asset
Returns a URL that can be passed, unchanged, to the client in order for it to access the resource.
toClientURL(String) - Method in class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
 
toClientURL(String) - Method in interface org.apache.tapestry5.services.ClasspathAssetAliasManager
Takes a resource path to a classpath resource and adds the asset path prefix to the path.
toCtClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
toCtClass(Class) - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Converts an existing class to a CtClass instance.
toCtClass(String) - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Converts a class name to a CtClass instance.
toCtClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
toCtClass(String) - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
toCtClasses(Class[]) - Method in class org.apache.tapestry5.ioc.internal.services.AbstractFab
 
toJavaClassName(Class) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Javassist needs the class name to be as it appears in source code, even for arrays.
toJSONString() - Method in interface org.apache.tapestry5.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toJVMBinaryName(String) - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Translates types from standard Java format to Java VM format.
TokenType - Enum in org.apache.tapestry5.internal.parser
Defines the different types of TemplateTokens.
toKey(V) - Method in interface org.apache.tapestry5.PrimaryKeyEncoder
Deprecated. Given a particular value, this method extracts and returns the primary key that identifies the value.
toKey(V) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. For a previously added key/value pair, returns the key corresponding to the given value.
toList(Enumeration) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Converts an enumeration (of Strings) into a sorted list of Strings.
toLocale(String) - Static method in class org.apache.tapestry5.internal.util.LocaleUtils
Converts a String to a Locale.
toMarkup(Document, PrintWriter, Map<String, String>) - Method in class org.apache.tapestry5.dom.Document
 
toMarkup(PrintWriter) - Method in class org.apache.tapestry5.dom.DTD
 
toMarkup(PrintWriter) - Method in class org.apache.tapestry5.dom.Node
Writes the markup for this node to the writer.
toMarkup(PrintWriter) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
toMarkup(PrintWriter) - Method in interface org.apache.tapestry5.MarkupWriter
Converts the collected markup into an markup stream (according to rules provided by the Document's MarkupModel).
toMessage(Throwable) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Extracts the message from an exception.
toModuleDef2(ModuleDef) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
toOptionModel(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts a string to an OptionModel.
toOptionModel(Map.Entry) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts a map entry to an OptionModel.
toOptionModel(Object) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Converts an object to an OptionModel.
toOptionModels(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Parses a string input into a series of value=label pairs compatible with TapestryInternalUtils.toOptionModel(String).
toOptionModels(Map<K, V>) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Processes a map input into a series of map entries compatible with TapestryInternalUtils.toOptionModel(Map.Entry).
toOptionModels(List<E>) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Processes a list input into a series of objects compatible with TapestryInternalUtils.toOptionModel(Object).
toRedirectURI() - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
toRedirectURI() - Method in interface org.apache.tapestry5.Link
Returns the link as a redirect URI.
toResourcePath(String) - Method in class org.apache.tapestry5.internal.services.ClasspathAssetAliasManagerImpl
 
toResourcePath(String) - Method in interface org.apache.tapestry5.services.ClasspathAssetAliasManager
Reverses ClasspathAssetAliasManager.toClientURL(String), stripping off the asset prefix, and re-expanding any aliased folders back to complete folders.
toSelectModel(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Wraps the result of TapestryInternalUtils.toOptionModels(String) as a SelectModel (with no option groups).
toSelectModel(Map<K, V>) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Wraps the result of TapestryInternalUtils.toOptionModels(Map) as a SelectModel (with no option groups).
toSelectModel(List<E>) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Wraps the result of TapestryInternalUtils.toOptionModels(List) as a SelectModel (with no option groups).
toServiceDef2(ServiceDef) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
toServiceLifecycle2(ServiceLifecycle) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
toString() - Method in class org.apache.tapestry5.ajax.MultiZoneUpdate
 
toString() - Method in class org.apache.tapestry5.ContentType
 
toString() - Method in class org.apache.tapestry5.corelib.components.BeanEditor.Prepare
 
toString() - Method in class org.apache.tapestry5.dom.Document
 
toString() - Method in class org.apache.tapestry5.dom.Node
Invokes Node.toMarkup(PrintWriter), collecting output in a string, which is returned.
toString() - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
toString() - Method in class org.apache.tapestry5.internal.bindings.AssetBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.BlockBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.ComponentBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.InvariantBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.LiteralBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.PropBinding
 
toString() - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBinding
 
toString() - Method in class org.apache.tapestry5.internal.hibernate.PersistedEntity
 
toString() - Method in class org.apache.tapestry5.internal.model.MutableComponentModelImpl
 
toString() - Method in class org.apache.tapestry5.internal.model.MutableEmbeddedComponentModelImpl
 
toString() - Method in class org.apache.tapestry5.internal.OptionGroupModelImpl
 
toString() - Method in class org.apache.tapestry5.internal.OptionModelImpl
 
toString() - Method in class org.apache.tapestry5.internal.parser.AttributeToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.BlockToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.CDATAToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.CommentToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.DTDToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.EndElementToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.ExpansionToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.ParameterToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.StartComponentToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.StartElementToken
 
toString() - Method in class org.apache.tapestry5.internal.parser.TextToken
 
toString() - Method in class org.apache.tapestry5.internal.services.AbstractAsset
Returns Asset.toClientURL().
toString() - Method in class org.apache.tapestry5.internal.services.AbstractInstantiator
 
toString() - Method in class org.apache.tapestry5.internal.services.BasePropertyConduit
 
toString() - Method in class org.apache.tapestry5.internal.services.ComponentEventImpl
 
toString() - Method in class org.apache.tapestry5.internal.services.ContextResource
 
toString() - Method in class org.apache.tapestry5.internal.services.InjectionKey
 
toString() - Method in class org.apache.tapestry5.internal.services.InternalClassTransformationImpl
 
toString() - Method in class org.apache.tapestry5.internal.services.LinkImpl
Returns the value from LinkImpl.toURI()
toString() - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
toString() - Method in class org.apache.tapestry5.internal.services.PageLocator
 
toString() - Method in class org.apache.tapestry5.internal.spring.StaticObjectCreator
 
toString() - Method in class org.apache.tapestry5.internal.structure.BlockImpl
 
toString() - Method in class org.apache.tapestry5.internal.structure.CommentPageElement
 
toString() - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
toString() - Method in class org.apache.tapestry5.internal.structure.DTDPageElement
 
toString() - Method in class org.apache.tapestry5.internal.structure.ExpansionPageElement
 
toString() - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
toString() - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
toString() - Method in class org.apache.tapestry5.internal.structure.StartElementPageElement
 
toString() - Method in class org.apache.tapestry5.internal.structure.TextPageElement
 
toString() - Method in class org.apache.tapestry5.internal.transform.RenderPhaseMethodWorker
 
toString(char) - Method in class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
toString() - Method in class org.apache.tapestry5.internal.util.IntegerRange
 
toString() - Method in class org.apache.tapestry5.internal.util.MultiKey
 
toString() - Method in class org.apache.tapestry5.internal.util.RenderableAsBlock
 
toString() - Method in class org.apache.tapestry5.internal.util.StringParameterBuilder
 
toString() - Method in class org.apache.tapestry5.internal.util.StringRenderable
 
toString() - Method in class org.apache.tapestry5.ioc.internal.AbstractMethodInvokingInstrumenter
 
toString() - Method in class org.apache.tapestry5.ioc.internal.AbstractServiceInstrumenter
 
toString() - Method in class org.apache.tapestry5.ioc.internal.ConstructorServiceCreator
 
toString() - Method in class org.apache.tapestry5.ioc.internal.ContributionDefImpl
 
toString() - Method in class org.apache.tapestry5.ioc.internal.DefaultModuleDefImpl
Identifies the module class and a list of service ids within the module.
toString() - Method in class org.apache.tapestry5.ioc.internal.ModuleImpl
 
toString() - Method in class org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker
 
toString() - Method in class org.apache.tapestry5.ioc.internal.ServiceDefImpl
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.AbstractInvocation
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.AccessableObjectAnnotationProvider
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.ClassFabImpl
Returns a representation of the fabricated class, including inheritance, fields, constructors, methods and method bodies.
toString() - Method in class org.apache.tapestry5.ioc.internal.services.ClassPropertyAdapterImpl
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.CompoundCoercion
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
 
toString() - Method in class org.apache.tapestry5.ioc.internal.services.StringLocation
 
toString() - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
toString() - Method in class org.apache.tapestry5.ioc.internal.util.LocationImpl
 
toString() - Method in exception org.apache.tapestry5.ioc.internal.util.TapestryException
 
toString() - Method in class org.apache.tapestry5.ioc.Orderable
 
toString() - Method in class org.apache.tapestry5.ioc.services.CoercionTuple
 
toString() - Method in class org.apache.tapestry5.ioc.services.MethodSignature
 
toString() - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Returns the current contents of the buffer.
toString() - Method in class org.apache.tapestry5.ioc.util.Stack
Describes the stack, listing the element in order of depth (top element first).
toString() - Method in class org.apache.tapestry5.ioc.util.StrategyRegistry
 
toString() - Method in class org.apache.tapestry5.ioc.util.TimeInterval
 
toString() - Method in class org.apache.tapestry5.json.JSONArray
Make a JSON text of this JSONArray.
toString() - Method in class org.apache.tapestry5.json.JSONLiteral
Returns the text property; this is also the value placed into the JSON string (unquoted, exactly as is).
toString() - Method in class org.apache.tapestry5.json.JSONObject
Make a JSON text of this JSONObject.
toString() - Method in class org.apache.tapestry5.services.AliasContribution
 
toString() - Method in class org.apache.tapestry5.services.ComponentEventRequestParameters
 
toString() - Method in class org.apache.tapestry5.services.LibraryMapping
 
toString() - Method in class org.apache.tapestry5.services.PageRenderRequestParameters
 
toString() - Method in class org.apache.tapestry5.services.TransformMethodSignature
Returns the long form description of the signature.
toString() - Method in class org.apache.tapestry5.test.JettyRunner
 
touch(File) - Method in class org.apache.tapestry5.test.TapestryTestCase
Writes a change to a file.
toURI() - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
toURI() - Method in interface org.apache.tapestry5.Link
Returns the URI portion of the link.
toURL() - Method in class org.apache.tapestry5.internal.services.ContextResource
 
toURL() - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
toURL() - Method in interface org.apache.tapestry5.ioc.Resource
Returns the URL for the resource, or null if it does not exist.
toUserPresentable(String) - Static method in class org.apache.tapestry5.internal.TapestryInternalUtils
Capitalizes the string, and inserts a space before each upper case character (or sequence of upper case characters).
toValue(String) - Method in class org.apache.tapestry5.internal.hibernate.HibernateEntityValueEncoder
 
toValue(Class<T>, String) - Method in class org.apache.tapestry5.internal.services.ContextValueEncoderImpl
 
toValue(String) - Method in class org.apache.tapestry5.internal.services.StringValueEncoder
 
toValue(Class<T>, String) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementResourcesImpl
 
toValue(K) - Method in interface org.apache.tapestry5.PrimaryKeyEncoder
Deprecated. For a particular primary key, previously obtained via PrimaryKeyEncoder.toKey(Object), this method returns the same or equivalent object.
toValue(Class<T>, String) - Method in interface org.apache.tapestry5.services.ContextValueEncoder
Converts a client value back into a server-side object.
toValue(K) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated.  
toValue(String) - Method in class org.apache.tapestry5.util.EnumValueEncoder
 
toValue(String) - Method in interface org.apache.tapestry5.ValueEncoder
Converts a client-side representation, provided by ValueEncoder.toClient(Object), back into a server-side value.
Traditional - Annotation Type in org.apache.tapestry5.services
Marker annotation for a service that should be used for traditional page oriented requests, as opposed to Ajax requests (that send ad-hoc or partial page markup responses.
train_addField(ClassTransformation, int, String, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_addInjectedField(ClassTransformation, Class, String, Object, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_addMethod(ClassTransformation, TransformMethodSignature, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_autobuild(ObjectLocator, Class<T>, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_buildConstraints(ValidationConstraintGenerator, Class, AnnotationProvider, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_coerce(TypeCoercer, S, Class<T>, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_contains(Messages, String, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_create(ApplicationStateCreator<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_create(BeanModelSource, Class, boolean, Messages, BeanModel) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_createAsset(AssetFactory, Resource, Asset) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_createDefaultTranslator(FieldTranslatorSource, ComponentResources, String, FieldTranslator) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_createEditModel(BeanModelSource, Class, Messages, BeanModel) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_createInterceptor(ServiceDecorator, Object, Object) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_createObject(ObjectCreator, Object) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_createValidator(FieldValidatorSource, Field, String, String, String, Messages, Locale, FieldValidator) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_encodeRedirectURL(Response, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_encodeURL(Response, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_exists(ApplicationStatePersistenceStrategy, Class<T>, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_expandSymbols(SymbolSource, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_expandSymbols(SymbolSource, String, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_extendConstructor(ClassTransformation, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_extendMethod(ClassTransformation, TransformMethodSignature, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findByType(TranslatorSource, Class, Translator) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findDecoratorsForService(InternalRegistry) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
train_findFieldsWithAnnotation(ClassTransformation, Class<? extends Annotation>, List<String>) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findFieldsWithAnnotation(ClassTransformation, Class<? extends Annotation>, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findMeta(MetaDataLocator, String, ComponentResources, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findMethods(ClassTransformation, TransformMethodSignature...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findMethodsWithAnnotation(ClassTransformation, Class<? extends Annotation>, List<TransformMethodSignature>) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_findUnclaimedFields(ClassTransformation, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_forFile(Resource, String, Resource) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_forLocale(Resource, Locale, Resource) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_format(MessageFormatter, String, Object...) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
Have to put the result before the varargs.
train_generateChecksum(ResourceDigestGenerator, URL, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_get(Messages, String, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_get(PerthreadManager, String, Object) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_get(ApplicationStatePersistenceStrategy, Class<T>, ApplicationStateCreator<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_get(ApplicationStatePersistenceStrategySource, String, ApplicationStatePersistenceStrategy) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_get(Binding, Object) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_get(ApplicationStateManager, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_get(TranslatorSource, String, Translator) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAliasesForMode(AliasManager, String, Map<Class, Object>) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAnnotation(AnnotationProvider, Class<T>, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getAsset(AssetSource, Resource, String, Locale, Asset) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAttribute(HttpSession, String, Object) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAttribute(Session, String, Object) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAttribute(Request, String, Object) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getAttributeNames(Session, String, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getBaseResource(ComponentModel, Resource) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getBaseURL(BaseURLSource, boolean, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getBlockParameter(ComponentResources, String, Block) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getBoundType(ComponentResources, String, Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getClassName(ClassTransformation, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getClasspathAsset(AssetSource, String, Asset) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getClasspathAsset(AssetSource, String, Locale, Asset) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getClientId(ClientElement, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getCompleteId(ComponentResourcesCommon, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getComponent(ComponentResources, Component) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getComponentClassName(ComponentModel, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getComponentResources(Component, ComponentResources) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getConduit(PropertyModel, PropertyConduit) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getConstraintType(Validator<C, T>, Class<C>) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getContainer(ComponentResources, Component) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getContainerMessages(ComponentResources, Messages) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getContainerResources(ComponentResources, ComponentResources) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getDateHeader(Request, String, long) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getDescription(ObjectCreatorSource, String) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
train_getFieldAnnotation(ClassTransformation, String, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getFieldPersistenceStrategy(ComponentModel, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getFieldType(ClassTransformation, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getFormComponentId(FormSupport, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getFormValidationId(FormSupport, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getId(ComponentResources, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getInheritInformalParameters(EmbeddedComponentModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getInput(ValidationTracker, Field, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLabel(Field, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLine(Location, int) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLocale(ThreadLocale, Locale) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getLocale(ComponentResourcesCommon, Locale) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLocale(Request, Locale) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLocation(Locatable, Location) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getLogger(LoggerSource, String, Logger) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getLogger(ServiceResources, Logger) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getMessageFormatter(Messages, String, MessageFormatter) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getMessageKey(Validator, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getMessageKey(Translator, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getMessages(ComponentResources, Messages) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getMeta(ComponentModel, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getMethodAnnotation(ClassTransformation, TransformMethodSignature, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getMethodIdentifier(ClassTransformation, TransformMethodSignature, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getName(Translator, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getOutputStream(HttpServletResponse, ServletOutputStream) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getOverrideBlock(PropertyOverrides, String, Block) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getOverrideMessages(PropertyOverrides, Messages) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getPage(ComponentResources, Component) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getPageName(ComponentResourcesCommon, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getParameter(Request, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getParameterModel(ComponentModel, String, ParameterModel) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getParameterNames(ComponentModel, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getParentModel(ComponentModel, ComponentModel) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getPath(Resource, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getPath(Request, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getPathInfo(HttpServletRequest, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getPersistentFieldNames(ComponentModel, String...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getResource(Location, Resource) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getResourcesFieldName(ClassTransformation, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getRootResource(AssetFactory, Resource) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getService(InternalRegistry, String, Class<T>, T) - Method in class org.apache.tapestry5.ioc.internal.IOCInternalTestCase
 
train_getService(ObjectLocator, Class<T>, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getService(ObjectLocator, String, Class<T>, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getServiceId(ServiceDef, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getServiceId(ServiceResources, String) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getServiceInterface(ServiceDef, Class) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getServiceInterface(ServiceResources, Class) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getServletPath(HttpServletRequest, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getSession(HttpServletRequest, boolean, HttpSession) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getSession(Request, boolean, Session) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getSupportsInformalParameters(ComponentModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getTracker(ServiceResources, OperationTracker) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_getType(Translator, Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getValidationMessages(ValidationMessagesSource, Locale, Messages) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getValueEncoder(ValueEncoderSource, Class, ValueEncoder) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_getValueType(Validator, Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_handleResult(ComponentEventCallback, Object, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_inError(ValidationTracker, Field, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isAllowNull(ParameterModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isDebugEnabled(Logger, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_isDisabled(Field, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isInvalidated(Session, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isInvariant(Binding, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isRequired(Validator, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isRequired(ParameterModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isRequired(Field, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isRootClass(MutableComponentModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isSecure(Request, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_isTraceEnabled(Logger, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_isXHR(Request, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_matches(DecoratorDef, ServiceDef, boolean) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_name(Parameter, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_newBinding(BindingFactory, String, ComponentResources, ComponentResources, String, Location, Binding) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_newBinding(BindingSource, String, ComponentResources, String, String, Binding) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_newMemberName(ClassTransformation, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_newMemberName(ClassTransformation, String, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_peek(Environment, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_peekRequired(Environment, Class<T>, T) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_provide(ObjectProvider, Class<T>, AnnotationProvider, ObjectLocator, T) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_provideInjection(InjectionProvider, String, Class, ObjectLocator, ClassTransformation, MutableComponentModel, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_renderInformalParameters(ComponentResources, MarkupWriter, Object...) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_requiresDigest(ResourceDigestGenerator, String, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_service(RequestHandler, Request, Response, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_service(HttpServletRequestHandler, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_setContentLength(HttpServletResponse, int) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_setContentType(HttpServletResponse, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_setDateHeader(HttpServletResponse, String, long) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toClass(ClassTransformation, String, Class) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toClient(ValueEncoder, Object, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toClientURL(Asset, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toClientURL(ClasspathAssetAliasManager, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toRedirectURI(Link, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toResourcePath(ClasspathAssetAliasManager, String, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toURI(Link, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_toURL(Resource, URL) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_toValue(ValueEncoder, String, Object) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_value(IntermediateType, Class) - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
train_value(Id, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
train_value(Path, String) - Method in class org.apache.tapestry5.test.TapestryTestCase
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.hibernate.CommitAfterWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.ApplicationStateWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.CachedWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.ComponentWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.ContentTypeWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.EnvironmentalWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.IncludeJavaScriptLibraryWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.IncludeStylesheetWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InjectComponentWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InjectContainerWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InjectPageWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InjectServiceWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InjectWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.InvokePostRenderCleanupOnResourcesWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.LogWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.MetaWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.MixinAfterWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.MixinWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.OnEventWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.PageActivationContextWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.PageLifecycleAnnotationWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.ParameterWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.PersistWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.PropertyWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.RenderCommandWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.RenderPhaseMethodWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.RetainWorker
Claims each field with the Retain annotation, claiming it using the annotation as the tag.
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.SecureWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.SupportsInformalParametersWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in class org.apache.tapestry5.internal.transform.UnclaimedFieldWorker
 
transform(ClassTransformation, MutableComponentModel) - Method in interface org.apache.tapestry5.services.ComponentClassTransformWorker
Invoked to perform a transformation on an as-yet unloaded component class, represented by the ClassTransformation instance.
TransformationException - Exception in org.apache.tapestry5.internal.services
Exception thrown when there is a failure transforming a class, or instantiating a transformed class.
TransformationException(ClassTransformation, Throwable) - Constructor for exception org.apache.tapestry5.internal.services.TransformationException
 
transformComponentClass(CtClass, ClassLoader) - Method in interface org.apache.tapestry5.internal.services.ComponentClassTransformer
Performs a transformation on the class, accessing the class from the class pool.
transformComponentClass(CtClass, ClassLoader) - Method in class org.apache.tapestry5.internal.services.ComponentClassTransformerImpl
 
TransformConstants - Class in org.apache.tapestry5.services
Constants used by implementations of ComponentClassTransformWorker.
TransformConstants() - Constructor for class org.apache.tapestry5.services.TransformConstants
 
TransformMethodSignature - Class in org.apache.tapestry5.services
A representation of a method signature, which consists of its name, modifiers (primarily, visibility), return type, parameter types, and declared exception types.
TransformMethodSignature(String) - Constructor for class org.apache.tapestry5.services.TransformMethodSignature
Convenience for adding a public void method with no parameters or exception types.
TransformMethodSignature(int, String, String, String[], String[]) - Constructor for class org.apache.tapestry5.services.TransformMethodSignature
 
TransformUtils - Class in org.apache.tapestry5.services
Support code for generating code (used when transforming component classes).
TRANSLATE - Static variable in class org.apache.tapestry5.BindingConstants
References a named Translator contributed to the TranslatorSource service.
TranslateBindingFactory - Class in org.apache.tapestry5.internal.bindings
Interprets the binding expression as the name of a Translator provided by the TranslatorSource.
TranslateBindingFactory(FieldTranslatorSource, StringInterner) - Constructor for class org.apache.tapestry5.internal.bindings.TranslateBindingFactory
 
Translator<T> - Interface in org.apache.tapestry5
Translates between client-side and server-side values.
TranslatorSource - Interface in org.apache.tapestry5.services
A source for Translators, either by name or by property type.
TranslatorSourceImpl - Class in org.apache.tapestry5.internal.services
 
TranslatorSourceImpl(Collection<Translator>) - Constructor for class org.apache.tapestry5.internal.services.TranslatorSourceImpl
 
triggerContextEvent(String, EventContext, ComponentEventCallback) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
Triggers a component event.
triggerContextEvent(String, EventContext, ComponentEventCallback) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
triggerContextEvent(String, EventContext, ComponentEventCallback) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
triggerEvent(String, Object[], ComponentEventCallback) - Method in interface org.apache.tapestry5.ComponentResourcesCommon
A convienience for invoking ComponentResourcesCommon.triggerContextEvent(String, EventContext , ComponentEventCallback).
triggerEvent(String, Object[], ComponentEventCallback) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
triggerEvent(String, Object[], ComponentEventCallback) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
TriggerFragment - Class in org.apache.tapestry5.corelib.mixins
A mixin that can be applied to a Checkbox or Radio component that will link the input field and a FormFragment, making the field control the client-side visibility of the FormFragment.
TriggerFragment() - Constructor for class org.apache.tapestry5.corelib.mixins.TriggerFragment
 
tryWithWrite(Runnable, long, TimeUnit) - Method in class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
Try to aquire the exclusive write lock and invoke the Runnable.
type(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
TypeCoercedValueEncoderFactory - Class in org.apache.tapestry5.internal.services
Provides ValueEncoder instances that are backed by the TypeCoercer service.
TypeCoercedValueEncoderFactory(TypeCoercer) - Constructor for class org.apache.tapestry5.internal.services.TypeCoercedValueEncoderFactory
 
TypeCoercer - Interface in org.apache.tapestry5.ioc.services
Makes use of Coercions to convert between an input value (of some specific type) and a desired output type.
TypeCoercerImpl - Class in org.apache.tapestry5.ioc.internal.services
 
TypeCoercerImpl(Collection<CoercionTuple>) - Constructor for class org.apache.tapestry5.ioc.internal.services.TypeCoercerImpl
 
typeKeys(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

U

uncheck(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
UnclaimedFieldWorker - Class in org.apache.tapestry5.internal.transform
Designed to be just about the last worker in the pipeline.
UnclaimedFieldWorker() - Constructor for class org.apache.tapestry5.internal.transform.UnclaimedFieldWorker
 
Unless - Class in org.apache.tapestry5.corelib.components
A close relative of the If component that inverts the meaning of its test.
Unless() - Constructor for class org.apache.tapestry5.corelib.components.Unless
 
unparse() - Method in class org.apache.tapestry5.ContentType
 
unreachable() - Static method in class org.apache.tapestry5.ioc.test.TestBase
Invoked from code that should not be reachable.
updateDocument(Document) - Method in class org.apache.tapestry5.internal.services.DocumentLinkerImpl
Updates the supplied Document, possibly adding <head> or <body> elements.
updateLink(Link) - Method in interface org.apache.tapestry5.internal.services.ClientPersistentFieldStorage
Updates a link, adding a query parameter to it (if necessary) to store
updateLink(Link) - Method in class org.apache.tapestry5.internal.services.ClientPersistentFieldStorageImpl
 
UpdateListener - Interface in org.apache.tapestry5.services
Interface for objects which can periodically check for updates.
UpdateListenerHub - Interface in org.apache.tapestry5.services
Manages a set of UpdateListeners.
UpdateListenerHubImpl - Class in org.apache.tapestry5.internal.services
 
UpdateListenerHubImpl() - Constructor for class org.apache.tapestry5.internal.services.UpdateListenerHubImpl
 
updateSort(String) - Method in interface org.apache.tapestry5.grid.GridSortModel
Updates the column sort.
Upload - Class in org.apache.tapestry5.upload.components
A component to upload a file.
Upload() - Constructor for class org.apache.tapestry5.upload.components.Upload
 
UPLOAD_EXCEPTION - Static variable in class org.apache.tapestry5.upload.services.UploadEvents
Name of event fired on a page when an upload form associated with that page encounters a FileUploadException while processing the multipart form submission.
UploadedFile - Interface in org.apache.tapestry5.upload.services
Represents an uploaded file.
UploadedFileItem - Class in org.apache.tapestry5.upload.internal.services
Implentation of UploadedFile for FileItems.
UploadedFileItem(FileItem) - Constructor for class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
UploadEvents - Class in org.apache.tapestry5.upload.services
Names of events that may be triggered on components due to file uploads.
UploadEvents() - Constructor for class org.apache.tapestry5.upload.services.UploadEvents
 
UploadExceptionFilter - Class in org.apache.tapestry5.upload.internal.services
Determines if there was an FileUploadException processing the request and, if so, triggers an exception event on the page.
UploadExceptionFilter(MultipartDecoder, ComponentEventResultProcessor, ComponentSource) - Constructor for class org.apache.tapestry5.upload.internal.services.UploadExceptionFilter
 
UploadModule - Class in org.apache.tapestry5.upload.services
 
UploadModule() - Constructor for class org.apache.tapestry5.upload.services.UploadModule
 
UploadSymbols - Class in org.apache.tapestry5.upload.services
Configuration symbols.
URLChangeTracker - Class in org.apache.tapestry5.internal.util
Given a (growing) set of URLs, can periodically check to see if any of the underlying resources has changed.
URLChangeTracker(ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.util.URLChangeTracker
Creates a new URL change tracker with millisecond-level granularity.
URLChangeTracker(ClasspathURLConverter, boolean) - Constructor for class org.apache.tapestry5.internal.util.URLChangeTracker
Creates a new URL change tracker, using either millisecond-level granularity or second-level granularity.
URLEncoder - Interface in org.apache.tapestry5.services
Service used to encode or decode strings that are placed into URLs.
URLEncoderImpl - Class in org.apache.tapestry5.internal.services
 
URLEncoderImpl() - Constructor for class org.apache.tapestry5.internal.services.URLEncoderImpl
 
URLEventContext - Class in org.apache.tapestry5.internal
Implementation based on values extracted from the URL (an event context, or a page activation context) that uses a ContextValueEncoder to convert from string values to the desired values.
URLEventContext(ContextValueEncoder, String[]) - Constructor for class org.apache.tapestry5.internal.URLEventContext
 
URLRewriteContext - Interface in org.apache.tapestry5.urlrewriter
Context passed to the process method of URLRewriterRule implementations, providing additional information that the rules might need to function.
URLRewriter - Interface in org.apache.tapestry5.services
Service that implements URL and link rewriting.
URLRewriterImpl - Class in org.apache.tapestry5.internal.services
Default URLRewriter implementation.
URLRewriterImpl(List<URLRewriterRule>) - Constructor for class org.apache.tapestry5.internal.services.URLRewriterImpl
Single constructor of this class.
URLRewriterRequestFilter - Class in org.apache.tapestry5.internal.services
RequestFilter that applies the URL rewriting rules to requests.
URLRewriterRequestFilter(URLRewriter) - Constructor for class org.apache.tapestry5.internal.services.URLRewriterRequestFilter
Single constructor of this class.
URLRewriterRule - Interface in org.apache.tapestry5.urlrewriter
Defines an URL rewriting rule.
USE_EXTERNAL_SPRING_CONTEXT - Static variable in class org.apache.tapestry5.spring.SpringConstants
If true, then Tapestry will attempt to use an externally configured Spring ApplicationContext rather than create its own.
USER_CODE - Static variable in class org.apache.tapestry5.services.StackTraceElementClassConstants
Part of the application's code base, and therefore highlighted.
UsesConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
UsesMappedConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String), and type ofcontribution.
UsesOrderedConfiguration - Annotation Type in org.apache.tapestry5.ioc.annotations
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
useXpathLibrary(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

V

Validate - Annotation Type in org.apache.tapestry5.beaneditor
Used to attach validation constraints directly to a property (either the getter or the setter method).
VALIDATE - Static variable in class org.apache.tapestry5.BindingConstants
References (and configures) one ore more named Validators contributed to the FieldValidatorSource service.
VALIDATE - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by form-related components to validate user input.
validate(Object, ComponentResources, FieldValidator) - Method in interface org.apache.tapestry5.FieldValidationSupport
Performs validation on a parsed value from the client.
validate(T) - Method in interface org.apache.tapestry5.FieldValidator
Invoked after the client-submitted value has been translated to check that the value conforms to expectations (often, in terms of minimum or maximum value).
validate(Object) - Method in class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
validate(Object, ComponentResources, FieldValidator) - Method in class org.apache.tapestry5.internal.services.FieldValidationSupportImpl
 
validate(Object) - Method in class org.apache.tapestry5.internal.services.FieldValidatorImpl
 
validate(Field, Void, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.Email
 
validate(Field, Long, MessageFormatter, Number) - Method in class org.apache.tapestry5.validator.Max
 
validate(Field, Integer, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.MaxLength
 
validate(Field, Long, MessageFormatter, Number) - Method in class org.apache.tapestry5.validator.Min
 
validate(Field, Integer, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.MinLength
 
validate(Field, Pattern, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.Regexp
 
validate(Field, Void, MessageFormatter, Object) - Method in class org.apache.tapestry5.validator.Required
 
validate(Field, C, MessageFormatter, T) - Method in interface org.apache.tapestry5.Validator
Invoked after the client-submitted value has been translated to check that the value conforms to expectations (often, in terms of minimum or maximum value).
VALIDATE_FORM - Static variable in class org.apache.tapestry5.corelib.components.Form
Deprecated. Use constant from EventConstants instead.
VALIDATE_FORM - Static variable in class org.apache.tapestry5.EventConstants
Event type for a notification to perform validation of submitted data.
ValidateAnnotationConstraintGenerator - Class in org.apache.tapestry5.internal.beaneditor
Checks for the Validate annotation, and extracts its value to form the result.
ValidateAnnotationConstraintGenerator() - Constructor for class org.apache.tapestry5.internal.beaneditor.ValidateAnnotationConstraintGenerator
 
ValidateBindingFactory - Class in org.apache.tapestry5.internal.bindings
Factory for bindings that provide a FieldValidator based on a validator specification.
ValidateBindingFactory(FieldValidatorSource, StringInterner) - Constructor for class org.apache.tapestry5.internal.bindings.ValidateBindingFactory
 
validateConstructorForAutobuild(Constructor) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
validateMarkerAnnotation(Class) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Validates that the marker annotation class had a retention policy of runtime.
validateMarkerAnnotations(Class[]) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
ValidatingConfigurationWrapper<T> - Class in org.apache.tapestry5.ioc.internal
Wraps a Collection as a Configuration and perform validation that collected value are of the correct type.
ValidatingConfigurationWrapper(Collection<T>, String, Class, ObjectLocator) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingConfigurationWrapper
 
ValidatingMappedConfigurationWrapper<K,V> - Class in org.apache.tapestry5.ioc.internal
A wrapper around a Map that provides the MappedConfiguration interface, and provides two forms of validation for mapped configurations: If either key or value is null, then a warning is logged If the key has previously been stored (by some other ContributionDef, then a warning is logged

When a warning is logged, the key/value pair is not added to the delegate.

ValidatingMappedConfigurationWrapper(Map<K, V>, Map<K, MappedConfigurationOverride<K, V>>, String, ContributionDef, Class<K>, Class<V>, Map<K, ContributionDef>, ObjectLocator) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
ValidatingOrderedConfigurationWrapper<T> - Class in org.apache.tapestry5.ioc.internal
Wraps a List as a OrderedConfiguration, implementing validation of values provided to an OrderedConfiguration.
ValidatingOrderedConfigurationWrapper(Orderer<T>, Map<String, OrderedConfigurationOverride<T>>, ContributionDef, String, Class, ObjectLocator) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
ValidationConstraintGenerator - Interface in org.apache.tapestry5.services
Invoked to generate a list of validation constraint strings for a property.
ValidationConstraintGeneratorImpl - Class in org.apache.tapestry5.internal.services
 
ValidationConstraintGeneratorImpl(List<ValidationConstraintGenerator>) - Constructor for class org.apache.tapestry5.internal.services.ValidationConstraintGeneratorImpl
 
ValidationDecorator - Interface in org.apache.tapestry5
An object responsible for performing decorations around fields and field labels.
ValidationDecoratorWrapper - Class in org.apache.tapestry5.internal.util
Implementation of ValidationDecorator that delegates all method invocations.
ValidationDecoratorWrapper(ValidationDecorator) - Constructor for class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
ValidationException - Exception in org.apache.tapestry5
An exception associated with parsing client input, or validating the input against a constraint.
ValidationException(String) - Constructor for exception org.apache.tapestry5.ValidationException
 
ValidationMessagesSource - Interface in org.apache.tapestry5.services
Source for validation messages, within a particular locale.
ValidationMessagesSourceImpl - Class in org.apache.tapestry5.internal.services
 
ValidationMessagesSourceImpl(List<String>, Resource, ClasspathURLConverter) - Constructor for class org.apache.tapestry5.internal.services.ValidationMessagesSourceImpl
 
ValidationTracker - Interface in org.apache.tapestry5
Tracks information related to user input validations.
ValidationTrackerImpl - Class in org.apache.tapestry5
Standard implmentation of ValidationTracker.
ValidationTrackerImpl() - Constructor for class org.apache.tapestry5.ValidationTrackerImpl
 
Validator<C,T> - Interface in org.apache.tapestry5
Used by a Field to enforce a constraint related to a form submission.
validOptions(String[][], DocErrorReporter) - Static method in class org.apache.tapestry.mojo.ParametersDoclet
 
Value - Annotation Type in org.apache.tapestry5.ioc.annotations
Used in conjunction with Inject to inject a literal value, rather than a service.
valueBound(HttpSessionBindingEvent) - Method in class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
Invoked by the servlet container when the value is stored (or re-stored) as an attribute of the session.
ValueEncoder<V> - Interface in org.apache.tapestry5
Used to convert server side values to client-side strings.
ValueEncoderFactory<V> - Interface in org.apache.tapestry5.services
A source for ValueEncoder instances of a given type.
ValueEncoderSource - Interface in org.apache.tapestry5.services
A source for value encoders based on a property type.
ValueEncoderSourceImpl - Class in org.apache.tapestry5.internal.services
 
ValueEncoderSourceImpl(Map<Class, ValueEncoderFactory>) - Constructor for class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
 
valueForKey(String) - Method in class org.apache.tapestry5.internal.services.MapMessages
 
valueForKey(String) - Method in class org.apache.tapestry5.ioc.internal.util.MessagesImpl
 
valueForKey(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
Invoked to provide the value for a particular key.
valueForSymbol(String) - Method in class org.apache.tapestry5.internal.ServletContextSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.internal.SingleKeySymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.MapSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.ResourceSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.SystemPropertiesSymbolProvider
 
valueForSymbol(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolProvider
Returns the value for the symbol, or null if this provider can not provide a value.
valueForSymbol(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolSource
Expands the value for a particular symbol.
ValueObjectProvider - Class in org.apache.tapestry5.ioc.internal.services
Provides an object when the Value annotation is present.
ValueObjectProvider(SymbolSource, TypeCoercer) - Constructor for class org.apache.tapestry5.ioc.internal.services.ValueObjectProvider
 
valueOf(String) - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.BlankOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.InsertPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.LoopFormState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.dom.EndTagStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.FieldFocusPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.grid.ColumnSort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.parser.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.internal.ConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.services.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.RelativeElementPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.tutorial.data.Honorific
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.urlrewriter.RewriteRuleApplicability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.BlankOption
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.InsertPosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.corelib.LoopFormState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.dom.EndTagStyle
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.FieldFocusPriority
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.grid.ColumnSort
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.internal.parser.TokenType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.ioc.internal.ConfigurationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.ioc.services.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.services.RelativeElementPosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.tutorial.data.Honorific
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.urlrewriter.RewriteRuleApplicability
Returns an array containing the constants of this enum type, in the order they're declared.
valuesNotInKeySet(Set<K>) - Method in class org.apache.tapestry5.util.DefaultPrimaryKeyEncoder
Deprecated. Returns a list of all the values except those values whose keys are in the provided set.
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.tapestry5.BaseOptimizedSessionPersistedObject
Does nothing.
VAR - Static variable in class org.apache.tapestry5.BindingConstants
Allows for temporary storage of information during the render only (may not currently be used during form submission processing).
verify() - Method in class org.apache.tapestry5.ioc.test.MockTester
Verifies that all trained methods have been invoked on all mock objects (created by MockTester.newMock(Class), then switches each mock object back to training mode.
verify() - Method in class org.apache.tapestry5.ioc.test.TestBase
Verifies that all trained methods have been invoked on all mock objects (created by TestBase.newMock(Class), then switches each mock object back to training mode.
VersionUtils - Class in org.apache.tapestry5
Utility methods related to managing framework version numbers.
VersionUtils() - Constructor for class org.apache.tapestry5.VersionUtils
 
VIRTUAL_FOLDER - Static variable in class org.apache.tapestry5.internal.services.RequestConstants
Folder for virtual assets: combined JavaScript files.
VirtualAssetDispatcher - Class in org.apache.tapestry5.internal.services
 
VirtualAssetDispatcher(VirtualAssetStreamer) - Constructor for class org.apache.tapestry5.internal.services.VirtualAssetDispatcher
 
VirtualAssetStreamer - Interface in org.apache.tapestry5.internal.services
Used by VirtualAssetDispatcher to do most of the work of locating, assembling, compressing and caching of combined (virtual) assets.
VirtualAssetStreamerImpl - Class in org.apache.tapestry5.internal.services
This implementation uses ResourceCache, but is also a listener of invalidation events from ResourceCache.
VirtualAssetStreamerImpl(ResourceCache, ResponseCompressionAnalyzer, ClientDataEncoder, AssetResourceLocator, Request, Response) - Constructor for class org.apache.tapestry5.internal.services.VirtualAssetStreamerImpl
 
visit(Visitor) - Method in class org.apache.tapestry5.dom.Element
Depth-first visitor traversal of this Element and its Element children.
visit(Element) - Method in interface org.apache.tapestry5.dom.Visitor
Called for each Element being visited.
visit(SelectModelVisitor) - Method in interface org.apache.tapestry5.SelectModel
Allows access to all the OptionGroupModels and OptionModels within the SelectModel.
visit(SelectModelVisitor) - Method in class org.apache.tapestry5.util.AbstractSelectModel
 
Visitor - Interface in org.apache.tapestry5.dom
A callback interface used navigate the Elements of a document.

W

WAIT_FOR_PAGE - Static variable in class org.apache.tapestry5.MarkupConstants
Handler for the onclick event (for links) or other events (such as forms) to ensure the page is loaded before allowing the click event to occur.
waitForCondition(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForFrameToLoad(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForPageToLoad() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Waits the default time for the page to load.
waitForPageToLoad(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForPopUp(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
Width - Annotation Type in org.apache.tapestry5.beaneditor
Defines the desired width of the field used to edit the property.
windowFocus() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
windowMaximize() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
withExtension(String) - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
 
withExtension(String) - Method in interface org.apache.tapestry5.ioc.Resource
Returns a new Resource with the extension changed (or, if the resource does not have an extension, the extension is added).
withId(String) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
withId(String) - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
Allows a specific service id for the service to be provided, rather than the default (from the service interface).
withMarker(Class<T>...) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
withMarker(Class<T>...) - Method in interface org.apache.tapestry5.ioc.ServiceBindingOptions
Defines the marker interface(s) for the service, used to connect injections by type at the point of injection with a particular service implementation, based on the intersection of type and marker interface.
withRead(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
Invokes the object after acquiring the read lock (if necessary).
withRead(Runnable) - Method in class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
As with ConcurrentBarrier.withRead(Invokable), creating an Invokable wrapper around the runnable object.
withWrite(Invokable<T>) - Method in class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
Acquires the exclusive write lock before invoking the Invokable.
withWrite(Runnable) - Method in class org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier
As with ConcurrentBarrier.withWrite(Invokable), creating an Invokable wrapper around the runnable object.
word() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random word frm the dictionary.
wordList(int, int, boolean) - Method in class org.apache.tapestry5.test.RandomDataSource
Creates a space-separated list of random words.
wrap(String, String...) - Method in class org.apache.tapestry5.dom.Node
Wraps a node inside a new element.
WrappedComponentAction - Class in org.apache.tapestry5.corelib.internal
A wrapper around a component id and a ComponentAction.
WrappedComponentAction(Component, ComponentAction) - Constructor for class org.apache.tapestry5.corelib.internal.WrappedComponentAction
 
WrappedComponentAction(String, ComponentAction) - Constructor for class org.apache.tapestry5.corelib.internal.WrappedComponentAction
 
write(String) - Method in class org.apache.tapestry5.dom.Text
Writes additional text into the node, appending it to any existing text.
write(int) - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
write(byte[]) - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
write(byte[], int, int) - Method in class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
write(T) - Method in interface org.apache.tapestry5.internal.ParameterAccess
Updates the parameter to a new value.
write(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
write(String) - Method in interface org.apache.tapestry5.MarkupWriter
Writes the text as a child of the current element.
write(File) - Method in class org.apache.tapestry5.upload.internal.services.UploadedFileItem
 
write(File) - Method in interface org.apache.tapestry5.upload.services.UploadedFile
Writes the content of the file to a known location.
writeCookieValue(String, String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeCookieValue(String, String, int) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeCookieValue(String, String, String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeCookieValue(String, String, String, String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeCookieValue(String, String) - Method in interface org.apache.tapestry5.services.Cookies
Creates or updates a cookie value.
writeCookieValue(String, String, int) - Method in interface org.apache.tapestry5.services.Cookies
As with Cookies.writeCookieValue(String, String) but an explicit maximum age may be set.
writeCookieValue(String, String, String) - Method in interface org.apache.tapestry5.services.Cookies
As with Cookies.writeCookieValue(String, String) but an explicit path may be set.
writeCookieValue(String, String, String, String) - Method in interface org.apache.tapestry5.services.Cookies
As with Cookies.writeCookieValue(String, String, String) but an explicit domain and path may be set.
writeDomainCookieValue(String, String, String) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeDomainCookieValue(String, String, String, int) - Method in class org.apache.tapestry5.internal.services.CookiesImpl
 
writeDomainCookieValue(String, String, String) - Method in interface org.apache.tapestry5.services.Cookies
As with Cookies.writeCookieValue(String, String) but an explicit domain may be set.
writeDomainCookieValue(String, String, String, int) - Method in interface org.apache.tapestry5.services.Cookies
As with Cookies.writeCookieValue(String, String) but an explicit domain and maximum age may be set.
writef(String, Object...) - Method in class org.apache.tapestry5.dom.Text
 
writef(String, Object...) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
writef(String, Object...) - Method in interface org.apache.tapestry5.MarkupWriter
Writes a formatted string.
writeFieldTag(MarkupWriter, String) - Method in class org.apache.tapestry5.corelib.base.AbstractTextField
Invoked from AbstractTextField.begin(MarkupWriter) to write out the element and attributes (typically, <input>).
writeFieldTag(MarkupWriter, String) - Method in class org.apache.tapestry5.corelib.components.PasswordField
 
writeFieldTag(MarkupWriter, String) - Method in class org.apache.tapestry5.corelib.components.TextArea
 
writeFieldTag(MarkupWriter, String) - Method in class org.apache.tapestry5.corelib.components.TextField
 
writeLink(MarkupWriter, Link, Object...) - Method in class org.apache.tapestry5.corelib.base.AbstractLink
Writes an <a> element with the provided link as the href attribute.
writeRaw(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
writeRaw(String) - Method in interface org.apache.tapestry5.MarkupWriter
Writes raw text, text with existing markup that should be passed through the client without change.
WrongConfigurationTypeGuard - Class in org.apache.tapestry5.ioc.internal.util
Used when invoking a contribute method to guard against a request for the wrong type of configuration interface.
WrongConfigurationTypeGuard(String, Class, Class) - Constructor for class org.apache.tapestry5.ioc.internal.util.WrongConfigurationTypeGuard
 

X

XML_NAMESPACE_URI - Static variable in class org.apache.tapestry5.dom.Document
XML Namespace URI.
XML_NAMESPACE_URI - Static variable in class org.apache.tapestry5.internal.services.StaxTemplateParser
 
XMLMarkupModel - Class in org.apache.tapestry5.dom
Markup model used when generating any form of XML markup.
XMLMarkupModel() - Constructor for class org.apache.tapestry5.dom.XMLMarkupModel
 
XMLMarkupModel(boolean) - Constructor for class org.apache.tapestry5.dom.XMLMarkupModel
 
XMLNS_NAMESPACE_URI - Static variable in class org.apache.tapestry5.dom.Document
Namespace used exclusively for defining namespaces.

Z

ZeroNullFieldStrategy - Class in org.apache.tapestry5.internal
Treats nulls to or from the client as if they were 0's.
ZeroNullFieldStrategy() - Constructor for class org.apache.tapestry5.internal.ZeroNullFieldStrategy
 
Zone - Class in org.apache.tapestry5.corelib.components
A Zone is portion of the output page designed for easy dynamic updating via Ajax or other client-side effects.
Zone() - Constructor for class org.apache.tapestry5.corelib.components.Zone
 

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

Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.