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

N

N - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
N - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
name - Variable in class org.apache.tapestry5.internal.parser.AttributeToken
 
name - Variable in class org.apache.tapestry5.internal.parser.DTDToken
 
name - Variable in class org.apache.tapestry5.internal.parser.ParameterToken
 
name - Variable in class org.apache.tapestry5.internal.parser.StartElementToken
 
name - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
 
name - Variable in class org.apache.tapestry5.javadoc.ParameterDescription
 
NameCache - Class in org.apache.tapestry5.internal.plastic
A cache of translations from type names to internal names and descriptors, as well as a cache from MethodDescription to method descriptor.
NameCache() - Constructor for class org.apache.tapestry5.internal.plastic.NameCache
 
NamedSet<T> - Class in org.apache.tapestry5.internal.util
Simple, thread-safe associative array that relates a name to a value.
NamedSet() - Constructor for class org.apache.tapestry5.internal.util.NamedSet
 
names() - Method in class org.apache.tapestry5.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
namespacePrefix - Variable in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
namespaceURI - Variable in class org.apache.tapestry5.internal.parser.AttributeToken
 
namespaceURI - Variable in class org.apache.tapestry5.internal.parser.DefineNamespacePrefixToken
 
namespaceURI - Variable in class org.apache.tapestry5.internal.parser.StartElementToken
 
nearestWeekday - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
neq(T) - Static method in class org.apache.tapestry5.func.F
A Predicate factory for comparison of a Comparable element against a fixed value.
newAttributeElement(ComponentResources, AttributeToken) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Creates a RenderCommand for rendering an attribute, when the attribute contains expansions.
newAttributeElement(ComponentResources, AttributeToken) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.AssetBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.BlockBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ComponentBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ContextBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.LiteralBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.MessageBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.NullFieldStrategyBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.PropBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.RenderVariableBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.SymbolBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.TranslateBindingFactory
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.apache.tapestry5.internal.bindings.ValidateBindingFactory
 
newBinding(String, ComponentResources, String, String) - Method in class org.apache.tapestry5.internal.services.BindingSourceImpl
 
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in class org.apache.tapestry5.internal.services.BindingSourceImpl
 
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Creates a new binding as with BindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location).
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in interface org.apache.tapestry5.services.BindingFactory
Creates a new binding instance.
newBinding(String, ComponentResources, ComponentResources, String, String, Location) - Method in interface org.apache.tapestry5.services.BindingSource
Examines the expression and strips off the leading prefix.
newBinding(String, ComponentResources, String, String) - Method in interface org.apache.tapestry5.services.BindingSource
A simpler version of BindingSource.newBinding(String, ComponentResources, ComponentResources, String, String, Location) that defaults the values for several parameters.
newCapture() - Static method in class org.apache.tapestry5.ioc.test.TestBase
A factory method to create EasyMock Capture objects.
newCaseInsensitiveMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newCaseInsensitiveMap(Map<String, ? extends V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newChild(String, String, String, String, Instantiator, Location) - Method in interface org.apache.tapestry5.internal.structure.ComponentPageElement
Creates a new child component of the invoked component.
newChild(String, String, String, String, Instantiator, Location) - Method in class org.apache.tapestry5.internal.structure.ComponentPageElementImpl
 
newClass(Class) - Method in interface org.apache.tapestry5.ioc.internal.InternalRegistry
Convieience for creating a new ClassFab instance using a ClassFactory.
newClass(Class) - Method in class org.apache.tapestry5.ioc.internal.RegistryImpl
 
newClass(Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
newClass(String, Class) - Method in class org.apache.tapestry5.ioc.internal.services.ClassFactoryImpl
 
newClass(String, Class) - Method in interface org.apache.tapestry5.ioc.internal.services.CtClassSource
Createa a new CtClass instance.
newClass(String, Class) - Method in class org.apache.tapestry5.ioc.internal.services.CtClassSourceImpl
 
newClass(Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Deprecated. Simplified version of ClassFactory.newClass(String, Class) that generates a name based on the service interface name, extends from java.lang.Object, and automatically adds the serviceInterface to the returned ClassFab.
newClass(String, Class) - Method in interface org.apache.tapestry5.ioc.services.ClassFactory
Deprecated. Creates a ClassFab object for the given name; the new class is a subclass of the indicated class.
newConcurrentMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs a new concurrent map, which is safe to access via multiple threads.
newCondition() - Method in class org.apache.tapestry5.ioc.internal.util.DummyLock
Returns null.
newExpansionElement(ComponentResources, ExpansionToken) - Method in interface org.apache.tapestry5.internal.services.PageElementFactory
Converts an expansion token into a command that renders the expanded value.
newExpansionElement(ComponentResources, ExpansionToken) - Method in class org.apache.tapestry5.internal.services.PageElementFactoryImpl
 
newInstance() - Method in interface org.apache.tapestry5.beaneditor.BeanModel
Creates a new bean instance.
newInstance() - Method in class org.apache.tapestry5.internal.beaneditor.BeanModelImpl
 
newInstance() - Method in class org.apache.tapestry5.internal.plastic.ClassInstantiatorImpl
 
newInstance(String) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
newInstance(Class) - Method in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
newInstance(InternalComponentResources) - Method in interface org.apache.tapestry5.internal.services.Instantiator
Instantiates and returns a new instance of the desired class.
newInstance(MarkupWriter) - Method in class org.apache.tapestry5.internal.services.ValidationDecoratorFactoryImpl
 
newInstance(Class<A>, Map<Class, A>) - Static method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Creates a strategy registry for the given adapter type.
newInstance(Class<A>, Map<Class, A>, boolean) - Static method in class org.apache.tapestry5.ioc.util.StrategyRegistry
Creates a strategy registry for the given adapter type.
newInstance() - Method in interface org.apache.tapestry5.plastic.ClassInstantiator
Creates and returns a new instance of the transformed class.
newInstance(String) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
Creates a new, uninitialized instance of the indicated class.
newInstance(Class) - Method in interface org.apache.tapestry5.plastic.InstructionBuilder
A convenience version of InstructionBuilder.newInstance(String) used when the class is known at build time.
newInstance(MarkupWriter) - Method in interface org.apache.tapestry5.services.ValidationDecoratorFactory
Creates a new decorator for the indicated writer.
newIntermediateType() - Method in class org.apache.tapestry5.ioc.test.IOCTestCase
 
newLinkedList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Useful for queues.
newList() - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
newList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Contructs and returns a new generic ArrayList instance.
newList(V...) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Creates a new, fully modifiable list from an initial set of elements.
newList(Collection<V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a new ArrayList as a copy of the provided collection.
newMap() - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
newMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a generic HashMap instance.
newMap(Map<? extends K, ? extends V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs a new HashMap instance by copying an existing Map instance.
newMarkupWriter(ContentType) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newMarkupWriter(String) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newMarkupWriter(ContentType) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Creates a markup writer for a particular content type.
newMarkupWriter(String) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Obtains a markup writer that will render the content for the provided logical page name.
newMemberName(String) - Method in class org.apache.tapestry5.internal.transform.BridgeClassTransformation
 
newMemberName(String, String) - Method in class org.apache.tapestry5.internal.transform.BridgeClassTransformation
 
newMemberName(String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. Returns the name of a new member (field or method).
newMemberName(String, String) - Method in interface org.apache.tapestry5.services.ClassTransformation
Deprecated. As with ClassTransformation.newMemberName(String), but the suggested name is constructed from the prefix and base name.
newMock(Class<T>) - Method in class org.apache.tapestry5.ioc.test.MockTester
Creates a new mock object of the indicated type.
newMock(Class<T>) - Method in class org.apache.tapestry5.ioc.test.TestBase
Creates a new mock object of the indicated type.
newPartialMarkupWriter(ContentType) - Method in class org.apache.tapestry5.internal.services.MarkupWriterFactoryImpl
 
newPartialMarkupWriter(ContentType) - Method in interface org.apache.tapestry5.services.MarkupWriterFactory
Creates a markup writer for a particular content type, configured for partial page rendering (i.e., for a response to an Ajax request).
newResource(String) - Method in class org.apache.tapestry5.internal.services.ContextResource
 
newResource(String) - Method in class org.apache.tapestry5.ioc.internal.util.AbstractResource
Factory method provided by subclasses.
newResource(String) - Method in class org.apache.tapestry5.ioc.internal.util.ClasspathResource
 
newRootElement(String) - Method in class org.apache.tapestry5.dom.Document
Creates the root element for this document, replacing any previous root element.
newRootElement(String, String) - Method in class org.apache.tapestry5.dom.Document
Creates a new root element within a namespace.
newSet() - Static method in class org.apache.tapestry5.internal.plastic.PlasticInternalUtils
 
newSet() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a generic HashSet instance.
newSet(Collection<V>) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Contructs a new HashSet and initializes it using the provided collection.
newSet(V...) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newStack() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newStack(int) - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
newThreadSafeList() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
Constructs and returns a new CopyOnWriteArrayList.
newWeakHashMap() - Static method in class org.apache.tapestry5.ioc.internal.util.CollectionFactory
 
next() - Method in interface org.apache.tapestry5.func.LazyFunction
Calculates the next value for the function.
next() - Method in class org.apache.tapestry5.internal.services.XMLTokenStream
Returns the type of the next token.
next() - Method in class org.apache.tapestry5.ioc.internal.util.InheritanceSearch
 
next() - Method in class org.apache.tapestry5.ioc.services.MethodIterator
Deprecated. Returns the next method (as a MethodSignature, returning null when all are exhausted.
next() - Method in class org.apache.tapestry5.ioc.util.LocalizedNameGenerator
Returns the next localized variant.
nextExecution(long) - Method in class org.apache.tapestry5.ioc.services.cron.CronSchedule
 
nextExecution(long) - Method in class org.apache.tapestry5.ioc.services.cron.IntervalSchedule
 
nextExecution(long) - Method in interface org.apache.tapestry5.ioc.services.cron.Schedule
Computes the next execution time for a job.
nextFunction() - Method in class org.apache.tapestry5.func.LazyContinuation
Returns a new lazy function that will return the next continuation.
nextUID() - Static method in class org.apache.tapestry5.ioc.services.ClassFabUtils
Deprecated.  
nextUID() - Static method in class org.apache.tapestry5.plastic.PlasticUtils
Returns a string that can be used as part of a Java identifier and is unique for this JVM.
nextUUID() - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Generates a unique value for the current execution of the application.
nextValue() - Method in class org.apache.tapestry5.func.LazyContinuation
Returns, indirectly, the next value computed by the lazy function.
NO_SPEC - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
NO_SPEC_INT - Static variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
noCoercionFound(Class, Class, String) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
 
Node - Class in org.apache.tapestry5.dom
A node within the DOM.
Node(Element) - Constructor for class org.apache.tapestry5.dom.Node
Creates a new node, setting its container to the provided value.
NODE_SELECTED - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by the Tree component when a leaf node is selected.
NODE_UNSELECTED - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by the Tree component when a leaf node is unselected.
noDisplayForDataType(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
noEditForDataType(String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
noMarkupFromPageRender(Page) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
None - Class in org.apache.tapestry5.validator
 
None() - Constructor for class org.apache.tapestry5.validator.None
 
nonJtaDataSource(String) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
Set the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
nonJtaDataSource(String) - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
Set the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
NonParallelExecutor - Class in org.apache.tapestry5.ioc.internal.services
Implementation of ParallelExecutor used when the thread pool is disabled.
NonParallelExecutor() - Constructor for class org.apache.tapestry5.ioc.internal.services.NonParallelExecutor
 
NonPoolingRequestPageCacheImpl - Class in org.apache.tapestry5.internal.services
In Tapestry 5.1, the implementation of this worked with the page pool (a pool of page instances, reserved to individual requests/threads).
NonPoolingRequestPageCacheImpl(Logger, ComponentClassResolver, PageSource) - Constructor for class org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl
 
NonVisual - Annotation Type in org.apache.tapestry5.beaneditor
Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel.
NoopDelegate - Class in org.apache.tapestry5.internal.plastic
 
NoopDelegate() - Constructor for class org.apache.tapestry5.internal.plastic.NoopDelegate
 
noSuchProperty(Class, String) - Static method in class org.apache.tapestry5.ioc.internal.services.ServiceMessages
 
not(Predicate<? super T>) - Static method in class org.apache.tapestry5.func.F
Inverts a predicate.
NOT - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
NotEmpty - Class in org.apache.tapestry5.corelib.mixins
A mixin that attaches to an element that renders an element.
NotEmpty() - Constructor for class org.apache.tapestry5.corelib.mixins.NotEmpty
 
NotificationEventCallback - Class in org.apache.tapestry5.internal.util
A ComponentEventCallback used for notification events.
NotificationEventCallback(String, String) - Constructor for class org.apache.tapestry5.internal.util.NotificationEventCallback
 
NotLazy - Annotation Type in org.apache.tapestry5.ioc.annotations
Marks a method as specifically not-lazy, even if other methods in the same interface are being advised as lazy.
notNull() - Static method in class org.apache.tapestry5.func.F
A Predicate factory; returns true if the value from the Flow is not null.
notOp() - Method in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
noTranslatorForType(Class, Collection<String>) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
nthdayOfWeek - Variable in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
NULL - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
NULL - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
NULL - Static variable in class org.apache.tapestry5.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL - Static variable in class org.apache.tapestry5.upload.internal.services.ParameterValue
 
NULL_ANNOTATION_PROVIDER - Static variable in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
NullAnnotationProvider - Class in org.apache.tapestry5.ioc.internal
A null implementation of AnnotationProvider, used when there is not appropriate source of annotations.
NullAnnotationProvider() - Constructor for class org.apache.tapestry5.ioc.internal.NullAnnotationProvider
 
NullDataSource - Class in org.apache.tapestry5.internal.grid
An implementation of GridDataSource used when the value null is provided as the source.
NullDataSource() - Constructor for class org.apache.tapestry5.internal.grid.NullDataSource
 
NULLFIELDSTRATEGY - Static variable in class org.apache.tapestry5.BindingConstants
A way of selecting a named NullFieldStrategy contributed to NullFieldStrategySource.
NullFieldStrategy - Interface in org.apache.tapestry5
Defines a strategy, used by Field components such as TextField, to handle the case where either the server-side value to be sent (as a string) to the client, or the client-side string passed back up to the server, is null or blank.
NullFieldStrategyBindingFactory - Class in org.apache.tapestry5.internal.bindings
Treats the expression as the name of a NullFieldStrategy, accessed via the NullFieldStrategySource service.
NullFieldStrategyBindingFactory(NullFieldStrategySource) - Constructor for class org.apache.tapestry5.internal.bindings.NullFieldStrategyBindingFactory
 
NullFieldStrategySource - Interface in org.apache.tapestry5.services
A source for NullFieldStrategy instances based on a logical name.
NullFieldStrategySourceImpl - Class in org.apache.tapestry5.internal.services
 
NullFieldStrategySourceImpl(Map<String, NullFieldStrategy>) - Constructor for class org.apache.tapestry5.internal.services.NullFieldStrategySourceImpl
 
nullTerm(String, String, Object) - Static method in class org.apache.tapestry5.internal.services.PropertyConduitSourceImpl
May be invoked from fabricated PropertyConduit instances.
nullValueInPath(String) - Static method in class org.apache.tapestry5.corelib.base.BaseMessages
 
NUMBER - Static variable in class org.apache.tapestry5.beaneditor.DataTypeConstants
Used for properties of Number type.
NUMBER_OR_RANGEOP - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionLexer
 
NUMBER_OR_RANGEOP - Static variable in class org.apache.tapestry5.internal.antlr.PropertyExpressionParser
 
NumericFormatter - Interface in org.apache.tapestry5.internal.translator
Interface for defining the basic parse and toClient operations.
NumericFormatterImpl - Class in org.apache.tapestry5.internal.translator
A wrapper around NumberFormat.
NumericFormatterImpl(NumberFormat) - Constructor for class org.apache.tapestry5.internal.translator.NumericFormatterImpl
 
NumericTranslator<T extends Number> - Class in org.apache.tapestry5.internal.translator
Uses a NumericTranslatorSupport to provide proper locale-aware support for all the built-in numeric types.
NumericTranslator(String, Class<T>, NumericTranslatorSupport) - Constructor for class org.apache.tapestry5.internal.translator.NumericTranslator
 
NumericTranslatorSupport - Interface in org.apache.tapestry5.internal.translator
Used to generate the client-side JSON specification for how a number-based validator operates.
NumericTranslatorSupportImpl - Class in org.apache.tapestry5.internal.translator
 
NumericTranslatorSupportImpl(TypeCoercer, ThreadLocale, Request, JavaScriptSupport, ClientBehaviorSupport, boolean) - Constructor for class org.apache.tapestry5.internal.translator.NumericTranslatorSupportImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2003-2012 The Apache Software Foundation.