Package com.primix.tapestry.engine

Implementations of the IEngine interface, including the standard implementation: SimpleEngine.

See:
          Description

Class Summary
AbstractEngine Basis for building real Tapestry applications.
AbstractService Abstract base class for implementing engine services.
DefaultScriptSource Provides basic access to scripts available on the classpath.
DefaultSpecificationSource Default implementation of ISpecificationSource that expects to use the normal class loader to locate component specifications from within the classpath.
DefaultTemplateSource Default implementation of ITemplateSource.
NullResponseWriter A IResponseWriter that does absolutely nothing; this is used during the rewind phase of the request cycle when output is discarded anyway.
RequestCycle Provides the logic for processing a single request cycle.
SimpleEngine Concrete implementation of IEngine used for relatively small applications.
 

Package com.primix.tapestry.engine Description

Implementations of the IEngine interface, including the standard implementation: SimpleEngine. Also located here are default implementations of all the basic support objects, including RequestCycle (which implements IRequestCycle).

Author:
Howard Ship hship@primix.com