| java.lang.Object com.flexive.war.javascript.tree.StructureTreeWriter
StructureTreeWriter | public class StructureTreeWriter implements Serializable(Code) | | Renders the structure tree for the current user.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 205 $ |
DOC_TYPE_ASSIGNMENT | final public static String DOC_TYPE_ASSIGNMENT(Code) | | |
DOC_TYPE_ASSIGNMENT_SYSTEMINTERNAL | final public static String DOC_TYPE_ASSIGNMENT_SYSTEMINTERNAL(Code) | | |
DOC_TYPE_GROUP | final public static String DOC_TYPE_GROUP(Code) | | |
DOC_TYPE_TYPE_RELATION | final public static String DOC_TYPE_TYPE_RELATION(Code) | | |
renderStructureTree | public String renderStructureTree(HttpServletRequest request, long typeId)(Code) | | Render the structure tree to the node writer set in the current request.
Called through the JSON-RPC wrapper.
Parameters: request - the current request Parameters: typeId - the type to be rendered (or -1 for all structures) nothing |
writeStructureTree | public void writeStructureTree(TreeNodeWriter writer, long typeId, HttpServletRequest request) throws IOException(Code) | | Render the structure tree from the given start node (use -1 to print
the whole tree.)
Parameters: writer - the tree node writer Parameters: typeId - the start type ID (-1 for all types) Parameters: request - the current servlet request throws: IOException - if the tree could not be written |
|
|