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

R

Radio - Class in org.apache.tapestry.form
Implements a component that manages an HTML <input type=radio> form element.
Radio() - Constructor for class org.apache.tapestry.form.Radio
 
RadioGroup - Class in org.apache.tapestry.form
A special type of form component that is used to contain Radio components.
RadioGroup() - Constructor for class org.apache.tapestry.form.RadioGroup
 
RadioPropertySelectionRenderer - Class in org.apache.tapestry.form
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_NAME to indicate a string that should be rendered "raw" (without escaping HTML).
readExternal(ObjectInput) - Method in class org.apache.tapestry.engine.AbstractEngine
Reads the state serialized by AbstractEngine.writeExternal(ObjectOutput).
readExternal(ObjectInput) - Method in class org.apache.tapestry.engine.BaseEngine
Reconstructs the list of active page names written by BaseEngine.writeExternal(ObjectOutput).
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.AbstractTextField
Invoked by AbstractComponent.render(IMarkupWriter writer, IRequestCycle cycle) when rendering a response.
readValue() - Method in class org.apache.tapestry.form.TextField
 
readValue() - Method in class org.apache.tapestry.valid.ValidField
 
readValue() - Method in class org.apache.tapestry.wml.Input
 
readValue() - Method in class org.apache.tapestry.wml.Setvar
 
readValue() - Method in class org.apache.tapestry.wml.Timer
 
reconstructAllocatedIds(String) - Method in class org.apache.tapestry.form.Form
Converts a string passed as a parameter (and containing a comma separated list of ids) back into the allocateIds property.
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).
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(IRender, ValidationConstraint) - Method in interface org.apache.tapestry.valid.IValidationDelegate
Records an error in the current component, or an unassociated error.
record(ValidatorException) - Method in class org.apache.tapestry.valid.ValidationDelegate
Invokes ValidationDelegate.record(String, ValidationConstraint), or ValidationDelegate.record(IRender, ValidationConstraint)if the error renderer propertyis not null.
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(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.
recordChange(String, String, Object) - Method in class org.apache.tapestry.record.PageRecorder
Records a change to a particular component.
recordChange(String, String, Object) - Method in class org.apache.tapestry.record.SessionPageRecorder
 
recordFieldInputValue(String) - Method in interface org.apache.tapestry.valid.IValidationDelegate
Records the user's input for the current form component.
recordFieldInputValue(String) - Method in class org.apache.tapestry.valid.ValidationDelegate
 
recordType(String, Class) - Method in class org.apache.tapestry.enhance.JavaClassMapping
 
recordType(String, CtClass) - Method in class org.apache.tapestry.enhance.javassist.ClassMapping
 
recreateTableModel(Serializable) - Method in class org.apache.tapestry.contrib.table.components.TableViewSessionStateManager
 
recreateTableModel(Serializable) - Method in class org.apache.tapestry.contrib.table.model.common.FullTableSessionStateManager
 
recreateTableModel(Serializable) - Method in class org.apache.tapestry.contrib.table.model.common.NullTableSessionStateManager
 
recreateTableModel(Serializable) - Method in interface org.apache.tapestry.contrib.table.model.ITableSessionStateManager
Method recreateTableModel recreates a table model from the saved session state
recreateTableModel(Serializable) - Method in class org.apache.tapestry.contrib.table.model.simple.SimpleTableSessionStateManager
 
redirect(String, IRequestCycle, ResponseOutputStream, ApplicationRuntimeException) - Method in class org.apache.tapestry.engine.AbstractEngine
Invoked, typically, when an exception occurs while servicing the request.
redirect(String) - Method in class org.apache.tapestry.request.RequestContext
Invokes HttpServletResponse.sendRedirect(String), but massages path, supplying missing elements to make it an absolute URL (i.e., specifying scheme, server, port, etc.).
REDIRECT_PATH_PARAM - Static variable in class org.apache.tapestry.RedirectFilter
 
RedirectException - Exception in org.apache.tapestry
Exception thrown to force a redirection to an arbitrary location.
RedirectException(String) - Constructor for exception org.apache.tapestry.RedirectException
 
RedirectException(String, String) - Constructor for exception org.apache.tapestry.RedirectException
 
RedirectFilter - Class in org.apache.tapestry
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
 
RegexpMatcher - Class in org.apache.tapestry.util
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(Class, Object) - Method in class org.apache.tapestry.util.AdaptorRegistry
Registers an adaptor for a registration class.
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.CharacterAdaptor
 
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.ComponentAddressAdaptor
 
register(String, Class, ISqueezeAdaptor) - Method in class org.apache.tapestry.util.io.DataSqueezer
Registers the adaptor with one or more single-character prefixes.
register(DataSqueezer) - Method in class org.apache.tapestry.util.io.EnumAdaptor
 
register(DataSqueezer) - Method in interface org.apache.tapestry.util.io.ISqueezeAdaptor
Invoked to ask an adaptor to register itself to the squeezer.
registerAdaptor(Class, IPoolableAdaptor) - Method in class org.apache.tapestry.util.pool.Pool
Registers an adaptor for a particular class (or interface).
registerAdaptors() - Method in class org.apache.tapestry.util.pool.Pool
Invoked from the constructor to register the default set of IPoolableAdaptor.
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.
remove() - Method in class org.apache.tapestry.contrib.table.model.common.ArrayIterator
 
remove() - Method in class org.apache.tapestry.contrib.table.model.sql.ResultSetIterator
 
remove(IMutableTreeNode) - Method in interface org.apache.tapestry.contrib.tree.model.IMutableTreeNode
Removes node from the receiver.
remove(IMutableTreeNode) - Method in class org.apache.tapestry.contrib.tree.simple.TreeNode
 
removeAttribute(String) - Method in class org.apache.tapestry.engine.RequestCycle
 
removeAttribute(String) - Method in interface org.apache.tapestry.IRequestCycle
Removes a previously stored attribute, if one with the given name exists.
removeFromParent() - Method in interface org.apache.tapestry.contrib.tree.model.IMutableTreeNode
Removes the receiver from its parent.
removeFromParent() - Method in class org.apache.tapestry.contrib.tree.simple.TreeNode
 
removePageDetachListener(PageDetachListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageDetachListener(PageDetachListener) - Method in interface org.apache.tapestry.IPage
 
removePageRenderListener(PageRenderListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageRenderListener(PageRenderListener) - Method in interface org.apache.tapestry.IPage
 
removePageValidateListener(PageValidateListener) - Method in class org.apache.tapestry.AbstractPage
 
removePageValidateListener(PageValidateListener) - Method in interface org.apache.tapestry.IPage
 
removeProperty(String) - Method in class org.apache.tapestry.util.BasePropertyHolder
 
removeProperty(String) - Method in interface org.apache.tapestry.util.IPropertyHolder
Removes the named property, if present.
removeRow(Object) - Method in class org.apache.tapestry.contrib.table.model.simple.SimpleListTableDataModel
Method removeRow.
removeRow(Object) - Method in class org.apache.tapestry.contrib.table.model.simple.SimpleSetTableDataModel
Method removeRow.
removeRows(Collection) - Method in class org.apache.tapestry.contrib.table.model.simple.SimpleListTableDataModel
 
removeRows(Collection) - Method in class org.apache.tapestry.contrib.table.model.simple.SimpleSetTableDataModel
 
removeTableDataModelListener(ITableDataModelListener) - Method in class org.apache.tapestry.contrib.table.model.common.AbstractTableDataModel
 
removeTableDataModelListener(ITableDataModelListener) - Method in interface org.apache.tapestry.contrib.table.model.ITableDataModel
Method removeTableDataModelListener.
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.contrib.palette.PaletteColumn
Renders the <select> and <option> tags for this column.
render(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.palette.PaletteOption
 
render(IMarkupWriter, IRequestCycle) - Method in interface org.apache.tapestry.IRender
The principal rendering/rewinding method.
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 - 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 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 in org.apache.tapestry.components
Renders the text and components wrapped by a Block component.
RenderBlock() - Constructor for class org.apache.tapestry.components.RenderBlock
 
renderBody(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Renders all elements wrapped by the receiver.
RenderBody - Class in org.apache.tapestry.components
Renders the text and components wrapped by a component.
RenderBody() - Constructor for class org.apache.tapestry.components.RenderBody
 
renderBody(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.tree.components.table.TreeTableDataView
 
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).
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.BaseComponent
Renders the top level components contained by the receiver.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.components.Any
 
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.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.Delegator
Gets its delegate and invokes IRender.render(IMarkupWriter, IRequestCycle) on it.
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.Insert
Prints its value parameter, possibly formatted by its format parameter.
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.RenderBody
Finds this RenderBody's container, and invokes IComponent.renderBody(IMarkupWriter, IRequestCycle) on it.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.components.When
Renders its wrapped components only if the condition is true and its parent Choose allows it.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.form.FormConditional
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.form.MultiplePropertySelection
Renders the component, much of which is the responsiblity of the renderer.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.informal.InheritInformalAny
Deprecated.  
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.inspector.InspectorButton
Renders the script, then invokes the normal implementation.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.palette.Palette
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.table.components.TableColumns
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.table.components.TableRows
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.table.components.TableValues
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.table.components.TableView
Stores a pointer to this component in the Request Cycle while rendering so that wrapped components have access to it.
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.tree.components.table.TreeTableDataView
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.tree.components.TreeDataView
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.tree.components.TreeNodeView
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.contrib.tree.components.TreeView
 
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.form.Button
 
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.DatePicker
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Form
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Hidden
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.ImageSubmit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.LinkSubmit
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.ListEdit
 
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.PropertySelection
Renders the component, much of which is the responsiblity of the renderer.
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.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.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.Submit
 
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.Upload
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Body
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.ExceptionDisplay
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Frame
 
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.InsertText
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Rollover
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Script
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.html.Shell
 
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.FieldLabel
Gets the IFormComponent and delegate, then renders the label obtained from the field.
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.wml.AbstractPostfield
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Card
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Do
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Image
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Input
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.OnEvent
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Option
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.PropertySelection
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Select
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Setvar
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Timer
 
renderDescription(IMarkupWriter) - Method in class org.apache.tapestry.engine.DefaultSpecificationSource
 
renderDescription(IMarkupWriter) - Method in class org.apache.tapestry.engine.DefaultTemplateSource
 
renderDescription(IMarkupWriter) - Method in interface org.apache.tapestry.util.IRenderDescription
Object should render a description of itself to the writer.
renderDescription(IMarkupWriter) - Method in class org.apache.tapestry.util.pool.Pool
 
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 class org.apache.tapestry.link.DefaultLinkRenderer
 
renderLink(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in interface org.apache.tapestry.link.ILinkRenderer
Renders the link, taking into account whether the link is disabled.
renderOption(MultiplePropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in class org.apache.tapestry.contrib.form.CheckBoxMultiplePropertySelectionRenderer
Writes a row of the table.
renderOption(MultiplePropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in interface org.apache.tapestry.contrib.form.IMultiplePropertySelectionRenderer
Invoked for each element obtained from the model.
renderOption(PropertySelection, IMarkupWriter, IRequestCycle, IPropertySelectionModel, Object, int, boolean) - Method in interface org.apache.tapestry.form.IPropertySelectionRenderer
Invoked for each element obtained from the model.
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 class org.apache.tapestry.form.SelectPropertySelectionRenderer
Writes an <option> element.
renderPage(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
Invokes PageRenderListener.pageBeginRender(PageEvent) Invokes AbstractPage.beginResponse(IMarkupWriter, IRequestCycle) Invokes IRequestCycle.commitPageChanges() (if not rewinding) Invokes AbstractComponent.render(IMarkupWriter, IRequestCycle) Invokes PageRenderListener.pageEndRender(PageEvent) (this occurs even if a previous step throws an exception)
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) - Method in interface org.apache.tapestry.IRequestCycle
Renders the given page.
renderResponse(IRequestCycle, ResponseOutputStream) - Method in class org.apache.tapestry.engine.AbstractEngine
 
renderResponse(IRequestCycle, ResponseOutputStream) - Method in interface org.apache.tapestry.engine.IEngineServiceView
Invoked by a service to force the page selected by the IRequestCycle to be renderred.
RenderRewoundException - Exception in org.apache.tapestry
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 exception org.apache.tapestry.RenderRewoundException
 
RenderString - Class in org.apache.tapestry.valid
A wrapper around Stringthat 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.BaseValidator
This implementation does nothing.
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.DateValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.EmailValidator
 
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.NumberValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.PatternValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.StringValidator
 
renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.valid.UrlValidator
 
reportException(String, Throwable) - Method in class org.apache.tapestry.engine.AbstractEngine
Writes a detailed report of the exception to System.err.
reportException(String, Throwable) - Method in interface org.apache.tapestry.engine.IEngineServiceView
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.
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 in org.apache.tapestry.request
This class encapsulates all the relevant data for one request cycle of an ApplicationServlet.
RequestContext(ApplicationServlet, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.tapestry.request.RequestContext
Creates a RequestContext from its components.
RequestCycle - Class in org.apache.tapestry.engine
Provides the logic for processing a single request cycle.
RequestCycle(IEngine, RequestContext, IEngineService, IMonitor) - Constructor for class org.apache.tapestry.engine.RequestCycle
Standard constructor used to render a response page.
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.
reset() - Method in interface org.apache.tapestry.asset.ResourceChecksumSource
Clears the internal cache.
reset() - Method in class org.apache.tapestry.asset.ResourceChecksumSourceImpl
 
reset() - Method in class org.apache.tapestry.contrib.table.components.Table
Resets the state of the component and forces it to load a new TableModel from the tableModel binding the next time it renders.
reset() - Method in class org.apache.tapestry.contrib.table.components.TableView
Resets the table by removing any stored table state.
reset() - Method in class org.apache.tapestry.engine.DefaultComponentMessagesSource
Clears the cache of read properties files.
reset() - Method in class org.apache.tapestry.engine.DefaultScriptSource
 
reset() - Method in class org.apache.tapestry.engine.DefaultSpecificationSource
Clears the specification cache.
reset() - Method in class org.apache.tapestry.engine.DefaultTemplateSource
Clears the template cache.
reset() - Method in interface org.apache.tapestry.engine.IComponentClassEnhancer
Clears all cached data for the enhancer; this includes references to enhanced classes.
reset() - Method in interface org.apache.tapestry.engine.IComponentMessagesSource
Clears all cached information for the source.
reset() - Method in interface org.apache.tapestry.engine.IPageSource
Invoked to have the source clear any internal cache.
reset() - Method in interface org.apache.tapestry.engine.IScriptSource
Invoked to clear any cached scripts.
reset() - Method in interface org.apache.tapestry.engine.ISpecificationSource
Invoked to have the source clear any internal cache.
reset() - Method in interface org.apache.tapestry.engine.ITemplateSource
Invoked to have the source clear any internal cache.
reset() - Method in class org.apache.tapestry.enhance.DefaultComponentClassEnhancer
 
reset() - Method in interface org.apache.tapestry.enhance.IEnhancedClassFactory
 
reset() - Method in class org.apache.tapestry.enhance.javassist.EnhancedClassFactory
 
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() - Method in class org.apache.tapestry.pageload.PageSource
Invoked (during testing primarily) to release the entire pool of pages, and the caches of bindings and assets.
reset() - Method in class org.apache.tapestry.request.ResponseOutputStream
Discards all output in the buffer.
reset() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
Clears the namespace, specification and simpleName properties.
reset() - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolver
 
reset() - Method in class org.apache.tapestry.resolver.PageSpecificationResolver
 
reset() - Method in interface org.apache.tapestry.valid.IValidationDelegate
Resets any tracking information for the current field.
reset() - Method in class org.apache.tapestry.valid.ValidationDelegate
 
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.
resetForPool() - Method in class org.apache.tapestry.bean.Default
 
resetForPool(Object) - Method in class org.apache.tapestry.engine.BSFManagerPoolableAdaptor
Does nothing.
resetForPool() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
Invokes AbstractSpecificationResolver.reset()
resetForPool(Object) - Method in class org.apache.tapestry.util.pool.DefaultPoolableAdaptor
 
resetForPool() - Method in interface org.apache.tapestry.util.pool.IPoolable
Invoked by a Pool just before the object is added to the pool.
resetForPool(Object) - Method in interface org.apache.tapestry.util.pool.IPoolableAdaptor
Invoked just as an object is returned to the pool; this allows it to reset any state back to newly initialized.
resetForPool(Object) - Method in class org.apache.tapestry.util.pool.NullPoolableAdaptor
 
resetForPool(Object) - Method in class org.apache.tapestry.util.pool.StringBufferAdaptor
Sets the length of the StringBuffer to zero.
resetParameter(IRequestCycle) - Method in class org.apache.tapestry.param.AbstractParameterConnector
Restores the property to its default value.
resetParameter(IRequestCycle) - Method in interface org.apache.tapestry.param.IParameterConnector
Clears the parameters to a null, 0 or false value (depending on type).
resetParameters(IRequestCycle) - Method in class org.apache.tapestry.param.ParameterManager
Invoked just after the component renders.
ResetService - Class in org.apache.tapestry.engine
ServiceLink used to discard all cached data (templates, specifications, et cetera).
ResetService() - Constructor for class org.apache.tapestry.engine.ResetService
 
resetState() - Method in interface org.apache.tapestry.contrib.tree.components.ITreeComponent
 
resetState() - Method in class org.apache.tapestry.contrib.tree.components.table.TreeTable
 
resetState() - Method in class org.apache.tapestry.contrib.tree.components.Tree
 
resetState() - Method in class org.apache.tapestry.contrib.tree.components.TreeView
 
resetState() - Method in interface org.apache.tapestry.contrib.tree.model.ITreeStateModel
 
resetState() - Method in class org.apache.tapestry.contrib.tree.simple.SimpleTreeStateModel
 
resolve(IRequestCycle, INamespace, String, ILocation) - Method in class 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, ILocation) - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolver
Like ComponentSpecificationResolver.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.PageSpecificationResolver
Resolve the name (which may have a library id prefix) to a namespace (see AbstractSpecificationResolver.getNamespace()) and a specification (see AbstractSpecificationResolver.getSpecification()).
resolve(String, Locale) - Method in class org.apache.tapestry.util.LocalizedContextResourceFinder
Resolves the resource, returning a path representing the closest match (with respect to the provided locale).
resolve(String, Locale) - Method in class org.apache.tapestry.util.LocalizedResourceFinder
Resolves the resource, returning a path representing the closest match (with respect to the provided locale).
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.util.xml.RuleDirectedParser
 
ResolvingObjectInputStream - Class in org.apache.tapestry.util.io
Specialized subclass of ObjectInputStream that knows how to resolve classes with a non-default class loader (represented by an instance of IResourceResolver).
ResolvingObjectInputStream(IResourceResolver, InputStream) - Constructor for class org.apache.tapestry.util.io.ResolvingObjectInputStream
 
RESOURCE_CHECKSUM_SOURCE_NAME - Static variable in class org.apache.tapestry.engine.AbstractEngine
Servlet context attribute name for a shared instance of ResourceChecksumSource.
ResourceBundlePropertySource - Class in org.apache.tapestry.util
A property source that is based on a ResourceBundle.
ResourceBundlePropertySource(ResourceBundle) - Constructor for class org.apache.tapestry.util.ResourceBundlePropertySource
 
ResourceChecksumSource - Interface in org.apache.tapestry.asset
Calculates the checksum value, as a string, for a particular classpath resource.
ResourceChecksumSourceImpl - Class in org.apache.tapestry.asset
Implementation of org.apache.tapestry.asset.ResourceDigestSource that calculates an checksum using a message digest and configured encoder.
ResourceChecksumSourceImpl(String, BinaryEncoder) - Constructor for class org.apache.tapestry.asset.ResourceChecksumSourceImpl
 
ResponseOutputStream - Class in org.apache.tapestry.request
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.
restart(IRequestCycle) - Method in class org.apache.tapestry.engine.AbstractEngine
Invalidates the session, then redirects the client web browser to the servlet's prefix, starting a new visit.
restart(IRequestCycle) - Method in interface org.apache.tapestry.engine.IEngineServiceView
Invoked to restart the application from start; this most frequently follows some kind of catastrophic failure.
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 in org.apache.tapestry.engine
Restarts the Tapestry application.
RestartService() - Constructor for class org.apache.tapestry.engine.RestartService
 
ResultSetIterator - Class in org.apache.tapestry.contrib.table.model.sql
 
ResultSetIterator(ResultSet) - Constructor for class org.apache.tapestry.contrib.table.model.sql.ResultSetIterator
 
retrieve(Object) - Method in class org.apache.tapestry.util.pool.Pool
Returns a previously pooled object with the given key, or null if no such object exists.
retrieve(Class) - Method in class org.apache.tapestry.util.pool.Pool
Retrieves an instance of the named class.
returnConnection(Connection) - Method in interface org.apache.tapestry.contrib.table.model.sql.ISqlConnectionSource
 
returnConnection(Connection) - Method in class org.apache.tapestry.contrib.table.model.sql.SimpleSqlConnectionSource
 
ReverseComparator - Class in org.apache.tapestry.contrib.table.model.common
 
ReverseComparator(Comparator) - Constructor for class org.apache.tapestry.contrib.table.model.common.ReverseComparator
 
rewind(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Form
Simply invokes AbstractComponent.render(IMarkupWriter, IRequestCycle).
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(IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
 
rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.Postfield
 
rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.SelectionField
 
rewindForm(IForm, String) - Method in class org.apache.tapestry.engine.RequestCycle
Rewinds an individual form by invoking IForm.rewind(IMarkupWriter, IRequestCycle).
rewindForm(IForm, String) - Method in interface org.apache.tapestry.IRequestCycle
Used by forms to perform a partial rewind so as to respond to the form submission (using the direct service).
rewindPage(String, IComponent) - Method in class org.apache.tapestry.engine.RequestCycle
Rewinds the page by invoking IPage.renderPage(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.
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.PageRecorder
Rolls back the page to the currently persisted state.
Rollover - Class in org.apache.tapestry.html
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 in org.apache.tapestry.util.xml
A simplified version of Digester.
RuleDirectedParser() - Constructor for class org.apache.tapestry.util.xml.RuleDirectedParser
 
run() - Method in class org.apache.tapestry.util.JanitorThread
Alternates between JanitorThread.waitForNextPass()and JanitorThread.sweep().

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