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

R

Radio - class org.apache.tapestry.form.Radio.
Implements a component that manages an HTML <input type=radio> form element.
Radio() - Constructor for class org.apache.tapestry.form.Radio
 
RadioGroup - class org.apache.tapestry.form.RadioGroup.
A special type of form component that is used to contain Radiocomponents.
RadioGroup() - Constructor for class org.apache.tapestry.form.RadioGroup
 
RadioPropertySelectionRenderer - class org.apache.tapestry.form.RadioPropertySelectionRenderer.
Implementation of IPropertySelectionRenderer that produces a table of radio (<input type=radio>) elements.
RadioPropertySelectionRenderer() - Constructor for class org.apache.tapestry.form.RadioPropertySelectionRenderer
 
RAW_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.parse.TemplateParser
Used with TemplateParser.LOCALIZATION_KEY_ATTRIBUTE_NAMEto indicate a string that should be rendered "raw" (without escaping HTML).
read() - Method in class org.apache.tapestry.test.mock.MockServletInputStream
 
read(byte[]) - Method in class org.apache.tapestry.test.mock.MockServletInputStream
 
read(byte[], int, int) - Method in class org.apache.tapestry.test.mock.MockServletInputStream
 
read(char[], int, int) - Method in class org.apache.tapestry.util.text.ExtendedReader
 
read(Object, String) - Method in interface org.apache.tapestry.services.ExpressionEvaluator
Reads a property of the target, defined by the expression.
read(Object, String) - Method in class org.apache.tapestry.services.impl.ExpressionEvaluatorImpl
 
readCharacters(ICharacterMatcher) - Method in class org.apache.tapestry.util.text.ExtendedReader
Reads the next characters until a character that does not match the provided rule is reached.
readCompiled(Object, Object) - Method in interface org.apache.tapestry.services.ExpressionEvaluator
Reads a property of the target, defined by the (previously compiled) expression.
readCompiled(Object, Object) - Method in class org.apache.tapestry.services.impl.ExpressionEvaluatorImpl
 
readCookieValue(String) - Method in interface org.apache.tapestry.services.CookieSource
Returns the value of the first cookie whose name matches.
readCookieValue(String) - Method in class org.apache.tapestry.services.impl.CookieSourceImpl
 
readExternal(ObjectInput) - Method in class org.apache.tapestry.util.MultiKey
Reads the state previously written by MultiKey.writeExternal(ObjectOutput).
readValue() - Method in class org.apache.tapestry.form.TextField
 
readValue() - Method in class org.apache.tapestry.form.AbstractTextField
Invoked by AbstractComponent.render(IMarkupWriter writer, IRequestCycle cycle) when rendering a response.
readValue() - Method in class org.apache.tapestry.valid.ValidField
 
ready() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
reconstructAllocatedIds(IRequestCycle) - Method in class org.apache.tapestry.form.Form
Invoked when rewinding a form to re-initialize the _allocatedIds and _elementIdAllocator.
record(IRender, ValidationConstraint) - Method in class org.apache.tapestry.valid.ValidationDelegate
Records error information about the currently selected component, or records unassociated (with any field) errors.
record(IRender, ValidationConstraint) - Method in interface org.apache.tapestry.valid.IValidationDelegate
Records an error in the current component, or an unassociated error.
record(String, ValidationConstraint) - Method in class org.apache.tapestry.valid.ValidationDelegate
Invokes ValidationDelegate.record(IRender, ValidationConstraint), after wrapping the message parameter in a RenderString.
record(String, ValidationConstraint) - Method in interface org.apache.tapestry.valid.IValidationDelegate
Records an error in the current field, or an unassociated error if there is no current field.
record(ValidatorException) - Method in class org.apache.tapestry.valid.ValidationDelegate
Invokes ValidationDelegate.record(String, ValidationConstraint), or ValidationDelegate.record(IRender, ValidationConstraint) if the error renderer property is not null.
record(ValidatorException) - Method in interface org.apache.tapestry.valid.IValidationDelegate
The error notification method, invoked during the rewind phase (that is, while HTTP parameters are being extracted from the request and assigned to various object properties).
recordFieldInputValue(String) - Method in class org.apache.tapestry.valid.ValidationDelegate
 
recordFieldInputValue(String) - Method in interface org.apache.tapestry.valid.IValidationDelegate
Records the user's input for the current form component.
recordType(String, Class) - Method in class org.apache.tapestry.enhance.JavaClassMapping
 
REDIRECT_PATH_PARAM - Static variable in class org.apache.tapestry.RedirectFilter
 
redirect(String, IRequestCycle, ResponseOutputStream, ApplicationRuntimeException) - Method in class org.apache.tapestry.engine.AbstractEngine
Invoked, typically, when an exception occurs while servicing the request.
RedirectException - exception org.apache.tapestry.RedirectException.
Exception thrown to force a redirection to an arbitrary location.
RedirectException(String) - Constructor for class org.apache.tapestry.RedirectException
 
RedirectException(String, String) - Constructor for class org.apache.tapestry.RedirectException
 
RedirectFilter - class org.apache.tapestry.RedirectFilter.
Filter used to redirect a root context URL (i.e., "/context" or "/context/" to the Tapestry application servlet (typically, "/context/app").
RedirectFilter() - Constructor for class org.apache.tapestry.RedirectFilter
 
RegexpMatch - class org.apache.tapestry.test.assertions.RegexpMatch.
Used within a AssertRegexp to identify a single substring matched against the response.
RegexpMatch() - Constructor for class org.apache.tapestry.test.assertions.RegexpMatch
 
RegexpMatcher - class org.apache.tapestry.util.RegexpMatcher.
Streamlines the interface to ORO by implicitly constructing the necessary compilers and matchers, and by caching compiled patterns.
RegexpMatcher() - Constructor for class org.apache.tapestry.util.RegexpMatcher
 
register(DataSqueezer) - Method in interface org.apache.tapestry.util.io.ISqueezeAdaptor
Invoked to ask an adaptor to register itself to the squeezer.
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.EnumAdaptor
 
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.ComponentAddressAdaptor
 
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.CharacterAdaptor
 
register(String, Class, ISqueezeAdaptor) - Method in interface org.apache.tapestry.services.DataSqueezer
Deprecated. as DataSqueezer evolves into a service.
register(String, Class, ISqueezeAdaptor) - Method in class org.apache.tapestry.util.io.DataSqueezerImpl
Registers the adaptor with one or more single-character prefixes.
registerEntity(String, String) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Registers a public id and corresponding input source.
releasePage(IPage) - Method in interface org.apache.tapestry.engine.IPageSource
Invoked after the engine is done with the page (typically, after the response to the client has been sent).
releasePage(IPage) - Method in class org.apache.tapestry.pageload.PageSource
Returns the page to the appropriate pool.
removeAttribute(String) - Method in interface org.apache.tapestry.IRequestCycle
Removes a previously stored attribute, if one with the given name exists.
removeAttribute(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
removeAttribute(String) - Method in class org.apache.tapestry.test.mock.AttributeHolder
 
removePageAttachListener(PageAttachListener) - Method in interface org.apache.tapestry.IPage
 
removePageAttachListener(PageAttachListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageBeginRenderListener(PageBeginRenderListener) - Method in interface org.apache.tapestry.IPage
 
removePageBeginRenderListener(PageBeginRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageDetachListener(PageDetachListener) - Method in interface org.apache.tapestry.IPage
 
removePageDetachListener(PageDetachListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageEndRenderListener(PageEndRenderListener) - Method in interface org.apache.tapestry.IPage
 
removePageEndRenderListener(PageEndRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageRenderListener(PageRenderListener) - Method in interface org.apache.tapestry.IPage
Deprecated. To be removed in 3.2. Use IPage.removePageBeginRenderListener(PageBeginRenderListener)or IPage.removePageEndRenderListener(PageEndRenderListener).
removePageRenderListener(PageRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageValidateListener(PageValidateListener) - Method in interface org.apache.tapestry.IPage
 
removePageValidateListener(PageValidateListener) - Method in class org.apache.tapestry.AbstractPage
 
removeProperty(String) - Method in interface org.apache.tapestry.util.IPropertyHolder
Removes the named property, if present.
removeProperty(String) - Method in class org.apache.tapestry.util.BasePropertyHolder
 
removeResetEventListener(ResetEventListener) - Method in interface org.apache.tapestry.services.ResetEventCoordinator
 
removeResetEventListener(ResetEventListener) - Method in class org.apache.tapestry.services.impl.ResetEventCoordinatorImpl
 
removeValue(String) - Method in class org.apache.tapestry.test.mock.MockSession
 
RENDER - Static variable in class org.apache.tapestry.spec.BeanLifecycle
The bean is create and reused until the end of the current render, at which point it is discarded.
render(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IRender
The principal rendering/rewinding method.
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
The main method used to render the component.
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.BlockRenderer
 
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.parse.TextToken
 
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.request.RequestContext
Invokes RequestContext.write(IMarkupWriter), which is used for debugging.
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.services.impl.LocalizedStringRender
 
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.services.impl.BaseTagWriter
 
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.RenderString
Renders the String to the writer.
renderAdditionalAttributes(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.components.ILinkComponent
Invoked (by the ILinkRenderer) to make the link render any additional attributes.
renderAdditionalAttributes(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.link.AbstractLinkComponent
 
RenderBlock - class org.apache.tapestry.components.RenderBlock.
Renders the text and components wrapped by a Blockcomponent.
RenderBlock() - Constructor for class org.apache.tapestry.components.RenderBlock
 
RenderBody - class org.apache.tapestry.components.RenderBody.
Renders the text and components wrapped by a component.
RenderBody() - Constructor for class org.apache.tapestry.components.RenderBody
 
renderBody(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IComponent
Invoked to make the receiver render its body (the elements and components its tag wraps around, on its container's template).
renderBody(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Renders all elements wrapped by the receiver.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.BaseComponent
Renders the top level components contained by the receiver.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)to actually render the component (with any parameter values already set).
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.RenderBody
Finds this RenderBody's container, and invokes IComponent.renderBody(IMarkupWriter, IRequestCycle) on it.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.RenderBlock
If block is not null, then the block's inserter is set (to this), IComponent.renderBody(IMarkupWriter, IRequestCycle)is invoked on it, and the Block's inserter is set back to its previous state.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Insert
Prints its value parameter, possibly formatted by its format parameter.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Foreach
Gets the source binding and iterates through its values.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Delegator
Gets its delegate and invokes IRender.render(IMarkupWriter, IRequestCycle) on it.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Conditional
Renders its wrapped components only if the condition is true (technically, if condition matches invert).
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Block
Does nothing; the idea of a Block is to defer the rendering of the body of the block until an RenderBlock forces it out.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Any
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Upload
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.TextArea
Renders the form element, or responds when the form containing the element is submitted (by checking Form.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Submit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Select
Renders the <option> element, or responds when the form containing the element is submitted (by checking IForm.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.RadioGroup
Doesn't actual render an HTML element as there is no direct equivalent for an HTML element.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Radio
Renders the form element, or responds when the form containing the element is submitted (by checking Form.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.PropertySelection
Renders the component, much of which is the responsiblity of the renderer.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Option
Renders the <option> element, or responds when the form containing the element is submitted (by checking Form.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.ListEdit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.LinkSubmit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.ImageSubmit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Hidden
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Form
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.DatePicker
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Checkbox
Renders the form elements, or responds when the form containing the element is submitted (by checking Form.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Button
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.AbstractTextField
Renders the form element, or responds when the form containing the element is submitted (by checking Form.isRewinding().
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Shell
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Script
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Rollover
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.InsertText
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Image
Renders the <img> element.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Frame
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.ExceptionDisplay
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Body
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.link.AbstractLinkComponent
Renders the link by delegating to an instance of ILinkRenderer.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.ValidField
Renders the component, which involves the delegate.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.FieldLabel
Gets the IFormComponent and delegate, then renders the label obtained from the field.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Timer
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Setvar
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Select
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.PropertySelection
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Option
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.OnEvent
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Input
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Image
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Do
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Card
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
 
renderInformalParameters(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Converts informal parameters into additional attributes on the curently open tag.
renderLink(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in interface org.apache.tapestry.link.ILinkRenderer
Renders the link, taking into account whether the link is disabled.
renderLink(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class org.apache.tapestry.link.DefaultLinkRenderer
 
renderLink(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class org.apache.tapestry.link.ButtonLinkRenderer
 
renderOption(PropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in class org.apache.tapestry.form.SelectPropertySelectionRenderer
Writes an <option> element.
renderOption(PropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in class org.apache.tapestry.form.RadioPropertySelectionRenderer
Writes a row of the table.
renderOption(PropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in interface org.apache.tapestry.form.IPropertySelectionRenderer
Invoked for each element obtained from the model.
renderPage(IMarkupWriter) - Method in interface org.apache.tapestry.IRequestCycle
Renders the given page.
renderPage(IMarkupWriter) - Method in class org.apache.tapestry.engine.RequestCycle
Renders the page by invoking IPage.renderPage(IMarkupWriter, IRequestCycle).
renderPage(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IPage
Invoked to render the entire page.
renderPage(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
Invokes PageBeginRenderListener.pageBeginRender(PageEvent) Invokes AbstractPage.beginResponse(IMarkupWriter, IRequestCycle) Invokes IRequestCycle.commitPageChanges()(if not rewinding) Invokes AbstractComponent.render(IMarkupWriter, IRequestCycle) Invokes PageEndRenderListener.pageEndRender(PageEvent)(this occurs even if a previous step throws an exception)
renderResponse(IRequestCycle, ResponseOutputStream) - Method in class org.apache.tapestry.engine.AbstractEngine
Delegates to ResponseRenderer.renderResponse(IRequestCycle, ResponseOutputStream).
renderResponse(IRequestCycle, ResponseOutputStream) - Method in interface org.apache.tapestry.services.ResponseRenderer
Renders the reponse, using the current active page defined by the request cycle.
renderResponse(IRequestCycle, ResponseOutputStream) - Method in class org.apache.tapestry.services.impl.ResponseRendererImpl
 
RenderRewoundException - exception org.apache.tapestry.RenderRewoundException.
A special subclass of ApplicationRuntimeException that can be thrown when a component has determined that the state of the page has been rewound.
RenderRewoundException(Object) - Constructor for class org.apache.tapestry.RenderRewoundException
 
RenderString - class org.apache.tapestry.valid.RenderString.
A wrapper around String that allows the String to be renderred.
RenderString(String) - Constructor for class org.apache.tapestry.valid.RenderString
 
RenderString(String, boolean) - Constructor for class org.apache.tapestry.valid.RenderString
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.UrlValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.StringValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.PatternValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.NumberValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.valid.IValidator
Invoked by the field after it finishes rendering its tag (but before the tag is closed) to allow the validator to provide a contribution to the rendering process.
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.EmailValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.DateValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.BaseValidator
This implementation does nothing.
reportException(String, Throwable) - Method in class org.apache.tapestry.engine.AbstractEngine
Writes a detailed report of the exception to System.err.
reportException(Throwable, PrintStream) - Method in class org.apache.tapestry.util.exception.ExceptionAnalyzer
Produces a text based exception report to the provided stream.
reportRequestException(String, Throwable) - Method in interface org.apache.tapestry.services.RequestExceptionReporter
 
reportRequestException(String, Throwable) - Method in class org.apache.tapestry.services.impl.RequestExceptionReporterImpl
 
REQUEST - Static variable in class org.apache.tapestry.spec.BeanLifecycle
The standard lifecycle; the bean is retained for the duration of the request cycle and is discarded at the end of the request cycle.
REQUEST_DECODER_EXTENSION_NAME - Static variable in class org.apache.tapestry.Tapestry
Key used to obtain an extension from the application specification.
RequestContext - class org.apache.tapestry.request.RequestContext.
This class encapsulates all the relevant data for one request cycle of an ApplicationServlet.
RequestContext(HttpServlet, HttpServletRequest, HttpServletResponse, IApplicationSpecification) - Constructor for class org.apache.tapestry.request.RequestContext
Creates a RequestContext from its components.
RequestCycle - class org.apache.tapestry.engine.RequestCycle.
Provides the logic for processing a single request cycle.
RequestCycle() - Constructor for class org.apache.tapestry.engine.RequestCycle
Alternate constructor used only for testing purposes .
RequestCycle(IEngine, RequestContext, QueryParameterMap, IEngineService, Infrastructure, PropertyPersistenceStrategySource, ErrorHandler, IMonitor) - Constructor for class org.apache.tapestry.engine.RequestCycle
Standard constructor used to render a response page.
RequestCycleFactory - interface org.apache.tapestry.services.RequestCycleFactory.
A factory for creating instances of IRequestCyclefor the current request.
RequestCycleFactoryImpl - class org.apache.tapestry.services.impl.RequestCycleFactoryImpl.
 
RequestCycleFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.RequestCycleFactoryImpl
 
RequestDescriptor - class org.apache.tapestry.test.RequestDescriptor.
 
RequestDescriptor() - Constructor for class org.apache.tapestry.test.RequestDescriptor
 
RequestExceptionReporter - interface org.apache.tapestry.services.RequestExceptionReporter.
Service responsible for producing console output when there is an error processing the request (and the normal Exception page can not be displayed).
RequestExceptionReporterImpl - class org.apache.tapestry.services.impl.RequestExceptionReporterImpl.
 
RequestExceptionReporterImpl() - Constructor for class org.apache.tapestry.services.impl.RequestExceptionReporterImpl
 
RequestGlobals - interface org.apache.tapestry.services.RequestGlobals.
Access point for thread-local information about the current request.
RequestGlobalsImpl - class org.apache.tapestry.services.impl.RequestGlobalsImpl.
Wrapper around ThreadLocalStorageused to store and retrieve Servlet API info.
RequestGlobalsImpl() - Constructor for class org.apache.tapestry.services.impl.RequestGlobalsImpl
 
RequestGlobalsInitializer - class org.apache.tapestry.services.impl.RequestGlobalsInitializer.
A RequestServicerFilter threaded early onto the pipeline, which invokes org.apache.tapestry.services.ServletInfo#store(HttpServletRequest, HttpServletResponse) so that other services can obtain the current thread's request and response.
RequestGlobalsInitializer() - Constructor for class org.apache.tapestry.services.impl.RequestGlobalsInitializer
 
RequestLocaleManager - interface org.apache.tapestry.services.RequestLocaleManager.
Used to determine what is the client-specified locale, if any, for the current request.
RequestLocaleManagerImpl - class org.apache.tapestry.services.impl.RequestLocaleManagerImpl.
Identifies the Locale provided by the client (either in a Tapestry-specific cookie, or interpolated from the HTTP header.
RequestLocaleManagerImpl() - Constructor for class org.apache.tapestry.services.impl.RequestLocaleManagerImpl
 
RequestServicer - interface org.apache.tapestry.services.RequestServicer.
An object that can service an HTTP request.
RequestServicerFilter - interface org.apache.tapestry.services.RequestServicerFilter.
Filter interface for RequestServicer.
REQUIRED - Static variable in class org.apache.tapestry.valid.ValidationConstraint
Indicates that no value (or a value consisting only of white space) was provided for a field that requires a non-null value.
RESERVED_IDS - Static variable in class org.apache.tapestry.services.ServiceConstants
A list of all the conttants defined by this class.
RESET - Static variable in class org.apache.tapestry.form.FormEventType
Form event triggered when the form is reset; this allows an event handler to deal with any special cases related to resetting.
RESET_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("reset") of a service used to clear cached template and specification data and remove all pooled pages.
reset() - Method in class org.apache.tapestry.request.ResponseOutputStream
Discards all output in the buffer.
reset() - Method in class org.apache.tapestry.resolver.PageSpecificationResolverImpl
 
reset() - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
 
reset() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
Clears the namespace and specification properties.
reset() - Method in class org.apache.tapestry.test.mock.MockServletInputStream
 
reset() - Method in class org.apache.tapestry.test.mock.MockResponse
 
reset() - Method in class org.apache.tapestry.util.text.ExtendedReader
 
reset() - Method in class org.apache.tapestry.valid.ValidationDelegate
 
reset() - Method in interface org.apache.tapestry.valid.IValidationDelegate
Resets any tracking information for the current field.
resetBuffer() - Method in class org.apache.tapestry.test.mock.MockResponse
 
ResetEventCoordinator - interface org.apache.tapestry.services.ResetEventCoordinator.
Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data.
ResetEventCoordinatorImpl - class org.apache.tapestry.services.impl.ResetEventCoordinatorImpl.
Implementation of the tapestry.ResetEventCoordinator service.
ResetEventCoordinatorImpl() - Constructor for class org.apache.tapestry.services.impl.ResetEventCoordinatorImpl
 
resetEventDidOccur() - Method in class org.apache.tapestry.engine.DefaultScriptSource
 
resetEventDidOccur() - Method in interface org.apache.tapestry.event.ResetEventListener
 
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.TemplateSourceImpl
Clears the template cache.
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
Clears the specification cache.
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.ObjectPoolImpl
 
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.ExpressionCacheImpl
 
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
 
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl
Clears the cache of read properties files.
resetEventDidOccur() - Method in class org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl
 
ResetEventListener - interface org.apache.tapestry.event.ResetEventListener.
Listener interface for objects interested in a Tapestry reset event.
resetForPool() - Method in class org.apache.tapestry.bean.Default
 
resetModified() - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
 
resetParser() - Method in class org.apache.tapestry.parse.SpecificationParser
 
resetParser() - Method in class org.apache.tapestry.test.IntegrationTestScriptParser
 
ResetService - class org.apache.tapestry.engine.ResetService.
ServiceLink used to discard all cached data (templates, specifications, et cetera).
ResetService() - Constructor for class org.apache.tapestry.engine.ResetService
 
resolve(IRequestCycle, INamespace, String, Location) - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
Passed the namespace of a container (to resolve the type in) and the type to resolve, performs the processing.
resolve(IRequestCycle, INamespace, String, Location) - Method in interface org.apache.tapestry.resolver.ComponentSpecificationResolver
Passed the namespace of a container (to resolve the type in) and the type to resolve, performs the processing.
resolve(IRequestCycle, INamespace, String, String, Location) - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
Like #resolve(org.apache.tapestry.IRequestCycle, org.apache.tapestry.INamespace, java.lang.String, org.apache.tapestry.ILocation), but used when the type has already been parsed into a library id and a simple type.
resolve(IRequestCycle, INamespace, String, String, Location) - Method in interface org.apache.tapestry.resolver.ComponentSpecificationResolver
Like #resolve(org.apache.tapestry.IRequestCycle, org.apache.tapestry.INamespace, java.lang.String, org.apache.tapestry.ILocation), but used when the type has already been parsed into a library id and a simple type.
resolve(IRequestCycle, String) - Method in class org.apache.tapestry.resolver.PageSpecificationResolverImpl
Resolve the name (which may have a library id prefix) to a namespace (see AbstractSpecificationResolver.getNamespace()) and a specification (see AbstractSpecificationResolver.getSpecification()).
resolve(IRequestCycle, String) - Method in interface org.apache.tapestry.resolver.PageSpecificationResolver
Resolve the name (which may have a library id prefix) to a namespace (see PageSpecificationResolver.getNamespace()) and a specification (see PageSpecificationResolver.getSpecification()).
resolveClass(ObjectStreamClass) - Method in class org.apache.tapestry.util.io.ResolvingObjectInputStream
Overrides the default implementation to have the resource resolver find the class.
resolveEntity(String, String) - Method in class org.apache.tapestry.parse.SpecificationParser
Resolved an external entity, which is assumed to be the doctype.
resolveEntity(String, String) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
 
ResolvingObjectInputStream - class org.apache.tapestry.util.io.ResolvingObjectInputStream.
Specialized subclass of ObjectInputStreamthat knows how to resolve classes with a non-default class loader (represented by an instance of ClassResolver).
ResolvingObjectInputStream(ClassResolver, InputStream) - Constructor for class org.apache.tapestry.util.io.ResolvingObjectInputStream
 
ResourceBundlePropertySource - class org.apache.tapestry.util.ResourceBundlePropertySource.
A property source that is based on a ResourceBundle.
ResourceBundlePropertySource(ResourceBundle) - Constructor for class org.apache.tapestry.util.ResourceBundlePropertySource
 
ResourceLocalization - class org.apache.tapestry.services.impl.ResourceLocalization.
 
ResourceLocalization(Locale, Resource) - Constructor for class org.apache.tapestry.services.impl.ResourceLocalization
 
ResponseAssertion - interface org.apache.tapestry.test.ResponseAssertion.
Interface for classes that can test a response from the (simulated) web server for conformance to some expectation; most implementions check the response content for particular literal values or regular expressions.
ResponseOutputStream - class org.apache.tapestry.request.ResponseOutputStream.
A special output stream works with a HttpServletResponse, buffering data so as to defer opening the response's output stream.
ResponseOutputStream(HttpServletResponse) - Constructor for class org.apache.tapestry.request.ResponseOutputStream
Creates the stream with the default maximum buffer size.
ResponseOutputStream(HttpServletResponse, int) - Constructor for class org.apache.tapestry.request.ResponseOutputStream
Standard constructor.
ResponseRenderer - interface org.apache.tapestry.services.ResponseRenderer.
Responsible for rendering the active page as the response.
ResponseRendererImpl - class org.apache.tapestry.services.impl.ResponseRendererImpl.
Responsible for rendering a response to the client.
ResponseRendererImpl() - Constructor for class org.apache.tapestry.services.impl.ResponseRendererImpl
 
RESTART_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("restart") of a service that invalidates the session and restarts the application.
RestartService - class org.apache.tapestry.engine.RestartService.
Restarts the Tapestry application.
RestartService() - Constructor for class org.apache.tapestry.engine.RestartService
 
rewind(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IForm
Invoked by the IRequestCycle to allow a form that uses the direct service, to respond to the form submission.
rewind(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Form
Simply invokes AbstractComponent.render(IMarkupWriter, IRequestCycle).
rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.SelectionField
 
rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.Postfield
 
rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
 
rewindForm(IForm, String) - Method in interface org.apache.tapestry.IRequestCycle
Used by formsto perform a partial rewind so as to respond to the form submission (using the direct service).
rewindForm(IForm, String) - Method in class org.apache.tapestry.engine.RequestCycle
Rewinds an individual form by invoking IForm.rewind(IMarkupWriter, IRequestCycle).
rewindPage(String, IComponent) - Method in interface org.apache.tapestry.IRequestCycle
Rewinds a page and executes some form of action when the component with the specified action id is reached.
rewindPage(String, IComponent) - Method in class org.apache.tapestry.engine.RequestCycle
Rewinds the page by invoking IPage.renderPage(IMarkupWriter, IRequestCycle).
rollback(IPage) - Method in interface org.apache.tapestry.engine.IPageRecorder
Rolls back the page to the currently persisted state.
rollback(IPage) - Method in class org.apache.tapestry.record.PageRecorderImpl
 
Rollover - class org.apache.tapestry.html.Rollover.
Combines a link component (such as DirectLink) with an <img> and JavaScript code to create a rollover effect that works with both Netscape Navigator and Internet Explorer.
Rollover() - Constructor for class org.apache.tapestry.html.Rollover
 
RuleDirectedParser - class org.apache.tapestry.util.xml.RuleDirectedParser.
A simplified version of org.apache.commons.digester.Digester.
RuleDirectedParser() - Constructor for class org.apache.tapestry.util.xml.RuleDirectedParser
 

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