| Package | Description | 
|---|---|
| com.jalios.jcms | 
 Contains the core JCMS classes. 
 | 
| com.jalios.jcms.calendar | 
 Contains the classes used to deal with calendar in JCMS. 
 | 
| com.jalios.jcms.jportal | |
| com.jalios.jcms.json.mixin | |
| com.jalios.jcms.mail | |
| com.jalios.jcms.media | 
 Contains all the classes to provide the Media Browser. 
 | 
| com.jalios.jcms.pdf.form | |
| com.jalios.jcms.portlet | 
 Contains core Portlets parent of all generated portlets. 
 | 
| com.jalios.jcms.portlet.navigate | |
| com.jalios.jcms.shortcut | |
| com.jalios.jcms.taglib | 
 Provides many of the classes used for JCMS jsp tags. 
 | 
| com.jalios.jcms.taglib.menu | |
| com.jalios.jcms.test | |
| com.jalios.jcms.workspace | 
 Contains classes about workspace features. 
 | 
| com.jalios.jtaglib | 
 Contains the classes of utility Jalios JSP custom tag. 
 | 
| com.jalios.util | 
 Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDBTestType  | 
class  | 
AbstractWebPage  | 
class  | 
Category
A Category object is a node of the category tree. 
 | 
class  | 
Content
Content is a tagging abstract class which a type implements
 to indicates it is an editorial publication. 
 | 
class  | 
DBFileDocument  | 
class  | 
FileDocument  | 
class  | 
Form
Form is the mother class of all form types. 
 | 
class  | 
Publication
This abstract class is the super class of all the
 Publication classes. 
 | 
class  | 
UserContent
UserContent is a tagging abstract class which a type implements
 to indicates it is a user content. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
Publication.getTreeParent()  | 
TreeNode | 
Category.getTreeParent()  | 
TreeNode | 
Publication.getTreeRoot()  | 
TreeNode | 
Category.getTreeRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
Publication.getTreeChildren()  | 
java.util.Collection<? extends TreeNode> | 
Category.getTreeChildren()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base
 methods for their manipulation 
 | 
class  | 
AbstractEventResource  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractJPortal  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
PublicationMixIn.getTreeParent()  | 
TreeNode | 
PublicationMixIn.getTreeRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
PublicationMixIn.getTreeChildren()  | 
java.util.Collection<? extends TreeNode> | 
CategoryMixIn.getTreeChildren()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MailMessage
Class used to build and send a mail message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
MailMessage.getTreeParent()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
MailMessage.getTreeChildren()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMedia  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PDFieldNode  | 
class  | 
PDFieldTree  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
PDFieldTree.getTreeParent()  | 
TreeNode | 
PDFieldNode.getTreeParent()  | 
TreeNode | 
PDFieldTree.getTreeRoot()  | 
TreeNode | 
PDFieldNode.getTreeRoot()  | 
| Constructor and Description | 
|---|
PDFieldNode(org.apache.pdfbox.pdmodel.interactive.form.PDField field,
           TreeNode parent)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPortalJspCollection  | 
class  | 
Portal
 
 An abstract Portal representation with fields to implements
 - String -> CSSFile
 - String -> Header
 - String -> Footer
 - Publication -> Child
  
 | 
class  | 
PortalElement  | 
class  | 
PortalRedirect
An abstract Portal representation with fields to implements. 
 | 
class  | 
Portlet
An abstract Portlet représentation with fields to implements 
 | 
class  | 
PortletCollection
An abstract PortletCollection representation with fields to implements
 - PortalElement[] -> Children  
 | 
class  | 
PortletParent
An abstract PortletParent representation with fields to implements
 - Publication -> Children  
 | 
class  | 
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS  
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
PortalInterface.getTreeParent()  | 
TreeNode | 
PortalElement.getTreeParent()  | 
TreeNode | 
PortalInterface.getTreeParent(TreeNode node)  | 
TreeNode | 
PortalElement.getTreeParent(TreeNode node)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
PortalElement.getTreeChildren()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PortalElement.containsTreeDescendant(TreeNode tn)
Same as getAllTreeChildren() but stop when there is a match. 
 | 
TreeNode | 
PortalInterface.getTreeParent(TreeNode node)  | 
TreeNode | 
PortalElement.getTreeParent(TreeNode node)  | 
boolean | 
PortalElement.isChildTreeNode(TreeNode child)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CategoryMenuInfo  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
CategoryMenuInfo.getTreeParent()  | 
TreeNode | 
CategoryMenuInfo.getTreeRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
CategoryMenuInfo.getTreeChildren()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractShortcut  | 
| Modifier and Type | Field and Description | 
|---|---|
protected TreeNode | 
EditTag.parentData  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
TreeViewDecorator.decorate(TreeNode treeNode,
        Member member,
        Workspace ws)  | 
java.lang.String | 
TreeViewTag.TreeView.getItemCss(TreeNode treeNode,
          Member member,
          Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg. 
 | 
java.lang.String | 
TreeCatViewTag.TreeCatView.getItemCss(TreeNode treeNode,
          Member member,
          Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg. 
 | 
boolean | 
TreeViewTag.TreeView.isChecked(TreeNode node)
Returns true if given TreeNode is checked 
 | 
boolean | 
TreeViewTag.TreeView.isDisabled(TreeNode node)
Returns true if given TreeNode is disabled 
 | 
boolean | 
TreeCatViewTag.TreeCatView.isDisabled(TreeNode treeNode)
Returns true if given Category is disabled 
 | 
boolean | 
TreeViewTag.TreeView.isHighlighted(TreeNode node)
Returns true if given TreeNode is Highlighted 
 | 
boolean | 
TreeViewTag.TreeView.isRemoved(TreeNode node)
Returns true if given TreeNode is removed 
 | 
void | 
EditTag.setParentData(TreeNode parentData)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MenuInfo  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTestType  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Workspace
This class represents a Workspace 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
Workspace.getTreeRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
Workspace.getTreeChildren()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeTag.setRoot(TreeNode rootNode)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MockTreeNode  | 
| Modifier and Type | Field and Description | 
|---|---|
TreeNode | 
MockTreeNode.parent  | 
| Modifier and Type | Method and Description | 
|---|---|
TreeNode | 
TreeNode.getTreeParent()
Returns parent of the current node 
 | 
TreeNode | 
MockTreeNode.getTreeParent()  | 
TreeNode | 
TreeNode.getTreeRoot()
Returns the root of the current node 
 | 
TreeNode | 
MockTreeNode.getTreeRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends TreeNode> | 
TreeNode.getTreeChildren()
Returns a Collection of TreeNode children
 of the current node 
 | 
java.util.Collection<TreeNode> | 
MockTreeNode.getTreeChildren()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Set | 
Util.getAllChildren(TreeNode node,
              java.util.Set nodeSet)
Fill the given set with every children of the given treenode, including the node itself,
 returns the filled set. 
 | 
static java.util.TreeSet | 
Util.getAllChildrenSet(TreeNode node)
Returns a TreeSet with all children of the given treenode, (including the node itself) 
 | 
static java.util.TreeSet | 
Util.getTreeDescendantSet(TreeNode node)
Returns a TreeSet with all descendant of the given treenode, (excluding the node itself) 
 | 
static java.util.Set | 
Util.getTreeDescendantSet(TreeNode node,
                    java.util.Set nodeSet)  | 
static boolean | 
Util.isChildNode(TreeNode node,
           TreeNode child)
Test if a node is a child of an other node 
Return false if child == node  | 
static boolean | 
Util.isNodeChild(TreeNode parentNode,
           TreeNode child)
 Test if a node is a child of an other node 
Return false if child == node.  | 
| Constructor and Description | 
|---|
MockTreeNode(java.lang.String str,
            TreeNode... child)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.