A "simple" ViewStateHandler which in addition to accepting statically
configured Spring information, also is able to look in the
ConsumerRequestInfo threadlocal in order to discover relevant URL rendering
information.
Manages inferred information relating to the mapping of ViewParameters
objects onto a URL structure. WARNING:NEVER place RSF
at a shared classloader level or else this implementation will leak.
A utility class to allow views without producers to easily register
their ViewParameters types using a Spring definition (alternative was the
use of
SiteMap ).