org.jasig.portal.layout.dlm.providers
Class Paren
java.lang.Object
org.jasig.portal.layout.dlm.providers.Paren
- All Implemented Interfaces:
- Evaluator
public class Paren
- extends java.lang.Object
- implements Evaluator
- Since:
- uPortal 2.5
- Version:
- $Revision: 1.4 $ $Date: 2005/05/02 03:05:49 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
- See Also:
- Constant Field Values
LOG
private static org.apache.commons.logging.Log LOG
OR
public static final ParenType OR
AND
public static final ParenType AND
NOT
public static final ParenType NOT
type
private ParenType type
evaluators
protected Evaluator[] evaluators
Paren
public Paren(ParenType t)
addEvaluator
public void addEvaluator(Evaluator e)
isApplicable
public boolean isApplicable(IPerson toPerson)
- Specified by:
isApplicable
in interface Evaluator