- GenericLink - Class in org.apache.tapestry.link
-
An implementation of
ILinkComponent
that allows
the exact HREF to be specified, usually used for client side
scripting.
- GenericLink() - Constructor for class org.apache.tapestry.link.GenericLink
-
- get(String, StateObjectFactory) - Method in class org.apache.tapestry.engine.state.ApplicationScopeManager
-
- get(String) - Method in interface org.apache.tapestry.engine.state.ApplicationStateManager
-
Gets the named application state object, creating it if necessary.
- get(String) - Method in class org.apache.tapestry.engine.state.ApplicationStateManagerImpl
-
- get(String, StateObjectFactory) - Method in class org.apache.tapestry.engine.state.SessionScopeManager
-
- get(String) - Method in class org.apache.tapestry.engine.state.SOMRegistryImpl
-
- get() - Method in interface org.apache.tapestry.engine.state.StateObjectManager
-
Gets or creates the application state object.
- get() - Method in class org.apache.tapestry.engine.state.StateObjectManagerImpl
-
- get(String) - Method in interface org.apache.tapestry.engine.state.StateObjectManagerRegistry
-
- get(String, StateObjectFactory) - Method in interface org.apache.tapestry.engine.state.StateObjectPersistenceManager
-
- get(IRequestCycle) - Static method in class org.apache.tapestry.form.Form
-
- get(IRequestCycle) - Static method in class org.apache.tapestry.form.RadioGroup
-
- get(IRequestCycle) - Static method in class org.apache.tapestry.form.Select
-
- get(IRequestCycle) - Static method in class org.apache.tapestry.html.Body
-
Deprecated.
To be removed in 4.1. Use
org.apache.tapestry.TapestryUtils#getPageRenderSupport(IRequestCycle)
instead.
- get(Object) - Method in class org.apache.tapestry.services.impl.ObjectPoolImpl
-
- get(Object) - Method in interface org.apache.tapestry.services.ObjectPool
-
Returns an object from the pool, previously stored with the given key.
- get(Object) - Method in class org.apache.tapestry.util.ObjectIdentityMap
-
Returns the object stored for the given key.
- getAbsoluteURL() - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getAbsoluteURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getAbsoluteURL() - Method in interface org.apache.tapestry.engine.ILink
-
Returns the absolute URL as a String, using default scheme, server and port, including
parameters, and no anchor.
- getAbsoluteURL(String, String, int, String, boolean) - Method in interface org.apache.tapestry.engine.ILink
-
Returns the absolute URL as a String.
- getAbsoluteURL(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getAbsoluteURL(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Converts a partial URL into an absolute URL.
- getAbsoluteURL() - Method in class org.apache.tapestry.link.StaticLink
-
- getAbsoluteURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.link.StaticLink
-
- getAbsoluteURLBuilder() - Method in class org.apache.tapestry.engine.RequestCycleEnvironment
-
- getAcceptsNull() - Method in class org.apache.tapestry.form.validator.AbstractValidatorWrapper
-
- getAcceptsNull() - Method in class org.apache.tapestry.form.validator.BaseValidator
-
Returns false.
- getAcceptsNull() - Method in class org.apache.tapestry.form.validator.Required
-
- getAcceptsNull() - Method in interface org.apache.tapestry.form.validator.Validator
-
Returns true if this validator accepts null as the object parameter to validate().
- getAccessor() - Method in class org.apache.tapestry.services.impl.PropertyAccessorContribution
-
- getAccessorMethodName(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Returns the name of the accessor method for the given property (if it exists in the component
base class), or fabricates a new name if it does not.
- getAccessorMethodName(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- getActionId() - Method in class org.apache.tapestry.engine.ActionServiceParameter
-
Deprecated.
- getActionService() - Method in class org.apache.tapestry.form.Form
-
Injected.
- getActivationPath() - Method in class org.apache.tapestry.web.ServletWebRequest
-
Returns HttpServletRequest.getServletPath()
.
- getActivationPath() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the path of the resource which activated this request (this is the equivalent of the
servlet path for a servlet request).
- getActivator() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
- getActivator() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getActivatorName() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
- getActivatorName() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getActivatorName() - Method in class org.apache.tapestry.web.HttpServletWebActivator
-
- getActivatorName() - Method in interface org.apache.tapestry.web.WebActivator
-
- getActivePageNames() - Method in class org.apache.tapestry.engine.BaseEngine
-
Deprecated.
- getAddHandlerFunctionName() - Method in class org.apache.tapestry.form.FormEventType
-
Deprecated.
Returns the name of the function, on the Tapestry object (see Form.js), which should be
invoked.
- getAfter() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
-
- getAliasNames() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns a non-null collection of strings for the aliases of the parameter.
- getAliasNames() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
- getAllowBody(String, Location) - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
-
Returns true if the specified component allows a body, false otherwise.
- getAllowBody(String, String, Location) - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
-
Used with implicit components to determine if the component allows a body or not.
- getAllowBody(String, Location) - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
-
- getAllowBody(String, String, Location) - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
-
- getAllowBody() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns true if the component is allowed to wrap other elements (static HTML or other
components).
- getAllowBody() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns true if the component is allowed to wrap other elements (static HTML or other
components).
- getAllowInformalParameters() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns true if the component allows informal parameters (parameters not formally defined).
- getAllowInformalParameters() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns true if the component allows informal parameters (parameters not formally defined).
- getAllStoredChanges(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategySource
-
Returns all changes (
PropertyChange
) collected by any persistence strategy for the
page.
- getAllStoredChanges(String) - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
-
- getAllValues() - Method in class org.apache.tapestry.form.ListEditMap
-
- getAllValues() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Returns a unmodifiable list of values stored into the converter, in the order in which they
were stored.
- getAlt() - Method in class org.apache.tapestry.wml.Image
-
- getAlwaysRenderBodyOnRewind() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
A small number of components should always render their body on rewind (even if the component
is itself disabled) and should override this method to return true.
- getAlwaysRenderBodyOnRewind() - Method in class org.apache.tapestry.form.LinkSubmit
-
Returns true; the LinkSubmit's body should render during a rewind, even if the component is
itself disabled.
- getAlwaysRenderBodyOnRewind() - Method in class org.apache.tapestry.form.RadioGroup
-
- getAnchor() - Method in interface org.apache.tapestry.components.ILinkComponent
-
Returns the anchor defined for this link, or null for no anchor.
- getAnchor() - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
- getApplicationId() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getApplicationId() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the application's id; a unique name that is incorporated into various session
attribute keys and into certain paths when searching for resources.
- getApplicationNamespace() - Method in interface org.apache.tapestry.engine.ISpecificationSource
-
- getApplicationNamespace() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
- getApplicationNamespace() - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
- getApplicationPropertySource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getApplicationPropertySource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns an
IPropertySource
configured to search the application specification,
etc.
- getApplicationSpecification() - Method in class org.apache.tapestry.html.Shell
-
- getApplicationSpecification() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getApplicationSpecification() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getApplicationStateManager() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getApplicationStateManager() - Method in interface org.apache.tapestry.services.Infrastructure
-
Accesses application state objects (Visit and Global from Tapestry 3.0, but now more can be
created).
- getAsciiBegin() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getAsciiEnd() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getAsset(String) - Method in class org.apache.tapestry.AbstractComponent
-
- getAsset(String) - Method in interface org.apache.tapestry.IComponent
-
Returns the named asset, or null if not found.
- getAsset(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getAsset(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getAssetFactory() - Method in class org.apache.tapestry.html.Body
-
Injected
- getAssetFactory() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getAssetFactory() - Method in interface org.apache.tapestry.services.Infrastructure
-
Service that is used to convert
Resource
s into
IAsset
s.
- getAssetNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns a List
of the String names of all assets, in alphabetical order
- getAssetNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns a List
of the String names of all assets, in alphabetical order
- getAssets() - Method in class org.apache.tapestry.AbstractComponent
-
- getAssets() - Method in interface org.apache.tapestry.IComponent
-
Returns the asset map for the component, which may be empty but will not be null.
- getAssetURL(IAsset) - Method in class org.apache.tapestry.html.Rollover
-
Converts an
IAsset
binding into a usable URL.
- getAssociatedTrackings() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getAttribute(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getAttribute(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Retrieves a previously stored attribute, returning null if not found.
- getAttribute(String) - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
Convienience method for getting a HttpServletRequest
attribute.
- getAttribute(Attributes, String) - Method in class org.apache.tapestry.util.xml.BaseRule
-
- getAttribute(String) - Method in interface org.apache.tapestry.web.AttributeHolder
-
Returns the named object, or null if no attribute has been stored with the given name.
- getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getAttribute(String) - Method in class org.apache.tapestry.web.ServletWebSession
-
- getAttributeName() - Method in class org.apache.tapestry.components.LinkEventType
-
Returns the name of the HTML attribute corresponding to this type.
- getAttributeNames() - Method in interface org.apache.tapestry.web.AttributeHolder
-
Returns a list of all known attributes in ascending alphabetical order.
- getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebContext
-
- getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getAttributeNames() - Method in class org.apache.tapestry.web.ServletWebSession
-
- getAttributes() - Method in class org.apache.tapestry.parse.LocalizationToken
-
Returns any attributes for the token, which may be null.
- getAttributesMap() - Method in class org.apache.tapestry.parse.OpenToken
-
Returns a Map of attributes.
- getBaseClass() - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Returns the base component class, as defined in the specification (or defaulted).
- getBaseClass() - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- getBaseSymbols() - Method in class org.apache.tapestry.html.Script
-
- getBaseTagWriter() - Method in class org.apache.tapestry.html.Shell
-
- getBaseType() - Method in class org.apache.tapestry.util.ContentType
-
- getBean(String) - Method in class org.apache.tapestry.bean.BeanProvider
-
- getBean(String) - Method in interface org.apache.tapestry.IBeanProvider
-
Returns the JavaBean with the specified name.
- getBeanNames() - Method in class org.apache.tapestry.bean.BeanProvider
-
- getBeanNames() - Method in interface org.apache.tapestry.IBeanProvider
-
Returns a collection of the names of any beans which may
be provided.
- getBeanNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns an unmodifiable collection of the names of all beans.
- getBeanNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns an unmodifiable collection of the names of all beans.
- getBeans() - Method in class org.apache.tapestry.AbstractComponent
-
- getBeans() - Method in interface org.apache.tapestry.IComponent
-
Returns a
IBeanProvider
from which managed beans can be obtained.
- getBeanSpecification(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns the
IBeanSpecification
for the given name, or null if not such specification
exists.
- getBeanSpecification(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the
IBeanSpecification
for the given name, or null if not such specification
exists.
- getBefore() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
-
- getBinding(String) - Method in class org.apache.tapestry.AbstractComponent
-
Returns the named binding, or null if it doesn't exist.
- getBinding() - Method in class org.apache.tapestry.bean.Default
-
- getBinding() - Method in exception org.apache.tapestry.BindingException
-
- getBinding(String) - Method in interface org.apache.tapestry.IComponent
-
Returns the binding with the given name or null if not found.
- getBinding(String) - Method in class org.apache.tapestry.spec.ContainedComponent
-
Returns the named binding, or null if the binding does not exist.
- getBinding(String) - Method in interface org.apache.tapestry.spec.IContainedComponent
-
Returns the named binding, or null if the binding does not
exist.
- getBindingNames() - Method in class org.apache.tapestry.AbstractComponent
-
- getBindingNames() - Method in interface org.apache.tapestry.IComponent
-
Returns a Collection
of the names of all bindings (which includes bindings for both
formal and informal parameters).
- getBindingNames() - Method in class org.apache.tapestry.spec.ContainedComponent
-
Returns an umodifiable Collection
of Strings, each the name of one binding for
the component.
- getBindingNames() - Method in interface org.apache.tapestry.spec.IContainedComponent
-
Returns an umodifiable Collection
of Strings, each the name of one binding
for the component.
- getBindingReference() - Method in class org.apache.tapestry.bean.BindingBeanInitializer
-
- getBindings() - Method in class org.apache.tapestry.AbstractComponent
-
Returns an unmodifiable Map
of all bindings for this component.
- getBindings() - Method in interface org.apache.tapestry.IComponent
-
Returns a
Map
of the
bindings
for this component; this includes
informal parameters as well as formal bindings.
- getBlock() - Method in class org.apache.tapestry.components.RenderBlock
-
- getBody() - Method in class org.apache.tapestry.AbstractComponent
-
Returns the body of the component, the element (which may be static HTML or components) that
the component immediately wraps.
- getBodyCount() - Method in class org.apache.tapestry.AbstractComponent
-
Returns the active number of elements in the the body, which may be zero.
- getBuffer() - Method in class org.apache.tapestry.engine.NullWriter
-
- getBuffer() - Method in class org.apache.tapestry.markup.NestedMarkupWriterImpl
-
- getBuffer() - Method in interface org.apache.tapestry.NestedMarkupWriter
-
Returns any makrup so far accumulated by the nested markup writer.
- getBytesPerLine() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getCache() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns true if the parameter property should cache the result of the binding.
- getCache() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
- getCancel() - Method in class org.apache.tapestry.form.Form
-
cancel parameter, may be null
- getCanTakeFocus() - Method in class org.apache.tapestry.components.ForBean
-
For component can not take focus.
- getCanTakeFocus() - Method in class org.apache.tapestry.components.IfBean
-
For component can not take focus.
- getCanTakeFocus() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
Returns true if the corresponding field, on the client side, can accept user focus (i.e.,
implements the focus() method).
- getCanTakeFocus() - Method in class org.apache.tapestry.form.Hidden
-
Returns false.
- getCanTakeFocus() - Method in class org.apache.tapestry.form.LinkSubmit
-
Links can not take focus, ever.
- getCanTakeFocus() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
Returns false; ListEdit components can't take focus.
- getCanTakeFocus() - Method in class org.apache.tapestry.form.RadioGroup
-
This component can not take focus.
- getChangeObserver() - Method in class org.apache.tapestry.AbstractPage
-
- getChangeObserver() - Method in interface org.apache.tapestry.IPage
-
Returns the object (effectively, an
IPageRecorder
) that
is notified of any changes to persistant properties of the page.
- getChanges() - Method in class org.apache.tapestry.record.PageRecorderImpl
-
- getChildIds() - Method in class org.apache.tapestry.engine.Namespace
-
- getChildIds() - Method in interface org.apache.tapestry.INamespace
-
Returns a sorted, immutable list of the ids of the immediate children of this namespace.
- getChildNamespace(String) - Method in class org.apache.tapestry.engine.Namespace
-
- getChildNamespace(String) - Method in interface org.apache.tapestry.INamespace
-
Returns a namespace contained by this namespace.
- getClassFinder() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getClassFinder() - Method in interface org.apache.tapestry.services.Infrastructure
-
Used to search for a class name within a list of packages.
- getClassName() - Method in class org.apache.tapestry.engine.state.NamedClassStateObjectFactory
-
- getClassName() - Method in class org.apache.tapestry.spec.BeanSpecification
-
- getClassName() - Method in class org.apache.tapestry.spec.ExtensionSpecification
-
- getClassName() - Method in interface org.apache.tapestry.spec.IBeanSpecification
-
- getClassName() - Method in interface org.apache.tapestry.spec.IExtensionSpecification
-
- getClassName(Class) - Static method in class org.apache.tapestry.Tapestry
-
Deprecated.
To be removed in 4.1.
- getClassReference(Class) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Returns a reference to a particular class.
- getClassReference(Class) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- getClassResolver() - Method in class org.apache.tapestry.bean.BeanProvider
-
- getClassResolver() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getClassResolver() - Method in interface org.apache.tapestry.engine.IPageSource
-
- getClassResolver() - Method in interface org.apache.tapestry.IBeanProvider
-
Returns a resource resolver.
- getClassResolver() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. This value can be injected (into services).
- getClassResolver() - Method in class org.apache.tapestry.pageload.PageSource
-
- getClassResolver() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getClassResolver() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the ClassResolver used by the Tapestry HiveMind module, which should be sufficient
for use throughout the application.
- getClientId() - Method in class org.apache.tapestry.components.ForBean
-
- getClientId() - Method in class org.apache.tapestry.form.Button
-
- getClientId() - Method in interface org.apache.tapestry.form.IFormComponent
-
Returns the component's client-side element id.
- getClientId() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getColumnNumber() - Method in class org.apache.tapestry.util.DescribedLocation
-
Always returns 0.
- getCompiledExpression(String) - Method in interface org.apache.tapestry.services.ExpressionCache
-
Returns the compiled form of the OGNL expression.
- getCompiledExpression(String) - Method in class org.apache.tapestry.services.impl.ExpressionCacheImpl
-
- getCompiledPattern(String) - Method in class org.apache.tapestry.util.RegexpMatcher
-
- getComponent(String) - Method in class org.apache.tapestry.AbstractComponent
-
- getComponent() - Method in class org.apache.tapestry.bean.BeanProvider
-
- getComponent() - Method in class org.apache.tapestry.binding.AbstractBinding
-
Returns the component to which this binding is connected; this is currently only used when
building certain exceptions.
- getComponent() - Method in class org.apache.tapestry.binding.AssetBinding
-
- getComponent() - Method in class org.apache.tapestry.binding.BeanBinding
-
- getComponent() - Method in class org.apache.tapestry.binding.ComponentBinding
-
- getComponent() - Method in class org.apache.tapestry.binding.ExpressionBinding
-
- getComponent() - Method in class org.apache.tapestry.binding.ListenerMethodBinding
-
- getComponent() - Method in class org.apache.tapestry.binding.MessageBinding
-
- getComponent() - Method in class org.apache.tapestry.engine.ActionServiceParameter
-
Deprecated.
- getComponent() - Method in class org.apache.tapestry.event.ObservedChangeEvent
-
- getComponent() - Method in interface org.apache.tapestry.IBeanProvider
-
Returns the
IComponent
(which may be a
IPage
) for which
this bean provider is providing beans.
- getComponent(String) - Method in interface org.apache.tapestry.IComponent
-
Retrieves an contained component by its id.
- getComponent(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns the specification of a contained component with the given id, or null if no such
contained component exists.
- getComponent(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the specification of a contained component with the given id, or null if no such
contained component exists.
- getComponent(IComponent, String, Class, Location) - Static method in class org.apache.tapestry.TapestryUtils
-
Used by some generated code; obtains a component and ensures it is of the correct type.
- getComponent() - Method in class org.apache.tapestry.valid.FieldTracking
-
- getComponent() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns the field component.
- getComponentAttributeName() - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
-
Returns the name of the attribute used to indicate a component.
- getComponentAttributeName() - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
-
- getComponentClass() - Method in class org.apache.tapestry.enhance.ComponentConstructorImpl
-
- getComponentClass() - Method in interface org.apache.tapestry.services.ComponentConstructor
-
Returns the class actually instantiated (which may be an enhanced subclass).
- getComponentClassName() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getComponentClassName() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the class name to be used when instantiating the component, or null if no class name
was provided in the specification (in which case, a system of defaults will be used to
determine the class name).
- getComponentConstructor(IComponentSpecification, String) - Method in interface org.apache.tapestry.services.ComponentConstructorFactory
-
Passed a component specification and the base component class name, provides back an object
used to instantiate instances of the component.
- getComponentConstructor(IComponentSpecification, String) - Method in class org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl
-
- getComponentIds() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getComponentIds() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getComponentMessagesSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getComponentMessagesSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the source of component message bundles.
- getComponentPath() - Method in class org.apache.tapestry.record.ChangeKey
-
- getComponentPath() - Method in interface org.apache.tapestry.record.PropertyChange
-
The path to the component on the page, or null if the property is a property of the page.
- getComponentPath() - Method in class org.apache.tapestry.record.PropertyChangeImpl
-
The path to the component on the page, or null if the property is a property of the page.
- getComponentProperty(IComponent, String) - Method in interface org.apache.tapestry.services.ComponentPropertySource
-
Returns the property value for a particular named meta-data property of the component.
- getComponentProperty(IComponent, String) - Method in class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
-
- getComponentPropertySource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getComponentPropertySource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns an object used to access component meta-data properties.
- getComponents() - Method in class org.apache.tapestry.AbstractComponent
-
Returns an unmodifiable Map
of components, keyed on component id.
- getComponents() - Method in interface org.apache.tapestry.IComponent
-
Returns the contained components as an unmodifiable Map
.
- getComponents() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the components map.
- getComponentSpecification(Resource) - Method in interface org.apache.tapestry.engine.ISpecificationSource
-
Retrieves a component specification, parsing it as necessary.
- getComponentSpecification(String) - Method in class org.apache.tapestry.engine.Namespace
-
- getComponentSpecification(String) - Method in interface org.apache.tapestry.INamespace
-
Returns the path for the named component (within the namespace).
- getComponentSpecification(Resource, String, Location) - Method in class org.apache.tapestry.services.impl.NamespaceResourcesImpl
-
- getComponentSpecification(Resource) - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
Gets a component specification.
- getComponentSpecification(Resource, String, Location) - Method in interface org.apache.tapestry.services.NamespaceResources
-
Retrieves a component specification, parsing it as necessary.
- getComponentSpecificationPath(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
- getComponentSpecificationPath(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getComponentTracking() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getComponentType() - Method in class org.apache.tapestry.parse.OpenToken
-
Returns the specified component type, or null for a component where the type is not defined
in the template.
- getComponentTypes() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns the simple types of all components defined in this library.
- getComponentTypes() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getCondition() - Method in class org.apache.tapestry.components.Conditional
-
- getCondition() - Method in class org.apache.tapestry.components.IfBean
-
- getConditionValue() - Method in class org.apache.tapestry.components.IfBean
-
Returns the value of the condition
- getConditionValueBinding() - Method in class org.apache.tapestry.components.IfBean
-
- getConfiguration() - Method in class org.apache.tapestry.spec.ExtensionSpecification
-
Returns an immutable Map of the configuration; keyed on property name, with values as
properties to assign.
- getConfiguration() - Method in interface org.apache.tapestry.spec.IExtensionSpecification
-
Returns an immutable Map of the configuration; keyed on property name, with values as
properties to assign.
- getConstraint() - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- getConstraint() - Method in class org.apache.tapestry.form.translator.FormatTranslator
-
- getConstraint() - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- getConstraint() - Method in class org.apache.tapestry.valid.FieldTracking
-
- getConstraint() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns the validation constraint that was violated by the input.
- getConstraint() - Method in exception org.apache.tapestry.valid.ValidatorException
-
- getConstructor() - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
Returns an object that can be used to construct instances of the enhanced component subclass.
- getContainedComponent() - Method in class org.apache.tapestry.AbstractComponent
-
- getContainedComponent() - Method in interface org.apache.tapestry.IComponent
-
- getContainer() - Method in class org.apache.tapestry.AbstractComponent
-
- getContainer() - Method in interface org.apache.tapestry.IComponent
-
Returns the component which embeds the receiver.
- getContentType() - Method in class org.apache.tapestry.engine.NullWriter
-
- getContentType() - Method in interface org.apache.tapestry.IMarkupWriter
-
Returns the type of content generated by this response writer, as a MIME type.
- getContentType() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- getContentType() - Method in class org.apache.tapestry.multipart.UploadPart
-
- getContentType() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns the MIME type specified when the file was uploaded.
- getContextPath() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getContextPath() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the context path, which identifies the application within the application server.
- getContextPath() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getContextPath() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextRoot() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the location of the servlet, within the servlet context.
- getContextRoot() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getContextRoot() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the root context resource, which is the starting point when looking for resources
within the application.
- getConverter() - Method in class org.apache.tapestry.coerce.TypeConverterContribution
-
- getConverter() - Method in class org.apache.tapestry.components.ForBean
-
- getConverterFromValue(Object) - Method in class org.apache.tapestry.components.ForBean
-
Uses the 'converter' parameter to determine the primary key of the given value
- getCookieSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getCookieSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Service used to access HTTP Cookies.
- getCopyOf() - Method in class org.apache.tapestry.spec.ContainedComponent
-
Returns the id of the component being copied from.
- getCopyOf() - Method in interface org.apache.tapestry.spec.IContainedComponent
-
Returns the id of the component being copied from.
- getCount() - Method in class org.apache.tapestry.html.ExceptionDisplay
-
- getCount() - Method in class org.apache.tapestry.multipart.ValuePart
-
- getCurrentFieldTracking() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
- getCurrentFieldTracking() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getCurrentLocation() - Method in class org.apache.tapestry.parse.TemplateParser
-
Gets the current location within the file.
- getDataClass() - Method in class org.apache.tapestry.util.io.BooleanAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.ByteAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.CharacterAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.ComponentAddressAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.DoubleAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.FloatAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.IntegerAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.LongAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.SerializableAdaptor
-
- getDataClass() - Method in class org.apache.tapestry.util.io.ShortAdaptor
-
- getDataClass() - Method in interface org.apache.tapestry.util.io.SqueezeAdaptor
-
Returns the class (or interface) which can be encoded by this adaptor.
- getDataClass() - Method in class org.apache.tapestry.util.io.StringAdaptor
-
- getDataSqueezer() - Method in class org.apache.tapestry.components.ForBean
-
- getDataSqueezer() - Method in class org.apache.tapestry.components.IfBean
-
- getDataSqueezer() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getDataSqueezer() - Method in class org.apache.tapestry.form.Hidden
-
- getDataSqueezer() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getDataSqueezer() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getDataSqueezer() - Method in interface org.apache.tapestry.services.Infrastructure
-
The DataSqueezer, used when constructing and decoding values stored in URLs (as query
parameters or hidden form fields).
- getDateFormat(Locale) - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- getDateTooEarlyMessage() - Method in class org.apache.tapestry.valid.DateValidator
-
- getDateTooLateMessage() - Method in class org.apache.tapestry.valid.DateValidator
-
- getDecimalFormat(Locale) - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- getDecoder() - Method in class org.apache.tapestry.form.Upload
-
Injected.
- getDefault() - Method in class org.apache.tapestry.services.impl.ExtensionLookupParameter
-
- getDefaultScriptPath() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getDefaultScriptPath() - Method in class org.apache.tapestry.valid.IntValidator
-
- getDefaultScriptPath() - Method in class org.apache.tapestry.valid.NumberValidator
-
- getDefaultTranslator() - Method in class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
-
Returns a translator that encodes all non-safe characters into their HTML equivalents.
- getDefaultTranslator() - Method in interface org.apache.tapestry.util.text.ICharacterTranslatorSource
-
- getDefaultTranslator() - Method in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
-
- getDefaultValue() - Method in class org.apache.tapestry.bean.Default
-
- getDefaultValue() - Method in class org.apache.tapestry.components.ForBean
-
- getDefaultValue() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns the default value for the parameter (or null if the parameter has no default value).
- getDefaultValue() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
- getDelegate() - Method in class org.apache.tapestry.components.Delegator
-
- getDelegate() - Method in class org.apache.tapestry.form.Form
-
delegate parameter, which has a default (starting in release 4.0).
- getDelegate() - Method in class org.apache.tapestry.form.validator.AbstractValidatorWrapper
-
- getDelegate() - Method in class org.apache.tapestry.form.validator.BeanValidatorWrapper
-
- getDelegate() - Method in class org.apache.tapestry.html.Shell
-
- getDelegate() - Method in interface org.apache.tapestry.IForm
-
Returns the validation delegate for the form.
- getDelegate() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the
ISpecificationResolverDelegate
instance registered in the application
specification as extension
Tapestry#SPECIFICATION_RESOLVER_DELEGATE_EXTENSION_NAME
,
or null if no such extension exists.
- getDeletedKeys() - Method in class org.apache.tapestry.form.ListEditMap
-
Returns the deleted keys in an unspecified order.
- getDeletedValues() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Returns an unmodifiable set of all values marked as deleted.
- getDelimiter() - Method in class org.apache.tapestry.util.StringSplitter
-
- getDescriber() - Method in class org.apache.tapestry.html.Describe
-
Injected service.
- getDescription() - Method in class org.apache.tapestry.binding.AbstractBinding
-
- getDescription() - Method in interface org.apache.tapestry.IBinding
-
Returns a description of how the binding is used; this description
is localized and incorporated into some exception messages.
- getDescription() - Method in class org.apache.tapestry.spec.BeanSpecification
-
- getDescription() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns the documentation for this component.
- getDescription() - Method in interface org.apache.tapestry.spec.IBeanSpecification
-
- getDescription() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the documentation for this component.
- getDescription() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns the documentation for this library..
- getDescription() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns the documentation for this parameter.
- getDescription() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the documentation for this library..
- getDescription() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
Returns the documentation for this parameter.
- getDigestForResource(String) - Method in interface org.apache.tapestry.asset.ResourceDigestSource
-
Calculates the DIGEST checksum for a classpath resource.
- getDigestForResource(String) - Method in class org.apache.tapestry.asset.ResourceDigestSourceImpl
-
- getDirect() - Method in class org.apache.tapestry.engine.DirectServiceParameter
-
- getDirectService() - Method in class org.apache.tapestry.form.Form
-
Injected.
- getDisabled() - Method in class org.apache.tapestry.html.Rollover
-
- getDisabledImage() - Method in class org.apache.tapestry.form.ImageSubmit
-
parameter
- getDisallowedProtocolMessage() - Method in class org.apache.tapestry.valid.UrlValidator
-
- getDisplayFormat() - Method in class org.apache.tapestry.valid.DateValidator
-
- getDisplayName() - Method in class org.apache.tapestry.components.ForBean
-
- getDisplayName() - Method in class org.apache.tapestry.form.Button
-
- getDisplayName() - Method in interface org.apache.tapestry.form.IFormComponent
-
May be implemented to return a user-presentable, localized name for the component, which is
used in labels or error messages.
- getDisplayName() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getDisplayName() - Method in class org.apache.tapestry.valid.FieldLabel
-
displayName parameter
- getDisplayName() - Method in class org.apache.tapestry.valid.ValidField
-
Parameter
- getDoctype() - Method in class org.apache.tapestry.html.Shell
-
- getDocumentLocation() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
- getEffectiveDisplayFormat() - Method in class org.apache.tapestry.valid.DateValidator
-
- getEffectiveFormat() - Method in class org.apache.tapestry.valid.DateValidator
-
- getElement() - Method in class org.apache.tapestry.components.Any
-
- getElement() - Method in class org.apache.tapestry.components.Conditional
-
- getElement() - Method in class org.apache.tapestry.components.ElseBean
-
- getElement() - Method in class org.apache.tapestry.components.ForBean
-
- getElement() - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
- getElement() - Method in class org.apache.tapestry.components.IfBean
-
- getElement() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getElement() - Method in class org.apache.tapestry.html.Body
-
Parameter.
- getElement() - Method in class org.apache.tapestry.link.DefaultLinkRenderer
-
- getElement() - Method in class org.apache.tapestry.wml.GoLinkRenderer
-
- getElement() - Method in class org.apache.tapestry.wml.OptionRenderer
-
- getElementId(IFormComponent) - Method in class org.apache.tapestry.form.Form
-
Constructs a unique identifier (within the Form).
- getElementId(IFormComponent, String) - Method in class org.apache.tapestry.form.Form
-
Constructs a unique identifier from the base id.
- getElementId(IFormComponent) - Method in class org.apache.tapestry.form.FormSupportImpl
-
Constructs a unique identifier (within the Form).
- getElementId(IFormComponent, String) - Method in class org.apache.tapestry.form.FormSupportImpl
-
Constructs a unique identifier (within the Form).
- getElementId(IFormComponent) - Method in interface org.apache.tapestry.FormBehavior
-
Constructs a unique identifier (within the Form).
- getElementId(IFormComponent, String) - Method in interface org.apache.tapestry.FormBehavior
-
Constructs a unique identifier from the base id.
- getEncode() - Method in class org.apache.tapestry.form.Hidden
-
Returns true if the compent encodes object values using a
DataSqueezerImpl
, false if values are always Strings.
- getEncoded() - Method in class org.apache.tapestry.record.PersistentPropertyData
-
- getEncoder() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
-
- getEngine() - Method in class org.apache.tapestry.AbstractPage
-
- getEngine() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getEngine() - Method in interface org.apache.tapestry.IPage
-
Returns the
IEngine
that the page is currently attached to.
- getEngine() - Method in interface org.apache.tapestry.IRequestCycle
-
Returns the engine which is processing this request cycle.
- getEngineClassName() - Method in class org.apache.tapestry.spec.ApplicationSpecification
-
- getEngineClassName() - Method in interface org.apache.tapestry.spec.IApplicationSpecification
-
Returns the name of the class (which implements
IEngine
).
- getEngineInstance() - Method in interface org.apache.tapestry.services.EngineManager
-
Locates or creates an engine instance for the current request.
- getEngineInstance() - Method in class org.apache.tapestry.services.impl.EngineManagerImpl
-
- getEnhancedClass(IComponentSpecification, String) - Method in interface org.apache.tapestry.engine.IComponentClassEnhancer
-
Deprecated.
Used to access the class for a given component (or page).
- getErrorHandler() - Method in class org.apache.tapestry.engine.RequestCycleEnvironment
-
- getErrorRenderer() - Method in class org.apache.tapestry.valid.FieldTracking
-
- getErrorRenderer() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns an object that will render the error message.
- getErrorRenderer() - Method in exception org.apache.tapestry.valid.ValidatorException
-
Returns the error renderer for this exception, which may be null.
- getErrorRenderers() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Returns a list of
IRender
objects, each of which will render an
error message for a field tracked by the delegate, plus any unassociated errors (for which no
specific field is identified).
- getErrorRenderers() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getEscapedPatternString(String) - Method in class org.apache.tapestry.util.RegexpMatcher
-
- getEscapedPatternString(String) - Method in interface org.apache.tapestry.valid.PatternDelegate
-
Returns the escaped sequence of characters representing the pattern string provided.
- getEscapedPatternString() - Method in class org.apache.tapestry.valid.PatternValidator
-
Returns the escaped sequence of the pattern string for rendering in the error message.
- getException() - Method in class org.apache.tapestry.html.ExceptionDisplay
-
- getExceptionClassName() - Method in class org.apache.tapestry.util.exception.ExceptionDescription
-
- getExceptionPresenter() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getExceptionPresenter() - Method in interface org.apache.tapestry.services.Infrastructure
-
Responsible for presenting an exception error report to the user.
- getExceptions() - Method in class org.apache.tapestry.html.ExceptionDisplay
-
- getExceptions() - Method in class org.apache.tapestry.wml.pages.WMLException
-
- getExpressionEvaluator() - Method in class org.apache.tapestry.components.ForBean
-
- getExtendedId() - Method in class org.apache.tapestry.AbstractComponent
-
Returns the name of the page, a slash, and this component's id path.
- getExtendedId() - Method in class org.apache.tapestry.AbstractPage
-
Returns the name of the page.
- getExtendedId() - Method in class org.apache.tapestry.engine.Namespace
-
- getExtendedId() - Method in interface org.apache.tapestry.IComponent
-
Returns a string identifying the name of the page and the id path of the reciever within the
page (seperated by a slash).
- getExtendedId() - Method in interface org.apache.tapestry.INamespace
-
Returns the extended id for this namespace, which is a dot-seperated sequence of ids.
- getExtension(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns an instantiated extension.
- getExtension(String, Class) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns an instantiated extension, performing a check to ensure that the extension is a
subtype of the given class (or extends the given interface).
- getExtension(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns an instantiated extension.
- getExtension(String, Class) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getExtensionName() - Method in class org.apache.tapestry.services.impl.ExtensionLookupParameter
-
- getExtensionNames() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns a sorted List of the names of all extensions.
- getExtensionNames() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns a sorted List of the names of all extensions.
- getExtensions() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the extensions map.
- getExtensionSpecification(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns the named IExtensionSpecification, or null if it doesn't exist.
- getExtensionSpecification(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the named IExtensionSpecification, or null if it doesn't exist.
- getExtensionSpecifications() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
- getExtensionSpecifications() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getExternalService() - Method in class org.apache.tapestry.link.ExternalLink
-
- getFactory() - Method in class org.apache.tapestry.asset.AssetFactoryContribution
-
- getFactory() - Method in class org.apache.tapestry.engine.state.StateObjectContribution
-
- getFactory() - Method in class org.apache.tapestry.services.impl.BindingPrefixContribution
-
- getFactoryServices() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
- getFactoryServices() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getField() - Method in class org.apache.tapestry.valid.FieldLabel
-
field parameter
- getFieldInputValue() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Returns the string submitted by the client as the value for the current field.
- getFieldInputValue() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getFieldName() - Method in class org.apache.tapestry.valid.FieldTracking
-
- getFieldName() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns the name of the field, that is, the name assigned by the form (this will differ from
the component's id when any kind of looping operation is in effect).
- getFieldTracking() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Returns a
List
of
IFieldTracking
, in default order (the order in which
fields are renderred).
- getFieldTracking() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
Returns all the field trackings as an unmodifiable List.
- getFileName() - Method in class org.apache.tapestry.multipart.UploadPart
-
Leverages File
to convert the full file path and extract the name.
- getFileName() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns the name of the file that was uploaded.
- getFilePath() - Method in class org.apache.tapestry.multipart.UploadPart
-
- getFilePath() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns the complete path, as reported by the client
browser.
- getFileUpload(String) - Method in class org.apache.tapestry.multipart.AbstractMultipartDecoder
-
- getFileUpload(String) - Method in interface org.apache.tapestry.multipart.MultipartDecoder
-
Gets a file upload with the given name, or returns null if no such file
upload was in the request.
- getFirstError() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
A convienience, as most pages just show the first error on the page.
- getFocus() - Method in interface org.apache.tapestry.IForm
-
Returns true if the form should support automatic field focus (that is, adding JavaScript to
position the cursor into the first field of the form, automatically).
- getFocusField() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
- getFocusField() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
Returns the focus field, or null if no form components registered for focus (i.e., they were
all disabled).
- getForm() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
- getForm() - Method in interface org.apache.tapestry.form.IFormComponent
-
Returns the
IForm
which contains the component, or null if the
component is not contained by a form, of if the containing Form is not currently renderring.
- getForm(IRequestCycle, IComponent) - Static method in class org.apache.tapestry.TapestryUtils
-
Gets the previously stored
IForm
object.
- getFormat() - Method in class org.apache.tapestry.components.Insert
-
- getFormat(Locale) - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- getFormat(Locale) - Method in class org.apache.tapestry.form.translator.FormatTranslator
-
- getFormat(Locale) - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- getFormat() - Method in class org.apache.tapestry.valid.DateValidator
-
- getFormat() - Method in class org.apache.tapestry.wml.Input
-
- getFrameworkNamespace() - Method in interface org.apache.tapestry.engine.ISpecificationSource
-
- getFrameworkNamespace() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
- getFrameworkNamespace() - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
- getGlobal() - Method in class org.apache.tapestry.AbstractPage
-
Deprecated.
- getGlobal() - Method in class org.apache.tapestry.engine.AbstractEngine
-
Returns the global object for the application.
- getGlobal() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. Application state objects can now be injected.
- getGlobal() - Method in interface org.apache.tapestry.IPage
-
Deprecated.
To be removed in 4.1. Inject an application state object instead. Do not
attempt to inject property global.
- getGlobalPropertySource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getGlobalPropertySource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns an
IPropertySource
configured to search the servlet, servlet context,
and factory defaults.
- getGroup(int) - Method in class org.apache.tapestry.util.RegexpMatch
-
Returns a matching group within the input string.
- getHasBody() - Method in class org.apache.tapestry.link.DefaultLinkRenderer
-
- getHasBody() - Method in class org.apache.tapestry.wml.GoLinkRenderer
-
- getHasErrors() - Method in interface org.apache.tapestry.valid.IValidationDelegate
-
Returns true if any form component has errors.
- getHasErrors() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getHasMaximum() - Method in class org.apache.tapestry.valid.NumberValidator
-
- getHasMinimum() - Method in class org.apache.tapestry.valid.NumberValidator
-
- getHasVisit() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getHeader(String) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getHeader(String) - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the value of the specified request header.
- getHeaderClass() - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiverStyles
-
- getHref() - Method in class org.apache.tapestry.link.GenericLink
-
- getHTMLDescriber() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getHTMLDescriber() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getIcon() - Method in class org.apache.tapestry.form.DatePicker
-
- getId() - Method in class org.apache.tapestry.AbstractComponent
-
- getId() - Method in class org.apache.tapestry.engine.Namespace
-
- getId() - Method in class org.apache.tapestry.form.HiddenFieldData
-
- getId() - Method in interface org.apache.tapestry.IComponent
-
Returns the simple id of the component, as defined in its specification.
- getId() - Method in interface org.apache.tapestry.INamespace
-
Returns an identifier for the namespace.
- getId() - Method in class org.apache.tapestry.parse.OpenToken
-
Returns the id for the component.
- getId() - Method in class org.apache.tapestry.services.impl.ServiceEncoderContribution
-
- getId() - Method in class org.apache.tapestry.web.ServletWebSession
-
- getId() - Method in interface org.apache.tapestry.web.WebSession
-
Returns a unique string identifier used to identify the session.
- getIdParameter() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
Should be connected to a parameter named "id" (annotations would be helpful here!).
- getIdPath() - Method in class org.apache.tapestry.AbstractComponent
-
- getIdPath() - Method in class org.apache.tapestry.AbstractPage
-
Pages always return null for idPath.
- getIdPath() - Method in interface org.apache.tapestry.IComponent
-
Returns the qualified id of the component.
- getIdPath() - Method in class org.apache.tapestry.util.ComponentAddress
-
Returns the idPath of the component.
- getImage() - Method in class org.apache.tapestry.form.ImageSubmit
-
parameter
- getImage() - Method in class org.apache.tapestry.html.Image
-
- getImage() - Method in class org.apache.tapestry.html.Rollover
-
- getImage() - Method in class org.apache.tapestry.wml.Image
-
- getIncludeWeek() - Method in class org.apache.tapestry.form.DatePicker
-
- getIndex() - Method in class org.apache.tapestry.components.ForBean
-
The index number, within the source
, of the the current value.
- getIndex() - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
The index number, within the source
, of the the current value.
- getIndex() - Method in class org.apache.tapestry.html.ExceptionDisplay
-
- getInfrastructure() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getInfrastructure() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getInfrastructure() - Method in class org.apache.tapestry.engine.RequestCycleEnvironment
-
- getInfrastructure() - Method in interface org.apache.tapestry.IEngine
-
Returns the
Infrastructure
object, a central
registry of key HiveMind services used by Tapestry.
- getInfrastructure() - Method in interface org.apache.tapestry.IRequestCycle
-
Returns the central
Infrastructure
object used to
manage the processing of the request.
- getInheritInformalParameters() - Method in class org.apache.tapestry.spec.ContainedComponent
-
Returns whether the contained component will inherit the informal parameters of its parent.
- getInheritInformalParameters() - Method in interface org.apache.tapestry.spec.IContainedComponent
-
Returns whether the contained component will inherit
the informal parameters of its parent.
- getInitializers() - Method in class org.apache.tapestry.spec.BeanSpecification
-
- getInitializers() - Method in interface org.apache.tapestry.spec.IBeanSpecification
-
- getInitialValue() - Method in interface org.apache.tapestry.spec.IPropertySpecification
-
Returns the initial value for this property, as a binding reference.
- getInitialValue() - Method in class org.apache.tapestry.spec.PropertySpecification
-
- getInitParameterNames() - Method in class org.apache.tapestry.web.HttpServletWebActivator
-
- getInitParameterNames() - Method in interface org.apache.tapestry.web.InitializationParameterHolder
-
Returns a sorted list of the names of all initialization parameters (which may be the empty
list).
- getInitParameterNames() - Method in class org.apache.tapestry.web.ServletWebContext
-
- getInitParameterValue(String) - Method in class org.apache.tapestry.web.HttpServletWebActivator
-
- getInitParameterValue(String) - Method in interface org.apache.tapestry.web.InitializationParameterHolder
-
Returns the value of the named parameter, or null if the reciever does not have such a
parameter.
- getInitParameterValue(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getInjectSpecifications() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getInjectSpecifications() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getInput() - Method in class org.apache.tapestry.util.RegexpMatch
-
Returns the entire matching input.
- getInput() - Method in class org.apache.tapestry.valid.FieldTracking
-
- getInput() - Method in interface org.apache.tapestry.valid.IFieldTracking
-
Returns the invalid input recorded for the field.
- getInserter() - Method in class org.apache.tapestry.components.Block
-
- getInstance() - Static method in class org.apache.tapestry.util.SystemPropertiesPropertySource
-
- getInvalidDateFormatMessage() - Method in class org.apache.tapestry.valid.DateValidator
-
- getInvalidEmailFormatMessage() - Method in class org.apache.tapestry.valid.EmailValidator
-
- getInvalidIntegerFormatMessage() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getInvalidNumericFormatMessage() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getInvalidString() - Method in exception org.apache.tapestry.util.xml.InvalidStringException
-
- getInvalidUrlFormatMessage() - Method in class org.apache.tapestry.valid.UrlValidator
-
- getInvert() - Method in class org.apache.tapestry.components.Conditional
-
- getInvoker() - Method in class org.apache.tapestry.components.Block
-
- getKey() - Method in class org.apache.tapestry.binding.MessageBinding
-
- getKey() - Method in class org.apache.tapestry.form.ListEditMap
-
Returns the current key within the map.
- getKey() - Method in class org.apache.tapestry.parse.LocalizationToken
-
- getKeyExpression() - Method in class org.apache.tapestry.components.ForBean
-
- getKeyExpressionFromValue(Object) - Method in class org.apache.tapestry.components.ForBean
-
Uses the 'keyExpression' parameter to determine the primary key of the given value
- getKeys() - Method in class org.apache.tapestry.form.ListEditMap
-
- getKnownComponent(String) - Method in interface org.apache.tapestry.parse.ITemplateParserDelegate
-
Returns true if the component id is valid, false if the component id is not recognized.
- getKnownComponent(String) - Method in class org.apache.tapestry.services.impl.DefaultParserDelegate
-
- getLabel(int) - Method in class org.apache.tapestry.coerce.StringConvertedPropertySelectionModel
-
- getLabel() - Method in class org.apache.tapestry.form.Button
-
- getLabel(int) - Method in interface org.apache.tapestry.form.IPropertySelectionModel
-
Returns the label for an option.
- getLabel(int) - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
- getLabel() - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
Returns the label of the initial IPropertySelectionModel option
- getLabel() - Method in class org.apache.tapestry.form.Option
-
- getLabel(int) - Method in class org.apache.tapestry.form.StringPropertySelectionModel
-
Labels match options.
- getLabel() - Method in class org.apache.tapestry.form.Submit
-
parameter
- getLabel() - Method in class org.apache.tapestry.wml.Do
-
- getLastValue() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
- getLength() - Method in class org.apache.tapestry.parse.TextToken
-
- getLibraries() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the libraries map.
- getLibraryIds() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns a sorted list of library ids (or the empty list, but not null).
- getLibraryIds() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getLibrarySpecification(Resource) - Method in interface org.apache.tapestry.engine.ISpecificationSource
-
- getLibrarySpecification(Resource) - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
- getLibrarySpecificationPath(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns the specification path (within the classpath) for an embedded library, or null if no
such library has been defined.
- getLibrarySpecificationPath(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getLifecycle() - Method in class org.apache.tapestry.spec.BeanSpecification
-
- getLifecycle() - Method in interface org.apache.tapestry.spec.IBeanSpecification
-
- getLineNumber() - Method in class org.apache.tapestry.util.DescribedLocation
-
Always returns 0.
- getLink(boolean, Object) - Method in class org.apache.tapestry.asset.AssetService
-
- getLink(IRequestCycle) - Method in interface org.apache.tapestry.components.ILinkComponent
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.ActionService
-
Deprecated.
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.DirectService
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.ExternalService
-
Builds a URL for a service.
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.HomeService
-
- getLink(boolean, Object) - Method in interface org.apache.tapestry.engine.IEngineService
-
Builds a URL for a service.
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.PageService
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.ResetService
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.engine.RestartService
-
- getLink(IRequestCycle, String) - Method in class org.apache.tapestry.form.Form
-
Builds the EngineServiceLink for the form, using either the direct or action service.
- getLink(IRequestCycle, String, Object) - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
Deprecated.
To be removed in 4.1; links may now have the necessary engine service injected.
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.ActionLink
-
Deprecated.
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.DirectLink
-
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.ExternalLink
-
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.GenericLink
-
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.PageLink
-
- getLink(IRequestCycle) - Method in class org.apache.tapestry.link.ServiceLink
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.services.impl.EngineServiceInnerProxy
-
- getLink(boolean, Object) - Method in class org.apache.tapestry.services.impl.EngineServiceOuterProxy
-
- getLinkFactory() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getLinkFactory() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getListener() - Method in class org.apache.tapestry.components.IfBean
-
- getListener() - Method in class org.apache.tapestry.components.InvokeListener
-
Parameter
- getListener() - Method in class org.apache.tapestry.form.Form
-
listener parameter, may be null
- getListener() - Method in class org.apache.tapestry.form.Hidden
-
- getListener() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getListener() - Method in class org.apache.tapestry.link.ActionLink
-
Deprecated.
- getListener() - Method in class org.apache.tapestry.link.DirectLink
-
- getListener(String) - Method in interface org.apache.tapestry.listener.ListenerMap
-
Gets a listener for the given name (which is both a property name and a method name).
- getListener(String) - Method in class org.apache.tapestry.listener.ListenerMapImpl
-
- getListenerInvoker() - Method in class org.apache.tapestry.components.InvokeListener
-
Injected
- getListenerInvoker() - Method in class org.apache.tapestry.form.Form
-
Injected
- getListenerInvoker() - Method in class org.apache.tapestry.form.Hidden
-
Injected.
- getListenerInvoker() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
Injected.
- getListenerInvoker() - Method in class org.apache.tapestry.link.ActionLink
-
Deprecated.
- getListenerInvoker() - Method in class org.apache.tapestry.link.DirectLink
-
Injected.
- getListenerInvoker() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getListenerInvoker() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getListenerMapForObject(Object) - Method in interface org.apache.tapestry.listener.ListenerMapSource
-
Constructs a listener map for the provided object, which must not be null.
- getListenerMapForObject(Object) - Method in class org.apache.tapestry.listener.ListenerMapSourceImpl
-
- getListenerMapSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getListenerMapSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
The source for
ListenerMap
s, for components or other
objects.
- getListenerNames() - Method in interface org.apache.tapestry.listener.ListenerMap
-
Returns an unmodifiable collection of the names of the listeners implemented by the target
class.
- getListenerNames() - Method in class org.apache.tapestry.listener.ListenerMapImpl
-
- getListenerParameters() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getListenerParameters() - Method in interface org.apache.tapestry.IRequestCycle
-
- getListeners() - Method in class org.apache.tapestry.AbstractComponent
-
- getListeners() - Method in class org.apache.tapestry.engine.AbstractEngine
-
Allows subclasses to include listener methods easily.
- getListeners() - Method in interface org.apache.tapestry.IComponent
-
- getLocale() - Method in class org.apache.tapestry.AbstractPage
-
Returns the locale for the page, which may be null if the locale is not known (null
corresponds to the "default locale").
- getLocale() - Method in class org.apache.tapestry.engine.AbstractEngine
-
Returns the locale for the engine.
- getLocale() - Method in interface org.apache.tapestry.form.ValidationMessages
-
Returns the locale for which messages are generated.
- getLocale() - Method in class org.apache.tapestry.form.ValidationMessagesImpl
-
- getLocale() - Method in interface org.apache.tapestry.IEngine
-
Returns the locale for the engine.
- getLocale() - Method in interface org.apache.tapestry.IPage
-
Returns the Locale
of the page.
- getLocale() - Method in class org.apache.tapestry.services.impl.ComponentMessages
-
- getLocale() - Method in class org.apache.tapestry.services.impl.ResourceLocalization
-
- getLocale(String) - Static method in class org.apache.tapestry.Tapestry
-
Gets the Locale
for the given string, which is the result of
Locale.toString()
.
- getLocale() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getLocale() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the preferred locale to which content should be localized, as specified by the client
or by the container.
- getLocalization(Locale) - Method in class org.apache.tapestry.asset.ExternalResource
-
- getLocalization(Locale) - Method in class org.apache.tapestry.web.WebContextResource
-
- getLocalizedComponentProperty(IComponent, Locale, String) - Method in interface org.apache.tapestry.services.ComponentPropertySource
-
- getLocalizedComponentProperty(IComponent, Locale, String) - Method in class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
-
- getLocalizedNamespaceProperty(INamespace, Locale, String) - Method in interface org.apache.tapestry.services.ComponentPropertySource
-
- getLocalizedNamespaceProperty(INamespace, Locale, String) - Method in class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
-
- getLocalizedProperties(IComponent) - Method in class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl
-
Returns an instance of Properties
containing the properly localized messages for the
component, in the Locale
identified by the component's containing page.
- getLocalName() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Returns the localName for the current element.
- getLocation() - Method in class org.apache.tapestry.asset.AbstractAsset
-
- getLocation() - Method in class org.apache.tapestry.binding.AbstractBinding
-
- getLocation() - Method in class org.apache.tapestry.engine.Namespace
-
- getLocation() - Method in class org.apache.tapestry.enhance.DeferredScriptImpl
-
- getLocation() - Method in exception org.apache.tapestry.parse.TemplateParseException
-
- getLocation() - Method in class org.apache.tapestry.parse.TemplateToken
-
- getLocation() - Method in class org.apache.tapestry.services.impl.DeferredObjectImpl
-
- getLocation() - Method in class org.apache.tapestry.services.impl.LiteralDeferredObject
-
- getLocation() - Method in class org.apache.tapestry.spec.LocatablePropertyHolder
-
- getLocation() - Method in class org.apache.tapestry.util.PageRenderSupportImpl
-
Returns the location, which may be used in error messages.
- getLocation() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Returns an ILocation
representing the current position within the document (depending
on the parser, this may be accurate to column number level).
- getMarkupWriterSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getMarkupWriterSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getMatch() - Method in class org.apache.tapestry.components.ForBean
-
- getMatches(String, String) - Method in class org.apache.tapestry.util.RegexpMatcher
-
Given an input string, finds all matches in an input string for the pattern.
- getMatches(String, String, int) - Method in class org.apache.tapestry.util.RegexpMatcher
-
Given an input string, finds all matches in an input string for the pattern.
- getMatchLength() - Method in class org.apache.tapestry.util.RegexpMatch
-
- getMaximum() - Method in class org.apache.tapestry.valid.DateValidator
-
- getMaximum() - Method in class org.apache.tapestry.valid.NumberValidator
-
- getMessage(String) - Method in class org.apache.tapestry.AbstractComponent
-
- getMessage() - Method in class org.apache.tapestry.form.translator.AbstractTranslator
-
- getMessage() - Method in class org.apache.tapestry.form.validator.BaseValidator
-
- getMessage(String) - Method in interface org.apache.tapestry.IComponent
-
- getMessage(String) - Static method in class org.apache.tapestry.Tapestry
-
- getMessage() - Method in class org.apache.tapestry.util.exception.ExceptionDescription
-
- getMessageKey() - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- getMessageKey() - Method in class org.apache.tapestry.form.translator.FormatTranslator
-
- getMessageKey() - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- getMessageParameters(Locale, String) - Method in class org.apache.tapestry.form.translator.AbstractTranslator
-
- getMessageParameters(Locale, String) - Method in class org.apache.tapestry.form.translator.DateTranslator
-
- getMessageParameters(Locale, String) - Method in class org.apache.tapestry.form.translator.NumberTranslator
-
- getMessagePattern(String, Locale) - Static method in class org.apache.tapestry.valid.ValidationStrings
-
Fetches the appropriate validation message pattern from the appropriate localized resource.
- getMessages() - Method in class org.apache.tapestry.AbstractComponent
-
- getMessages() - Method in interface org.apache.tapestry.IComponent
-
Returns component strings for the component.
- getMessages(IComponent) - Method in interface org.apache.tapestry.services.ComponentMessagesSource
-
- getMessages(IComponent) - Method in class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl
-
- getMethod() - Method in class org.apache.tapestry.form.Form
-
method parameter
- getMimeType() - Method in class org.apache.tapestry.util.ContentType
-
- getMimeType(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getMimeType(String) - Method in interface org.apache.tapestry.web.WebContext
-
Returns the MIME type of the specified file, or null if the MIME type is not known.
- getMinimum() - Method in class org.apache.tapestry.valid.DateValidator
-
- getMinimum() - Method in class org.apache.tapestry.valid.NumberValidator
-
- getMinimumLength() - Method in class org.apache.tapestry.valid.EmailValidator
-
- getMinimumLength() - Method in class org.apache.tapestry.valid.StringValidator
-
- getMinimumLength() - Method in class org.apache.tapestry.valid.UrlValidator
-
- getMinimumLengthMessage() - Method in class org.apache.tapestry.valid.EmailValidator
-
- getMinimumLengthMessage() - Method in class org.apache.tapestry.valid.StringValidator
-
- getMinimumLengthMessage() - Method in class org.apache.tapestry.valid.UrlValidator
-
- getMinLength() - Method in class org.apache.tapestry.form.validator.MinLength
-
- getMode() - Method in class org.apache.tapestry.html.InsertText
-
Parameter
- getMode() - Method in class org.apache.tapestry.services.impl.InfrastructureContribution
-
The mode for which this contribution applies, or null if the contribution applies to all
modes.
- getModel() - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
Returns the underlying IPropertySelectionModel
- getModel() - Method in class org.apache.tapestry.form.PropertySelection
-
- getModel() - Method in class org.apache.tapestry.wml.PropertySelection
-
- getModel() - Method in class org.apache.tapestry.wml.SelectionField
-
- getMonitor() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getMonitor() - Method in interface org.apache.tapestry.IRequestCycle
-
- getMouseOut() - Method in class org.apache.tapestry.html.Rollover
-
- getMouseOver() - Method in class org.apache.tapestry.html.Rollover
-
- getName() - Method in class org.apache.tapestry.asset.AssetService
-
- getName() - Method in class org.apache.tapestry.engine.ActionService
-
Deprecated.
- getName() - Method in class org.apache.tapestry.engine.DirectService
-
- getName() - Method in class org.apache.tapestry.engine.ExternalService
-
- getName() - Method in class org.apache.tapestry.engine.HomeService
-
- getName() - Method in interface org.apache.tapestry.engine.IEngineService
-
Returns the name of the service.
- getName() - Method in class org.apache.tapestry.engine.PageService
-
- getName() - Method in class org.apache.tapestry.engine.ResetService
-
- getName() - Method in class org.apache.tapestry.engine.RestartService
-
- getName() - Method in class org.apache.tapestry.engine.state.StateObjectContribution
-
- getName() - Method in class org.apache.tapestry.form.AbstractFormComponent
-
- getName() - Method in class org.apache.tapestry.form.Form
-
Returns the name generated for the form.
- getName() - Method in class org.apache.tapestry.form.HiddenFieldData
-
- getName() - Method in interface org.apache.tapestry.form.IFormComponent
-
Returns the name of the component, which is automatically generated during renderring.
- getName() - Method in class org.apache.tapestry.form.validator.ValidatorContribution
-
- getName() - Method in interface org.apache.tapestry.IForm
-
Returns the name of the form.
- getName() - Method in class org.apache.tapestry.pageload.ComponentClassProviderContext
-
Returns the simple, unqualifed name of the page, or the type of the component.
- getName() - Method in class org.apache.tapestry.parse.TokenType
-
- getName() - Method in class org.apache.tapestry.record.PropertyPersistenceStrategyContribution
-
- getName() - Method in class org.apache.tapestry.services.impl.EngineServiceContribution
-
- getName() - Method in class org.apache.tapestry.services.impl.EngineServiceInnerProxy
-
- getName() - Method in class org.apache.tapestry.services.impl.EngineServiceOuterProxy
-
- getName() - Method in class org.apache.tapestry.spec.ApplicationSpecification
-
- getName() - Method in class org.apache.tapestry.spec.BeanLifecycle
-
- getName() - Method in interface org.apache.tapestry.spec.IApplicationSpecification
-
Returns a "user friendly" name for the application (which is optional).
- getName() - Method in interface org.apache.tapestry.spec.IPropertySpecification
-
- getName() - Method in class org.apache.tapestry.spec.PropertySpecification
-
- getName() - Method in class org.apache.tapestry.util.exception.ExceptionProperty
-
- getName() - Method in class org.apache.tapestry.wml.Input
-
- getName() - Method in class org.apache.tapestry.wml.PropertySelection
-
- getName() - Method in class org.apache.tapestry.wml.Select
-
- getName() - Method in class org.apache.tapestry.wml.Setvar
-
- getName() - Method in class org.apache.tapestry.wml.Timer
-
- getNameOverride() - Method in class org.apache.tapestry.form.ImageSubmit
-
parameter
- getNamespace() - Method in class org.apache.tapestry.AbstractComponent
-
- getNamespace() - Method in interface org.apache.tapestry.IComponent
-
Returns the
INamespace
in which the component was defined (as an alias).
- getNamespace() - Method in class org.apache.tapestry.pageload.ComponentClassProviderContext
-
Returns the namespace containing the page.
- getNamespace() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the resolve namespace.
- getNamespace() - Method in interface org.apache.tapestry.resolver.ComponentSpecificationResolver
-
The namespace containing the resolved component.
- getNamespace() - Method in interface org.apache.tapestry.resolver.PageSpecificationResolver
-
Returns the namespace containing the page.
- getNamespace() - Method in class org.apache.tapestry.web.ServletWebResponse
-
- getNamespace() - Method in interface org.apache.tapestry.web.WebResponse
-
Returns a value to be prefixed or suffixed with any client-side JavaScript elements
(variables and function names) to ensure that they are unique with the context of the entire
page.
- getNamespaceId() - Method in class org.apache.tapestry.engine.Namespace
-
Returns a string identifying the namespace, for use in error messages.
- getNamespaceId() - Method in interface org.apache.tapestry.INamespace
-
Returns a version of the extended id appropriate for error messages.
- getNamespaceProperty(INamespace, String) - Method in interface org.apache.tapestry.services.ComponentPropertySource
-
Returns the property value for a particular named meta-data property of the namespace.
- getNamespaceProperty(INamespace, String) - Method in class org.apache.tapestry.services.impl.ComponentPropertySourceImpl
-
- getNestedComponent(String) - Method in class org.apache.tapestry.AbstractPage
-
- getNestedComponent(String) - Method in interface org.apache.tapestry.IPage
-
Returns a particular component from within the page.
- getNestedWriter() - Method in class org.apache.tapestry.engine.NullWriter
-
Returns this
: since a NullWriter doesn't actually do anything, one is as good
as another!.
- getNestedWriter() - Method in interface org.apache.tapestry.IMarkupWriter
-
Returns a nested writer, one that accumulates its changes in a buffer.
- getNestedWriter() - Method in class org.apache.tapestry.markup.MarkupWriterImpl
-
- getNewValue() - Method in class org.apache.tapestry.event.ObservedChangeEvent
-
- getNewValue() - Method in interface org.apache.tapestry.record.PropertyChange
-
The new value for the property, which may be null.
- getNewValue() - Method in class org.apache.tapestry.record.PropertyChangeImpl
-
The new value for the property, which may be null.
- getNext() - Method in class org.apache.tapestry.bean.EvenOdd
-
Returns "even" or "odd".
- getNextActionId() - Method in class org.apache.tapestry.engine.RequestCycle
-
Deprecated.
- getNextActionId() - Method in interface org.apache.tapestry.IRequestCycle
-
Deprecated.
To be removed in release 4.1 with no replacement.
- getNextOptionId() - Method in class org.apache.tapestry.form.RadioGroup
-
- getNextOptionId() - Method in class org.apache.tapestry.form.Select
-
- getNumberRangeMessage() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getNumberTooLargeMessage() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getNumberTooSmallMessage() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getNumberType() - Method in class org.apache.tapestry.valid.NumberValidator.NumberStrategy
-
Indicates the type of the number represented -- integer or real.
- getObject(Class) - Method in class org.apache.tapestry.binding.AbstractBinding
-
- getObject() - Method in class org.apache.tapestry.binding.AssetBinding
-
- getObject() - Method in class org.apache.tapestry.binding.BeanBinding
-
- getObject() - Method in class org.apache.tapestry.binding.ComponentBinding
-
- getObject() - Method in class org.apache.tapestry.binding.ExpressionBinding
-
- getObject() - Method in class org.apache.tapestry.binding.HiveMindBinding
-
- getObject() - Method in class org.apache.tapestry.binding.ListenerMethodBinding
-
Returns this binding object; the binding object delegates to the actual listener.
- getObject() - Method in class org.apache.tapestry.binding.LiteralBinding
-
- getObject() - Method in class org.apache.tapestry.binding.MessageBinding
-
Accesses the specified localized string.
- getObject() - Method in class org.apache.tapestry.binding.StateBinding
-
- getObject() - Method in class org.apache.tapestry.form.translator.TranslatorBinding
-
Returns the translator.
- getObject() - Method in class org.apache.tapestry.form.validator.ValidatorsBinding
-
- getObject() - Method in class org.apache.tapestry.html.Describe
-
Parameter object: the object to be described.
- getObject() - Method in interface org.apache.tapestry.IBinding
-
Returns the value of this binding.
- getObject(Class) - Method in interface org.apache.tapestry.IBinding
-
Returns the value for the binding after performing some basic checks.
- getObject() - Method in interface org.apache.tapestry.services.impl.DeferredObject
-
Returns the target object.
- getObject() - Method in class org.apache.tapestry.services.impl.DeferredObjectImpl
-
- getObject() - Method in class org.apache.tapestry.services.impl.InfrastructureContribution
-
The object which should be exposed as the given Infrastructure property.
- getObject() - Method in class org.apache.tapestry.services.impl.LiteralDeferredObject
-
- getObject() - Method in interface org.apache.tapestry.spec.InjectSpecification
-
Returns the string used to indentify a particular object.
- getObject() - Method in class org.apache.tapestry.spec.InjectSpecificationImpl
-
- getObject() - Method in class org.apache.tapestry.valid.ValidatorBinding
-
- getObjectPool() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getObjectPool() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns a generic, shared ObjectPool instance.
- getOffset() - Method in class org.apache.tapestry.parse.TextToken
-
- getOffsetSeperator() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getOption(int) - Method in class org.apache.tapestry.coerce.StringConvertedPropertySelectionModel
-
- getOption(int) - Method in interface org.apache.tapestry.form.IPropertySelectionModel
-
Returns one possible option that will be assigned to the server-side property.
- getOption(int) - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
- getOption() - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
Returns the initial option
- getOption(int) - Method in class org.apache.tapestry.form.StringPropertySelectionModel
-
- getOptionalPageRenderSupport(IRequestCycle) - Static method in class org.apache.tapestry.TapestryUtils
-
- getOptionCount() - Method in class org.apache.tapestry.coerce.StringConvertedPropertySelectionModel
-
- getOptionCount() - Method in interface org.apache.tapestry.form.IPropertySelectionModel
-
Returns the number of possible options.
- getOptionCount() - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
- getOptionCount() - Method in class org.apache.tapestry.form.StringPropertySelectionModel
-
- getOutputEncoding() - Method in class org.apache.tapestry.AbstractPage
-
Returns the output encoding to be used when rendering this page.
- getOutputEncoding() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getOutputEncoding() - Method in interface org.apache.tapestry.IEngine
-
Returns the encoding to be used to generate the responses and accept the requests.
- getOutputEncoding() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getOutputEncoding() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getOutputStream(ContentType) - Method in class org.apache.tapestry.web.ServletWebResponse
-
- getOutputStream(ContentType) - Method in interface org.apache.tapestry.web.WebResponse
-
Returns a output stream to which output should be sent.
- getPage() - Method in class org.apache.tapestry.AbstractComponent
-
- getPage(IRequestCycle, String, IMonitor) - Method in interface org.apache.tapestry.engine.IPageSource
-
Gets a given page for the engine.
- getPage() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getPage(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getPage() - Method in class org.apache.tapestry.event.PageEvent
-
- getPage() - Method in interface org.apache.tapestry.IComponent
-
Returns the page which ultimately contains the receiver.
- getPage() - Method in interface org.apache.tapestry.IRequestCycle
-
Identifies the active page, the page which will ultimately render the response.
- getPage(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Returns the page with the given name.
- getPage(IRequestCycle, String, IMonitor) - Method in class org.apache.tapestry.pageload.PageSource
-
Gets the page from a pool, or otherwise loads the page.
- getPage() - Method in exception org.apache.tapestry.StaleLinkException
-
Returns the page referenced by the service URL, if known,
or null otherwise.
- getPage() - Method in exception org.apache.tapestry.StaleSessionException
-
Returns the page referenced by the service URL, if known, or null otherwise.
- getPageChanges() - Method in class org.apache.tapestry.record.PersistentPropertyData
-
- getPageName() - Method in class org.apache.tapestry.AbstractPage
-
- getPageName() - Method in class org.apache.tapestry.engine.ExternalServiceParameter
-
- getPageName() - Method in class org.apache.tapestry.engine.HomeService
-
- getPageName() - Method in interface org.apache.tapestry.IPage
-
Returns the fully qualified name of the page, including its namespace prefix, if any.
- getPageName() - Method in exception org.apache.tapestry.StaleLinkException
-
- getPageName() - Method in exception org.apache.tapestry.StaleSessionException
-
- getPageName() - Method in class org.apache.tapestry.util.ComponentAddress
-
Returns the Page Name of the component.
- getPageNames() - Method in class org.apache.tapestry.engine.Namespace
-
- getPageNames() - Method in interface org.apache.tapestry.INamespace
-
Returns a sorted list of page names.
- getPageNames() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns a sorted list of page names explicitly defined by this library, or an empty list (but
not null).
- getPageNames() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getPageRecorder(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
Returns the page recorder for the named page.
- getPageRenderSupport(IRequestCycle, IComponent) - Static method in class org.apache.tapestry.TapestryUtils
-
- getPages() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the pages map.
- getPageService() - Method in class org.apache.tapestry.html.Frame
-
Injected engine service.
- getPageService() - Method in class org.apache.tapestry.html.Shell
-
- getPageService() - Method in class org.apache.tapestry.link.PageLink
-
- getPageSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getPageSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the source for pages.
- getPageSpecification(Resource) - Method in interface org.apache.tapestry.engine.ISpecificationSource
-
Retrieves a page specification, parsing it as necessary.
- getPageSpecification(String) - Method in class org.apache.tapestry.engine.Namespace
-
- getPageSpecification(String) - Method in interface org.apache.tapestry.INamespace
-
Returns the page specification of the named page (defined within the namespace).
- getPageSpecification(Resource, String, Location) - Method in class org.apache.tapestry.services.impl.NamespaceResourcesImpl
-
- getPageSpecification(Resource) - Method in class org.apache.tapestry.services.impl.SpecificationSourceImpl
-
- getPageSpecification(Resource, String, Location) - Method in interface org.apache.tapestry.services.NamespaceResources
-
Retrieves a page specification, parsing it as necessary.
- getPageSpecificationPath(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
- getPageSpecificationPath(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getParameter(String) - Method in class org.apache.tapestry.components.Block
-
Provides access to the invoking component's parameters.
- getParameter(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getParameter(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Returns a query parameter value, or null if not provided in the request.
- getParameter(String) - Method in class org.apache.tapestry.multipart.UploadFormParametersWrapper
-
- getParameter(String) - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
Returns the named parameter from the HttpServletRequest
.
- getParameter(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns the specification of a parameter with the given name, or null if no such parameter
exists.
- getParameter(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the specification of a parameter with the given name, or null if no such parameter
exists.
- getParameter(String) - Method in class org.apache.tapestry.util.ContentType
-
- getParameterMap() - Method in class org.apache.tapestry.multipart.UploadFormParametersWrapper
-
- getParameterName() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns the (primary) name of the parameter.
- getParameterName() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
- getParameterNames() - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getParameterNames() - Method in interface org.apache.tapestry.engine.ILink
-
Returns an array of parameters names (in no alphabetical order).
- getParameterNames() - Method in interface org.apache.tapestry.engine.ServiceEncoding
-
Returns an array of parameter names.
- getParameterNames() - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- getParameterNames() - Method in class org.apache.tapestry.link.StaticLink
-
- getParameterNames() - Method in class org.apache.tapestry.multipart.UploadFormParametersWrapper
-
- getParameterNames() - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
- getParameterNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns a List of of String names of all parameters.
- getParameterNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns a List of of String names of all parameters.
- getParameterNames() - Method in class org.apache.tapestry.util.ContentType
-
- getParameterNames() - Method in class org.apache.tapestry.util.QueryParameterMap
-
Returns the names of all parameters, sorted alphabetically.
- getParameterNames() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getParameterNames() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the names of all query parameters for this request.
- getParameters() - Method in class org.apache.tapestry.components.InvokeListener
-
Parameter
- getParameters(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getParameters(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Returns all query parameter values for the given name.
- getParameters() - Method in class org.apache.tapestry.link.DirectLink
-
- getParameters() - Method in class org.apache.tapestry.link.ExternalLink
-
- getParameters() - Method in class org.apache.tapestry.link.ServiceLink
-
- getParameters(String) - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
For parameters that are, or are possibly, multi-valued, this method returns all the values as
an array of Strings.
- getParameterValue(String) - Method in interface org.apache.tapestry.engine.ServiceEncoding
-
Returns the value for the named parameter.
- getParameterValue(String) - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- getParameterValue(String) - Method in class org.apache.tapestry.util.QueryParameterMap
-
Gets a query parameter value.
- getParameterValue(String) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getParameterValue(String) - Method in interface org.apache.tapestry.web.WebRequest
-
Returns a parameter value.
- getParameterValues(String) - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getParameterValues(String) - Method in interface org.apache.tapestry.engine.ILink
-
Returns the values for the named parameter.
- getParameterValues(String) - Method in interface org.apache.tapestry.engine.ServiceEncoding
-
Returns the value for the named parameter.
- getParameterValues(String) - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- getParameterValues(String) - Method in class org.apache.tapestry.link.StaticLink
-
- getParameterValues(String) - Method in class org.apache.tapestry.multipart.UploadFormParametersWrapper
-
- getParameterValues(String) - Method in class org.apache.tapestry.util.QueryParameterMap
-
Returns the array of values for the specified parameter.
- getParameterValues(String) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getParameterValues(String) - Method in interface org.apache.tapestry.web.WebRequest
-
Returns all parameter values for a particular parameter name.
- getParentNamespace() - Method in class org.apache.tapestry.engine.Namespace
-
- getParentNamespace() - Method in interface org.apache.tapestry.INamespace
-
Returns the parent namespace; the namespace which contains this namespace.
- getPath() - Method in class org.apache.tapestry.spec.AssetSpecification
-
Returns the base path for the asset.
- getPath() - Method in interface org.apache.tapestry.spec.IAssetSpecification
-
Returns the base path for the asset.
- getPathInfo() - Method in interface org.apache.tapestry.engine.ServiceEncoding
-
Returns the portion of the URL after the servlet itself.
- getPathInfo() - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- getPathInfo() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getPathInfo() - Method in interface org.apache.tapestry.web.WebRequest
-
Return any additional path info beyond the servlet path itself.
- getPattern() - Method in class org.apache.tapestry.form.translator.FormatTranslator
-
- getPattern(String, String, Locale) - Method in class org.apache.tapestry.valid.BaseValidator
-
Gets a pattern, either as the default value, or as a localized key.
- getPattern(String, String, Locale) - Method in class org.apache.tapestry.valid.UrlValidator
-
- getPatternDelegate() - Method in class org.apache.tapestry.valid.PatternValidator
-
Returns the custom pattern matcher if one is provided or creates and returns the
default matcher laziliy.
- getPatternMatcher() - Method in class org.apache.tapestry.util.RegexpMatcher
-
- getPatternNotMatchedMessage() - Method in class org.apache.tapestry.valid.PatternValidator
-
Returns custom validation failure message.
- getPatternString() - Method in class org.apache.tapestry.valid.PatternValidator
-
Returns the pattern that this validator uses for validation.
- getPersistence() - Method in interface org.apache.tapestry.spec.IPropertySpecification
-
If null, then the property is not persistent.
- getPersistence() - Method in class org.apache.tapestry.spec.PropertySpecification
-
- getPort() - Method in interface org.apache.tapestry.components.ILinkComponent
-
Returns the desired port (i.e., "80" or "443") for the link, or null to not output a
specific port (in which case the URL will fall under the incoming request's port).
- getPort() - Method in class org.apache.tapestry.form.Form
-
port , may be null
- getPort() - Method in class org.apache.tapestry.link.AbsoluteLinkRenderer
-
- getPrefix() - Method in class org.apache.tapestry.asset.AssetFactoryContribution
-
- getPrefix() - Method in class org.apache.tapestry.services.impl.BindingPrefixContribution
-
- getPrefix() - Method in class org.apache.tapestry.util.io.BooleanAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.ByteAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.CharacterAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.ComponentAddressAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.DoubleAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.FloatAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.IntegerAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.LongAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.SerializableAdaptor
-
- getPrefix() - Method in class org.apache.tapestry.util.io.ShortAdaptor
-
- getPrefix() - Method in interface org.apache.tapestry.util.io.SqueezeAdaptor
-
Returns one or more characters, each of which will be a prefix for this adaptor.
- getPrefix() - Method in class org.apache.tapestry.util.io.StringAdaptor
-
- getPreloadedImageReference(String) - Method in class org.apache.tapestry.html.Body
-
Adds to the script an initialization for the named variable as an Image(), to the given URL.
- getPreloadedImageReference(String) - Method in interface org.apache.tapestry.PageRenderSupport
-
Sets up the given URL to preload, and returns a reference to the loaded image, in the form of
a snippet of JavaScript expression that can be inserted into some larger block of JavaScript
as a function parameter, or as a property assignment.
- getPreloadedImageReference(String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
-
- getPrimaryKey(Object) - Method in interface org.apache.tapestry.components.IPrimaryKeyConverter
-
Returns the primary key of the given value
- getPrimaryKey(Object) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Gets the primary key of an object previously stored in this converter.
- getPrimaryKeyFromValue(Object) - Method in class org.apache.tapestry.components.ForBean
-
Returns the primary key of the given value.
- getPrintWriter(ContentType) - Method in class org.apache.tapestry.web.ServletWebResponse
-
- getPrintWriter(ContentType) - Method in interface org.apache.tapestry.web.WebResponse
-
Returns a PrintWriter
to which output should be sent.
- getProperties() - Method in class org.apache.tapestry.util.exception.ExceptionDescription
-
- getProperty(String) - Method in class org.apache.tapestry.AbstractComponent
-
Deprecated.
- getProperty(Map, Object, Object) - Method in class org.apache.tapestry.bean.BeanProviderPropertyAccessor
-
Checks to see if the name matches the name of a bean inside
the provider and returns that bean if so.
- getProperty(String) - Method in interface org.apache.tapestry.IComponent
-
Deprecated.
To be removed in 4.1. Use
PropertyUtils.read(java.lang.Object, java.lang.String)
instead
- getProperty(Map, Object, Object) - Method in class org.apache.tapestry.listener.ListenerMapPropertyAccessor
-
Checks to see if the ListenerMapImpl provides the named listener, returning the listener if
it does.
- getProperty() - Method in class org.apache.tapestry.services.impl.InfrastructureContribution
-
The property of the
Infrastructure
for which a value is
to be provided.
- getProperty(String) - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getProperty(String) - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns a named property.
- getProperty() - Method in interface org.apache.tapestry.spec.InjectSpecification
-
Returns the name of the property to be created.
- getProperty() - Method in class org.apache.tapestry.spec.InjectSpecificationImpl
-
- getProperty(String) - Method in class org.apache.tapestry.util.BasePropertyHolder
-
- getProperty(String) - Method in interface org.apache.tapestry.util.IPropertyHolder
-
Retrieves the named property, or null if the property is not defined.
- getProperty(String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
-
Returns the property value corresponding the provided key.
- getProperty(String, String) - Method in class org.apache.tapestry.util.text.LocalizedProperties
-
Returns the property value corresponding to the provided key,
or the provided default value if no such property exists.
- getPropertyMap() - Method in class org.apache.tapestry.util.text.LocalizedProperties
-
Returns the map containing all properties.
- getPropertyName() - Method in class org.apache.tapestry.bean.AbstractBeanInitializer
-
- getPropertyName() - Method in interface org.apache.tapestry.bean.IBeanInitializer
-
Returns the name of the property this initializer
will set.
- getPropertyName() - Method in class org.apache.tapestry.bean.LightweightBeanInitializer
-
Returns the initializer itself, rather than any single property name.
- getPropertyName() - Method in class org.apache.tapestry.event.ObservedChangeEvent
-
- getPropertyName() - Method in class org.apache.tapestry.record.ChangeKey
-
- getPropertyName() - Method in interface org.apache.tapestry.record.PropertyChange
-
The name of the property that changed.
- getPropertyName() - Method in class org.apache.tapestry.record.PropertyChangeImpl
-
The name of the property that changed.
- getPropertyName() - Method in class org.apache.tapestry.spec.AssetSpecification
-
- getPropertyName() - Method in class org.apache.tapestry.spec.BeanSpecification
-
- getPropertyName() - Method in class org.apache.tapestry.spec.ContainedComponent
-
- getPropertyName() - Method in interface org.apache.tapestry.spec.IContainedComponent
-
Returns the name of the property to be created for this component,
or null if no property should be created.
- getPropertyName() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns the name of the JavaBeans property to connect the parameter to.
- getPropertyName() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
Returns the name of the JavaBeans property to connect the parameter to.
- getPropertyName() - Method in interface org.apache.tapestry.spec.PropertyInjectable
-
Returns the name of the property to be created for this component, or null if no property
should be created.
- getPropertyNames() - Method in class org.apache.tapestry.util.BasePropertyHolder
-
- getPropertyNames() - Method in interface org.apache.tapestry.util.IPropertyHolder
-
Returns a List of Strings, the names of all
properties held by the receiver.
- getPropertySource() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getPropertySource() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. This value can now be injected as "infrastructure:applicationPropertySource".
- getPropertySpecification(String) - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getPropertySpecification(String) - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getPropertySpecificationNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getPropertySpecificationNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getPropertyType(String) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Returns the type of an existing property of the base component class.
- getPropertyType(String) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- getPropertyValue(String) - Method in interface org.apache.tapestry.engine.IPropertySource
-
Returns the value for a given property, or null if the
source does not provide a value for the named property.
- getPropertyValue(String) - Method in class org.apache.tapestry.engine.Namespace
-
Returns property values defined in the namespace's library specification.
- getPropertyValue(String) - Method in class org.apache.tapestry.services.impl.InitializationParameterHolderPropertySource
-
- getPropertyValue(String, Locale) - Method in class org.apache.tapestry.services.impl.LocalizedPropertySource
-
Get the property from the source, trying different variations of propertyName (adding
suffixes).
- getPropertyValue(String) - Method in class org.apache.tapestry.services.impl.SymbolSourcesPropertySource
-
Invokes Module#getSymbolValue(java.lang.String)
.
- getPropertyValue(String) - Method in class org.apache.tapestry.util.PropertyHolderPropertySource
-
- getPropertyValue(String) - Method in class org.apache.tapestry.util.ResourceBundlePropertySource
-
Gets the value from the bundle by invoking
ResourceBundle.getString(java.lang.String)
.
- getPropertyValue(String) - Method in class org.apache.tapestry.util.SystemPropertiesPropertySource
-
Delegates to System.getProperty(java.lang.String)
.
- getPublicId() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
Returns the XML Public Id for the specification file, or null if not applicable.
- getPublicId() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns the XML Public Id for the specification file, or null if not applicable.
- getPublicId() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
- getPublicId() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Returns the XML Public Id for the library file, or null if not applicable.
- getQName() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Returns the qualified name for the current element.
- getRaw() - Method in class org.apache.tapestry.components.Insert
-
- getRaw() - Method in class org.apache.tapestry.html.InsertText
-
Parameter
- getRaw() - Method in class org.apache.tapestry.valid.FieldLabel
-
raw parameter
- getRealPath(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getRealPath(String) - Method in interface org.apache.tapestry.web.WebContext
-
Returns a String
containing the real path for a given virtual path.
- getRedirectLocation() - Method in exception org.apache.tapestry.RedirectException
-
- getRefresh() - Method in class org.apache.tapestry.form.Form
-
refresh parameter, may be null
- getRefresh() - Method in class org.apache.tapestry.html.Shell
-
- getRemoteUser() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getRemoteUser() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the login of the user making this request, if the user has been authenticated, or
null if the user has not been authenticated.
- getRenderableAdaptor(Object) - Method in interface org.apache.tapestry.describe.RenderableAdapterFactory
-
Returns an object that can render the input object.
- getRenderableAdaptor(Object) - Method in class org.apache.tapestry.describe.RenderableAdapterFactoryImpl
-
- getRenderBaseTag() - Method in class org.apache.tapestry.html.Shell
-
- getRenderContentType() - Method in class org.apache.tapestry.html.Shell
-
- getRenderer() - Method in class org.apache.tapestry.link.AbstractLinkComponent
-
- getReportStatusHub() - Method in class org.apache.tapestry.html.RequestDisplay
-
- getReportStatusRenderer() - Method in class org.apache.tapestry.html.RequestDisplay
-
- getRequest() - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
Returns the request which initiated the current request cycle.
- getRequest() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getRequest() - Method in class org.apache.tapestry.services.impl.RequestGlobalsImpl
-
- getRequest() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the request for the current request cycle.
- getRequest() - Method in interface org.apache.tapestry.services.RequestGlobals
-
- getRequestContext() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getRequestContext() - Method in interface org.apache.tapestry.IRequestCycle
-
Deprecated.
To be removed in 4.1.
- getRequestCycle() - Method in class org.apache.tapestry.AbstractPage
-
- getRequestCycle() - Method in class org.apache.tapestry.event.PageEvent
-
- getRequestCycle() - Method in interface org.apache.tapestry.IPage
-
- getRequestCycle() - Method in interface org.apache.tapestry.script.ScriptSession
-
Returns the current request cycle.
- getRequestCycle() - Method in class org.apache.tapestry.script.ScriptSessionImpl
-
- getRequestCycle() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getRequestCycle() - Method in class org.apache.tapestry.services.impl.RequestGlobalsImpl
-
- getRequestCycle() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the request cycle for the current thread.
- getRequestCycle() - Method in interface org.apache.tapestry.services.RequestGlobals
-
- getRequestCycleFactory() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getRequestCycleFactory() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getRequestExceptionReporter() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getRequestExceptionReporter() - Method in interface org.apache.tapestry.services.Infrastructure
-
Service used to report exceptions to the console.
- getRequestURI() - Method in class org.apache.tapestry.request.DecodedRequest
-
No default, a value must be set by the decoder.
- getRequestURI() - Method in class org.apache.tapestry.request.DecodedRequestWrapper
-
- getRequestURI() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getRequestURI() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the path portion of the request which triggered this request.
- getRequiredMessage() - Method in class org.apache.tapestry.valid.BaseValidator
-
- getRequiredParameters() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getRequiredParameters() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getRequiresSession() - Method in class org.apache.tapestry.form.Form
-
Returns true if the stateful parameter is bound to a true value.
- getRequiresSession() - Method in interface org.apache.tapestry.IAction
-
Deprecated.
Returns true if the component requires an existing, not new,
HttpSession
to operate.
- getRequiresSession() - Method in class org.apache.tapestry.link.ActionLink
-
Deprecated.
Returns true if the stateful parameter is bound to a true value.
- getReservedParameterNames() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getReservedParameterNames() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
Returns a Set of Strings; the reserved parameter names for the component.
- getResetEventHub() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getResetEventHub() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the coordinator to be notified of reset events (which will, in turn, notify other
services that they should discard cached data).
- getResource() - Method in class org.apache.tapestry.services.impl.ResourceLocalization
-
The localized version of the resource; this may or may not exist.
- getResource() - Method in class org.apache.tapestry.util.DescribedLocation
-
Returns the resource provided in the constructor.
- getResource(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getResource(String) - Method in interface org.apache.tapestry.web.WebContext
-
Returns a URL to the resource that is mapped to a specified path.
- getResourceAsStream() - Method in class org.apache.tapestry.asset.ContextAsset
-
- getResourceAsStream() - Method in class org.apache.tapestry.asset.ExternalAsset
-
- getResourceAsStream() - Method in class org.apache.tapestry.asset.PrivateAsset
-
- getResourceAsStream() - Method in interface org.apache.tapestry.IAsset
-
Accesses the localized version of the resource (if possible) and returns it as an input
stream.
- getResourceAsStream(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getResourceAsStream(String) - Method in interface org.apache.tapestry.web.WebContext
-
Returns the resource located at the named path as an InputStream
object.
- getResourceLocation() - Method in class org.apache.tapestry.asset.AbstractAsset
-
- getResourceLocation() - Method in interface org.apache.tapestry.IAsset
-
Returns the underlying location of the asset.
- getResourcePaths(String) - Method in class org.apache.tapestry.web.ServletWebContext
-
- getResourcePaths(String) - Method in interface org.apache.tapestry.web.WebContext
-
Returns a directory-like listing of all the paths to resources within
the web application whose longest sub-path matches the supplied
path argument.
- getResourceURL() - Method in class org.apache.tapestry.asset.ExternalResource
-
- getResourceURL() - Method in class org.apache.tapestry.web.WebContextResource
-
- getResponse() - Method in class org.apache.tapestry.form.Form
-
Injected
- getResponse() - Method in class org.apache.tapestry.html.Body
-
Injected
- getResponse() - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
- getResponse() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getResponse() - Method in class org.apache.tapestry.services.impl.RequestGlobalsImpl
-
- getResponse() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the response for the current request cycle.
- getResponse() - Method in interface org.apache.tapestry.services.RequestGlobals
-
- getResponseContentType() - Method in class org.apache.tapestry.html.BasePage
-
- getResponseContentType() - Method in interface org.apache.tapestry.IPage
-
Invoked to obtain the content type to be used for the response.
- getResponseContentType() - Method in class org.apache.tapestry.wml.Deck
-
- getResponseRenderer() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getResponseRenderer() - Method in interface org.apache.tapestry.services.Infrastructure
-
Renders the active page as the response.
- getRootCause() - Method in exception org.apache.tapestry.parse.TemplateParseException
-
- getScheme() - Method in interface org.apache.tapestry.components.ILinkComponent
-
Returns the desired scheme (i.e., "http" or "https") for the link, or null to not output a
specific scheme (in which case the URL will fall under the incoming request's scheme).
- getScheme() - Method in class org.apache.tapestry.form.Form
-
scheme parameter, may be null
- getScheme() - Method in class org.apache.tapestry.link.AbsoluteLinkRenderer
-
- getScheme() - Method in class org.apache.tapestry.request.DecodedRequest
-
Default value is 'http'.
- getScheme() - Method in class org.apache.tapestry.request.DecodedRequestWrapper
-
- getScheme() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getScheme() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the name of the scheme used to make this request.
- getScope() - Method in class org.apache.tapestry.engine.state.StateObjectContribution
-
- getScope() - Method in class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
-
- getScript(Resource) - Method in class org.apache.tapestry.engine.DefaultScriptSource
-
- getScript(Resource) - Method in interface org.apache.tapestry.engine.IScriptSource
-
Retrieves the script identified by the location from the source's cache,
reading and parsing the script if necessary.
- getScript() - Method in interface org.apache.tapestry.enhance.DeferredScript
-
- getScript() - Method in class org.apache.tapestry.enhance.DeferredScriptImpl
-
- getScript() - Method in class org.apache.tapestry.form.AbstractFormComponentContributor
-
- getScript() - Method in class org.apache.tapestry.form.DatePicker
-
Injected
- getScript() - Method in class org.apache.tapestry.form.LinkSubmit
-
- getScript() - Method in class org.apache.tapestry.html.Rollover
-
- getScriptAsset() - Method in class org.apache.tapestry.html.Script
-
- getScriptPath() - Method in class org.apache.tapestry.html.Script
-
- getScriptPath() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
- getScriptPath() - Method in class org.apache.tapestry.valid.DateValidator
-
- getScriptPath() - Method in class org.apache.tapestry.valid.EmailValidator
-
- getScriptPath() - Method in class org.apache.tapestry.valid.StringValidator
-
- getScriptPath() - Method in class org.apache.tapestry.valid.UrlValidator
-
- getScriptResource() - Method in interface org.apache.tapestry.IScript
-
Returns the location from which the script was loaded.
- getScriptResource() - Method in class org.apache.tapestry.script.ParsedScript
-
- getScriptSource() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getScriptSource() - Method in class org.apache.tapestry.html.Script
-
Injected
- getScriptSource() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. This value can now be injected as "infrastructure:scriptSource".
- getScriptSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getScriptSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
The source for ready-to-execute versions of Tapestry script templates.
- getScriptTemplateResource() - Method in interface org.apache.tapestry.script.ScriptSession
-
Returns the resource for the script template.
- getScriptTemplateResource() - Method in class org.apache.tapestry.script.ScriptSessionImpl
-
- getServerName() - Method in class org.apache.tapestry.link.AbsoluteLinkRenderer
-
- getServerName() - Method in class org.apache.tapestry.request.DecodedRequest
-
No default, a value must be set by the decoder.
- getServerName() - Method in class org.apache.tapestry.request.DecodedRequestWrapper
-
- getServerName() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getServerName() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the host name of the server that received the request.
- getServerPort() - Method in class org.apache.tapestry.request.DecodedRequest
-
Default value is 80.
- getServerPort() - Method in class org.apache.tapestry.request.DecodedRequestWrapper
-
- getServerPort() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getServerPort() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the port number on which this request was received.
- getService(String) - Method in class org.apache.tapestry.engine.AbstractEngine
-
Returns a service with the given name.
- getService() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getService(String) - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. Engine services can now be injected.
- getService() - Method in interface org.apache.tapestry.IRequestCycle
-
Returns the service which initiated this request cycle.
- getService() - Method in class org.apache.tapestry.link.ServiceLink
-
- getService() - Method in class org.apache.tapestry.services.impl.EngineServiceContribution
-
- getService(String) - Method in class org.apache.tapestry.services.impl.ServiceMapImpl
-
- getService(String) - Method in interface org.apache.tapestry.services.ServiceMap
-
Returns the named service.
- getServiceClassName(String) - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Deprecated.
to be removed in release 4.1
- getServiceClassName(String) - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getServiceEncoders() - Method in class org.apache.tapestry.services.impl.LinkFactoryImpl
-
- getServiceEncoders() - Method in interface org.apache.tapestry.services.LinkFactory
-
- getServiceMap() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getServiceMap() - Method in interface org.apache.tapestry.services.Infrastructure
-
The object from which engine services are obtained.
- getServiceNames() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Deprecated.
to be removed in release 4.1
- getServiceNames() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getServiceParameters() - Method in class org.apache.tapestry.engine.DirectServiceParameter
-
- getServiceParameters() - Method in class org.apache.tapestry.engine.ExternalServiceParameter
-
- getServiceParameters() - Method in class org.apache.tapestry.engine.RequestCycle
-
- getServiceParameters() - Method in interface org.apache.tapestry.IRequestCycle
-
- getServices() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
Deprecated.
To be removed in release 4.1.
- getServletContext() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
Returns the previously stored context.
- getServletContext() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getServletPath() - Method in interface org.apache.tapestry.engine.ServiceEncoding
-
Returns the servlet path for the request.
- getServletPath() - Method in class org.apache.tapestry.engine.ServiceEncodingImpl
-
- getSession() - Method in class org.apache.tapestry.request.RequestContext
-
Deprecated.
Returns the HttpSession
, if necessary, invoking
HttpServletRequest.getSession(boolean)
.
- getSession(boolean) - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getSession(boolean) - Method in interface org.apache.tapestry.web.WebRequest
-
Returns the current
WebSession
associated with this request, possibly creating it if
it does not already exist.
- getSharedInstance() - Static method in class org.apache.tapestry.engine.NullWriter
-
- getShowAscii() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getSimplePageName() - Method in interface org.apache.tapestry.resolver.PageSpecificationResolver
-
Returns just the name of the page, unqualified by any namespace.
- getSimplePageName() - Method in class org.apache.tapestry.resolver.PageSpecificationResolverImpl
-
- getSize() - Method in class org.apache.tapestry.multipart.UploadPart
-
- getSize() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns the size, in bytes, of the uploaded content.
- getSource() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getSourceData() - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
Gets the source binding and returns an Iterator
representing the values identified by
the source.
- getSpacingInterval() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getSpecification() - Method in class org.apache.tapestry.AbstractComponent
-
- getSpecification() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getSpecification() - Method in class org.apache.tapestry.engine.Namespace
-
- getSpecification() - Method in interface org.apache.tapestry.IComponent
-
Returns the specification which defines the component.
- getSpecification() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. This value can be injected as "infrastructure:applicationSpecification".
- getSpecification() - Method in interface org.apache.tapestry.INamespace
-
- getSpecification() - Method in class org.apache.tapestry.pageload.ComponentClassProviderContext
-
Returns the specification defining the page.
- getSpecification() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the resolved specification.
- getSpecification() - Method in interface org.apache.tapestry.resolver.ComponentSpecificationResolver
-
The specification resolved by the resolve() method.
- getSpecification() - Method in interface org.apache.tapestry.resolver.PageSpecificationResolver
-
Returns the specification for the page.
- getSpecification() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
- getSpecification() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getSpecificationLocation() - Method in class org.apache.tapestry.engine.Namespace
-
- getSpecificationLocation() - Method in interface org.apache.tapestry.INamespace
-
Returns the location of the resource from which the specification for this namespace was
read.
- getSpecificationLocation() - Method in class org.apache.tapestry.spec.ComponentSpecification
-
- getSpecificationLocation() - Method in interface org.apache.tapestry.spec.IComponentSpecification
-
- getSpecificationLocation() - Method in interface org.apache.tapestry.spec.ILibrarySpecification
-
Returns the location from which the specification was read.
- getSpecificationLocation() - Method in class org.apache.tapestry.spec.LibrarySpecification
-
- getSpecificationSource() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getSpecificationSource() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. This value can be injected as "infrastructure:specificationSource".
- getSpecificationSource() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the specification source for the running application.
- getSpecificationSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getSpecificationSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns the source of all application, page, component and library specifications.
- getStackTrace(Throwable) - Method in class org.apache.tapestry.util.exception.ExceptionAnalyzer
-
Gets the stack trace for the exception, and converts it into an array of strings.
- getStackTrace() - Method in class org.apache.tapestry.util.exception.ExceptionDescription
-
- getStaleLinkExceptionPresenter() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getStaleLinkExceptionPresenter() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getStaleSessionExceptionPresenter() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getStaleSessionExceptionPresenter() - Method in interface org.apache.tapestry.services.Infrastructure
-
- getStoredChanges(String) - Method in class org.apache.tapestry.record.ClientPropertyPersistenceStrategy
-
- getStoredChanges(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategy
-
- getStoredChanges(String) - Method in class org.apache.tapestry.record.SessionPropertyPersistenceStrategy
-
- getStoredData(IRequestCycle, String) - Method in class org.apache.tapestry.components.ForBean
-
Returns a list of the values stored as Hidden fields in the form.
- getStrategy() - Method in class org.apache.tapestry.record.PropertyPersistenceStrategyContribution
-
- getStrategy(String) - Method in interface org.apache.tapestry.record.PropertyPersistenceStrategySource
-
Returns the name strategy.
- getStrategy(String) - Method in class org.apache.tapestry.record.PropertyPersistenceStrategySourceImpl
-
- getStrategy(Class) - Static method in class org.apache.tapestry.valid.NumberValidator
-
Returns an strategy for the given type.
- getStrategySource() - Method in class org.apache.tapestry.engine.RequestCycleEnvironment
-
- getStream() - Method in class org.apache.tapestry.multipart.UploadPart
-
- getStream() - Method in interface org.apache.tapestry.request.IUploadFile
-
Returns an input stream of the content of the file.
- getString(HttpServletRequest, String) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Returns the single value (or first value) for the parameter with the specified name.
- getString() - Method in class org.apache.tapestry.valid.RenderString
-
- getStringParameterNames(HttpServletRequest) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Returns the names of all parameters whose type is string (not file upload).
- getStringRep(Object) - Method in class org.apache.tapestry.components.ForBean.CompleteRepSource
-
- getStringRep(Object) - Method in class org.apache.tapestry.components.ForBean.KeyExpressionRepSource
-
- getStringRep(Object) - Method in interface org.apache.tapestry.components.ForBean.RepSource
-
- getStringRepFromValue(Object) - Method in class org.apache.tapestry.components.ForBean
-
Returns the string representation of the value.
- getStrings(HttpServletRequest, String) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Returns an array of values (possibly a single element array).
- getStyleClass() - Method in class org.apache.tapestry.components.Insert
-
- getStylesheet() - Method in class org.apache.tapestry.html.Shell
-
- getStylesheets() - Method in class org.apache.tapestry.html.Shell
-
- getSubheaderClass() - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiverStyles
-
- getSubjectClass() - Method in class org.apache.tapestry.coerce.TypeConverterContribution
-
- getSubjectClass() - Method in class org.apache.tapestry.services.impl.PropertyAccessorContribution
-
- getSubmitOnChange() - Method in class org.apache.tapestry.form.PropertySelection
-
- getSubstituteChar() - Method in class org.apache.tapestry.util.io.BinaryDumpOutputStream
-
- getSubType() - Method in class org.apache.tapestry.util.ContentType
-
- getSuccess() - Method in class org.apache.tapestry.form.Form
-
success parameter, may be null
- getSymbols() - Method in class org.apache.tapestry.html.Script
-
Returns the complete set of symbols (input and output) from the script execution.
- getSymbols() - Method in interface org.apache.tapestry.script.ScriptSession
-
Returns the symbols (which may be created or updated during the execution of the script
template).
- getSymbols() - Method in class org.apache.tapestry.script.ScriptSessionImpl
-
- getSystemPropertiesRenderer() - Method in class org.apache.tapestry.html.RequestDisplay
-
- getTableClass() - Method in class org.apache.tapestry.describe.HTMLDescriptionReceiverStyles
-
- getTag() - Method in class org.apache.tapestry.parse.CloseToken
-
- getTag() - Method in class org.apache.tapestry.parse.LocalizationToken
-
- getTag() - Method in class org.apache.tapestry.parse.OpenToken
-
Returns the tag used to represent the component within the template.
- getTarget() - Method in interface org.apache.tapestry.components.ILinkComponent
-
Returns the name of the target window or frame for this link, or null if current window or
frame is to be used.
- getTargetActionId() - Method in exception org.apache.tapestry.StaleLinkException
-
- getTargetAttribute() - Method in class org.apache.tapestry.link.DefaultLinkRenderer
-
- getTargetIdPath() - Method in exception org.apache.tapestry.StaleLinkException
-
- getTargetNamespace() - Method in class org.apache.tapestry.link.PageLink
-
- getTargetPage() - Method in class org.apache.tapestry.html.Frame
-
- getTargetPage() - Method in class org.apache.tapestry.link.ExternalLink
-
- getTargetPage() - Method in class org.apache.tapestry.link.PageLink
-
- getTargetPageName() - Method in exception org.apache.tapestry.PageRedirectException
-
- getTemplate(IRequestCycle, IComponent) - Method in class org.apache.tapestry.services.impl.TemplateSourceImpl
-
Reads the template for the component.
- getTemplate(IRequestCycle, IComponent) - Method in interface org.apache.tapestry.services.TemplateSource
-
Locates the template for the component.
- getTemplateData() - Method in class org.apache.tapestry.parse.ComponentTemplate
-
- getTemplateDataAsString() - Method in class org.apache.tapestry.parse.TextToken
-
- getTemplateSource() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getTemplateSource() - Method in interface org.apache.tapestry.services.Infrastructure
-
Returns component or page template contents.
- getThreadLocale() - Method in class org.apache.tapestry.form.TranslatedFieldSupportImpl
-
- getTitle() - Method in class org.apache.tapestry.html.Shell
-
- getTitle() - Method in class org.apache.tapestry.wml.Card
-
- getTitle() - Method in class org.apache.tapestry.wml.Input
-
- getTitle() - Method in class org.apache.tapestry.wml.Select
-
- getToken(int) - Method in class org.apache.tapestry.parse.ComponentTemplate
-
- getTokenCount() - Method in class org.apache.tapestry.parse.ComponentTemplate
-
- getTokens() - Method in class org.apache.tapestry.parse.TemplateParser
-
Give subclasses access to the parse results.
- getTranslatedFieldSupport() - Method in class org.apache.tapestry.form.DatePicker
-
Injected.
- getTranslatedFieldSupport() - Method in class org.apache.tapestry.form.TextArea
-
Injected.
- getTranslatedFieldSupport() - Method in class org.apache.tapestry.form.TextField
-
Injected.
- getTranslator() - Method in interface org.apache.tapestry.form.TranslatedField
-
- getTranslator(String) - Method in class org.apache.tapestry.util.text.DefaultCharacterTranslatorSource
-
If the encoding is a Unicode one, returns a translator that encodes only the
non-safe ASCII characters and leaves the others untouched.
- getTranslator(String) - Method in interface org.apache.tapestry.util.text.ICharacterTranslatorSource
-
- getTranslator(String) - Method in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
-
- getType(String) - Method in class org.apache.tapestry.enhance.JavaClassMapping
-
- getType() - Method in class org.apache.tapestry.parse.TemplateToken
-
- getType() - Method in interface org.apache.tapestry.resolver.ComponentSpecificationResolver
-
Returns the unqualified type of the component (i.e., with any namespace prefix stripped off).
- getType() - Method in class org.apache.tapestry.resolver.ComponentSpecificationResolverImpl
-
- getType() - Method in class org.apache.tapestry.spec.BindingSpecification
-
- getType() - Method in class org.apache.tapestry.spec.ContainedComponent
-
- getType() - Method in interface org.apache.tapestry.spec.IBindingSpecification
-
- getType() - Method in interface org.apache.tapestry.spec.IContainedComponent
-
- getType() - Method in interface org.apache.tapestry.spec.InjectSpecification
-
Returns the type of injection.
- getType() - Method in class org.apache.tapestry.spec.InjectSpecificationImpl
-
- getType() - Method in interface org.apache.tapestry.spec.IParameterSpecification
-
Returns the class name of the expected type of the parameter.
- getType() - Method in interface org.apache.tapestry.spec.IPropertySpecification
-
- getType() - Method in class org.apache.tapestry.spec.ParameterSpecification
-
Returns the class name of the expected type of the parameter.
- getType() - Method in class org.apache.tapestry.spec.PropertySpecification
-
The type of property to create, or null if no type was specified.
- getType() - Method in class org.apache.tapestry.wml.Do
-
- getType() - Method in class org.apache.tapestry.wml.OnEvent
-
- getUnassociatedTrackings() - Method in class org.apache.tapestry.valid.ValidationDelegate
-
- getUniqueId(String) - Method in class org.apache.tapestry.engine.RequestCycle
-
- getUniqueId(String) - Method in interface org.apache.tapestry.IRequestCycle
-
Returns the provided string, possibly modified (with an appended suffix) to make it unique.
- getUniqueString(String) - Method in class org.apache.tapestry.html.Body
-
- getUniqueString(String) - Method in interface org.apache.tapestry.IScriptProcessor
-
Ensures that the given string is unique.
- getUniqueString(String) - Method in class org.apache.tapestry.script.ScriptSessionImpl
-
- getUniqueString(String) - Method in class org.apache.tapestry.util.PageRenderSupportImpl
-
- getUnwrapperMethodName(Class) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
Returns the name of the static method, within EnhanceUtils, used to unwrap a binding to a
primitive type.
- getUploadFile(HttpServletRequest, String) - Method in interface org.apache.tapestry.multipart.IMultipartDecoder
-
Returns the uploaded file with the specified parameter name, or null if no such parameter was
in the request.
- getUri() - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Returns the URI for the current element.
- getURL() - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getURL(String, boolean) - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.engine.EngineServiceLink
-
- getURL() - Method in interface org.apache.tapestry.engine.ILink
-
Returns the relative URL as a String.
- getURL(String, boolean) - Method in interface org.apache.tapestry.engine.ILink
-
Returns the relative URL as a String.
- getURL(String, String, int, String, boolean) - Method in interface org.apache.tapestry.engine.ILink
-
Returns the URL as either a local or absoluate URL, depending on whether any of the
parameters are both non-null and mismatched against the incoming request.
- getURL() - Method in class org.apache.tapestry.link.StaticLink
-
- getURL(String, boolean) - Method in class org.apache.tapestry.link.StaticLink
-
- getURL(String, String, int, String, boolean) - Method in class org.apache.tapestry.link.StaticLink
-
- getUrlAttribute() - Method in class org.apache.tapestry.link.DefaultLinkRenderer
-
- getUrlAttribute() - Method in class org.apache.tapestry.wml.OptionRenderer
-
- getUserPrincipal() - Method in class org.apache.tapestry.web.ServletWebRequest
-
- getUserPrincipal() - Method in interface org.apache.tapestry.web.WebRequest
-
Returns a java.security.Principal object containing the name of the current authenticated
user.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.Checkbox
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.DatePicker
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.PropertySelection
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.RadioGroup
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.Select
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.TextArea
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.TextField
-
Injected.
- getValidatableFieldSupport() - Method in class org.apache.tapestry.form.Upload
-
Injected.
- getValidator() - Method in class org.apache.tapestry.valid.ValidField
-
- getValidatorClass() - Method in class org.apache.tapestry.form.validator.ValidatorContribution
-
- getValidators() - Method in interface org.apache.tapestry.form.ValidatableField
-
Coerced into an Iterator of Validators
- getValidatorsIterator(ValidatableField) - Method in class org.apache.tapestry.form.ValidatableFieldSupportImpl
-
- getValue() - Method in class org.apache.tapestry.bean.Default
-
Returns the value of the binding.
- getValue(int) - Method in class org.apache.tapestry.coerce.StringConvertedPropertySelectionModel
-
- getValue() - Method in class org.apache.tapestry.components.ForBean
-
Returns the most recent value extracted from the source parameter.
- getValue() - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
Returns the most recent value extracted from the source parameter.
- getValue() - Method in class org.apache.tapestry.components.Insert
-
- getValue(Object) - Method in interface org.apache.tapestry.components.IPrimaryKeyConverter
-
Returns the value corresponding the given primary key
- getValue() - Method in class org.apache.tapestry.form.Checkbox
-
- getValue() - Method in class org.apache.tapestry.form.DatePicker
-
- getValue() - Method in class org.apache.tapestry.form.Hidden
-
- getValue() - Method in class org.apache.tapestry.form.HiddenFieldData
-
- getValue(int) - Method in interface org.apache.tapestry.form.IPropertySelectionModel
-
Returns a String used to represent the option in the HTML (as the value of an <option>
or <input type=radio>.
- getValue(int) - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
- getValue() - Method in class org.apache.tapestry.form.LabeledPropertySelectionModel
-
Returns the value of the initial IPropertySelectionModel option
- getValue() - Method in class org.apache.tapestry.form.ListEditMap
-
- getValue() - Method in class org.apache.tapestry.form.PropertySelection
-
- getValue() - Method in class org.apache.tapestry.form.Radio
-
- getValue(int) - Method in class org.apache.tapestry.form.StringPropertySelectionModel
-
Values are indexes into the array of options.
- getValue() - Method in class org.apache.tapestry.form.TextArea
-
- getValue() - Method in class org.apache.tapestry.form.TextField
-
- getValue() - Method in class org.apache.tapestry.html.InsertText
-
Parameter
- getValue() - Method in class org.apache.tapestry.multipart.ValuePart
-
Returns the value, or the first value (if multi-valued).
- getValue() - Method in class org.apache.tapestry.spec.BindingSpecification
-
- getValue() - Method in interface org.apache.tapestry.spec.IBindingSpecification
-
For a prefixed binding specification (the typical type), the value is a binding reference; a
string used to contruct the actual binding, and consists of a prefix (such as "ognl:" or
"message:") and a locator.
- getValue(Object) - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Given a primary key, locates the corresponding object.
- getValue() - Method in class org.apache.tapestry.util.exception.ExceptionProperty
-
- getValue() - Method in class org.apache.tapestry.valid.ValidField
-
- getValue() - Method in class org.apache.tapestry.wml.Input
-
- getValue() - Method in class org.apache.tapestry.wml.Option
-
- getValue() - Method in class org.apache.tapestry.wml.Select
-
- getValue() - Method in class org.apache.tapestry.wml.Setvar
-
- getValue() - Method in class org.apache.tapestry.wml.Timer
-
- getValueConverter() - Method in class org.apache.tapestry.binding.AbstractBinding
-
- getValueConverter() - Method in class org.apache.tapestry.binding.AbstractBindingFactory
-
- getValueConverter() - Method in class org.apache.tapestry.components.ForBean
-
- getValueConverter() - Method in class org.apache.tapestry.components.Foreach
-
Deprecated.
- getValueConverter() - Method in class org.apache.tapestry.form.ListEdit
-
Deprecated.
- getValueConverter() - Method in class org.apache.tapestry.html.Shell
-
- getValueConverter() - Method in class org.apache.tapestry.services.impl.InfrastructureImpl
-
- getValueConverter() - Method in interface org.apache.tapestry.services.Infrastructure
-
Service used to convert and coerce types.
- getValueForEmptyInput() - Method in class org.apache.tapestry.form.translator.AbstractTranslator
-
The value to be used when the value supplied in the request is blank (null or empty).
- getValueForEmptyInput() - Method in class org.apache.tapestry.form.translator.StringTranslator
-
- getValueFromStringRep(Iterator, Iterator, Map, String) - Method in class org.apache.tapestry.components.ForBean
-
Determines the value that corresponds to the given string representation.
- getValues() - Method in class org.apache.tapestry.form.ListEditMap
-
Returns all the values stored in the map, excluding those whose id has been marked deleted,
in the order in which values were added to the map using
ListEditMap.add(Object, Object)
.
- getValues() - Method in class org.apache.tapestry.multipart.ValuePart
-
Returns the values as an array of strings.
- getValues() - Method in class org.apache.tapestry.util.DefaultPrimaryKeyConverter
-
Returns a list of all values stored into the converter, with deleted values removed.
- getValueTypeClass() - Method in class org.apache.tapestry.valid.NumberValidator
-
Returns the value type to convert strings back into.
- getVarName() - Method in class org.apache.tapestry.wml.AbstractPostfield
-
- getVisit() - Method in class org.apache.tapestry.AbstractPage
-
Deprecated.
- getVisit() - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getVisit(IRequestCycle) - Method in class org.apache.tapestry.engine.AbstractEngine
-
- getVisit() - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. Application state objects can now be injected.
- getVisit(IRequestCycle) - Method in interface org.apache.tapestry.IEngine
-
Deprecated.
To be removed in 4.1. Application state objects can now be injected.
- getVisit() - Method in interface org.apache.tapestry.IPage
-
Deprecated.
To be removed in 4.1. Inject an application state object instead. Do not
attempt to inject property visit.
- getVolatile() - Method in class org.apache.tapestry.components.ForBean
-
- getVolatile() - Method in class org.apache.tapestry.components.IfBean
-
- getWebContext() - Method in interface org.apache.tapestry.services.ApplicationGlobals
-
Returns the previously stored context.
- getWebContext() - Method in class org.apache.tapestry.services.impl.ApplicationGlobalsImpl
-
- getWebInfAppLocation() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the location of the application-specific subdirectory, under /WEB-INF/, in the
servlet context.
- getWebInfLocation() - Method in class org.apache.tapestry.resolver.AbstractSpecificationResolver
-
Returns the location of /WEB-INF/, in the servlet context.
- getWebRequest() - Method in class org.apache.tapestry.services.impl.RequestGlobalsImpl
-
- getWebRequest() - Method in interface org.apache.tapestry.services.RequestGlobals
-
- getWebResponse() - Method in class org.apache.tapestry.services.impl.RequestGlobalsImpl
-
- getWebResponse() - Method in interface org.apache.tapestry.services.RequestGlobals
-
- getZeroIsNull() - Method in class org.apache.tapestry.valid.AbstractNumericValidator
-
If true, then when rendering, a zero is treated as a non-value, and null is returned.
- GlobalDefaultComponentClassProvider - Class in org.apache.tapestry.pageload
-
The final command in the tapestry.page.PageClassProviderChain configuration, returns a fixed
value for page class name.
- GlobalDefaultComponentClassProvider() - Constructor for class org.apache.tapestry.pageload.GlobalDefaultComponentClassProvider
-
- Go - Class in org.apache.tapestry.wml
-
The go element declares a go task, indicating navigation to a URI.
- Go() - Constructor for class org.apache.tapestry.wml.Go
-
- GoFormSupportImpl - Class in org.apache.tapestry.wml
-
Subclass of
FormSupportImpl
that adjusts the output markup
to conform to WML.
- GoFormSupportImpl(IMarkupWriter, IRequestCycle, IForm) - Constructor for class org.apache.tapestry.wml.GoFormSupportImpl
-
- GoLinkRenderer - Class in org.apache.tapestry.wml
-
- GoLinkRenderer() - Constructor for class org.apache.tapestry.wml.GoLinkRenderer
-
- GZIP_BYTESTREAM_PREFIX - Static variable in class org.apache.tapestry.record.PersistentPropertyDataEncoderImpl
-
Prefix on the MIME encoding that indicates that the encoded data is encoded with GZIP.