Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.helpers
Class ResourcesAccessorBean

java.lang.Object
  extended by org.nuxeo.ecm.webapp.helpers.ResourcesAccessorBean
All Implemented Interfaces:
ResourcesAccessor

@Name(value="resourcesAccessor")
@Scope(value=APPLICATION)
public class ResourcesAccessorBean
extends Object
implements ResourcesAccessor

Global resources can be injected by Seam into a application scoped component that doesn't need to be serialized.

This circumvents possible Seam bugs in Seam post-activation injection problems regarding resource bundles.

Author:
DM

Constructor Summary
ResourcesAccessorBean()
           
 
Method Summary
 Map<String,String> getMessages()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesAccessorBean

public ResourcesAccessorBean()
Method Detail

getMessages

public Map<String,String> getMessages()
Specified by:
getMessages in interface ResourcesAccessor

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.