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.mail | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.taglib |
Provides many of the classes used for JCMS jsp tags.
|
com.jalios.jcms.test | |
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 |
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 |
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 représentation with fields to implements
- PortalElement[] -> Children
|
class |
PortletParent
An abstract PortletParent représentation with fields to implements
- Publication -> Children
|
class |
PortletSkinable
An abstract Portlet représentation 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 | Field and Description |
---|---|
protected TreeNode |
EditTag.parentData |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
EditTag.generateAddIcon(java.lang.Class clazz,
Workspace ws,
Member loggedMember,
java.lang.String anchorParam,
java.lang.String userLang,
java.lang.String contextPath,
TreeNode parent,
boolean withLabel) |
void |
EditTag.setParentData(TreeNode parentData) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestType |
Modifier and Type | Method and Description |
---|---|
void |
TreeTag.setRoot(TreeNode rootNode) |
Modifier and Type | Method and Description |
---|---|
TreeNode |
TreeNode.getTreeParent()
Returns parent of the current node
|
TreeNode |
TreeNode.getTreeRoot()
Returns the root of the current node
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends TreeNode> |
TreeNode.getTreeChildren()
Returns a Collection of TreeNode children
of the current node
|
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 |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.