org.jasig.portal.layout.dlm.providers |
|
Java Source File Name | Type | Comment |
AllUsersEvaluatorFactory.java | Class | Used to target a fragment to all users of the system including guest users. |
AttributeEvaluator.java | Class | |
GroupMembershipEvaluator.java | Class | Answers isApplicable() in the affirmative if the user represented by the
passed in IPerson is a member of the group whose name is passed to the
constructor of this class.
Added support for a 'deepMemberOf' mode, from 2.5 patches
(UP-1284) and cache group key rather than the group itself
(UP-1532). |
GroupMembershipEvaluatorFactory.java | Class | Creates a group membership evaluator. |
GuestUserEvaluatorFactory.java | Class | Used to target a fragment only to guest users. |
Paren.java | Class | |
PersonEvaluatorFactory.java | Class | Implementation of the Evaluator Factory interface that creates evaluators
of string attributes in implementations of IPerson to determine if a user
gets a layout fragment. |
RegularViewChannelRemover.java | Class | A class used to handle requests to delete channels when the delete button is
pressed in the regular layout view. |
ThemeParamInjector.java | Class | A class used to inject the set of parameters used by the default
theme transformation stylesheet. |