| Activsoft.Engine Namespace |
| Class | Description | |
|---|---|---|
| ActionCollection |
Represents a collection of ActionSection objects.
| |
| ActionSection |
References a section in the configuration file implementing IActionFactory.
| |
| AppDomainConfigLoaderConfigurationSection | ConfigLoaderConfigurationSection to be used by a windows application.
The Config object is a singleton.
The relative paths are interpreted from the current directory (eg the directory from which the program is launched).
| |
| AuthenticationElement |
References a section in the configuration file implementing IAuthenticationManagerFactory.
| |
| AuthorizationElement |
References a section in the configuration file implementing IAuthorizationManagerFactory.
| |
| CachedXslTransformGenerator | IXslTransformGeneratorFactory implementation that loads the xslt file and then puts it into a cache.
Only an AppDomain reload can empty the cache.
This class uses the singleton pattern.
| |
| Config | A Config instance is created at the beginning of the handling of a request by the engine and transports the request data across layers. It has the following features: | |
| ConfigLoaderConfigurationSection |
A Config instance must be created each time the engine is to be used, this is the role of the ConfigLoaderConfigurationSection subclasses.
| |
| ConfigLoaderElement |
References a configuration section implementing ConfigLoaderConfigurationSection.
| |
| ConfigurationSectionStringConverter |
This class is a configuration converter that converts a string into a ConfigurationSection by calling ConfigurationManager.GetSection.
| |
| DatabaseElement |
References a configuration section implementing IDatabaseAbstracterFactory.
| |
| DebugXslTransformGenerator |
A simple IXslTransformGeneratorFactory that loads the xslt file each time.
| |
| EngineModuleElement |
Defines the parameters that the EngineModule will use while processing a request for its parent handler.
| |
| EngineSection |
Main engine section.
| |
| ExtractorCollection |
A IExtractorFactory collection.
| |
| ExtractorElement |
References a configuration section implementing IExtractorFactory.
| |
| FopRenderer |
A IRenderer transforming the engine's output - supposed to be a XSL-FO file - into PDF using Apache FOP.
| |
| FopRendererFactory |
Tha IRendererFactory for the FopRenderer.
| |
| HandlerCollection |
A HandlerElement collection.
| |
| HandlerElement |
Represents a single engine request handler (a sort of .aspx file equivalent).
| |
| KeyValueConfigurationCollection | ||
| KeyValueConfigurationElement | ||
| NothingUnblober |
Unblober qui ne fait rien.
| |
| NothingUnbloberFactory | ||
| NoXslTransformerGenerator | ||
| NoXslXmlRenderer | ||
| Parameters |
Summary description for Parameters.
| |
| ParamsElement | ||
| RendererCollection | ||
| RendererElement | ||
| SessionElement | ||
| StandardFormatterFactory | ||
| Template | ||
| XHtmlRenderer | ||
| XHtmlRendererFactory | ||
| XHtmlWriter | ||
| XmlUnblober |
Une classe de deblobisation qui ne fait que reinserer le contenu sous forme d'arbre XML si le contenu est du XML, sinon met le texte.
| |
| XmlUnbloberFactory | ||
| XslTransformElement |
| Structure | Description | |
|---|---|---|
| TemplateTemplateRequest |
| Interface | Description | |
|---|---|---|
| IAction |
Defines an action to be executed during the processing of a request.
| |
| IActionFactory |
The factory interface for IAction. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IAuthenticationManager |
Defines a class authenticating users.
| |
| IAuthenticationManagerFactory |
The factory interface for IAuthenticationManager. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IAuthorizationManager |
Defines a class authorizing requests.
| |
| IAuthorizationManagerFactory |
The factory interface for IAuthorizationManager. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IExtractor |
Defines an extractor to be executed during the processing of a request.
| |
| IExtractorFactory |
The factory interface for IExtractor. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IFopCommandLine |
Defines a class that can create Java command line arguments for Apache FOP.
| |
| IFormatterFactory |
Defines a class able to create Formatters and Transformers.
| |
| IParameterLoader |
Defines a class used to load parameters.
| |
| IParameterLoaderFactory |
The factory interface for IParameterLoader. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IRenderer |
Defines a class that can combine the XML contained in a Config instance and the XSLT stylesheet to output data to the user.
| |
| IRendererFactory |
The factory interface for IRenderer. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| ISessionManager |
Defines a class handlong session management.
| |
| ISessionManagerFactory |
The factory interface for ISessionManager. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| ITemplateFactory |
Defines a class that can create a Template to be used by the StandardExtractor.
| |
| IUnblober |
Defines a class that can read XML content from the database and transform it if needed before writing it into the given XmlWriter.
| |
| IUnbloberFactory |
The factory interface for IUnblober. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
| |
| IXslTransformGenerator |
Defines a class that can load an XSLT file.
| |
| IXslTransformGeneratorFactory |
The factory interface for IXslTransformGenerator. Implementing classes must inherit from ConfigurationSection in order to be declared in the application's configuration file.
|
| Delegate | Description | |
|---|---|---|
| Formatter |
Formats the positionth column in the IDataRecord into the given XmlWriter.
| |
| Transformer |
Transforms the given string into another data type.
|
| Enumeration | Description | |
|---|---|---|
| ConfigMode |
Defines the way the rendering is done
| |
| Method |
Different methods of sending parameters to the Config object
| |
| RenderMode | ||
| SqlType | ||
| UnblobType |