mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/UI-CLUSTERING2 to HEAD
8348: UI cluster support git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8358 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -28,11 +28,11 @@ import java.util.Collection;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.faces.context.FacesContext;
|
||||
|
||||
import org.alfresco.model.WCMModel;
|
||||
import org.alfresco.repo.avm.AVMNodeConverter;
|
||||
import org.alfresco.repo.avm.AVMNodeType;
|
||||
import org.alfresco.repo.domain.PropertyValue;
|
||||
import org.alfresco.service.cmr.avm.AVMNodeDescriptor;
|
||||
import org.alfresco.service.cmr.avm.LayeringDescriptor;
|
||||
@@ -136,6 +136,8 @@ public class AVMNode extends Node implements Map<String, Object>
|
||||
public final static NodePropertyResolver RESOLVER_DISPLAY_PATH =
|
||||
new NodePropertyResolver()
|
||||
{
|
||||
private static final long serialVersionUID = 368552730555134975L;
|
||||
|
||||
public Object get(final Node node)
|
||||
{
|
||||
if (! (node instanceof AVMNode))
|
||||
@@ -152,6 +154,8 @@ public class AVMNode extends Node implements Map<String, Object>
|
||||
public final static NodePropertyResolver RESOLVER_PARENT_PATH =
|
||||
new NodePropertyResolver()
|
||||
{
|
||||
private static final long serialVersionUID = -798036430912409497L;
|
||||
|
||||
public Object get(final Node node)
|
||||
{
|
||||
if (! (node instanceof AVMNode))
|
||||
|
Reference in New Issue
Block a user