Version 2, last updated by dpp at 19 Jan 19:18 UTC
This section outlines LiftRules and the various options in LiftRules
Documentation criteria:
- Overview of LiftRules in ScalaDocs as well as here
- Listing of commonly used LiftRules (e.g., dispatch, statelessDispatch)
- Tag each LiftRule with types (e.g., Ajax, Comet, Common, etc.)
- Find where each LiftRule is used (e.g., places where S references a LiftRule) and update the ScalaDoc for that method to refer back to the LiftRule
- Document which methods on LiftRules should be moved to other XXXRules
- Document which methods on LiftRules need to be deprecated (e.g., @volatile var …) in favor of new Rules