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

B

badMixinConstraintLength(MixinClasses, String) - Static method in class org.apache.tapestry5.internal.transform.TransformMessages
 
BANG - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
BANG - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
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_ATTRIBUTE - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
ITestContext attribute holding the application's base URL.
baseClassInWrongPackage(String, String, String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
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
 
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
 
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, String, int, int) - 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
Deprecated. Use DisplayBlockContribution.DisplayBlockContribution(String, String, String) or EditBlockContribution.EditBlockContribution(String, String, String) instead. To be removed after Tapestry 5.2.
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.
BeanEditContextImpl - Class in org.apache.tapestry5.internal
 
BeanEditContextImpl(Class<?>) - Constructor for class org.apache.tapestry5.internal.BeanEditContextImpl
 
BeanEditForm - Class in org.apache.tapestry5.corelib.components
A component that creates an entire form editing the properties of a particular bean.
BeanEditForm() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditForm
 
BeanEditor - Class in org.apache.tapestry5.corelib.components
A component that generates a user interface for editing the properties of a bean.
BeanEditor() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditor
 
BeanEditor.Prepare - Class in org.apache.tapestry5.corelib.components
 
BeanEditor.Prepare() - Constructor for class org.apache.tapestry5.corelib.components.BeanEditor.Prepare
 
BeanFieldValidator - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanFieldValidator(Field, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
 
BeanFieldValidatorDefaultSource - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanFieldValidatorDefaultSource(FieldValidatorDefaultSource, ValidatorFactory, BeanValidatorGroupSource, ClientConstraintDescriptorSource, FormSupport, Environment) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidatorDefaultSource
 
BeanModel<T> - Interface in org.apache.tapestry5.beaneditor
Provides the information necessary to build a user interface to view, create or edit an instance of a particular type.
BeanModelImpl<T> - Class in org.apache.tapestry5.internal.beaneditor
 
BeanModelImpl(Class<T>, PropertyConduitSource, TypeCoercer, Messages, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
BeanModelSource - Interface in org.apache.tapestry5.services
Used by a component to create a default BeanModel for a particular bean class.
BeanModelSourceImpl - Class in org.apache.tapestry5.internal.services
 
BeanModelSourceImpl(TypeCoercer, PropertyAccess, PropertyConduitSource, ClassFactory, DataTypeAnalyzer, ObjectLocator) - Constructor for class org.apache.tapestry5.internal.services.BeanModelSourceImpl
 
BeanModelUtils - Class in org.apache.tapestry5.internal.beaneditor
Utilities used in a few places to modify an existing BeanModel.
BeanModelUtils() - Constructor for class org.apache.tapestry5.internal.beaneditor.BeanModelUtils
 
BeanValidationContext - Interface in org.apache.tapestry5.internal
Defines a context for validating beans.
BeanValidationContextImpl - Class in org.apache.tapestry5.internal
 
BeanValidationContextImpl(Object) - Constructor for class org.apache.tapestry5.internal.BeanValidationContextImpl
 
BeanValidationGroupSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanValidationGroupSourceImpl(Collection<Class>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidationGroupSourceImpl
 
BeanValidatorConfigurer - Interface in org.apache.tapestry5.beanvalidator
Defines the interface for a chain-of-command that updates JSR-303 configuration in some way before the ValidatorFactory is created.
BeanValidatorGroupSource - Interface in org.apache.tapestry5.beanvalidator
Provides list of groups targeted for validation.
BeanValidatorModule - Class in org.apache.tapestry5.beanvalidator
Module for JSR-303 services.
BeanValidatorModule() - Constructor for class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
BeanValidatorSource - Interface in org.apache.tapestry5.beanvalidator
Creates ValidatorFactory.
BeanValidatorSourceImpl - Class in org.apache.tapestry5.internal.beanvalidator
 
BeanValidatorSourceImpl(List<BeanValidatorConfigurer>) - Constructor for class org.apache.tapestry5.internal.beanvalidator.BeanValidatorSourceImpl
 
BeanValidatorStack - Class in org.apache.tapestry5.beanvalidator
 
BeanValidatorStack(AssetSource, ThreadLocale) - Constructor for class org.apache.tapestry5.beanvalidator.BeanValidatorStack
 
before(String) - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds a before:id constraint.
before(String) - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds a before:id constraint.
BEFORE_RENDER_BODY_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
Description for Component.beforeRenderBody(MarkupWriter, Event).
BEFORE_RENDER_BODY_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEFORE_RENDER_BODY_DESCRIPTION
BEFORE_RENDER_TEMPLATE_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
Description for Component.beforeRenderTemplate(MarkupWriter, Event).
BEFORE_RENDER_TEMPLATE_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEFORE_RENDER_TEMPLATE_DESCRIPTION
beforeAll() - Method in class org.apache.tapestry5.ioc.OrderConstraint
Adds a before:* constraint.
beforeAll() - Static method in class org.apache.tapestry5.ioc.OrderConstraintBuilder
Adds a before:* constraint.
beforeField(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
beforeField(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
beforeField(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Renders immediately before the field itself.
beforeLabel(Field) - Method in class org.apache.tapestry5.BaseValidationDecorator
 
beforeLabel(Field) - Method in class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
beforeLabel(Field) - Method in interface org.apache.tapestry5.ValidationDecorator
Invoked by a Label before rendering itself.
BeforeRenderBody - Annotation Type in org.apache.tapestry5.annotations
Marks methods to be invoked when the component rendering state machine hits the point in the component's template where the body element occurs.
beforeRenderBody(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked just before rendering the body of component.
BeforeRenderTemplate - Annotation Type in org.apache.tapestry5.annotations
Associated with components that have a template, this phase is invoked to allow the component to decorate its template with additional markup.
beforeRenderTemplate(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
This phase is only invoked for components with templates.
begin() - Method in class org.apache.tapestry5.internal.services.HeartbeatImpl
 
begin() - Method in class org.apache.tapestry5.ioc.util.BodyBuilder
Deprecated. Begins a new block.
begin() - Method in interface org.apache.tapestry5.services.Heartbeat
Begins a new Heartbeat.
BEGIN_RENDER_DESCRIPTION - Static variable in class org.apache.tapestry5.services.TransformConstants
Description for Component.beginRender(MarkupWriter, Event).
BEGIN_RENDER_SIGNATURE - Static variable in class org.apache.tapestry5.services.TransformConstants
Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEGIN_RENDER_DESCRIPTION
beginOptionGroup(OptionGroupModel) - Method in class org.apache.tapestry5.internal.util.SelectModelRenderer
 
beginOptionGroup(OptionGroupModel) - Method in interface org.apache.tapestry5.SelectModelVisitor
Invoked once for each OptionGroupModel, just before invoking SelectModelVisitor.option(OptionModel) for each embedded option within the group.
BeginRender - Annotation Type in org.apache.tapestry5.annotations
Marker annotation for methods that should be executed at the start of rendering the component.
beginRender(MarkupWriter, Event) - Method in interface org.apache.tapestry5.runtime.Component
Invoked to allow a component to render its tag (start tag and attributes).
beginRender(MarkupWriter) - Method in class org.apache.tapestry5.upload.components.Upload
Render the upload tags.
BigDecimalNumericFormatter - Class in org.apache.tapestry5.internal.translator
 
BigDecimalNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigDecimalNumericFormatter
 
BigIntegerNumericFormatter - Class in org.apache.tapestry5.internal.translator
 
BigIntegerNumericFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigIntegerNumericFormatter
 
BigTypesFormatter - Class in org.apache.tapestry5.internal.translator
Base class for parsing/formatting BigInteger and BigDecimal.
BigTypesFormatter(DecimalFormatSymbols) - Constructor for class org.apache.tapestry5.internal.translator.BigTypesFormatter
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.hibernate.HibernateCoreModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.internal.services.InternalModule
Bind all the private/internal services of Tapestry.
bind(ServiceBinder) - Static method in class org.apache.tapestry5.internal.test.PageTesterModule
 
bind(Class<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>, ServiceBuilder<T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>, Class<? extends T>) - Method in class org.apache.tapestry5.ioc.internal.ServiceBinderImpl
 
bind(Class<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Defines a service in terms of an implementation class, without a service interface.
bind(Class<T>, ServiceBuilder<T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Alternative implementation that supports a callback to build the service, rather than instantiating a particular class.
bind(Class<T>, Class<? extends T>) - Method in interface org.apache.tapestry5.ioc.ServiceBinder
Binds the service interface to a service implementation class.
bind(ServiceBinder) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.jmx.JmxModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.jpa.JpaModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.kaptcha.services.KaptchaModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.services.assets.AssetsModule
 
bind(ServiceBinder) - Static method in class org.apache.tapestry5.services.pageload.PageLoadModule
 
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 - Annotation Type in org.apache.tapestry5.annotations
Designates a field in a mixin which is bound to the parameter of the containing component corresponding to the value of the annotation.
bindParameter(String, Binding) - Method in interface org.apache.tapestry5.internal.InternalComponentResourcesCommon
Used during construction of the page to identify the binding for a particular parameter.
bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
bindParameter(String, Binding) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
bindParameterOnlyOnMixin(String, ComponentResources) - Static method in class org.apache.tapestry5.internal.transform.TransformMessages
 
BindParameterWorker - Class in org.apache.tapestry5.internal.transform
Responsible for identifying, via the BindParameter annotation, mixin fields that should be bound to a core-component parameter value.
BindParameterWorker(TypeCoercer, ComponentClassCache) - Constructor for class org.apache.tapestry5.internal.transform.BindParameterWorker
 
BLACKBIRD - Static variable in class org.apache.tapestry5.SymbolConstants
Deprecated. in 5.3 with no replacement
BLACKBIRD_ENABLED - Static variable in class org.apache.tapestry5.SymbolConstants
Deprecated. in 5.3, with no replacement (due to removal of Blackbird console entirely)
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
Deprecated. In 5.3/0, to be removed in a later release
BodyBuilder() - Constructor for class org.apache.tapestry5.ioc.util.BodyBuilder
Deprecated.  
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
 
BOOLEAN - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
Used for boolean properties.
boxPrimitive(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
boxPrimitive(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
If the type name is a primitive type, adds code to box the type into the equivalent wrapper type, using static methods on the wrapper type.
BridgeClassTransformation - Class in org.apache.tapestry5.internal.transform
A re-implementation of ClassTransformation around an instance of PlasticClass, acting as a bridge for code written against the 5.2 and earlier APIs to work with the 5.3 API.
BridgeClassTransformation(PlasticClass, TransformationSupport, MutableComponentModel) - Constructor for class org.apache.tapestry5.internal.transform.BridgeClassTransformation
 
BROWSER_START_COMMAND_PARAMETER - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
XmlTest parameter holding the browser command to pass to Selenium.
BufferedGZipOutputStream - Class in org.apache.tapestry5.internal.gzip
A buffered output stream that, when a certain number of bytes is buffered (the cutover point) will open a compressed stream (via Response.getOutputStream(String)
BufferedGZipOutputStream(String, HttpServletResponse, int, ResponseCompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.gzip.BufferedGZipOutputStream
 
build(Class<T>, T, String) - Method in interface org.apache.tapestry5.hibernate.HibernateTransactionDecorator
Builds a transaction interceptor instance around the delegate.
build(Class<T>, T, String) - Method in class org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImpl
 
build(Class<T>) - Method in class org.apache.tapestry5.internal.services.EnvironmentalShadowBuilderImpl
 
build(Class<T>, T, MethodAdvice, String) - Method in class org.apache.tapestry5.ioc.internal.services.AspectDecoratorImpl
 
build() - Method in class org.apache.tapestry5.ioc.internal.services.AspectInterceptorBuilderImpl
 
build(Class<T>, List<T>) - Method in class org.apache.tapestry5.ioc.internal.services.ChainBuilderImpl
 
build(Class<T>, T, String, Logger) - Method in class org.apache.tapestry5.ioc.internal.services.LoggingDecoratorImpl
 
build(Logger, Class<S>, Class<F>, List<F>) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
 
build(Logger, Class<S>, Class<F>, List<F>, S) - Method in class org.apache.tapestry5.ioc.internal.services.PipelineBuilderImpl
 
build(Object, String, Class<T>) - Method in class org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
 
build(StrategyRegistry<S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
 
build(Class<S>, Map<Class, S>) - Method in class org.apache.tapestry5.ioc.internal.services.StrategyBuilderImpl
 
build() - Method in class org.apache.tapestry5.ioc.OrderConstraint
Returns all constraints as array of strings.
build() - Method in class org.apache.tapestry5.ioc.RegistryBuilder
Constructs and returns the registry; this may only be done once.
build(Class<T>, T, MethodAdvice, String) - Method in interface org.apache.tapestry5.ioc.services.AspectDecorator
Intercepts method invocations on the delegate and passes them through the provided aspect.
build() - Method in interface org.apache.tapestry5.ioc.services.AspectInterceptorBuilder
Builds and returns the interceptor.
build(Class<T>, List<T>) - Method in interface org.apache.tapestry5.ioc.services.ChainBuilder
Creates a chain instance from a command interface and a list of commands (implementing the interface).
build(Class<T>, T, String, Logger) - Method in interface org.apache.tapestry5.ioc.services.LoggingDecorator
Builds a logging interceptor instance.
build(Logger, Class<S>, Class<F>, List<F>, S) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
Creates a pipeline from the filters and a terminator.
build(Logger, Class<S>, Class<F>, List<F>) - Method in interface org.apache.tapestry5.ioc.services.PipelineBuilder
Creates a pipeline from just the filters.
build(Object, String, Class<T>) - Method in interface org.apache.tapestry5.ioc.services.PropertyShadowBuilder
 
build(StrategyRegistry<S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
Given a number of adapters implementing the service interface, builds a "dispatcher" implementations that delegates to the one of the adapters.
build(Class<S>, Map<Class, S>) - Method in interface org.apache.tapestry5.ioc.services.StrategyBuilder
 
build(Map<String, ServiceLifecycle>) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
Provides access to additional service lifecycles.
build(Class<T>) - Method in interface org.apache.tapestry5.services.EnvironmentalShadowBuilder
Returns a proxy that delegates all methods to an object obtained from Environment.peekRequired(Class).
buildActionRenderResponseGenerator(boolean, ObjectLocator) - Static method in class org.apache.tapestry5.internal.services.InternalModule
Chooses one of two implementations, based on the configured mode.
buildAjaxComponentEventRequestHandler(List<ComponentEventRequestFilter>, Logger, AjaxComponentEventRequestHandler) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the action request handler for Ajax requests, based on a pipeline around AjaxComponentEventRequestHandler .
buildAjaxComponentEventResultProcessor(Map<Class, ComponentEventResultProcessor>, InvalidationEventHub) - Method in class org.apache.tapestry5.services.TapestryModule
The component event result processor used for Ajax-oriented component requests.
buildAndStartupRegistry(ModuleDef, Class...) - Static method in class org.apache.tapestry5.ioc.RegistryBuilder
Constructs the registry, adds a ModuleDef and a number of modules (as module classes) to the registry and performs registry startup.
buildAndStartupRegistry(Class...) - Static method in class org.apache.tapestry5.ioc.RegistryBuilder
Constructs the registry, adds a number of modules (as module classes) to the registry and performs registry startup.
buildApplicationContextCustomizer(List<ApplicationContextCustomizer>, ChainBuilder) - Static method in class org.apache.tapestry5.spring.SpringModule
Defines a chain-of-command for handling application context customization.
buildApplicationInitializer(Logger, List<ApplicationInitializerFilter>) - Method in class org.apache.tapestry5.services.TapestryModule
Initializes the application, using a pipeline of ApplicationInitializers.
buildBeanValidator(ValidatorFactory, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
buildBody(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhileCallback
Provides the main code executed inside the loop.
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(InternalComponentInvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
Exposes the public portion of the internal InternalComponentInvalidationEventHub service.
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
 
buildComponentClassTransformWorker(List<ComponentClassTransformWorker2>) - Method in class org.apache.tapestry5.services.TapestryModule
Allows the exact steps in the component class transformation process to be defined.
buildComponentEventLinkTransformer(List<ComponentEventLinkTransformer>) - Method in class org.apache.tapestry5.services.TapestryModule
Builds ComponentEventLinkTransformer service as a chain of command.
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>, InvalidationEventHub) - Method in class org.apache.tapestry5.services.TapestryModule
The component event result processor used for normal component requests.
buildComponentMessagesInvalidationEventHub(ComponentMessagesSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentMessagesSource(UpdateListenerHub, ComponentMessagesSourceImpl) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentProxyFactory(ComponentInstantiatorSource) - Method in class org.apache.tapestry5.services.TapestryModule
Returns a PlasticProxyFactory that can be used to create extra classes around component classes.
buildComponentRequestHandler(List<ComponentRequestFilter>, ComponentRequestHandlerTerminator, Logger) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildComponentTemplateLocator(List<ComponentTemplateLocator>) - Method in class org.apache.tapestry5.services.TapestryModule
Builds the ComponentTemplateLocator as a chain of command.
buildComponentTemplatesInvalidationEventHub(ComponentTemplateSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.MessagesConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.PrimitiveFieldConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.beaneditor.ValidateAnnotationConstraintGenerator
 
buildConstraints(Class, AnnotationProvider) - Method in class org.apache.tapestry5.internal.services.ValidationConstraintGeneratorImpl
 
buildConstraints(Class, AnnotationProvider) - Method in interface org.apache.tapestry5.services.ValidationConstraintGenerator
For a given property, identify all the approprite validation constraints.
buildContext(ApplicationGlobals) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildContextAssetFactory(ApplicationGlobals, AssetPathConstructor, 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
 
buildDataTypeAnalyzer(List<DataTypeAnalyzer>) - Method in class org.apache.tapestry5.services.TapestryModule
Analyzes properties to determine the data types, used to TapestryModule.provideDefaultBeanBlocks(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, int, PerthreadManager, RegistryShutdownHub, ThunkCreator) - Static method in class org.apache.tapestry5.ioc.services.TapestryIOCModule
 
buildEntityManagerManager(EntityManagerSource, PerthreadManager, Logger) - Static method in class org.apache.tapestry5.jpa.JpaModule
 
buildEnvironment(PerthreadManager) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildExpression(String) - Method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
buildFormSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current FormSupport inside this thread's Environment.
buildHeartbeat() - Method in class org.apache.tapestry5.services.TapestryModule
Exposes the Environmental Heartbeat as an injectable service.
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.
buildHttpServletRequest() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a shadow of the RequestGlobals.HTTPServletRequest property.
buildHttpServletRequestHandler(Logger, List<HttpServletRequestFilter>, RequestHandler, String, TapestrySessionFactory) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildHttpServletResponse() - Method in class org.apache.tapestry5.services.TapestryModule
 
buildInjectionProvider(List<InjectionProvider2>) - Method in class org.apache.tapestry5.services.TapestryModule
A chain of command for providing values for Inject-ed fields in component classes.
buildJavaScriptSupport() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a proxy to the current JavaScriptSupport inside this thread's Environment.
buildJpaEntityPackageManager(Collection<String>) - Static method in class org.apache.tapestry5.jpa.JpaModule
 
buildKey(Class<T>) - Method in class org.apache.tapestry5.internal.services.SessionApplicationStatePersistenceStrategy
 
buildLinkCreationHub(LinkSource) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildMarkupRenderer(Logger, MarkupRendererTerminator, List<MarkupRendererFilter>) - Method in class org.apache.tapestry5.services.TapestryModule
The MarkupRenderer service is used to render a full page as markup.
buildMasterDispatcher(List<Dispatcher>) - Method in class org.apache.tapestry5.services.TapestryModule
Ordered contributions to the MasterDispatcher service allow different URL matching strategies to occur.
buildMasterStackTraceElementAnalyzer(List<StackTraceElementAnalyzer>) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildMetaDataLocator(MetaDataLocatorImpl, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildMethodInvocation(TransformMethodSignature, ClassTransformation) - Method in class org.apache.tapestry5.internal.util.MethodInvocationBuilder
Builds the method invocation.
buildMultipartDecoder(PerthreadManager, RegistryShutdownHub, MultipartDecoderImpl) - Static method in class org.apache.tapestry5.upload.services.UploadModule
 
buildObjectRenderer(Map<Class, ObjectRenderer>) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildPageActivationContextCollector(PageActivationContextCollectorImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildPageLoader(PageLoaderImpl, InvalidationEventHub, InvalidationEventHub) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildPageRenderLinkTransformer(List<PageRenderLinkTransformer>) - Method in class org.apache.tapestry5.services.TapestryModule
Builds PageRenderLinkTransformer service as a chain of command.
buildPageRenderRequestHandler(List<PageRenderRequestFilter>, Logger, PageRenderRequestHandlerImpl) - Method in class org.apache.tapestry5.services.TapestryModule
 
buildPageSource(PageSourceImpl, InvalidationEventHub, InvalidationEventHub) - 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.
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
 
buildResponse() - Method in class org.apache.tapestry5.services.TapestryModule
Builds a shadow of the RequestGlobals.response property.
buildSelectorForRequest() - Method in class org.apache.tapestry5.internal.pageload.DefaultComponentRequestSelectorAnalyzer
 
buildSelectorForRequest() - Method in interface org.apache.tapestry5.services.pageload.ComponentRequestSelectorAnalyzer
Constructs a selector for locating or loading pages in the current request.
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 SessionPersistedObjectAnalyzer.
buildStringInterner(StringInternerImpl) - Method in class org.apache.tapestry5.internal.services.InternalModule
 
buildTest(InstructionBuilder) - Method in interface org.apache.tapestry5.plastic.WhileCallback
Creates the code to be evaluated by the Condition; often this involves loading a value from a variable or argument, or InstructionBuilder.dupe()'ing the top value on the stack.
buildTranslatorSource(Map<Class, Translator>, TranslatorAlternatesSource, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
buildValidatorFactory(BeanValidatorSource, PropertyShadowBuilder) - Static method in class org.apache.tapestry5.beanvalidator.BeanValidatorModule
 
buildValueEncoderSource(Map<Class, ValueEncoderFactory>, InvalidationEventHub) - Static method in class org.apache.tapestry5.services.TapestryModule
 
Builtin - Annotation Type in org.apache.tapestry5.ioc.services
Marks services provided by this module that may need to be unambiguously referenced.
BytestreamCache - Class in org.apache.tapestry5.internal.services.assets
A wrapper around a byte-stream, represented internally as a byte array.
BytestreamCache(byte[]) - Constructor for class org.apache.tapestry5.internal.services.assets.BytestreamCache
 
BytestreamCache(ByteArrayOutputStream) - Constructor for class org.apache.tapestry5.internal.services.assets.BytestreamCache
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2003-2012 The Apache Software Foundation.