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

P

PAGE - Static variable in class org.apache.tapestry.services.ServiceConstants
The name of the page to activate when processing the service.
PAGE - Static variable in class org.apache.tapestry.spec.BeanLifecycle
The bean is created once and reused for the lifespan of the page containing the component.
PAGE_DETACHED_SIGNATURE - Static variable in class org.apache.tapestry.enhance.EnhanceUtils
 
PAGE_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern for page names.
PAGE_SERVICE - Static variable in class org.apache.tapestry.Tapestry
The name ("page") of a service that allows a new page to be selected.
pageAttached(PageEvent) - Method in interface org.apache.tapestry.event.PageAttachListener
 
PageAttachListener - interface org.apache.tapestry.event.PageAttachListener.
Listener interface notified when a page is attached to the current request.
pageBeginRender(PageEvent) - Method in interface org.apache.tapestry.event.PageBeginRenderListener
Invoked before just before the page renders a response.
PageBeginRenderListener - interface org.apache.tapestry.event.PageBeginRenderListener.
Event listener for determining when a page is about to start rendering.
PageCallback - class org.apache.tapestry.callback.PageCallback.
Simple callback for returning to a page.
PageCallback(IPage) - Constructor for class org.apache.tapestry.callback.PageCallback
 
PageCallback(String) - Constructor for class org.apache.tapestry.callback.PageCallback
 
PageChange - class org.apache.tapestry.record.PageChange.
Represents a change to a component on a page.
PageChange(String, String, Object) - Constructor for class org.apache.tapestry.record.PageChange
 
pageCreateBegin(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageCreateBegin(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked before constructing a page.
pageCreateEnd(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageCreateEnd(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked after successfully constructing a page and all of its components.
pageDetached(PageEvent) - Method in class org.apache.tapestry.bean.BeanProvider
Removes all beans with the REQUEST lifecycle.
pageDetached(PageEvent) - Method in interface org.apache.tapestry.event.PageDetachListener
Invoked by the page from its IPage.detach()method.
PageDetachListener - interface org.apache.tapestry.event.PageDetachListener.
An interface for objects that want to know when the end of the request cycle occurs, so that any resources that should be limited to just one request cycle can be released.
pageEndRender(PageEvent) - Method in class org.apache.tapestry.AbstractComponent
Empty implementation of PageEndRenderListener.pageEndRender(PageEvent).
pageEndRender(PageEvent) - Method in class org.apache.tapestry.bean.BeanProvider
 
pageEndRender(PageEvent) - Method in interface org.apache.tapestry.event.PageEndRenderListener
Invoked after a successful render of the page.
PageEndRenderListener - interface org.apache.tapestry.event.PageEndRenderListener.
Counterpart to PageBeginRenderListener, for the (typically less-interesting) end of page render event.
PageEvent - class org.apache.tapestry.event.PageEvent.
Encapsulates information related to the page listener interfaces.
PageEvent(IPage, IRequestCycle) - Constructor for class org.apache.tapestry.event.PageEvent
Constructs a new instance of the event.
PageLink - class org.apache.tapestry.link.PageLink.
A component for creating a navigation link to another page, using the page service.
PageLink() - Constructor for class org.apache.tapestry.link.PageLink
 
pageLoadBegin(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageLoadBegin(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked when a page is loaded.
pageLoadEnd(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageLoadEnd(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked once a page is completely loaded and rolled back to its prior state.
PageLoader - class org.apache.tapestry.pageload.PageLoader.
Runs the process of building the component hierarchy for an entire page.
PageLoader() - Constructor for class org.apache.tapestry.pageload.PageLoader
 
PageRecorderImpl - class org.apache.tapestry.record.PageRecorderImpl.
 
PageRecorderImpl(String, IRequestCycle, PropertyPersistenceStrategySource, ErrorLog) - Constructor for class org.apache.tapestry.record.PageRecorderImpl
 
PageRecorderSource - interface org.apache.tapestry.record.PageRecorderSource.
Used to obtain a page recorder instance.
PageRedirectException - exception org.apache.tapestry.PageRedirectException.
Exception thrown by a component or IEngineService that wishes to force the application to a particular page.
PageRedirectException(IPage) - Constructor for class org.apache.tapestry.PageRedirectException
 
PageRedirectException(String) - Constructor for class org.apache.tapestry.PageRedirectException
 
PageRedirectException(String, Object, Throwable, String) - Constructor for class org.apache.tapestry.PageRedirectException
 
pageRenderBegin(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageRenderBegin(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked before a page render begins.
pageRenderEnd(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageRenderEnd(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked after a page has succesfully rendered.
PageRenderListener - interface org.apache.tapestry.event.PageRenderListener.
Deprecated. To be removed in 3.2. Use PageBeginRenderListener and/or PageEndRenderListener.
pageRewindBegin(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageRewindBegin(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked before a page rewind (to respond to an action) begins.
pageRewindEnd(String) - Method in class org.apache.tapestry.engine.NullMonitor
 
pageRewindEnd(String) - Method in interface org.apache.tapestry.engine.IMonitor
Invoked after a page has succesfully been rewound (which includes any activity related to the action listener).
PageService - class org.apache.tapestry.engine.PageService.
Basic server for creating a link to another page in the application.
PageService() - Constructor for class org.apache.tapestry.engine.PageService
 
PageServiceEncoder - class org.apache.tapestry.engine.encoders.PageServiceEncoder.
The canonical implementation of ServiceEncoder, it recognizes a service and a page.
PageServiceEncoder() - Constructor for class org.apache.tapestry.engine.encoders.PageServiceEncoder
 
PageSource - class org.apache.tapestry.pageload.PageSource.
A source for pages for a particular application.
PageSource() - Constructor for class org.apache.tapestry.pageload.PageSource
 
PageSpecificationResolver - interface org.apache.tapestry.resolver.PageSpecificationResolver.
Service interface for locating a page specification given its name.
PageSpecificationResolverImpl - class org.apache.tapestry.resolver.PageSpecificationResolverImpl.
Performs the tricky work of resolving a page name to a page specification.
PageSpecificationResolverImpl() - Constructor for class org.apache.tapestry.resolver.PageSpecificationResolverImpl
 
pageValidate(PageEvent) - Method in interface org.apache.tapestry.event.PageValidateListener
Invoked by the page from its IPage.validate(org.apache.tapestry.IRequestCycle) method.
PageValidateListener - interface org.apache.tapestry.event.PageValidateListener.
An interface for objects that want to take part in the validation of the page.
PARAGRAPH - Static variable in class org.apache.tapestry.html.InsertTextMode
Mode where each line is wrapped with a <p> element.
PARAMETER - Static variable in class org.apache.tapestry.services.ServiceConstants
Contains a number of additional strings meaningful to the application (the term service parameters is something of an entrenched misnomer, a better term would have been application parameters).
PARAMETER_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern that parameter names must conform to.
PARAMETER_PROPERTY_NAME_SUFFIX - Static variable in class org.apache.tapestry.Tapestry
Suffix appended to a parameter name to form the name of a property that stores the binding for the parameter.
ParameterList - class org.apache.tapestry.test.ParameterList.
Contains a list of string query parameters for a RequestDescriptor.
ParameterList() - Constructor for class org.apache.tapestry.test.ParameterList
 
ParameterPropertyWorker - class org.apache.tapestry.enhance.ParameterPropertyWorker.
Responsible for creating properties for connected parameters.
ParameterPropertyWorker() - Constructor for class org.apache.tapestry.enhance.ParameterPropertyWorker
 
PARAMETERS_QUERY_PARAMETER_NAME - Static variable in class org.apache.tapestry.Tapestry
Deprecated. To be removed in 3.2. Use ServiceConstants.PARAMETERinstead.
ParameterSpecification - class org.apache.tapestry.spec.ParameterSpecification.
Defines a formal parameter to a component.
ParameterSpecification() - Constructor for class org.apache.tapestry.spec.ParameterSpecification
 
parse() - Method in class org.apache.tapestry.parse.TemplateParser
 
parse(char[], ITemplateParserDelegate, Resource) - Method in class org.apache.tapestry.parse.TemplateParser
Parses the template data into an array of TemplateTokens.
parse(char[], ITemplateParserDelegate, Resource) - Method in interface org.apache.tapestry.parse.ITemplateParser
Parses the template data into an array of TemplateTokens.
parse(Resource) - Method in class org.apache.tapestry.script.ScriptParser
Parses the given input stream to produce a parsed script, ready to execute.
parse(Resource) - Method in class org.apache.tapestry.test.IntegrationTestScriptParser
 
parse(Resource) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
 
parse(String) - Method in class org.apache.tapestry.util.ContentType
Parses the argument and configures the content type accordingly.
parse(String) - Method in class org.apache.tapestry.valid.NumberValidator.NumberAdaptor
Parses a non-empty Stringinto the correct subclass of Number.
parse(URL) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
 
parseApplicationSpecification(Resource) - Method in class org.apache.tapestry.parse.SpecificationParser
 
parseApplicationSpecification(Resource) - Method in interface org.apache.tapestry.parse.ISpecificationParser
Parses an application specification from the provided Resource.
parseComponentSpecification(Resource) - Method in class org.apache.tapestry.parse.SpecificationParser
 
parseComponentSpecification(Resource) - Method in interface org.apache.tapestry.parse.ISpecificationParser
 
ParsedScript - class org.apache.tapestry.script.ParsedScript.
A top level container for a number of script tokens.
ParsedScript(ExpressionEvaluator, ValueConverter, Location) - Constructor for class org.apache.tapestry.script.ParsedScript
 
parseLibrarySpecification(Resource) - Method in class org.apache.tapestry.parse.SpecificationParser
 
parseLibrarySpecification(Resource) - Method in interface org.apache.tapestry.parse.ISpecificationParser
 
parseLibrarySpecification(Resource) - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
 
parsePageSpecification(Resource) - Method in class org.apache.tapestry.parse.SpecificationParser
 
parsePageSpecification(Resource) - Method in interface org.apache.tapestry.parse.ISpecificationParser
 
parseSpecification(Resource, boolean) - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
 
PART_MAP_ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.multipart.DefaultMultipartDecoder
Request attribute key used to store the part map for this request.
passivateService() - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
 
path - Variable in class org.apache.tapestry.spec.AssetSpecification
 
PATTERN_MISMATCH - Static variable in class org.apache.tapestry.valid.ValidationConstraint
Indicates an error in a string that does not fulfill a pattern.
PatternDelegate - interface org.apache.tapestry.valid.PatternDelegate.
Implementations of this interface will provide pattern utility services.
PatternValidator - class org.apache.tapestry.valid.PatternValidator.
The validator bean that provides a pattern validation service.
PatternValidator() - Constructor for class org.apache.tapestry.valid.PatternValidator
 
peek() - Method in class org.apache.tapestry.util.text.ExtendedReader
Returns the next character in the stream without actually comitting the read.
peek() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Returns the top object on the object stack.
peek(int) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Returns an object within the object stack, at depth.
peekContent() - Method in class org.apache.tapestry.parse.SpecificationParser
 
peekContent() - Method in class org.apache.tapestry.test.IntegrationTestScriptParser
 
peekRule() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Returns the top rule on the stack.
performCallback(IRequestCycle) - Method in class org.apache.tapestry.callback.PageCallback
Invokes IRequestCycle.activate(String) to select the previously identified page as the response page.
performCallback(IRequestCycle) - Method in interface org.apache.tapestry.callback.ICallback
Performs the call back.
performCallback(IRequestCycle) - Method in class org.apache.tapestry.callback.ExternalCallback
Invokes IRequestCycle.setPage(String) to select the previously identified IExternalPage as the response page and activates the page by invoking activateExternalPage() with the callback parameters and request cycle.
performCallback(IRequestCycle) - Method in class org.apache.tapestry.callback.DirectCallback
Locates the IDirect component that was previously identified (and whose page and id path were stored).
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.SpecifiedPropertyWorker
Iterates over the specified properties, creating an enhanced property for each (a field, an accessor, a mutator).
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.ParameterPropertyWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectStateWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectSpecificationWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectMessagesWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectListenerRegistrationWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectComponentWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectBeanWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.InjectAssetWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in interface org.apache.tapestry.enhance.EnhancementWorker
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class org.apache.tapestry.enhance.AbstractPropertyWorker
 
persistLocale(Locale) - Method in interface org.apache.tapestry.services.RequestLocaleManager
Stores the locale as a cookie for later use.
persistLocale(Locale) - Method in class org.apache.tapestry.services.impl.RequestLocaleManagerImpl
 
pop() - Method in class org.apache.tapestry.AbstractMarkupWriter
Removes the top element from the active element stack and returns it.
pop() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Removes and returns the top object on the object stack.
popRule() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
 
Postfield - class org.apache.tapestry.wml.Postfield.
The postfield element specifies a field name and value for transmission to an origin server during a URL request.
Postfield() - Constructor for class org.apache.tapestry.wml.Postfield
 
PREFIXED - Static variable in class org.apache.tapestry.spec.BindingType
Indicates that the binding value is a prefixed locator, ready for use with BindingSource.
prepareForRender(IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle)to prepare the component to render.
prepareForRender(IRequestCycle) - Method in class org.apache.tapestry.components.Foreach
 
prepareForRender(IRequestCycle) - Method in class org.apache.tapestry.form.ImageSubmit
 
prepareForRender(IRequestCycle) - Method in class org.apache.tapestry.form.Form
 
print(char) - Method in interface org.apache.tapestry.IMarkupWriter
Prints a single character, or its equivalent entity.
print(char) - Method in class org.apache.tapestry.AbstractMarkupWriter
Prints a single character.
print(char) - Method in class org.apache.tapestry.engine.NullWriter
 
print(char[], int, int) - Method in interface org.apache.tapestry.IMarkupWriter
The primary print() method, used by most other methods.
print(char[], int, int) - Method in class org.apache.tapestry.AbstractMarkupWriter
The primary print() method, used by most other methods.
print(char[], int, int) - Method in class org.apache.tapestry.engine.NullWriter
 
print(int) - Method in interface org.apache.tapestry.IMarkupWriter
Prints an integer.
print(int) - Method in class org.apache.tapestry.AbstractMarkupWriter
Prints an integer.
print(int) - Method in class org.apache.tapestry.engine.NullWriter
 
print(String) - Method in interface org.apache.tapestry.IMarkupWriter
Invokes IMarkupWriter.print(char[], int, int) to print the string.
print(String) - Method in class org.apache.tapestry.AbstractMarkupWriter
Invokes AbstractMarkupWriter.print(char[], int, int) to print the string.
print(String) - Method in class org.apache.tapestry.engine.NullWriter
 
println() - Method in interface org.apache.tapestry.IMarkupWriter
Closes the open tag (if any), then prints a line seperator to the output stream.
println() - Method in class org.apache.tapestry.AbstractMarkupWriter
Closes the open tag (if any), then prints a line seperator to the output stream.
println() - Method in class org.apache.tapestry.engine.NullWriter
 
printRaw(char[], int, int) - Method in interface org.apache.tapestry.IMarkupWriter
Prints a portion of an output buffer to the stream.
printRaw(char[], int, int) - Method in class org.apache.tapestry.AbstractMarkupWriter
Prints and portion of an output buffer to the stream.
printRaw(char[], int, int) - Method in class org.apache.tapestry.engine.NullWriter
 
printRaw(String) - Method in interface org.apache.tapestry.IMarkupWriter
Prints output to the stream.
printRaw(String) - Method in class org.apache.tapestry.AbstractMarkupWriter
Prints output to the stream.
printRaw(String) - Method in class org.apache.tapestry.engine.NullWriter
 
PrivateAsset - class org.apache.tapestry.asset.PrivateAsset.
An implementation of IAssetfor localizable assets within the JVM's classpath.
PrivateAsset(ClasspathResource, Location) - Constructor for class org.apache.tapestry.asset.PrivateAsset
 
processValidatorScript(String, IRequestCycle, IFormComponent, Map) - Method in class org.apache.tapestry.valid.BaseValidator
Invoked (from sub-class implementations of BaseValidator.renderValidatorContribution(IFormComponent, IMarkupWriter, IRequestCycle)to process a standard validation script.
PROPERTY_NAME_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
Perl5 pattern that property names (that can be connected to parameters) must conform to.
PropertyAccessorContribution - class org.apache.tapestry.services.impl.PropertyAccessorContribution.
A contribution to the tapestry.ognl.PropertyAccessors configuration point; this provides the Class and PropertyAccessorthat will be passed to OgnlRuntime.setPropertyAccessor(java.lang.Class, ognl.PropertyAccessor).
PropertyAccessorContribution() - Constructor for class org.apache.tapestry.services.impl.PropertyAccessorContribution
 
PropertyHolderPropertySource - class org.apache.tapestry.util.PropertyHolderPropertySource.
Implements the IPropertySource interface for instances that implement IPropertyHolder.
PropertyHolderPropertySource(IPropertyHolder) - Constructor for class org.apache.tapestry.util.PropertyHolderPropertySource
 
PropertyInjectable - interface org.apache.tapestry.spec.PropertyInjectable.
Interface extended by several specification interfaces to indicate that the runtime object constructed from the specification can be injected into the component class.
PropertyObjectProvider - class org.apache.tapestry.services.impl.PropertyObjectProvider.
An implementation of ObjectProvider that gets the actual value from the tapestry.GlobalPropertySource service.
PropertyObjectProvider() - Constructor for class org.apache.tapestry.services.impl.PropertyObjectProvider
 
PropertyPersistenceStrategy - interface org.apache.tapestry.record.PropertyPersistenceStrategy.
Defines how a persistent property is made persistent.
PropertyPersistenceStrategyContribution - class org.apache.tapestry.record.PropertyPersistenceStrategyContribution.
A contribution to the tapestry.persist.PersistenceStrategy configuration.
PropertyPersistenceStrategyContribution() - Constructor for class org.apache.tapestry.record.PropertyPersistenceStrategyContribution
 
PropertyPersistenceStrategySource - interface org.apache.tapestry.record.PropertyPersistenceStrategySource.
A source for PropertyPersistenceStrategys.
PropertyPersistenceStrategySourceImpl - class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl.
 
PropertyPersistenceStrategySourceImpl() - Constructor for class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
 
PropertySelection - class org.apache.tapestry.form.PropertySelection.
A component used to render a drop-down list of options that the user may select.
PropertySelection - class org.apache.tapestry.wml.PropertySelection.
A high level component used to render a drop-down list of options that the user may select.
PropertySelection() - Constructor for class org.apache.tapestry.form.PropertySelection
 
PropertySelection() - Constructor for class org.apache.tapestry.wml.PropertySelection
 
PropertySpecification - class org.apache.tapestry.spec.PropertySpecification.
Defines a transient or persistant property of a component or page.
PropertySpecification() - Constructor for class org.apache.tapestry.spec.PropertySpecification
 
provideObject(Module, Class, String, Location) - Method in class org.apache.tapestry.services.impl.PropertyObjectProvider
Gets the value; the locator is the key passed to IPropertySource.getPropertyValue(String).
provideObject(Module, Class, String, Location) - Method in class org.apache.tapestry.services.impl.InfrastructureObjectProvider
 
provideObject(Module, Class, String, Location) - Method in class org.apache.tapestry.services.impl.EngineServiceObjectProvider
 
provideObject(Module, Class, String, Location) - Method in class org.apache.tapestry.services.impl.ClassObjectProvider
 
push(Object) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Pushes an object onto the object stack.
push(String) - Method in class org.apache.tapestry.AbstractMarkupWriter
Adds an element to the active element stack.
pushRule(IRule) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Pushes a new rule onto the rule stack.
putValue(String, Object) - Method in class org.apache.tapestry.test.mock.MockSession
 

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