org.alfresco.web.config
Class AspectEvaluator

java.lang.Object
  extended by org.alfresco.web.config.AspectEvaluator
All Implemented Interfaces:
org.springframework.extensions.config.evaluator.Evaluator

public final class AspectEvaluator
extends java.lang.Object
implements org.springframework.extensions.config.evaluator.Evaluator

Evaluator that determines whether a given object has a particular aspect applied


Constructor Summary
AspectEvaluator()
           
 
Method Summary
 boolean applies(java.lang.Object obj, java.lang.String condition)
          Determines whether the given aspect is applied to the given object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectEvaluator

public AspectEvaluator()
Method Detail

applies

public boolean applies(java.lang.Object obj,
                       java.lang.String condition)
Determines whether the given aspect is applied to the given object

Specified by:
applies in interface org.springframework.extensions.config.evaluator.Evaluator
See Also:
Evaluator.applies(java.lang.Object, java.lang.String)


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