com.liferay.portal.util
Class SessionTreeJSClicks

java.lang.Object
  extended bycom.liferay.portal.util.SessionTreeJSClicks

public class SessionTreeJSClicks
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String CLASS_NAME
           
 
Constructor Summary
SessionTreeJSClicks()
           
 
Method Summary
static void closeNode(javax.servlet.http.HttpServletRequest req, java.lang.String treeId, java.lang.String nodeId)
           
static void closeNodes(javax.servlet.http.HttpServletRequest req, java.lang.String treeId)
           
static java.lang.String getOpenNodes(javax.servlet.http.HttpServletRequest req, java.lang.String treeId)
           
static void openNode(javax.servlet.http.HttpServletRequest req, java.lang.String treeId, java.lang.String nodeId)
           
static void openNodes(javax.servlet.http.HttpServletRequest req, java.lang.String treeId, java.lang.String[] nodeIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Constructor Detail

SessionTreeJSClicks

public SessionTreeJSClicks()
Method Detail

closeNode

public static void closeNode(javax.servlet.http.HttpServletRequest req,
                             java.lang.String treeId,
                             java.lang.String nodeId)

closeNodes

public static void closeNodes(javax.servlet.http.HttpServletRequest req,
                              java.lang.String treeId)

getOpenNodes

public static java.lang.String getOpenNodes(javax.servlet.http.HttpServletRequest req,
                                            java.lang.String treeId)

openNode

public static void openNode(javax.servlet.http.HttpServletRequest req,
                            java.lang.String treeId,
                            java.lang.String nodeId)

openNodes

public static void openNodes(javax.servlet.http.HttpServletRequest req,
                             java.lang.String treeId,
                             java.lang.String[] nodeIds)