Python Servlet Engine Manual
Previous:
Python Servlet Engine Manual
Up:
Python Servlet Engine Manual
Next:
1. Introduction
Contents
1. Introduction
2. Installation
2.1 Requirements
2.1.1 Python
2.1.2 Apache Web Server
2.1.3 mod_python
2.2 Installing the files
2.2.1 Installation from Source Archive
2.2.2 Binary Installation for Windows
3. Configuration
3.1 Configuring Apache
3.1.1 Basic Setup
3.1.2 Python Path
3.1.3 Optimization Level
3.1.4 Configuration File Location
3.1.5 Multiple PSE Instances per Web-Server
3.2 Configuring PSE
3.2.1 The [Main] section
3.2.2 The [Parser] section
3.2.3 The [Debug] section
3.2.4 The [UserOptions] section
3.2.5 The [plugin.request] section
3.2.6 The [plugin.session] section
3.2.7 Other [plugin.*] sections
4. PSE Templates
4.1 Processing Instructions
4.2 HTML Attribute Substitution
4.3 Custom Tags
5. The PSE API
5.1 pse -- The top level module
5.2 Plugin Modules
5.2.1 pse.plugins.application -- persistent, per server application data
5.2.2 pse.plugins.client -- information about the browser/client
5.2.3 pse.plugins.request -- information about the current request
5.2.4 pse.plugins.response -- information that is returned in the response
5.2.5 pse.plugins.server -- information about the server process handling the request
5.2.6 pse.plugins.session -- persistent, per user session data
6. Developing with PSE
6.1 pse_handler.api -- The PSE Handler API
6.2 Creating Plugins
6.2.1 Plugin Basics
6.2.2 Usage within Servlets
6.2.3 Development Tips
6.3 Custom Tag API
6.3.1 How Custom Tags Work
6.3.2 Custom Tag Example
6.3.3 Helpful Hints for Developing Custom Tags
6.4 Custom Exception Handling Hooks
7. Using the Command Line Utilities
7.1 psecompile
7.2 pserun
A. PSE Changelog
B. Copying and License
Index
Python Servlet Engine Manual
Previous:
Python Servlet Engine Manual
Up:
Python Servlet Engine Manual
Next:
1. Introduction
Release 3.0.6, documentation updated on April 25, 2006.