org.alfresco.web.scripts
Class ActionEvaluatorHelper

java.lang.Object
  extended by org.springframework.extensions.webscripts.processor.BaseProcessorExtension
      extended by org.alfresco.web.scripts.ActionEvaluatorHelper
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.extensions.surf.core.processor.ProcessorExtension

public class ActionEvaluatorHelper
extends org.springframework.extensions.webscripts.processor.BaseProcessorExtension
implements org.springframework.context.ApplicationContextAware


Field Summary
protected  org.springframework.context.ApplicationContext applicationContext
           
 
Constructor Summary
ActionEvaluatorHelper()
           
 
Method Summary
 Evaluator getEvaluator(java.lang.String evaluatorName)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class org.springframework.extensions.webscripts.processor.BaseProcessorExtension
getExtensionName, register, setExtensionName, setProcessors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationContext

protected org.springframework.context.ApplicationContext applicationContext
Constructor Detail

ActionEvaluatorHelper

public ActionEvaluatorHelper()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

getEvaluator

public Evaluator getEvaluator(java.lang.String evaluatorName)


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