com.google.inject.struts2
Class GuiceObjectFactory

java.lang.Object
  extended by ObjectFactory
      extended by com.google.inject.struts2.GuiceObjectFactory

public class GuiceObjectFactory
extends ObjectFactory


Constructor Summary
GuiceObjectFactory()
           
 
Method Summary
 Object buildBean(Class clazz, Map extraContext)
           
 Interceptor buildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams)
           
 Class getClassInstance(String name)
           
 boolean isNoArgConstructorRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceObjectFactory

public GuiceObjectFactory()
Method Detail

isNoArgConstructorRequired

public boolean isNoArgConstructorRequired()

getClassInstance

public Class getClassInstance(String name)
                       throws ClassNotFoundException
Throws:
ClassNotFoundException

buildBean

public Object buildBean(Class clazz,
                        Map extraContext)

buildInterceptor

public Interceptor buildInterceptor(InterceptorConfig interceptorConfig,
                                    Map interceptorRefParams)
                             throws ConfigurationException
Throws:
ConfigurationException


Copyright 2009 Google Inc. All Rights Reserved.