The ServletContext is being initialized Waffle needs to instantiate a Waffle ComponentRegistry
and register to the ServletContext so that it will be avcilable through out.
Represents the value of the view, View resolver will dispatch
View should hold:
- the value from that action method
- The action
this allows for more granular decisions on how to handle a View
Abstract context and session listener that uses a Waffle ComponentRegistry to
retrieve the ContextContainerFactory used to manage the components registered at each webapp scope.