Kie :: Spring 6.1.0.CR2

org.kie.spring
Class SpringObjectModelResolver

java.lang.Object
  extended by org.kie.spring.SpringObjectModelResolver
All Implemented Interfaces:
org.kie.internal.runtime.conf.ObjectModelResolver, org.springframework.context.ApplicationContextAware

public class SpringObjectModelResolver
extends Object
implements org.kie.internal.runtime.conf.ObjectModelResolver, org.springframework.context.ApplicationContextAware


Constructor Summary
SpringObjectModelResolver()
           
 
Method Summary
 boolean accept(String resolverId)
           
 Object getInstance(org.kie.internal.runtime.conf.ObjectModel model, ClassLoader cl, Map<String,Object> contextParams)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringObjectModelResolver

public SpringObjectModelResolver()
Method Detail

getInstance

public Object getInstance(org.kie.internal.runtime.conf.ObjectModel model,
                          ClassLoader cl,
                          Map<String,Object> contextParams)
Specified by:
getInstance in interface org.kie.internal.runtime.conf.ObjectModelResolver

accept

public boolean accept(String resolverId)
Specified by:
accept in interface org.kie.internal.runtime.conf.ObjectModelResolver

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

Kie :: Spring 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.