Package org.jasig.portal.layout.restrictions.alm

Interface Summary
IALRestrictionManager The AL Restriction Manager Interface.
RestrictionTypes RestrictionTypes is an interface containing the restriction types.
 

Class Summary
ALRestriction The generic aggregated layout restriction class.
ALRestrictionManager An implementation of Restriction Manager Interface
BooleanRestriction BooleanRestriction checks the restriction on the boolean property for a given ILayoutNode object.
DepthRestriction DepthRestriction checks the priority restriction for a given UserLayoutNode object.
GroupRestriction GroupRestriction checks the group restriction for a given ALNode object.
HiddenRestriction HiddenRestriction checks the restriction on the "hidden" property for a given ALNode object.
ImmutableRestriction ImmutableRestriction checks the restriction on the "immutable" property for a given ALNode object.
PriorityRestriction PriorityRestriction checks the priority restriction for a given ALNode object.
RestrictionManagerFactory A factory class for obtaining IRestrictionManager implementations.
UnremovableRestriction UnremovableRestriction checks the restriction on the "unremovable" property for a given ALNode object.