org.jasig.portal.layout.dlm.providers
Class AllUsersEvaluatorFactory

java.lang.Object
  extended by org.jasig.portal.layout.dlm.providers.AllUsersEvaluatorFactory
All Implemented Interfaces:
Evaluator, EvaluatorFactory

public class AllUsersEvaluatorFactory
extends java.lang.Object
implements EvaluatorFactory, Evaluator

Used to target a fragment to all users of the system including guest users.

Since:
uPortal 2.5
Version:
$Revision: 1.4 $ $Date: 2005/05/12 15:59:43 $

Field Summary
static java.lang.String RCS_ID
           
 
Constructor Summary
AllUsersEvaluatorFactory()
           
 
Method Summary
 Evaluator getEvaluator(org.w3c.dom.Node audience)
           
 boolean isApplicable(IPerson p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

AllUsersEvaluatorFactory

public AllUsersEvaluatorFactory()
Method Detail

getEvaluator

public Evaluator getEvaluator(org.w3c.dom.Node audience)
Specified by:
getEvaluator in interface EvaluatorFactory

isApplicable

public boolean isApplicable(IPerson p)
Specified by:
isApplicable in interface Evaluator