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

N

NamedClassStateObjectFactory - class org.apache.tapestry.engine.state.NamedClassStateObjectFactory.
Used to instantiate the a state object from a configurable class name.
NamedClassStateObjectFactory() - Constructor for class org.apache.tapestry.engine.state.NamedClassStateObjectFactory
 
Namespace - class org.apache.tapestry.engine.Namespace.
Implementation of INamespacethat works with a ISpecificationSourceto obtain page and component specifications as needed.
Namespace(String, INamespace, ILibrarySpecification, ISpecificationSource, ClassResolver) - Constructor for class org.apache.tapestry.engine.Namespace
 
NestedHTMLWriter - class org.apache.tapestry.html.NestedHTMLWriter.
Subclass of HTMLWriter that is nested.
NestedHTMLWriter(IMarkupWriter) - Constructor for class org.apache.tapestry.html.NestedHTMLWriter
 
NestedWMLWriter - class org.apache.tapestry.wml.NestedWMLWriter.
Subclass of WMLWriter that is nested.
NestedWMLWriter(IMarkupWriter) - Constructor for class org.apache.tapestry.wml.NestedWMLWriter
 
newInstance() - Method in class org.apache.tapestry.enhance.ComponentConstructorImpl
 
newInstance() - Method in interface org.apache.tapestry.services.ComponentConstructor
Requests that a new instance of the component.
newInstance(Class) - Method in class org.apache.tapestry.test.Creator
Given a particular abstract class; will create an instance of that class.
newInstance(Class, Map) - Method in class org.apache.tapestry.test.Creator
Creates a new instance of a given class, and then initializes properties of the instance.
newInstance(Class, Object[]) - Method in class org.apache.tapestry.test.Creator
A convienience (useful in test code) for invoking Creator.newInstance(Class, Map).
newRequestCycle(IEngine, RequestContext) - Method in interface org.apache.tapestry.services.RequestCycleFactory
Constructs the new instance using the request context.
newRequestCycle(IEngine, RequestContext) - Method in class org.apache.tapestry.services.impl.RequestCycleFactoryImpl
 
newResource(String) - Method in interface org.apache.tapestry.services.ClasspathResourceFactory
 
newResource(String) - Method in class org.apache.tapestry.services.impl.ClasspathResourceFactoryImpl
 
NONE - Static variable in class org.apache.tapestry.spec.BeanLifecycle
No lifecycle; the bean is created fresh on each reference and not retained.
NullMonitor - class org.apache.tapestry.engine.NullMonitor.
Null implementation of IMonitor.
NullMonitor() - Constructor for class org.apache.tapestry.engine.NullMonitor
 
NullToBooleanConverter - class org.apache.tapestry.coerce.NullToBooleanConverter.
Converter from null to Boolean; always false.
NullToBooleanConverter() - Constructor for class org.apache.tapestry.coerce.NullToBooleanConverter
 
NullToIteratorConverter - class org.apache.tapestry.coerce.NullToIteratorConverter.
 
NullToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.NullToIteratorConverter
 
NullWriter - class org.apache.tapestry.engine.NullWriter.
A IMarkupWriter that does absolutely nothing; this is used during the rewind phase of the request cycle when output is discarded anyway.
NullWriter() - Constructor for class org.apache.tapestry.engine.NullWriter
 
NUMBER_FORMAT - Static variable in class org.apache.tapestry.valid.ValidationConstraint
Indicates a general error in the format of a string that is to be interpreted as a number.
NUMBER_TYPE_INTEGER - Static variable in class org.apache.tapestry.valid.NumberValidator
 
NUMBER_TYPE_REAL - Static variable in class org.apache.tapestry.valid.NumberValidator
 
NumberToBooleanConverter - class org.apache.tapestry.coerce.NumberToBooleanConverter.
Converts an arbitrary number to a boolean; uses the long value of the number and evaluates to true unless the value is zero.
NumberToBooleanConverter() - Constructor for class org.apache.tapestry.coerce.NumberToBooleanConverter
 
NumberValidator - class org.apache.tapestry.valid.NumberValidator.
Simple validation for standard number classes.
NumberValidator.NumberAdaptor - class org.apache.tapestry.valid.NumberValidator.NumberAdaptor.
This class is not meant for use outside of NumberValidator; it is public only to fascilitate some unit testing.
NumberValidator.NumberAdaptor() - Constructor for class org.apache.tapestry.valid.NumberValidator.NumberAdaptor
 
NumberValidator() - Constructor for class org.apache.tapestry.valid.NumberValidator
 

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