org.apache.myfaces.component.html.util.AddResource This is a utility class to render link to resources used by custom components. Mostly used to avoid having to include <script SRC="..."></script> in the head of the pages before using a component. @author Sylvain Vieujot (latest modification by $Author: svieujot $) @version $Revision: ...
org.jboss.cache.TreeCache A tree-like structure that is replicated across several members. Updates will be multicast to all group members reliably and in the same order. User has the option to set transaction isolation level now (e.g., <code>SERIALIZABLE</code>, or <code>REPEATABLE_READ</code>. @au ...
org.jboss.cache.Node Represents a node in the tree. Has a relative name and a Fqn. Maintains a hashmap. If the node is created in a replicated cache, the relative and fully qualified name, and the keys and values of the hashmap have to be serializable. <p>Note that current version supports different levels of tr ...