Skip navigation links
Tapestry API - 5.4.0
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 

R

R - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
R - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
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.
RadioGroup - Class in org.apache.tapestry5.corelib.components
A wrapper component around some number of Radio components, used to organize the selection and define the property to be edited.
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) - Static method in class org.apache.tapestry5.func.F
Creates a lazy Flow that returns integers in the given range.
range(int, int) - Method in class org.apache.tapestry5.internal.services.PropertyConduitDelegate
 
RANGEOP - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
RANGEOP - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
rangeOp() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
rangeOp_return() - Constructor for class org.apache.tapestry5.internal.antlr.PropertyExpressionParser.rangeOp_return
 
rangeopArg() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
rangeopArg_return() - Constructor for class org.apache.tapestry5.internal.antlr.PropertyExpressionParser.rangeopArg_return
 
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.
RBRACE - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
RBRACE - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
RBRACKET - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
RBRACKET - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
READ_PREFERENCE - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
The ReadPreference to use.
readBytecodeForClass(ClassLoader, String, boolean) - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
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.
readFailure(String, Object, Throwable) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
 
ReadOnlyComponentFieldConduit - Class in org.apache.tapestry5.internal.transform
An implementation of FieldConduit for a read-only component field.
ReadOnlyComponentFieldConduit(String) - Constructor for class org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
 
ReadOnlyComponentFieldConduit(String, String) - Constructor for class org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
 
ReadOnlyComponentFieldConduit(ComponentResources, String) - Constructor for class org.apache.tapestry5.internal.transform.ReadOnlyComponentFieldConduit
 
readVersionNumber(String) - Static method in class org.apache.tapestry5.VersionUtils
Reads a version number from a properties file on the classpath.
realize(String, ClassType, ClassNode) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
realizeObjects(ObjectCreator[]) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
realizeTransformedClass(ClassNode, InheritanceData, StaticContext) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
RecomputableSupport - Class in org.apache.tapestry5.internal.util
A utility class for managing a cacheable result that can be recomputed when needed.
RecomputableSupport() - Constructor for class org.apache.tapestry5.internal.util.RecomputableSupport
 
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 convenience method for invoking ValidationTracker.recordError(String).
recordError(Field, String) - Method in interface org.apache.tapestry5.FormValidationControl
A convenience method 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
 
recordError(Field, String) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
 
recordError(String) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
 
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
 
recordInput(Field, String) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
 
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
 
reduce(Reducer<A, T>, A) - Method in interface org.apache.tapestry5.func.FlowOperations
Applies a Reducer to the values of the Flow.
reduce(A, T) - Method in interface org.apache.tapestry5.func.Reducer
Run a computation using the current value of the accumulator and an element (from a Flow), and return the new accumulator.
Reducer<A,T> - Interface in org.apache.tapestry5.func
A reducer takes an accumulator value and a single value from a collection and computes a new accumulator value.
REFERENCED_COMPONENT_NOT_FOUND - Static variable in class org.apache.tapestry5.internal.InternalConstants
A bit of a hack that allows, in production mode, for a component event request to "unwind" when the component referenced in the URL does not exist.
REFRESH - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by ZoneRefresh to refresh the Zone
refresh() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
Regexp - Class in org.apache.tapestry5.validator
Enforces that the input matches a provided regular expression.
Regexp(JavaScriptSupport) - Constructor for class org.apache.tapestry5.validator.Regexp
 
RegexpStackTraceElementAnalyzer - Class in org.apache.tapestry5.internal.services
Uses a regular expression to identify which CSS class to apply to a frame.
RegexpStackTraceElementAnalyzer(Pattern, String) - Constructor for class org.apache.tapestry5.internal.services.RegexpStackTraceElementAnalyzer
 
register(Object, String) - Method in class org.apache.tapestry5.internal.jmx.MBeanSupportImpl
 
register(Object, ObjectName) - Method in class org.apache.tapestry5.internal.jmx.MBeanSupportImpl
 
register(Map) - Static method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
 
register(Object, ObjectName) - Method in interface org.apache.tapestry5.jmx.MBeanSupport
Registers the specified MBean with the server.
register(Object, String) - Method in interface org.apache.tapestry5.jmx.MBeanSupport
Registers the specific MBean with the server.
registerAsUpdateListener(UpdateListenerHub) - Method in class org.apache.tapestry5.internal.dynamic.DynamicTemplateParserImpl
 
registerAsUpdateListener(UpdateListenerHub) - Method in class org.apache.tapestry5.internal.services.ComponentTemplateSourceImpl
 
registerForShutdown(RegistryShutdownHub) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub, PlasticProxyFactory) - Static method in class org.apache.tapestry5.modules.TapestryModule
 
registerWithUpdateListenerHub(UpdateListenerHub) - Method in class org.apache.tapestry5.internal.services.assets.ResourceChangeTrackerImpl
 
Registry - Annotation Type in org.apache.tapestry5.ioc.junit
Used by the TapestryIOCJUnit4ClassRunner to configure a test Registry
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 the 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 interface org.apache.tapestry5.ioc.services.RegistryShutdownListener
Deprecated.
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<ModuleDef2>, PlasticProxyFactory, LoggerSource, OperationTracker) - Constructor for class org.apache.tapestry5.ioc.internal.RegistryImpl
Constructs the registry from a set of module definitions and other resources.
RegistryManagerRunNotifier(TestRegistryManager, RunNotifier) - Constructor for class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
 
registryShutdown(String) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
 
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
Deprecated.
In Tapestry 5.3, to be removed in a later release.
RegistryShutdownType - Enum in org.apache.tapestry5.ioc.junit
Used in conjunction with the TapestryIOCJUnit4ClassRunner to determine the registry lifecycle
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(String, 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.
relativeSource(String) - Method in class org.apache.tapestry5.internal.webresources.ResourceLessSource
 
releaseReadLock() - Method in class org.apache.tapestry5.ioc.internal.util.LockSupport
Releases the shared read lock.
releaseWriteLock() - Method in class org.apache.tapestry5.ioc.internal.util.LockSupport
Releases the exclusive read lock.
ReloadableObjectCreator - Class in org.apache.tapestry5.ioc.internal
Reloadable object creator for non-service objects.
ReloadableObjectCreator(PlasticProxyFactory, ClassLoader, String, Logger, OperationTracker, ObjectLocator) - Constructor for class org.apache.tapestry5.ioc.internal.ReloadableObjectCreator
 
ReloadableObjectCreatorSource - Class in org.apache.tapestry5.ioc.internal
Responsible for creating a ReloadableServiceImplementationObjectCreator for a service implementation.
ReloadableObjectCreatorSource(PlasticProxyFactory, Method, Class, Class, boolean) - Constructor for class org.apache.tapestry5.ioc.internal.ReloadableObjectCreatorSource
 
ReloadableServiceImplementationObjectCreator - Class in org.apache.tapestry5.ioc.internal
Returns an ObjectCreator for lazily instantiating a given implementation class (with dependencies).
ReloadableServiceImplementationObjectCreator(PlasticProxyFactory, ServiceBuilderResources, ClassLoader, String) - Constructor for class org.apache.tapestry5.ioc.internal.ReloadableServiceImplementationObjectCreator
 
ReloadAware - Interface in org.apache.tapestry5.ioc
Optional interface that may be implemented by a service implementation (or even a proxy to give the service implementation more control over its lifecyle.
ReloadHelper - Interface in org.apache.tapestry5.internal.services
Forces a reload of all caches and invalidates the component class cache.
ReloadHelperImpl - Class in org.apache.tapestry5.internal.services
 
ReloadHelperImpl(AlertManager, boolean) - Constructor for class org.apache.tapestry5.internal.services.ReloadHelperImpl
 
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(Predicate<? super T>) - Method in interface org.apache.tapestry5.func.FlowOperations
Removes values where the predicate returns true, returning a new Flow with just the remaining values.
remove() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
remove(Object) - Method in class org.apache.tapestry5.ioc.util.CaseInsensitiveMap
 
remove() - Method in class org.apache.tapestry5.ioc.util.LocalizedNameGenerator
 
remove(int) - Method in class org.apache.tapestry5.json.JSONArray
Remove the object associated with the index.
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.SeleniumTestCase
 
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
 
removeLifecycleListener(PageLifecycleListener) - Method in interface org.apache.tapestry5.internal.structure.Page
Deprecated.
removeLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.PageImpl
 
removeListener(MarkupWriterListener) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
 
removeListener(RunListener) - Method in class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
 
removeListener(MarkupWriterListener) - Method in interface org.apache.tapestry5.MarkupWriter
Removes a previously added listener.
removeNulls() - Method in interface org.apache.tapestry5.func.FlowOperations
Removes null elements from the flow (null tuples from a ZippedFlow), leaving just the non-null elements.
removeOnFirst(Predicate<? super A>) - Method in interface org.apache.tapestry5.func.ZippedFlow
Removes tuples from the zipped flow by applying a predicate to the first value in each tuple.
removeOnSecond(Predicate<? super B>) - Method in interface org.apache.tapestry5.func.ZippedFlow
Removes tuples from the zipped flow by applying a predicate to the second value in each tuple.
removePageLifecycleListener(PageLifecycleListener) - Method in interface org.apache.tapestry5.ComponentResources
Deprecated.
removePageLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
removeParameter(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
 
removeParameter(String) - Method in interface org.apache.tapestry5.Link
Removes a parameter value, which is occasionally useful when transforming a parameter into a portion of the path.
removePlasticClassListener(PlasticClassListener) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
 
removePlasticClassListener(PlasticClassListener) - Method in class org.apache.tapestry5.ioc.internal.services.PlasticProxyFactoryImpl
 
removePlasticClassListener(PlasticClassListener) - Method in interface org.apache.tapestry5.plastic.PlasticClassListenerHub
 
removePlasticClassListener(PlasticClassListener) - Method in class org.apache.tapestry5.plastic.PlasticManager
 
removePropertyNameFromBeanValidationContext() - Method in class org.apache.tapestry5.corelib.base.AbstractField
 
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.SeleniumTestCase
 
removeSelection(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
render(MarkupWriter) - Method in interface org.apache.tapestry5.FieldTranslator
render(MarkupWriter) - Method in interface org.apache.tapestry5.FieldValidator
render(MarkupWriter) - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
 
render(MarkupWriter, RenderQueue, DynamicDelegate) - Method in interface org.apache.tapestry5.internal.dynamic.DynamicTemplateElement
The element should perform whatever rendering it wants.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.AttributeToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.CDATAToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.CommentToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.DTDToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.StartElementToken
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.parser.TextToken
 
render(AvailableValues, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.AvailableValuesRenderer
 
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(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
 
render(Object) - Method in class org.apache.tapestry5.internal.services.PartialTemplateRendererImpl
 
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.ComponentPageElementImpl
Pushes the SetupRender phase state onto the queue.
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.ExpansionPageElement
 
render(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
 
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
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(Object, MarkupWriter) - Method in class org.apache.tapestry5.services.DefaultObjectRenderer
 
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(Object) - Method in interface org.apache.tapestry5.services.PartialTemplateRenderer
Renders an object, probably a Block or component instance, to a string.
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, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.None
Does nothing.
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
 
renderAsDocument(Object) - Method in class org.apache.tapestry5.internal.services.PartialTemplateRendererImpl
 
renderAsDocument(Object) - Method in interface org.apache.tapestry5.services.PartialTemplateRenderer
Renders an object to a Document following the same rules as PartialTemplateRenderer.render(Object) This method supposes any kind of initialization needed was already done.
RenderClientId - Class in org.apache.tapestry5.corelib.mixins
Forces a client element to render its client id by ensuring that ClientElement#getClientId() is called.
RenderClientId() - Constructor for class org.apache.tapestry5.corelib.mixins.RenderClientId
 
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), used with an Ajax component event.
RenderCommandComponentEventResultProcessor(PageRenderQueue, AjaxFormUpdateController, AjaxPartialResponseRenderer) - Constructor for class org.apache.tapestry5.internal.services.RenderCommandComponentEventResultProcessor
 
RenderCommandWorker - Class in org.apache.tapestry5.internal.transform
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 component 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, JSONObject, PartialMarkupRenderer) - Method in class org.apache.tapestry5.internal.services.ajax.SingleZonePartialRendererFilter
 
renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.services.javascript.AddBrowserCompatibilityStyles
 
renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.services.javascript.ConfigureHTMLElementFilter
 
renderMarkup(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.MarkupRendererTerminator
 
renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.services.PageNameMetaInjector
 
renderMarkup(MarkupWriter, JSONObject) - Method in class org.apache.tapestry5.internal.services.PartialMarkupRendererTerminator
 
renderMarkup(MarkupWriter, JSONObject, PartialMarkupRenderer) - Method in class org.apache.tapestry5.internal.services.RenderCommandComponentEventResultProcessor
As a filter, this class does three things: It creates an outer element to capture the partial page content that will be rendered It does setup and cleanup with the AjaxFormUpdateController It extracts the child markup and stuffs it into the reply's "content" property.
renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.test.CaptureRenderedDocument
 
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.
RenderNotification - Class in org.apache.tapestry5.corelib.mixins
This mixin triggers event notifcations to identify when it enters the BeginRender and AfterRender render phases.
RenderNotification() - Constructor for class org.apache.tapestry5.corelib.mixins.RenderNotification
 
RenderObject - Class in org.apache.tapestry5.corelib.components
Renders out an object using the @Primary 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.
renderPageAndReturnResponse(String) - Method in class org.apache.tapestry5.test.PageTester
Renders a page specified by its name and returns the response.
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.addPartialRenderer(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(JSONObject) - Method in interface org.apache.tapestry5.internal.services.AjaxPartialResponseRenderer
Used to render the partial response using a base reply object, to which any Tapestry-related information (usually related to zone updates and initializations) will be added.
renderPartialPageMarkup(JSONObject) - Method in class org.apache.tapestry5.internal.services.AjaxPartialResponseRendererImpl
 
renderPartialPageMarkup() - Method in class org.apache.tapestry5.internal.services.AjaxPartialResponseRendererImpl
 
RenderPhaseEvent - Class in org.apache.tapestry5.internal.structure
 
RenderPhaseEvent(RenderPhaseEventHandler, Logger, OperationTracker) - Constructor for class org.apache.tapestry5.internal.structure.RenderPhaseEvent
 
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() - Constructor for class org.apache.tapestry5.internal.transform.RenderPhaseMethodWorker
 
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
 
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.
replace(String, Pattern, String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalCommonsUtils
 
replace(String, Pattern, String) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
replaceFromClient() - Method in class org.apache.tapestry5.internal.DefaultNullFieldStrategy
Returns null .
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.
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.
replay() - Method in class org.apache.tapestry5.ioc.test.MockTester
Deprecated.
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
Deprecated.
Switches each mock object created by TestBase.newMock(Class) into replay mode (out of the initial training mode).
reportAndThrowAssertionError(String, Object...) - Method in class org.apache.tapestry5.test.SeleniumTestCase
Formats a message from the provided arguments, which is written to System.err.
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 class org.apache.tapestry5.internal.services.exceptions.ExceptionReporterImpl
 
reportException(Throwable) - Method in interface org.apache.tapestry5.services.ExceptionReporter
Used to communicate to the page what exception is to be reported.
reportSpringContextDetailsAtStartup(OrderedConfiguration<ApplicationInitializerFilter>, ApplicationContext) - Method in class org.apache.tapestry5.spring.modules.SpringModule
 
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 - Variable in class org.apache.tapestry5.corelib.base.AbstractField
 
request - Variable in class org.apache.tapestry5.corelib.base.AbstractInternalPage
 
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, TapestrySessionFactory) - Constructor for class org.apache.tapestry5.internal.services.RequestImpl
 
RequestOperationTracker - Class in org.apache.tapestry5.internal.services
Uses OperationTracker to add an operation generally describing each request.
RequestOperationTracker(OperationTracker, Request) - Constructor for class org.apache.tapestry5.internal.services.RequestOperationTracker
 
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
In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved to individual requests/threads).
RequestPageCacheImpl(Logger, ComponentClassResolver, PageSource, RequestGlobals) - Constructor for class org.apache.tapestry5.internal.services.RequestPageCacheImpl
 
RequestParameter - Annotation Type in org.apache.tapestry5.annotations
Annotation that may be placed on parameters of event handler methods.
RequestRenderer - Class in org.apache.tapestry5.internal.renderers
 
RequestRenderer(ObjectRenderer, Context, String) - 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, ComponentEventLinkEncoder, MetaDataLocator, 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).
require(String) - Method in class org.apache.tapestry5.internal.services.ajax.JavaScriptSupportImpl
 
require(String, String) - Method in class org.apache.tapestry5.services.javascript.AMDWrapper
Add a dependency on another module.
require(String) - Method in class org.apache.tapestry5.services.javascript.AMDWrapper
Add a dependency on another module.
require(String) - Method in interface org.apache.tapestry5.services.javascript.JavaScriptSupport
Requires a JavaScript module by name.
required - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
 
Required - Class in org.apache.tapestry5.validator
A validator that enforces that the value is not null and not the empty string.
Required(JavaScriptSupport, Html5Support) - Constructor for class org.apache.tapestry5.validator.Required
 
requiresDigest(String) - Method in class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
 
requiresDigest(Resource) - Method in interface org.apache.tapestry5.internal.services.ResourceDigestManager
Deprecated.
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.ResourceDigestManagerImpl
 
requiresDigest(String) - Method in interface org.apache.tapestry5.services.ResourceDigestGenerator
Deprecated.
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 usable with services that properly define a service interface.
RESERVED_FORM_CONTROL_NAMES - Static variable in class org.apache.tapestry5.internal.InternalSymbols
Comma-separated list of pre-allocated Form component control names.
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 interface org.apache.tapestry5.internal.transform.MethodResultCache
Resets the cache, discarding the cached value.
reset() - Method in interface org.apache.tapestry5.internal.transform.ParameterConduit
Resets the conduit, clearing any temporarily cached data (from a non-invariant Binding).
resolve(Type, Type) - Static method in class org.apache.tapestry5.ioc.internal.util.GenericsUtils
Resolves the type parameter based on the context of the containingType.
resolve(String) - Method in class org.apache.tapestry5.services.ComponentLibraryInfo.DefaultSourceUrlResolver
 
resolve(String) - Method in interface org.apache.tapestry5.services.ComponentLibraryInfo.SourceUrlResolver
Returns the source URL for a given class.
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.TapestryBeanFactory
 
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.
resolvePlaceholder(String, Properties) - Method in class org.apache.tapestry5.internal.spring.SymbolBeanFactoryPostProcessor
 
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.
resource - Variable in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
The resource for this shim module.
ResourceChangeTracker - Interface in org.apache.tapestry5.internal.services.assets
Tracks resources (at least, resources that can change because they are on the file system) and acts as an UpdateListener to check for changes and notify its listeners.
ResourceChangeTrackerImpl - Class in org.apache.tapestry5.internal.services.assets
 
ResourceChangeTrackerImpl(ClasspathURLConverter, boolean) - Constructor for class org.apache.tapestry5.internal.services.assets.ResourceChangeTrackerImpl
 
ResourceDependencies - Interface in org.apache.tapestry5.services.assets
Used by some ResourceTransformer implementations to track additional dependencies that can arise when the underlying resource being transformed can be dependent on other resources (for instance, if it has the notion of "including" or "importing" content).
ResourceDependenciesSplitter - Class in org.apache.tapestry5.internal.webresources
A wrapper around two ResourceDependencies.
ResourceDependenciesSplitter(ResourceDependencies, ResourceDependencies) - Constructor for class org.apache.tapestry5.internal.webresources.ResourceDependenciesSplitter
 
ResourceDigestGenerator - Interface in org.apache.tapestry5.services
Deprecated.
Deprecated in 5.4 with no replacement; see release notes about classpath assets moving to /META-INF/assets/, and content checksums inside asset URLs
ResourceDigestGeneratorImpl - Class in org.apache.tapestry5.internal.services
Gutted implementation; will be removed in Tapestry 5.5.
ResourceDigestGeneratorImpl() - Constructor for class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
 
ResourceDigestManager - Interface in org.apache.tapestry5.internal.services
Deprecated.
Deprecated in 5.4 with no replacement; see release notes about classpath assets moving to /META-INF/assets/. To be removed in 5.5.
ResourceDigestManagerImpl - Class in org.apache.tapestry5.internal.services
 
ResourceDigestManagerImpl() - Constructor for class org.apache.tapestry5.internal.services.ResourceDigestManagerImpl
 
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.
ResourceLessSource - Class in org.apache.tapestry5.internal.webresources
 
ResourceMinimizer - Interface in org.apache.tapestry5.services.assets
Certain kinds of resources can be minimized: this primarily refers to JavaScript and CSS, both of which contain whitespace, comments and other features that can be reduced.
resourcePath - Variable in class org.apache.tapestry5.internal.services.assets.ChecksumPath
 
resources - Variable in class org.apache.tapestry5.corelib.base.AbstractField
 
resources - Variable in class org.apache.tapestry5.corelib.base.AbstractLink
 
resources - Variable in class org.apache.tapestry5.corelib.base.BaseClientElement
 
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.
ResourceStreamer.Options - Enum in org.apache.tapestry5.internal.services
ResourceStreamerImpl - Class in org.apache.tapestry5.internal.services
 
ResourceStreamerImpl(Request, Response, StreamableResourceSource, OperationTracker, boolean, ResourceChangeTracker, String, AssetFactory, AssetFactory) - 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
 
ResourceTransformer - Interface in org.apache.tapestry5.services.assets
A transformer is used to read a Resource and pass it through a transformation stage, to get a stream that can be used on the client side.
ResourceTransformerFactory - Interface in org.apache.tapestry5.internal.webresources
Wraps a ResourceTransformer to provide additional features such as caching.
ResourceTransformerFactoryImpl - Class in org.apache.tapestry5.internal.webresources
 
ResourceTransformerFactoryImpl(Logger, OperationTracker, boolean, String) - Constructor for class org.apache.tapestry5.internal.webresources.ResourceTransformerFactoryImpl
 
ResourceTransformUtils - Class in org.apache.tapestry5.internal.webresources
 
ResourceTransformUtils() - Constructor for class org.apache.tapestry5.internal.webresources.ResourceTransformUtils
 
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.
RESPONSE_RENDERER - Static variable in class org.apache.tapestry5.TapestryConstants
Name of a request attribute that contains an IOOperation used to render the response.
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, boolean, CompressionAnalyzer) - Constructor for class org.apache.tapestry5.internal.services.ResponseCompressionAnalyzerImpl
 
responseCustomizer - Variable in class org.apache.tapestry5.internal.services.assets.StreamableResourceImpl
 
ResponseCustomizer - Interface in org.apache.tapestry5.services.assets
Used to customize the response prior to streaming content to the client; typically this is used to set special headers.
ResponseImpl - Class in org.apache.tapestry5.internal.services
Implementation of Response that wraps around an underlying HttpServletResponse.
ResponseImpl(HttpServletRequest, 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
 
rest() - Method in interface org.apache.tapestry5.func.FlowOperations
Returns a new Flow containing all but the first element in this flow.
restore(EntityManagerManager) - Method in class org.apache.tapestry5.internal.jpa.PersistedEntity
 
restoreDirtyObjects() - Method in class org.apache.tapestry5.internal.services.ClusteredSessionImpl
 
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.runtime.PageLifecycleAdapter
Deprecated.
 
restoreStateBeforePageAttach() - Method in interface org.apache.tapestry5.runtime.PageLifecycleListener
Deprecated.
In Tapestry 5.3, with no replacement (persisted fields now lazily restore their state)
restoreWithSession(Session) - Method in class org.apache.tapestry5.internal.hibernate.PersistedEntity
 
restoreWithSession(Session) - Method in class org.apache.tapestry5.internal.hibernate.PersistedTransientEntity
 
restoreWithSession(Session) - Method in interface org.apache.tapestry5.internal.hibernate.SessionRestorable
 
RESTRICTIVE_ENVIRONMENT - Static variable in class org.apache.tapestry5.SymbolConstants
A general switch for restrictive environments, such as Google App Engine, which forbid some useful operations, such as creating files or directories.
Retain - Annotation Type in org.apache.tapestry5.annotations
Deprecated.
This rarely used annotation is likely to cause threading issues starting in Tapestry 5.2 (which no longer pools pages but uses shared instances with externalized mutable state)
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
 
rethrow() - Method in class org.apache.tapestry5.internal.plastic.AbstractMethodInvocation
 
rethrow() - Method in class org.apache.tapestry5.internal.plastic.FailureMethodInvocationResult
 
rethrow() - Method in class org.apache.tapestry5.internal.plastic.SuccessMethodInvocationResult
 
rethrow() - Method in class org.apache.tapestry5.internal.services.ComponentResultProcessorWrapper
 
rethrow() - Method in class org.apache.tapestry5.internal.services.MethodInvocationFailResult
 
rethrow() - Method in class org.apache.tapestry5.internal.services.MethodInvocationSuccessfulResult
 
rethrow() - Method in interface org.apache.tapestry5.plastic.MethodInvocationResult
If the invocation threw a checked exception, then this method throws that exception wrapped as the cause of a new RuntimeException.
rethrow() - Method in interface org.apache.tapestry5.services.MethodInvocationResult
If the invocation threw a checked exception, this method will wrap that exception in a RuntimeException and throw that.
rethrow() - Method in interface org.apache.tapestry5.TrackableComponentEventCallback
If processing a return value threw an IOException, invoking this method will rethrow it.
retrieveLastRemoteControlLogs() - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
returnDefaultValue() - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
returnDefaultValue() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Returns the default value for the method, which may be null, or a specific primitive value.
returnOpcode - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
 
returnResult() - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
returnResult() - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Returns the top value on the stack.
returnType - Variable in class org.apache.tapestry5.plastic.MethodDescription
The Java source name for the return type, e.g., "void", "short", "java.util.Map", "java.lang.String[]".
reverse() - Method in interface org.apache.tapestry5.func.FlowOperations
Returns a new flow with the same elements but in reverse order.
reverseIterator(List<T>) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
RhinoExecutor - Interface in org.apache.tapestry5.internal.webresources
 
RhinoExecutorPool - Class in org.apache.tapestry5.internal.webresources
Manages a pool of initialized RhinoExecutor instances.
RhinoExecutorPool(OperationTracker, List<Resource>) - Constructor for class org.apache.tapestry5.internal.webresources.RhinoExecutorPool
 
rollup(String, String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
rootName - Variable in class org.apache.tapestry5.internal.services.DTDData
 
rootPackage - Variable in class org.apache.tapestry5.services.LibraryMapping
 
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, ComponentRequestHandler, String, LocalizationSetter) - Constructor for class org.apache.tapestry5.internal.services.RootPathDispatcher
 
ROWS_PER_PAGE - Static variable in class org.apache.tapestry5.grid.GridConstants
Number of rows to diplay within each Grid page.
RPAREN - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
RPAREN - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
run() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
 
run() - 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).
run(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
 
run() - Method in class org.apache.tapestry5.internal.services.RequestPageCacheImpl
 
run() - Method in class org.apache.tapestry5.internal.services.TranslatorSourceImpl
Invoked by InvalidationEventHub
run() - Method in class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
 
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.internal.structure.ComponentPageElementResourcesImpl
 
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.cron.PeriodicExecutorImpl
 
run() - Method in class org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator
Invoked when the Registry is shutdown; deletes the instantiated object (if it exists) and replaces the ObjectCreator with one that throws an IllegalStateException.
run(Runnable) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
 
run() - Method in class org.apache.tapestry5.ioc.internal.services.RegistryStartup
Invokes run() on each contributed object.
run(RunNotifier) - Method in class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner
 
run(String, Runnable) - Method in interface org.apache.tapestry5.ioc.OperationTracker
Executes the operation.
run(Runnable) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
Invokes Runnable.run(), providing a try...finally to cleanup after.
run(JavaScriptSupport) - Method in interface org.apache.tapestry5.services.ajax.JavaScriptCallback
Perform some work with the support object, which is typically to invoke JavaScriptSupport.addInitializerCall(String, org.apache.tapestry5.json.JSONObject) to setup some client-side behavior.
run(JSONObject) - Method in interface org.apache.tapestry5.services.ajax.JSONCallback
Modify the reply, typically by adding additional keys.
runScript(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
 
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 
Skip navigation links
Tapestry API - 5.4.0

${project.version} - Copyright © 2003-2015 The Apache Software Foundation.