/* The demoiselle-core CustomContextBootstrap class creates default contexts for the main
* scopes of an application (request, session and conversation) and some custom contexts
* (view and static). This method injects a reference to the CustomContextBootstrap to obtain those
* contexts. Also any context registered after application start-up will be obtained by this method. */
CustomContextBootstrap contextBootstrap = Beans.getReference(CustomContextBootstrap.class);
return contextBootstrap.getCustomContexts();
}