Baritus Web Development Framework.
Next
Baritus Web Development Framework.
Baritus Reference Documentation
1.0
Table of Contents
Preface
1.
Concepts
1.1.
Using POJO's when buidling web applications
1.2.
Validation
1.3.
Interceptors
2.
Using Baritus
2.1.
Flow of execution
2.2.
A worked example
2.3.
Logging
2.4.
ExecutionParams
2.4.1.
Available parameters
2.5.
FormBeanContext
2.5.1.
References
2.5.2.
Attributes
2.5.3.
Utility methods
3.
Population
3.1.
Population process
3.2.
Conversion
3.3.
Formatting
3.4.
Custom population
4.
Validation
4.1.
After population
4.2.
An example
4.3.
Mapped and indexed properties
4.4.
ValidationActivationRules
4.5.
Escaping validation
4.6.
Validator implementations
5.
Interceptors
5.1.
Interception
5.2.
Interceptors
5.3.
Throwing FlowExceptions
5.4.
And example
5.5.
Stacking interceptors
6.
Extending Baritus