Difference between revisions of "Xebra Documentation"

(Taglibrary Form)
(AST Elements)
Line 44: Line 44:
 
=== Thread Utilities ===
 
=== Thread Utilities ===
 
=== AST Elements ===
 
=== AST Elements ===
 +
Various classes which model eiffel classes, features and other components. They facilitate serialization and generation of eiffel files.
 +
 
=== Taglibrary Base ===
 
=== Taglibrary Base ===
 
The base tag library contains all the basic Xebra tag implementations like display, call and iterate.
 
The base tag library contains all the basic Xebra tag implementations like display, call and iterate.

Revision as of 12:44, 28 August 2009

About | Installation | Documentation | Tutorials | Frequently Asked Questions

Overview

Xebra HTTP Server Plugins

Mod_xebra for Apache

Xebra Server

Web Applications

Xebra Tag Libraries

On the following pages you can find the descriptions of the different tags of the available tag libraries.

Master pages

XML_RPC

Code documentation

Xebra Libraries

Error

Provides internal error types for all xebra applications such as XERROR_CANNOT_OPEN_FILE or XERROR_SOCKET_NOT_BOUND. These errors are not supplied to the browser but only displayed in the log/console.

Common

Error Responses

Classes from xebra_error_responses are split into XER_SERVER: error responses generated by the server and XER_APP: error responses generated by the webapp. Both types are ultimately sent to the http server plugin and displayed in the user's browser. For instance XER_POST_TOO_BIG is a server error response that is created if the post request is bigger than allowed. XER_APP_CANNOT_FIND_PAGE is a response created by the webapp and then sent to the server if no servlet with the specified name was defined.

Http

Utilities

Thread Utilities

AST Elements

Various classes which model eiffel classes, features and other components. They facilitate serialization and generation of eiffel files.

Taglibrary Base

The base tag library contains all the basic Xebra tag implementations like display, call and iterate.

Taglibrary Form

The form tag library contains all tag implementations for form related tags. Automatic wrapping of values, controls and validations are included in this library.

Taglibrary XRPC

Tags