Uses of Interface
org.jasig.portal.layout.alm.IALNodeProperties

Packages that use IALNodeProperties
org.jasig.portal.layout.alm   
 

Uses of IALNodeProperties in org.jasig.portal.layout.alm
 

Subinterfaces of IALNodeProperties in org.jasig.portal.layout.alm
 interface IALChannelDescription
          An Aggregated Layout channel description.
 interface IALFolderDescription
          An interface describing an Aggregated Layout folder descriptions.
 interface IALNodeDescription
          An interface describing a folder user layout node.
 

Classes in org.jasig.portal.layout.alm that implement IALNodeProperties
 class ALChannelDescription
          An extension of the ChannelDescription for the Aggregated Layout implementation.
 class ALFolderDescription
          An extension of the FolderDescription for the Aggregated Layout implementation.
 

Constructors in org.jasig.portal.layout.alm with parameters of type IALNodeProperties
ALNodeProperties(IALNodeProperties p)