| java.lang.Object org.jboss.portal.cms.util.NodeUtil
NodeUtil | public class NodeUtil (Code) | | Helper class for dealing with Nodes. Similar to common file utility functions, for now
author: Roy Russo Date: Jun 13, 2005 Time: 2:37:45 PM |
PATH_SEPARATOR | final public static String PATH_SEPARATOR(Code) | | |
getNodeName | public static String getNodeName(String path) throws Exception(Code) | | Returns the node name for a given basePath.
Parameters: path - |
getParentPath | public static String getParentPath(String sPath) throws Exception(Code) | | Returns the parent basePath of the Node.
Parameters: sPath - |
isValidPath | public static boolean isValidPath(String sPath)(Code) | | Validates basePath syntactically.
Parameters: sPath - |
print | public static void print(Node node)(Code) | | Prints node properties to std out.
Parameters: node - |
|
|