Package org.alfresco.web.evaluator

Interface Summary
Comparator Contract supported by all classes that provide a comparison service for the ValueEvaluator class.
Evaluator Contract supported by all classes that provide dynamic evaluation for a UI element.
 

Class Summary
AlwaysFalseEvaluator Convenience evaluator which always returns false
BaseEvaluator Base class for all UI evaluators.
ChainedMatchAllEvaluator Calls multiple evaluators in turn until either the last one is called or one of the evaluators returns false.
ChainedMatchOneEvaluator Calls multiple evaluators in turn until either the last one is called or one of the evaluators returns true.
ContainerTypeEvaluator Check whether the node lives in a Site container of one of the listed types
HasAspectEvaluator Check for the presence of one or more aspects
IsBrowserEvaluator Check a browser userAgent string against a supplied regular expression
IsMimetypeEvaluator Check whether the node's mimetype is within a configured list
IsPortletModeEvaluator Determines whether we're currently running as a portlet (e.g.
MetadataValueEvaluator Tests metadata values against configured values using comparators
NodeTypeEvaluator Evaluates whether a node is of a certain type, optionally checking for subtype
NullValueComparator  
PropertyNotNullEvaluator Checks that a property value on a node is not null (and exists)
SiteBasedEvaluator Determines whether a site-based node is being accessed via the Site Document Library
SitePresetEvaluator Check whether the node lives in a Site of one of the listed presets
StringEqualsComparator Compares a node value against an optionally case-insensitive value
ValueEvaluator  
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.