| ServletContextBoolean | A boolean variable that is tied to the life of the current servlet context |
| ServletContextLong | A long variable that is tied to the life of the current servlet context |
| ServletContextReference<V> | A servlet context reference is a variable that is tied to the life of the current servlet context |
