Uses of Interface
org.jasig.portal.layout.dlm.EvaluatorFactory

Packages that use EvaluatorFactory
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.dlm.providers   
 

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

Methods in org.jasig.portal.layout.dlm that return EvaluatorFactory
private  EvaluatorFactory FragmentDefinition.loadEvaluatorFactory(java.lang.String factoryClassName, org.w3c.dom.Node audience)
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type EvaluatorFactory
private  void FragmentDefinition.addEvaluator(EvaluatorFactory factory, org.w3c.dom.Node audience)
           
 

Uses of EvaluatorFactory in org.jasig.portal.layout.dlm.providers
 

Classes in org.jasig.portal.layout.dlm.providers that implement EvaluatorFactory
 class AllUsersEvaluatorFactory
          Used to target a fragment to all users of the system including guest users.
 class GroupMembershipEvaluatorFactory
          Creates a group membership evaluator.
 class GuestUserEvaluatorFactory
          Used to target a fragment only to guest users.
 class PersonEvaluatorFactory
          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.