Uses of Class
org.jasig.portal.layout.node.UserLayoutNodeDescription

Packages that use UserLayoutNodeDescription
org.jasig.portal.layout.dlm Interfaces and classes in support of Distributed Layout Management. 
org.jasig.portal.layout.node   
 

Uses of UserLayoutNodeDescription in org.jasig.portal.layout.dlm
 

Subclasses of UserLayoutNodeDescription in org.jasig.portal.layout.dlm
 class ChannelDescription
          DLM specific Channel description to protect DLM artifacts of channels.
 

Methods in org.jasig.portal.layout.dlm that return UserLayoutNodeDescription
static UserLayoutNodeDescription ChannelDescription.createUserLayoutNodeDescription(Element xmlNode)
          Shadowing version of the same method in UserLayoutNodeDescription to produce DLM specific instances for channels.
 

Uses of UserLayoutNodeDescription in org.jasig.portal.layout.node
 

Subclasses of UserLayoutNodeDescription in org.jasig.portal.layout.node
 class UserLayoutChannelDescription
          A class managing information contained in a user layout channel node.
 class UserLayoutFolderDescription
          A class describing a folder node fo the user layout structure.
 

Methods in org.jasig.portal.layout.node that return UserLayoutNodeDescription
static UserLayoutNodeDescription UserLayoutNodeDescription.createUserLayoutNodeDescription(Element xmlNode)
          A factory method to create a UserLayoutNodeDescription instance, based on the information provided in the user layout Element.
 



Copyright © 2010 Jasig. All Rights Reserved.