org.jasig.portal.layout.restrictions.alm
Class HiddenRestriction
java.lang.Object
org.jasig.portal.layout.restrictions.UserLayoutRestriction
org.jasig.portal.layout.restrictions.alm.ALRestriction
org.jasig.portal.layout.restrictions.alm.BooleanRestriction
org.jasig.portal.layout.restrictions.alm.HiddenRestriction
- All Implemented Interfaces:
- IUserLayoutRestriction
public class HiddenRestriction
- extends BooleanRestriction
HiddenRestriction checks the restriction on the "hidden" property for a given ALNode object.
Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout.restrictions.
It was moved to its present package to reflect that it is part of Aggregated Layouts.
- Version:
- $Revision: 1.1 $
- Author:
- Michael Ivanov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiddenRestriction
public HiddenRestriction(java.lang.String name,
java.lang.String nodePath)
HiddenRestriction
public HiddenRestriction(java.lang.String name)
HiddenRestriction
public HiddenRestriction()
getBooleanPropertyValue
protected boolean getBooleanPropertyValue(ILayoutNode node)
- Gets the boolean property value for the specified node
- Specified by:
getBooleanPropertyValue
in class BooleanRestriction