Class UserProfileCompiler


  • @Component
    public class UserProfileCompiler
    extends Object
    Compiles user interface profile for a particular user. The profile contains essential information needed to efficiently render user interface pages for specified user. This methods in this component may be quite costly to invoke. Therefore it should NOT be invoked for every request. The methods are supposed to be invoked once (or several times) during user's session. The result of this method should be cached in web session (in principal).
    Author:
    Radovan semancik