This wraps {@link PolicyValueFactory} to do most of the work of returningpolicy values.
NOTE: this implements {@link Externalizable} so that it may be storeddirectly in the servlet session.
NOTE: The implementation of Externalizable provided with this class is trivial. This means that instances of this class must be checked to see if they are are valid (using {@link #isValid}) before use if they may have been constructed via serialisation. This is typically the case if the instance has been stored in a persistable session (eg when clustering). @mock.generate @volantis-api-exclude-from PublicAPI @volantis-api-exclude-from ProfessionalServicesAPI @volantis-api-include-in InternalAPI
|
|