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 in org.apache.tapestry.engine.state
Used to instantiate the a state object from a configurable class name.
NamedClassStateObjectFactory() - Constructor for class org.apache.tapestry.engine.state.NamedClassStateObjectFactory
 
Namespace - Class in org.apache.tapestry.engine
Implementation of INamespace that works with a NamespaceResources to obtain page and component specifications as needed.
Namespace(String, INamespace, ILibrarySpecification, NamespaceResources) - Constructor for class org.apache.tapestry.engine.Namespace
 
NamespaceClassSearchComponentClassProvider - Class in org.apache.tapestry.pageload
Searches for a class with a name matching the page name.
NamespaceClassSearchComponentClassProvider() - Constructor for class org.apache.tapestry.pageload.NamespaceClassSearchComponentClassProvider
 
NamespaceDefaultPageClassProvider - Class in org.apache.tapestry.pageload
Returns the namespace property for the TapestryConstants.PAGE_CLASS_NAME key.
NamespaceDefaultPageClassProvider() - Constructor for class org.apache.tapestry.pageload.NamespaceDefaultPageClassProvider
 
NamespaceResources - Interface in org.apache.tapestry.services
Companion to the standard implementation of INamespace.
NamespaceResourcesImpl - Class in org.apache.tapestry.services.impl
Implementation of NamespaceResources.
NamespaceResourcesImpl(ISpecificationSource, AssetSource) - Constructor for class org.apache.tapestry.services.impl.NamespaceResourcesImpl
 
NativeStrategy - Class in org.apache.tapestry.describe
Implementation for objects that natively implement Describable.
NativeStrategy() - Constructor for class org.apache.tapestry.describe.NativeStrategy
 
needAbsoluteURL(String, String, int, WebRequest) - Static method in class org.apache.tapestry.engine.EngineUtils
Invoked by #getURL(String, String, int, String, boolean) to see if an absolute URL is needed (because a specific scheme, server or port was indicated that does not match the incoming request).
NestedMarkupWriter - Interface in org.apache.tapestry
A writer that is created by, and nested within, another markup writer.
NestedMarkupWriterImpl - Class in org.apache.tapestry.markup
Nested implementation of IMarkupWriter.
NestedMarkupWriterImpl(IMarkupWriter, MarkupFilter) - Constructor for class org.apache.tapestry.markup.NestedMarkupWriterImpl
 
newFormSupport(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.form.Form
Returns a new instance of FormSupportImpl.
newFormSupport(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Go
 
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).
newMarkupWriter(PrintWriter, ContentType) - Method in interface org.apache.tapestry.markup.MarkupWriterSource
Creates and returns a new instance of IMarkupWriter.
newMarkupWriter(PrintWriter, ContentType) - Method in class org.apache.tapestry.markup.MarkupWriterSourceImpl
 
newRequestCycle(IEngine) - Method in class org.apache.tapestry.services.impl.RequestCycleFactoryImpl
 
newRequestCycle(IEngine) - Method in interface org.apache.tapestry.services.RequestCycleFactory
Constructs the new instance using the request context.
newResource(String) - Method in class org.apache.tapestry.asset.ExternalResource
 
newResource(String) - Method in interface org.apache.tapestry.services.ClasspathResourceFactory
 
newResource(String) - Method in class org.apache.tapestry.services.impl.ClasspathResourceFactoryImpl
 
newResource(String) - Method in class org.apache.tapestry.web.WebContextResource
 
newRootDescriptionReceiver(IMarkupWriter) - Method in interface org.apache.tapestry.describe.RootDescriptionReceiverFactory
 
newRootDescriptionReceiver(IMarkupWriter) - Method in class org.apache.tapestry.describe.RootDescriptionReceiverFactoryImpl
 
NONE - Static variable in class org.apache.tapestry.spec.BeanLifecycle
No lifecycle; the bean is created fresh on each reference and not retained.
noNesting() - Static method in class org.apache.tapestry.link.LinkMessages
 
NORMAL_FIELD - Static variable in class org.apache.tapestry.valid.ValidationConstants
 
NullMonitor - Class in org.apache.tapestry.engine
Deprecated.
To be removed in 4.1 with no direct replacement
NullMonitor() - Constructor for class org.apache.tapestry.engine.NullMonitor
Deprecated.
 
NullToBooleanConverter - Class in org.apache.tapestry.coerce
Converter from null to Boolean; always false.
NullToBooleanConverter() - Constructor for class org.apache.tapestry.coerce.NullToBooleanConverter
 
NullToIteratorConverter - Class in org.apache.tapestry.coerce
 
NullToIteratorConverter() - Constructor for class org.apache.tapestry.coerce.NullToIteratorConverter
 
NullToListConverter - Class in org.apache.tapestry.coerce
 
NullToListConverter() - Constructor for class org.apache.tapestry.coerce.NullToListConverter
 
NullWriter - Class in org.apache.tapestry.engine
A IMarkupWriterthat 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 in org.apache.tapestry.coerce
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
 
NumberTranslator - Class in org.apache.tapestry.form.translator
A DecimalFormat-based Translator implementation.
NumberTranslator() - Constructor for class org.apache.tapestry.form.translator.NumberTranslator
 
NumberTranslator(String) - Constructor for class org.apache.tapestry.form.translator.NumberTranslator
 
NumberValidator - Class in org.apache.tapestry.valid
Simple validation for standard number classes.
NumberValidator() - Constructor for class org.apache.tapestry.valid.NumberValidator
 
NumberValidator(String) - Constructor for class org.apache.tapestry.valid.NumberValidator
Initializes the NumberValidator with properties defined by the initializer.
NumberValidator.NumberStrategy - Class in org.apache.tapestry.valid
This class is not meant for use outside of NumberValidator; it is public only to fascilitate some unit testing.
NumberValidator.NumberStrategy() - Constructor for class org.apache.tapestry.valid.NumberValidator.NumberStrategy
 
A B C D E F G H I J L M N O P Q R S T U V W _