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

java.lang.Object
  extended by org.jasig.portal.layout.dlm.Evaluator
      extended by org.jasig.portal.layout.dlm.providers.Paren

public class Paren
extends Evaluator

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Nested Class Summary
static class Paren.Type
           
 
Field Summary
static String RCS_ID
           
 
Fields inherited from class org.jasig.portal.layout.dlm.Evaluator
NAMESPACE_URI
 
Constructor Summary
Paren()
           
Paren(Paren.Type t)
           
 
Method Summary
 void addEvaluator(Evaluator e)
           
 Class<? extends EvaluatorFactory> getFactoryClass()
           
 boolean isApplicable(IPerson toPerson)
           
 void toElement(org.dom4j.Element parent)
          Serializes this Evaluator into the same XML format supported by dlm.xml.
 
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 String RCS_ID
See Also:
Constant Field Values
Constructor Detail

Paren

public Paren()

Paren

public Paren(Paren.Type t)
Method Detail

addEvaluator

public void addEvaluator(Evaluator e)

isApplicable

public boolean isApplicable(IPerson toPerson)
Specified by:
isApplicable in class Evaluator

toElement

public void toElement(org.dom4j.Element parent)
Description copied from class: Evaluator
Serializes this Evaluator into the same XML format supported by dlm.xml. NOTE: this method will only yield usable XML if invoked on an instance of FragmentDefinition; all other subclasses will return only XML fragments.

Specified by:
toElement in class Evaluator
Parameters:
parent - The XML structure (starting with <dlm:fragment>) so far

getFactoryClass

public Class<? extends EvaluatorFactory> getFactoryClass()
Specified by:
getFactoryClass in class Evaluator


Copyright © 2010 Jasig. All Rights Reserved.