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 _
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- R - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- R - Static variable in class org.apache.tapestry5.beanmodel.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) - Method in class org.apache.tapestry5.beanmodel.internal.services.PropertyConduitDelegate
- range(int, int) - Static method in class org.apache.tapestry5.func.F
-
Creates a lazy Flow that returns integers in the given range.
- rangeOp() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- RANGEOP - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- RANGEOP - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- rangeOp_return() - Constructor for class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser.rangeOp_return
- rangeopArg() - Method in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- rangeopArg_return() - Constructor for class org.apache.tapestry5.beanmodel.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.beanmodel.internal.antlr.PropertyExpressionLexer
- RBRACE - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- RBRACKET - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionLexer
- RBRACKET - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- read() - Method in annotation type org.apache.tapestry5.annotations.Property
-
Whether to create a readable property (i.e., generate a getter method).
- READ_ONLY - org.apache.tapestry5.plastic.PropertyAccessType
-
Create just a getter, not a mutator.
- READ_PREFERENCE - Static variable in class org.apache.tapestry5.mongodb.MongoDBSymbols
-
The
ReadPreference
to use. - READ_WRITE - org.apache.tapestry5.plastic.PropertyAccessType
-
Create both a mutator and a getter.
- 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.commons.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.commons.util.VersionUtils
-
Reads a version number from a properties file on the classpath.
- REAL - org.apache.tapestry5.ioc.services.Status
-
A service implementation for the service has been created.
- 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(String) - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
- recordError(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(String) - Method in interface org.apache.tapestry5.ValidationTracker
-
Records an error message that is not associated with any specific field.
- recordError(String) - Method in class org.apache.tapestry5.ValidationTrackerImpl
- recordError(String) - Method in class org.apache.tapestry5.ValidationTrackerWrapper
- recordError(Field, String) - Method in class org.apache.tapestry5.corelib.components.BeanEditForm
- recordError(Field, String) - Method in class org.apache.tapestry5.corelib.components.Form
- 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(Field, String) - Method in class org.apache.tapestry5.ValidationTrackerImpl
- recordError(Field, 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(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.
- reduce(Reducer<A, T>, A) - Method in interface org.apache.tapestry5.func.FlowOperations
-
Applies a Reducer to the values of the Flow.
- 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.
- ReferenceType - Enum in org.apache.tapestry5.services.pageload
-
Defines the types of reference the page cache can use.
- refresh() - Method in class org.apache.tapestry5.test.SeleniumTestCase
- REFRESH - Static variable in class org.apache.tapestry5.EventConstants
-
Event triggered by
ZoneRefresh
to refresh theZone
- 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(Class<?>) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Register all the dependencies of a given class.
- register(Class<?>) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- register(Class<?>, ClassLoader) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Register all the dependencies of a given class and uses a given classloader to load other classes if needed.
- register(Class<?>, ClassLoader) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- register(Object, String) - Method in class org.apache.tapestry5.internal.jmx.MBeanSupportImpl
- register(Object, String) - Method in interface org.apache.tapestry5.jmx.MBeanSupport
-
Registers the specific MBean with the server.
- register(Object, ObjectName) - Method in class org.apache.tapestry5.internal.jmx.MBeanSupportImpl
- register(Object, ObjectName) - Method in interface org.apache.tapestry5.jmx.MBeanSupport
-
Registers the specified MBean with the server.
- register(Map) - Static method in class org.apache.tapestry5.javadoc.TapestryDocTaglet
- register(ComponentPageElement) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Register all the dependencies of a given component.
- register(ComponentPageElement) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- register(PlasticField, MutableComponentModel) - Method in interface org.apache.tapestry5.internal.services.ComponentDependencyRegistry
-
Register a dependency of a component class with another through annotations such as
InjectPage
,InjectComponent
andComponent
. - register(PlasticField, MutableComponentModel) - Method in class org.apache.tapestry5.internal.services.ComponentDependencyRegistryImpl
- 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 - Interface in org.apache.tapestry5.ioc
-
Public access to the IoC service registry.
- Registry - Annotation Type in org.apache.tapestry5.ioc.junit
-
Used by the
TapestryIOCJUnit4ClassRunner
to configure a testRegistry
- REGISTRY_CONTEXT_NAME - Static variable in class org.apache.tapestry5.http.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.commons.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 invokingObjectLocator.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 PropertyModel inside a BeanModel.
- release() - Method in class org.apache.tapestry5.internal.jpa.NoopCreationalContext
- release() - Method in annotation type org.apache.tapestry5.ioc.annotations.IncompatibleChange
-
Identifies the release in which the signature of the method was modified.
- releaseReadLock() - Method in class org.apache.tapestry5.commons.internal.util.LockSupport
-
Releases the shared read lock.
- releaseWriteLock() - Method in class org.apache.tapestry5.commons.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.commons.internal.util.InheritanceSearch
- remove() - Method in class org.apache.tapestry5.dom.Node
-
Removes a node from its container, setting its container property to null, and removing it from its container's list of children.
- remove() - Method in class org.apache.tapestry5.ioc.util.LocalizedNameGenerator
- remove(int) - Method in class org.apache.tapestry5.json.JSONArray
-
Removes and returns the value at
index
, or null if the array has no value atindex
. - remove(Object) - Method in class org.apache.tapestry5.commons.util.CaseInsensitiveMap
- remove(Object) - Method in class org.apache.tapestry5.json.JSONArray
-
Removes the first occurrence of the specified value from this JSONArray, if it is present.
- remove(Object) - Method in class org.apache.tapestry5.json.JSONObject
-
Removes the named mapping if it exists; does nothing otherwise.
- 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_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. - removeAll(Collection<?>) - Method in class org.apache.tapestry5.json.JSONArray
-
Removes from this JSONArray all of its values that are contained in the specified collection.
- removeAllSelections(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
- removeChild(PageClassLoaderContext) - Method in class org.apache.tapestry5.services.pageload.PageClassLoaderContext
-
Removes a child context.
- 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.in 5.3.4, due to introduction of
PageLifecycleCallbackHub.addPageLoadedCallback(Runnable)
- removeLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.PageImpl
- removeListener(MarkupWriterListener) - Method in class org.apache.tapestry5.internal.services.MarkupWriterImpl
- removeListener(MarkupWriterListener) - Method in interface org.apache.tapestry5.MarkupWriter
-
Removes a previously added listener.
- removeListener(RunListener) - Method in class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner.RegistryManagerRunNotifier
- 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.in 5.3.4, not necessary with
PageLifecycleCallbackHub.addPageLoadedCallback(Runnable)
. - removePageLifecycleListener(PageLifecycleListener) - Method in class org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl
- removeParameter(String) - Method in interface org.apache.tapestry5.http.Link
-
Removes a parameter value, which is occasionally useful when transforming a parameter into a portion of the path.
- removeParameter(String) - Method in class org.apache.tapestry5.internal.services.LinkImpl
- removePlasticClassListener(PlasticClassListener) - Method in class org.apache.tapestry5.beanmodel.services.PlasticProxyFactoryImpl
- removePlasticClassListener(PlasticClassListener) - Method in class org.apache.tapestry5.internal.plastic.PlasticClassPool
- 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(Object) - Method in class org.apache.tapestry5.internal.services.PartialTemplateRendererImpl
- render(Object) - Method in interface org.apache.tapestry5.services.PartialTemplateRenderer
-
Renders an object, probably a
Block
or component instance, to a string. - render(Object[], MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.ObjectArrayRenderer
- render(Object, MarkupWriter) - Method in class org.apache.tapestry5.services.DefaultObjectRenderer
- render(String) - Method in class org.apache.tapestry5.internal.services.PageDocumentGeneratorImpl
- render(String) - Method in interface org.apache.tapestry5.services.PageDocumentGenerator
-
Renders the page.
- 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(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(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, Integer, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.MaxLength
- render(Field, Integer, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.MinLength
- render(Field, Long, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Max
- render(Field, Long, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Min
- 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(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.Checked
- render(Field, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Email
- render(Field, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.None
-
Does nothing.
- render(Field, Void, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Required
- render(Field, Pattern, MessageFormatter, MarkupWriter, FormSupport) - Method in class org.apache.tapestry5.validator.Regexp
- render(Request, MarkupWriter) - Method in class org.apache.tapestry5.internal.renderers.RequestRenderer
- 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) - 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(MarkupWriter) - Method in interface org.apache.tapestry5.internal.services.PageRenderQueue
-
Render to the markup writer, as setup by the
PageRenderQueue.initializeForCompletePage(org.apache.tapestry5.internal.structure.Page)
orPageRenderQueue.addPartialRenderer(org.apache.tapestry5.runtime.RenderCommand)
methods. - render(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.PageRenderQueueImpl
- 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 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(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(MarkupWriter, RenderQueue) - Method in class org.apache.tapestry5.internal.util.RenderableAsBlock
- render(MarkupWriter, RenderQueue) - Method in interface org.apache.tapestry5.runtime.RenderCommand
-
Invoked on an object to request that it render itself.
- render(MarkupWriter, RenderQueue, DynamicDelegate) - Method in interface org.apache.tapestry5.internal.dynamic.DynamicTemplateElement
-
The element should perform whatever rendering it wants.
- render(T, MarkupWriter) - Method in interface org.apache.tapestry5.services.ObjectRenderer
-
Renders the object out as markup.
- 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 aBlock
. - 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 asPartialTemplateRenderer.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 asBlockImpl
), 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
-
Ensures that all components implement
RenderCommand
by delegating toRenderCommand.render(org.apache.tapestry5.MarkupWriter, org.apache.tapestry5.runtime.RenderQueue)
. - RenderCommandWorker() - Constructor for class org.apache.tapestry5.internal.transform.RenderCommandWorker
- RenderDisabled - Class in org.apache.tapestry5.corelib.mixins
-
Renders an "disabled" attribute if the containing 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) - Method in class org.apache.tapestry5.internal.services.MarkupRendererTerminator
- renderMarkup(MarkupWriter) - Method in interface org.apache.tapestry5.services.MarkupRenderer
-
Invoked to render some markup.
- renderMarkup(MarkupWriter, JSONObject) - Method in class org.apache.tapestry5.internal.services.PartialMarkupRendererTerminator
- 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 class org.apache.tapestry5.internal.services.ajax.SingleZonePartialRendererFilter
- 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, JSONObject, PartialMarkupRenderer) - Method in interface org.apache.tapestry5.services.PartialMarkupRendererFilter
-
Implementations should perform work before or after passing the writer to the renderer.
- 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, MarkupRenderer) - Method in class org.apache.tapestry5.internal.services.PageNameMetaInjector
- renderMarkup(MarkupWriter, MarkupRenderer) - Method in class org.apache.tapestry5.internal.test.CaptureRenderedDocument
- renderMarkup(MarkupWriter, MarkupRenderer) - Method in interface org.apache.tapestry5.services.MarkupRendererFilter
-
Implementations should perform work before or after passing the writer to the renderer.
- RenderNotification - Class in org.apache.tapestry5.corelib.mixins
-
This mixin triggers component event notifications when the attached component enters its
BeginRender
andAfterRender
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() - Method in class org.apache.tapestry5.internal.services.AjaxPartialResponseRendererImpl
- 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
- 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.beanmodel.BeanModel
-
Re-orders the properties of the model into the specified order.
- reorder(String...) - Method in class org.apache.tapestry5.beanmodel.internal.beanmodel.BeanModelImpl
- reorder(BeanModel, String) - Static method in class org.apache.tapestry5.beanmodel.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.commons.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.test.ioc.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.test.ioc.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.beanmodel.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.http.services
-
Generic version of
HttpServletRequest
, used to encapsulate the Servlet API version, and to help bridge the differences between Servlet API and Porlet API. - REQUEST_HEADERS_HEADER - Static variable in interface org.apache.tapestry5.http.services.CorsHandlerHelper
-
Name of the Access-Control-Request-Headers HTTP header.
- RequestBody - Annotation Type in org.apache.tapestry5.annotations
-
Annotation that may be placed on parameters of event handler methods, usually in page classes.
- 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
- REQUESTED_WITH_HEADER - Static variable in interface org.apache.tapestry5.http.services.Request
- 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.http.services
-
Filter interface for
RequestHandler
. - RequestGlobals - Interface in org.apache.tapestry5.http.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.http.internal.services
-
Dumb data holder for per-request data.
- RequestGlobalsImpl() - Constructor for class org.apache.tapestry5.http.internal.services.RequestGlobalsImpl
- RequestHandler - Interface in org.apache.tapestry5.http.services
-
Service interface for the RequestHandler pipeline service.
- RequestImpl - Class in org.apache.tapestry5.http.internal.services
-
Basic implementation of
Request
that wraps around anHttpServletRequest
. - RequestImpl(HttpServletRequest, String, TapestrySessionFactory) - Constructor for class org.apache.tapestry5.http.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, boolean, PageClassLoaderContextManager, PageSource, ComponentClassResolver) - 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) - 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.
- require(String, String) - Method in class org.apache.tapestry5.services.javascript.AMDWrapper
-
Add a dependency on another module.
- REQUIRE - org.apache.tapestry5.dom.EndTagStyle
-
Require an end tag always.
- required - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
- required() - Method in annotation type org.apache.tapestry5.annotations.ActivationRequestParameter
-
If true then a null value is an error.
- required() - Method in annotation type org.apache.tapestry5.annotations.Parameter
-
If true, the parameter is required and and must be bound.
- 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
- REQUIRED - org.apache.tapestry5.FieldFocusPriority
-
A field whose input is required, which takes higher priority than optional.
- requiresDigest(String) - Method in class org.apache.tapestry5.internal.services.ResourceDigestGeneratorImpl
- 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.
- 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
- 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) - Method in class org.apache.tapestry5.commons.internal.services.GenericsResolverImpl
-
Resolves the type parameter based on the context of the containingType.
- resolve(Type, Type) - Static method in class org.apache.tapestry5.commons.internal.util.GenericsUtils
-
Resolves the type parameter based on the context of the containingType.
- resolve(Type, Type) - Method in interface org.apache.tapestry5.commons.services.GenericsResolver
-
Resolves the type parameter based on the context of the containingType.
- resolve(Type, Type) - Method in class org.apache.tapestry5.genericsresolverguava.internal.GuavaGenericsResolver
- 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.
- resolve(Set<Bean<? extends X>>) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- 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.
- resolveDecorators(Set<Type>, Annotation...) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- resolveDependency(DependencyDescriptor, String, Set, TypeConverter) - Method in class org.apache.tapestry5.internal.spring.TapestryBeanFactory
- resolveInterceptors(InterceptionType, Annotation...) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- 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.
- resolveObserverMethods(T, Annotation...) - Method in class org.apache.tapestry5.internal.jpa.NoopBeanManager
- 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 - Variable in class org.apache.tapestry5.services.javascript.JavaScriptModuleConfiguration
-
The resource for this shim module.
- Resource - Interface in org.apache.tapestry5.commons
-
Represents a resource on the server that may be used for server side processing, or may be exposed to the client side.
- 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, boolean, Logger) - 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). - 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.
- 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
-
Used to customize the behavior of
ResourceStreamer.streamResource(org.apache.tapestry5.commons.Resource, java.lang.String, java.util.Set)
. - 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 aSymbolProvider
- 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. - response - Variable in class org.apache.tapestry5.util.ResponseWrapper
- Response - Interface in org.apache.tapestry5.http.services
-
API agnostic wrapper for generating a response.
- 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.http.services
-
Used to determine if the client supports GZip compression of the response.
- ResponseCompressionAnalyzerImpl - Class in org.apache.tapestry5.http.internal.services
- ResponseCompressionAnalyzerImpl(HttpServletRequest, boolean, CompressionAnalyzer) - Constructor for class org.apache.tapestry5.http.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.http.internal.services
-
Implementation of
Response
that wraps around an underlyingHttpServletResponse
. - ResponseImpl(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tapestry5.http.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.
- REST_ENDPOINT_EVENT_HANDLER_METHOD_PRESENT - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
The name of the
ComponentModel
meta attribute which tells whether REST endpoint event handler methods are present - REST_ENDPOINT_EVENT_HANDLER_METHODS - Static variable in class org.apache.tapestry5.internal.InternalConstants
-
The name of the
ComponentModel
meta attribute which lists the REST endpoint event handler methods. - RestEndpointNotFoundException - Exception in org.apache.tapestry5.internal.services
-
Exception used when a request is made to a page with REST endpoint event handlers but doesn't match any of them.
- RestEndpointNotFoundException(String) - Constructor for exception org.apache.tapestry5.internal.services.RestEndpointNotFoundException
-
Creates a new instance of this class.
- RestInfo - Annotation Type in org.apache.tapestry5.annotations
-
Annotation that provides some information about REST event handler methods for OpenAPI description generation.
- RestJacksonModule - Class in org.apache.tapestry5.rest.jackson.modules
-
Defines services and and contributions for the Tapestry integration with Jackson Databind.
- RestJacksonModule() - Constructor for class org.apache.tapestry5.rest.jackson.modules.RestJacksonModule
- restore(EntityManagerManager) - Method in class org.apache.tapestry5.internal.jpa.PersistedEntity
- restoreDirtyObjects() - Method in class org.apache.tapestry5.http.internal.services.ClusteredSessionImpl
- restoreDirtyObjects() - Method in class org.apache.tapestry5.http.internal.services.SessionImpl
- restoreDirtyObjects() - Method in interface org.apache.tapestry5.http.services.Session
-
Re-stores dirty objects back into the session.
- restoreDirtyObjects() - Method in class org.apache.tapestry5.internal.test.PageTesterSession
- 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.hibernate.web.internal.PersistedEntity
- restoreWithSession(Session) - Method in class org.apache.tapestry5.hibernate.web.internal.PersistedTransientEntity
- restoreWithSession(Session) - Method in interface org.apache.tapestry5.hibernate.web.internal.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.
- RestSupport - Interface in org.apache.tapestry5.http.services
-
Service which provides REST-related utilities.
- RestSupportImpl - Class in org.apache.tapestry5.http.internal.services
-
Default RestSupport implementation.
- RestSupportImpl(HttpServletRequest, HttpRequestBodyConverter) - Constructor for class org.apache.tapestry5.http.internal.services.RestSupportImpl
- 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)
- retainAll(Collection<?>) - Method in class org.apache.tapestry5.json.JSONArray
-
Retains only the values in this JSONArray that are contained in the specified collection.
- 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[]".
- returnType() - Method in annotation type org.apache.tapestry5.annotations.RestInfo
-
Defines the return type of this REST event handler method in successful requests.
- 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
- 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.beanmodel.internal.antlr.PropertyExpressionLexer
- RPAREN - Static variable in class org.apache.tapestry5.beanmodel.internal.antlr.PropertyExpressionParser
- run() - Method in class org.apache.tapestry5.commons.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() - Method in class org.apache.tapestry5.internal.services.ComponentInstantiatorSourceImpl
- 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() - 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() - Method in class org.apache.tapestry5.ioc.internal.services.RegistryStartup
-
Invokes run() on each contributed object.
- run(Runnable) - Method in class org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl
- run(Runnable) - Method in interface org.apache.tapestry5.ioc.services.PerthreadManager
-
Invokes
Runnable.run()
, providing a try...finally to cleanup after. - 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(String, Runnable) - Method in interface org.apache.tapestry5.ioc.OperationTracker
-
Executes the operation.
- run(JSONObject) - Method in interface org.apache.tapestry5.services.ajax.JSONCallback
-
Modify the reply, typically by adding additional keys.
- run(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.RenderQueueImpl
- run(Component) - Method in interface org.apache.tapestry5.internal.structure.ComponentCallback
-
Callback method, passed a component to operate upon.
- run(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(RunNotifier) - Method in class org.apache.tapestry5.ioc.junit.TapestryIOCJUnit4ClassRunner
- runFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tapestry5.http.TapestryFilter
- runInTransaction(String, Runnable) - Method in class org.apache.tapestry5.internal.jpa.EntityTransactionManagerImpl
- runInTransaction(String, Runnable) - Method in interface org.apache.tapestry5.jpa.EntityTransactionManager
- runScript(String) - Method in class org.apache.tapestry5.test.SeleniumTestCase
All Classes All Packages