- canProvideBean(String) - Method in class org.apache.tapestry.bean.BeanProvider
-
- canProvideBean(String) - Method in interface org.apache.tapestry.IBeanProvider
-
Returns true if the provider can provide the named bean.
- canProvideListener(String) - Method in interface org.apache.tapestry.listener.ListenerMap
-
Returns true if this ListenerMapImpl can provide a listener with the given name.
- canProvideListener(String) - Method in class org.apache.tapestry.listener.ListenerMapImpl
-
- Card - Class in org.apache.tapestry.wml
-
A deck contains a collection of cards.
- Card() - Constructor for class org.apache.tapestry.wml.Card
-
- ChangeKey - Class in org.apache.tapestry.record
-
Used to identify a property change.
- ChangeKey(String, String) - Constructor for class org.apache.tapestry.record.ChangeKey
-
- ChangeObserver - Interface in org.apache.tapestry.event
-
May observe changes in an object's properties.
- CharacterAdaptor - Class in org.apache.tapestry.util.io
-
Squeezes a Character.
- CharacterAdaptor() - Constructor for class org.apache.tapestry.util.io.CharacterAdaptor
-
- characters(char[], int, int) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Accumulates the content in a buffer; the concatinated content is provided to the top rule
just before any start or end tag.
- CharArrayToIteratorConverter - Class in org.apache.tapestry.coerce
-
- CharArrayToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.CharArrayToIteratorConverter
-
- CharArrayToListConverter - Class in org.apache.tapestry.coerce
-
- CharArrayToListConverter() - Constructor for class org.apache.tapestry.coerce.CharArrayToListConverter
-
- checkActiveLock() - Method in class org.apache.tapestry.AbstractComponent
-
- Checkbox - Class in org.apache.tapestry.form
-
Implements a component that manages an HTML <input type=checkbox> form element.
- Checkbox() - Constructor for class org.apache.tapestry.form.Checkbox
-
- checkError() - Method in class org.apache.tapestry.engine.NullWriter
-
Always returns false.
- checkError() - Method in interface org.apache.tapestry.IMarkupWriter
-
Invokes checkError() on the PrintWriter
used to format output.
- checkError() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- checkExtension(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns true if the named extension exists (or can be instantiated), returns false if the
named extension has no specification.
- checkExtension(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns true if this library specification has a specification for the named extension.
- checkMethodInvocation(Object, String, Object) - Static method in class org.apache.tapestry.Tapestry
-
Checks to see if a particular method has been invoked.
- checkRequired(IFormComponent, String) - Method in class org.apache.tapestry.valid.BaseValidator
-
Invoked to check if the value is null.
- checkSet(Set) - Method in class org.apache.tapestry.form.ListEditMap
-
- checkValueSetForLastValue(Set) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Checks the set to see if it contains the
last value
.
- claimProperty(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Claims a property.
- claimProperty(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- claimReadonlyProperty(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Claims a property as read-only.
- claimReadonlyProperty(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- ClassFinder - Interface in org.apache.tapestry.services
-
Used to search for a class within a list of packages.
- ClassFinderImpl - Class in org.apache.tapestry.services.impl
-
Implemenation of service tapestry.ClassFinder.
- ClassFinderImpl() - Constructor for class org.apache.tapestry.services.impl.ClassFinderImpl
-
- classForName(String, Map) - Method in class org.apache.tapestry.services.impl.OgnlClassResolver
-
- className - Variable in class org.apache.tapestry.spec.BeanSpecification
-
- ClasspathAssetFactory - Class in org.apache.tapestry.asset
-
Creates instances of
PrivateAsset
, which are the holders of
classpath: resources.
- ClasspathAssetFactory() - Constructor for class org.apache.tapestry.asset.ClasspathAssetFactory
-
- ClasspathResourceFactory - Interface in org.apache.tapestry.services
-
Used to create new instances of ClasspathResource
.
- ClasspathResourceFactoryImpl - Class in org.apache.tapestry.services.impl
-
- ClasspathResourceFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.ClasspathResourceFactoryImpl
-
- cleanup() - Method in class org.apache.tapestry.engine.RequestCycle
-
Called at the end of the request cycle (i.e., after all responses have been sent back to the
client), to release all pages loaded during the request cycle.
- cleanup() - Method in interface org.apache.tapestry.IRequestCycle
-
Invoked after the request cycle is no longer needed, to release any resources it may have.
- cleanup() - Method in class org.apache.tapestry.multipart.AbstractMultipartDecoder
-
- cleanup(HttpServletRequest) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Invoked to release any resources needed by tghe decoder.
- cleanup() - Method in interface org.apache.tapestry.multipart.MultipartDecoder
-
Cleans up any temporary resources created during the request processing.
- cleanup() - Method in class org.apache.tapestry.multipart.UploadPart
-
Deletes the external content file, if one exists.
- cleanup() - Method in class org.apache.tapestry.multipart.ValuePart
-
Does nothing.
- CLEANUP_AFTER_RENDER_SIGNATURE - Static variable in class org.apache.tapestry.enhance.EnhanceUtils
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.AbstractComponent
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.Form
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.LinkSubmit
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.RadioGroup
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.form.Select
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.html.Body
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.html.Script
-
- cleanupAfterRender(IRequestCycle) - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
- cleanupAfterRequest(IRequestCycle) - Method in class org.apache.tapestry.engine.AbstractEngine
-
Invoked at the end of the request cycle to release any resources specific to the request
cycle.
- clear() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Clears all properties of the converter, returning it to a pristine state.
- clear() - Method in class org.apache.tapestry.util.IdAllocator
-
Clears the allocator, resetting it to freshly allocated state.
- clear() - Method in class org.apache.tapestry.util.RegexpMatcher
-
Clears any previously compiled patterns.
- clear() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Clears all tracking information.
- clear() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- clearErrors() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Clears all errors, but maintains user input.
- clearErrors() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- clearMethodInvocations() - Static method in class org.apache.tapestry.Tapestry
-
Clears the list of method invocations.
- CLICK - Static variable in class org.apache.tapestry.components.LinkEventType
-
Type for onClick
.
- ClientPropertyPersistenceScope - Interface in org.apache.tapestry.record
-
Service tapestry.persist.ClientPropertyPersistenceScope.
- ClientPropertyPersistenceStrategy - Class in org.apache.tapestry.record
-
Service tapestry.persist.ClientPropertyPersistenceStrategy.
- ClientPropertyPersistenceStrategy() - Constructor for class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
-
- close() - Method in class org.apache.tapestry.engine.NullWriter
-
- close() - Method in interface org.apache.tapestry.IMarkupWriter
-
Closes this IMarkupWriter
.
- close() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- close() - Method in class org.apache.tapestry.markup.NestedMarkupWriterImpl
-
Closes the internal
CharArrayWriter
, then captures its content and invokes
IMarkupWriter.printRaw(String)
on the parent markup writer
(the writer that created this writer).
- CLOSE - Static variable in class org.apache.tapestry.parse.TokenType
-
The closing tag of an element.
- close(InputStream) - Static method in class org.apache.tapestry.Tapestry
-
Closes the stream (if not null), ignoring any IOException
thrown.
- close() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- close() - Method in class org.apache.tapestry.util.io.TeeOutputStream
-
- close() - Method in class org.apache.tapestry.util.text.ExtendedReader
-
- closeTag() - Method in class org.apache.tapestry.engine.NullWriter
-
- closeTag() - Method in interface org.apache.tapestry.IMarkupWriter
-
Closes the most recently opened element by writing the '>' that ends it.
- closeTag() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- CloseToken - Class in org.apache.tapestry.parse
-
Represents the closing tag of a component element in the template.
- CloseToken(String, Location) - Constructor for class org.apache.tapestry.parse.CloseToken
-
- coerce(Number) - Method in class org.apache.tapestry.valid.NumberValidator.NumberStrategy
-
Invoked when comparing two Numbers of different types.
- coerceValue(Object, Class) - Method in interface org.apache.tapestry.coerce.ValueConverter
-
Performs a conversion of a value to a particular type.
- coerceValue(Object, Class) - Method in class org.apache.tapestry.coerce.ValueConverterImpl
-
- collection(String, Collection) - Method in interface org.apache.tapestry.describe.DescriptionReceiver
-
- collection(String, Collection) - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiver
-
- collection(String, Collection) - Method in class org.apache.tapestry.event.ReportStatusEvent
-
- CollectionToBooleanConverter - Class in org.apache.tapestry.coerce
-
Converts from Collection
to Boolean; a non-empty collection is true.
- CollectionToBooleanConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToBooleanConverter
-
- CollectionToIteratorConverter - Class in org.apache.tapestry.coerce
-
- CollectionToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToIteratorConverter
-
- CollectionToListConverter - Class in org.apache.tapestry.coerce
-
- CollectionToListConverter() - Constructor for class org.apache.tapestry.coerce.CollectionToListConverter
-
- comment(String) - Method in class org.apache.tapestry.engine.NullWriter
-
- comment(String) - Method in interface org.apache.tapestry.IMarkupWriter
-
Writes an XML/HTML comment.
- comment(String) - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- commit() - Method in interface org.apache.tapestry.engine.IPageRecorder
-
Persists all changes that have been accumulated.
- commit() - Method in class org.apache.tapestry.record.PageRecorderImpl
-
- commitPageChanges() - Method in class org.apache.tapestry.engine.RequestCycle
-
Invokes
IPageRecorder.commit()
on each page recorder loaded during the request cycle
(even recorders marked for discard).
- commitPageChanges() - Method in interface org.apache.tapestry.IRequestCycle
-
Invoked just before rendering the response page to get all
page recorders
touched in this request cycle
to commit their changes (save them to persistant storage).
- compare(Number, Number) - Method in class org.apache.tapestry.valid.NumberValidator.NumberStrategy
-
- compilePattern(String) - Method in class org.apache.tapestry.util.RegexpMatcher
-
- COMPONENT - Static variable in class org.apache.tapestry.services.ServiceConstants
-
The id path to the component within the page.
- COMPONENT_ALIAS_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
-
Perl5 pattern for component type (which was known as an "alias" in earlier versions of
Tapestry).
- COMPONENT_ID_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
-
Perl5 pattern for component ids.
- COMPONENT_TYPE_PATTERN - Static variable in class org.apache.tapestry.parse.SpecificationParser
-
Perl5 pattern for component types (i.e., the type attribute of the <component>
element).
- ComponentAddress - Class in org.apache.tapestry.util
-
The ComponentAddress class contains the path to a component, allowing it to locate an instance of
that component in a different
IRequestCycle
.
- ComponentAddress(IComponent) - Constructor for class org.apache.tapestry.util.ComponentAddress
-
Creates a new ComponentAddress object that carries the identification information of the
given component (the page name and the ID path).
- ComponentAddress(String, String) - Constructor for class org.apache.tapestry.util.ComponentAddress
-
Creates a new ComponentAddress using the given Page Name and ID Path
- ComponentAddress(INamespace, String, String) - Constructor for class org.apache.tapestry.util.ComponentAddress
-
Creates a new ComponentAddress using the given Page Name and ID Path relative on the provided
Namespace
- ComponentAddressAdaptor - Class in org.apache.tapestry.util.io
-
Squeezes a org.apache.tapestry.ComponentAddress.
- ComponentAddressAdaptor() - Constructor for class org.apache.tapestry.util.io.ComponentAddressAdaptor
-
- ComponentBinding - Class in org.apache.tapestry.binding
-
A binding where the path is the id of a child component.
- ComponentBinding(String, ValueConverter, Location, IComponent, String) - Constructor for class org.apache.tapestry.binding.ComponentBinding
-
- ComponentBindingFactory - Class in org.apache.tapestry.binding
-
Factory for
ComponentBinding
instances, which are mapped to
the "component:" prefix.
- ComponentBindingFactory() - Constructor for class org.apache.tapestry.binding.ComponentBindingFactory
-
- ComponentClassProvider - Interface in org.apache.tapestry.pageload
-
- ComponentClassProviderContext - Class in org.apache.tapestry.pageload
-
Contains information needed when trying to determine the name of a page or component class.
- ComponentClassProviderContext(String, IComponentSpecification, INamespace) - Constructor for class org.apache.tapestry.pageload.ComponentClassProviderContext
-
- ComponentConstructor - Interface in org.apache.tapestry.services
-
Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass
may take some parameters used to initialize instance variables.
- ComponentConstructorFactory - Interface in org.apache.tapestry.services
-
tapestry.enhance.ComponentConstructorFactory
service that acts as a wrapper around
EnhancementOperation
, used to take a base component class
and provide an enhanced subclass of it.
- ComponentConstructorFactoryImpl - Class in org.apache.tapestry.services.impl
-
- ComponentConstructorFactoryImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl
-
- ComponentConstructorImpl - Class in org.apache.tapestry.enhance
-
- ComponentConstructorImpl(Constructor, Object[], String, Location) - Constructor for class org.apache.tapestry.enhance.ComponentConstructorImpl
-
News instance of this class.
- ComponentMessages - Class in org.apache.tapestry.services.impl
-
Implementation of Messages
.
- ComponentMessages(Locale, Properties) - Constructor for class org.apache.tapestry.services.impl.ComponentMessages
-
- ComponentMessagesSource - Interface in org.apache.tapestry.services
-
Defines an object that can provide a component with its
Messages
.
- ComponentMessagesSourceImpl - Class in org.apache.tapestry.services.impl
-
Service used to access localized properties for a component.
- ComponentMessagesSourceImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl
-
- ComponentPropertySource - Interface in org.apache.tapestry.services
-
Enapsulates the logic for searching for component meta-data.
- ComponentPropertySourceImpl - Class in org.apache.tapestry.services.impl
-
Implementation of tapestry.props.ComponentPropertySource.
- ComponentPropertySourceImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
-
- ComponentSpecification - Class in org.apache.tapestry.spec
-
A specification for a component, as read from an XML specification file.
- ComponentSpecification() - Constructor for class org.apache.tapestry.spec.ComponentSpecification
-
- ComponentSpecificationResolver - Interface in org.apache.tapestry.resolver
-
Service interface for locating component specifications.
- ComponentSpecificationResolverImpl - Class in org.apache.tapestry.resolver
-
Utility class that understands the rules of component types (which may optionally have a library
prefix) and can resolve the type to a
INamespace
and a
IComponentSpecification
.
- ComponentSpecificationResolverImpl() - Constructor for class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
-
- ComponentTemplate - Class in org.apache.tapestry.parse
-
Enapsulates a parsed component template, allowing access to the
tokens parsed.
- ComponentTemplate(char[], TemplateToken[]) - Constructor for class org.apache.tapestry.parse.ComponentTemplate
-
Creates a new ComponentTemplate.
- ComponentTemplateLoader - Interface in org.apache.tapestry.services
-
Service interface for tapestry.page.ComponentTemplateLoader
; responsible for
finding and integrating a component (or page) template with the component (or page) instance.
- ComponentTemplateLoaderImpl - Class in org.apache.tapestry.services.impl
-
- ComponentTemplateLoaderImpl() - Constructor for class org.apache.tapestry.services.impl.ComponentTemplateLoaderImpl
-
- ComponentTemplateLoaderLogic - Class in org.apache.tapestry.services.impl
-
- ComponentTemplateLoaderLogic(Log, IPageLoader, BindingSource) - Constructor for class org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic
-
- ComponentTreeWalker - Class in org.apache.tapestry.pageload
-
Walks through the tree of components and invokes the visitors on each of
of the components in the tree.
- ComponentTreeWalker(IComponentVisitor[]) - Constructor for class org.apache.tapestry.pageload.ComponentTreeWalker
-
- CompoundMatcher - Class in org.apache.tapestry.util.text
-
Combine a set of character matchers.
- CompoundMatcher(ICharacterMatcher[]) - Constructor for class org.apache.tapestry.util.text.CompoundMatcher
-
Create a new object that will match a character if any of the provided objects matches it.
- Conditional - Class in org.apache.tapestry.components
-
A conditional element on a page which will render its wrapped elements zero or one times.
- Conditional() - Constructor for class org.apache.tapestry.components.Conditional
-
- configureParserFactory(SAXParserFactory) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Configures a SAXParserFactory
before SAXParserFactory.newSAXParser()
is
invoked.
- CONSISTENCY - Static variable in class org.apache.tapestry.valid.ValidationConstraint
-
Indicates a consistency error, usually between too different fields.
- Constants - Class in org.apache.tapestry
-
Constant values used inside Tapestry.
- Constants() - Constructor for class org.apache.tapestry.Constants
-
- constructErrorHandler(ServletConfig) - Method in class org.apache.tapestry.ApplicationServlet
-
- constructFormNameForActionService(String) - Method in class org.apache.tapestry.form.Form
-
Construct a form name for use with the action service.
- constructFormNameForActionService(String) - Method in class org.apache.tapestry.wml.Go
-
- constructLink(IEngineService, boolean, Map, boolean) - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
-
- constructLink(IEngineService, boolean, Map, boolean) - Method in interface org.apache.tapestry.services.LinkFactory
-
- constructNewEngineInstance(Locale) - Method in interface org.apache.tapestry.services.EngineFactory
-
Creates and initializes a new engine instance for the specified locale.
- constructNewEngineInstance(Locale) - Method in class org.apache.tapestry.services.impl.EngineFactoryImpl
-
- constructParameterName(String) - Method in class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
-
- constructParameterName(String) - Method in interface org.apache.tapestry.record.ClientPropertyPersistenceScope
-
Constructs a parameter name for a particular page name.
- constructParser() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Uses SAXParserFactory
to create a instance of a validation SAX2
parser.
- constructQualifiedName(String) - Method in class org.apache.tapestry.engine.Namespace
-
- constructQualifiedName(String) - Method in interface org.apache.tapestry.INamespace
-
Constructs a qualified name for the given simple page name by applying the correct prefix (if
any).
- constructRegistry(ServletConfig) - Method in class org.apache.tapestry.ApplicationServlet
-
- constructServiceParameters(Object) - Static method in class org.apache.tapestry.link.DirectLink
-
Converts a service parameters value to an array of objects.
- constructURL(ILinkComponent, IRequestCycle) - Method in class org.apache.tapestry.link.AbsoluteLinkRenderer
-
- constructURL(ILinkComponent, IRequestCycle) - Method in class org.apache.tapestry.link.DefaultLinkRenderer
-
Converts the EngineServiceLink into a URI or URL.
- constructURL(String, String, String, int) - Method in interface org.apache.tapestry.services.AbsoluteURLBuilder
-
Constructs a URL from the given URI (that is, service path), schema, server and port.
- constructURL(String) - Method in interface org.apache.tapestry.services.AbsoluteURLBuilder
-
Constructs a URL, defaulting scheme, server and port to the values for the current request.
- constructURL(String, String, String, int) - Method in class org.apache.tapestry.services.impl.AbsoluteURLBuilderImpl
-
- constructURL(String) - Method in class org.apache.tapestry.services.impl.AbsoluteURLBuilderImpl
-
- constructValidatorList(IComponent, String) - Method in interface org.apache.tapestry.form.validator.ValidatorFactory
-
Constructs a new (immutable) List of
Validator
, or returns a previously constructed
List.
- constructValidatorList(IComponent, String) - Method in class org.apache.tapestry.form.validator.ValidatorFactoryImpl
-
- ContainedComponent - Class in org.apache.tapestry.spec
-
Defines a contained component.
- ContainedComponent() - Constructor for class org.apache.tapestry.spec.ContainedComponent
-
- CONTAINER - Static variable in class org.apache.tapestry.services.ServiceConstants
-
The name of the page containing the component; this is only specified when the component is
contained by a page other than the activate page (
ServiceConstants.PAGE
).
- contains(String, String) - Method in class org.apache.tapestry.util.RegexpMatcher
-
- contains(String, String) - Method in interface org.apache.tapestry.valid.PatternDelegate
-
Answers the question whether the input string fulfills the pattern string provided.
- containsComponentType(String) - Method in class org.apache.tapestry.engine.Namespace
-
- containsComponentType(String) - Method in interface org.apache.tapestry.INamespace
-
Returns true if the namespace contains the indicated component type.
- containsPage(String) - Method in class org.apache.tapestry.engine.Namespace
-
- containsPage(String) - Method in interface org.apache.tapestry.INamespace
-
Returns true if this namespace contains the specified page name.
- content(RuleDirectedParser, String) - Method in class org.apache.tapestry.util.xml.BaseRule
-
- content(RuleDirectedParser, String) - Method in interface org.apache.tapestry.util.xml.IRule
-
Invoked when real content is found.
- ContentType - Class in org.apache.tapestry.util
-
Represents an HTTP content type.
- ContentType() - Constructor for class org.apache.tapestry.util.ContentType
-
Creates a new empty content type
- ContentType(String) - Constructor for class org.apache.tapestry.util.ContentType
-
Creates a new content type from the argument.
- ContextAsset - Class in org.apache.tapestry.asset
-
An asset whose path is relative to the ServletContext
containing the
application.
- ContextAsset(String, Resource, Location, IRequestCycle) - Constructor for class org.apache.tapestry.asset.ContextAsset
-
- ContextAssetFactory - Class in org.apache.tapestry.asset
-
All "context:" prefixed asset paths are interpreted relative to the web context (the web
application's root folder).
- ContextAssetFactory() - Constructor for class org.apache.tapestry.asset.ContextAssetFactory
-
- convertArrayToMap(Object[]) - Static method in class org.apache.tapestry.Tapestry
-
Converts an even-sized array of objects back into a Map
.
- convertMapToArray(Map) - Static method in class org.apache.tapestry.Tapestry
-
Converts a Map
to an even-sized array of key/value pairs.
- convertSetToList(Set) - Method in class org.apache.tapestry.form.ListEditMap
-
Invoked to convert a set into a List.
- convertTapestryIdToNMToken(String) - Static method in class org.apache.tapestry.TapestryUtils
-
A Tapestry component id is a little more liberal than an XML NMTOKEN.
- convertTypeName(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Converts a type name (an object class name, a primtive name, or an array) into the
corresponding Class object.
- convertTypeName(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.BooleanArrayToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.BooleanArrayToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.CharArrayToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.CharArrayToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.CollectionToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.IntArrayToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.IntArrayToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.IteratorToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.MapToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.NullToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.NumberToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectArrayToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectArrayToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToIteratorConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToListConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.ObjectToStringConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.StringToBooleanConverter
-
- convertValue(Object) - Method in class org.apache.tapestry.coerce.StringToPropertySelectionModelConverter
-
- convertValue(Object) - Method in interface org.apache.tapestry.coerce.TypeConverter
-
Converts the value.
- convertValue(Object) - Method in class org.apache.tapestry.coerce.TypeConverterWrapper
-
- CookieSource - Interface in org.apache.tapestry.services
-
Used by other services to obtain cookie values for the current request.
- CookieSourceImpl - Class in org.apache.tapestry.services.impl
-
- CookieSourceImpl() - Constructor for class org.apache.tapestry.services.impl.CookieSourceImpl
-
- CookieStrategy - Class in org.apache.tapestry.describe
-
- CookieStrategy() - Constructor for class org.apache.tapestry.describe.CookieStrategy
-
- copyInformalBindings(IComponent, IComponent) - Static method in class org.apache.tapestry.Tapestry
-
Copys all informal
bindings
from a source component to the destination
component.
- createAbsoluteAsset(String, Locale, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
-
Creates a new asset relative to the root of the domain defined by the type of asset.
- createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
-
- createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
-
- createAbsoluteAsset(String, Locale, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
-
- createAccessorMethodName(String) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
- createApplicationSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createAsset(Resource, String, Locale, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
-
Creates a new asset relative to an existing asset.
- createAsset(Resource, Location) - Method in interface org.apache.tapestry.asset.AssetFactory
-
Creates a new asset based on a known resource.
- createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
-
- createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.ClasspathAssetFactory
-
- createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
-
- createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.ContextAssetFactory
-
- createAsset(Resource, String, Locale, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
-
- createAsset(Resource, Location) - Method in class org.apache.tapestry.asset.DefaultAssetFactory
-
- createAssetSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createBeanSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.AssetBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.BeanBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in interface org.apache.tapestry.binding.BindingFactory
-
Creates a new binding instance.
- createBinding(IComponent, String, String, String, Location) - Method in interface org.apache.tapestry.binding.BindingSource
-
Creates a new binding.
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.ComponentBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.HiveMindBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.ListenerBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.LiteralBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.MessageBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.OGNLBindingFactory
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.binding.StateBindingFactory
-
- createBinding(IComponent) - Method in class org.apache.tapestry.enhance.InitialValueBindingCreator
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.form.translator.TranslatorBindingFactory
-
Deprecated.
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.form.validator.ValidatorsBindingFactory
-
- createBinding(IComponent, String, String, String, Location) - Method in class org.apache.tapestry.services.impl.BindingSourceImpl
-
- createBinding(IComponent, String, String, Location) - Method in class org.apache.tapestry.valid.ValidatorBindingFactory
-
- createBindingBeanInitializer(BindingSource) - Method in class org.apache.tapestry.spec.SpecFactory
-
- createBindingSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createClassResolver() - Method in class org.apache.tapestry.ApplicationServlet
-
- createCloseToken(String, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
-
- createComponentSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createContainedComponent() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.ExtensionLookupFactory
-
- createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.InjectedValueProviderFactory
-
- createCoreServiceImplementation(ServiceImplementationFactoryParameters) - Method in class org.apache.tapestry.services.impl.SymbolSourcesPropertySourceFactory
-
- createExtensionSpecification(ClassResolver, ValueConverter) - Method in class org.apache.tapestry.spec.SpecFactory
-
- createImplicitComponent(IRequestCycle, IComponent, String, String, Location) - Method in interface org.apache.tapestry.engine.IPageLoader
-
Invoked to create an implicit component (one which is defined in the containing component's
template, rather that in the containing component's specification).
- createImplicitComponent(IRequestCycle, IComponent, String, String, Location) - Method in class org.apache.tapestry.pageload.PageLoader
-
Invoked to create an implicit component (one which is defined in the containing component's
template, rather that in the containing component's specification).
- createInjectSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createLibrarySpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createListenerMethodInvoker(String, Method[]) - Method in class org.apache.tapestry.listener.ListenerMapSourceImpl
-
- createLocalizationToken(String, String, boolean, Map, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
-
- createMonitor(WebRequest) - Method in class org.apache.tapestry.engine.DefaultMonitorFactory
-
Deprecated.
- createMonitor(WebRequest) - Method in interface org.apache.tapestry.engine.IMonitorFactory
-
Deprecated.
- createMutatorMethodName(String) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
- createNoSuchComponentException(IComponent, String, Location) - Static method in class org.apache.tapestry.Tapestry
-
- createNullBindingException(IBinding) - Static method in class org.apache.tapestry.Tapestry
-
Creates an exception indicating the binding value is null.
- createOpenToken(String, String, String, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
-
- createPageRecorder(IPage) - Method in interface org.apache.tapestry.record.PageRecorderSource
-
- createParameterSpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- createPropertySpecification() - Method in class org.apache.tapestry.spec.SpecFactory
-
- CreatePropertyWorker - Class in org.apache.tapestry.test
-
Forces the creation of a property, overrriding an existing implementation.
- CreatePropertyWorker(String, Location) - Constructor for class org.apache.tapestry.test.CreatePropertyWorker
-
- createReadOnlyBindingException(IBinding) - Method in class org.apache.tapestry.binding.AbstractBinding
-
- createRenderOnlyPropertyException(IComponent, String) - Static method in class org.apache.tapestry.Tapestry
-
- createRequiredParameterException(IComponent, String) - Static method in class org.apache.tapestry.Tapestry
-
- createSession() - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
- createSimpleAccessor(EnhancementOperation, String, String, Class, Location) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
- createSimpleMutator(EnhancementOperation, String, String, Class, Location) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
- createStateObject() - Method in class org.apache.tapestry.engine.state.DefaultGlobalStateObjectFactory
-
- createStateObject() - Method in class org.apache.tapestry.engine.state.InstantiateClassStateObjectFactory
-
- createStateObject() - Method in class org.apache.tapestry.engine.state.NamedClassStateObjectFactory
-
- createStateObject() - Method in interface org.apache.tapestry.engine.state.StateObjectFactory
-
- createTextToken(char[], int, int, Location) - Method in class org.apache.tapestry.parse.TemplateTokenFactory
-
- createUnitTestSqueezer(ClassResolver) - Static method in class org.apache.tapestry.util.io.DataSqueezerUtil
-
Returns a data squeezer with a set of basic adaptors, ready to be used by JUnit-tests.
- createUnitTestSqueezer() - Static method in class org.apache.tapestry.util.io.DataSqueezerUtil
-
Returns a data squeezer with a set of basic adaptors, ready to be used by JUnit-tests.
- createUnmodifiableSet(Set) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Converts a value set into a returnable value; null is converted to the empty set, and
non-null is wrapped as unmodifiable.
- createUnwrapExpression(EnhancementOperation, String, Class) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
Builds a Javassist expression for unwrapping a binding's value to a type (either primitive or
a class type).
- Creator - Class in org.apache.tapestry.test
-
A utility class that is used to instantiate abstract Tapestry pages and components.
- Creator() - Constructor for class org.apache.tapestry.test.Creator
-