org.apache.struts2.impl
Class StrutsObjectFactory

java.lang.Object
  extended by com.opensymphony.xwork2.ObjectFactory
      extended by org.apache.struts2.impl.StrutsObjectFactory

public class StrutsObjectFactory
extends com.opensymphony.xwork2.ObjectFactory


Constructor Summary
StrutsObjectFactory()
           
 
Method Summary
 com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig, java.util.Map refParams)
           
 com.opensymphony.xwork2.Result buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig, java.util.Map extraContext)
           
 
Methods inherited from class com.opensymphony.xwork2.ObjectFactory
buildAction, buildBean, buildBean, buildValidator, getClassInstance, getContinuationPackage, getObjectFactory, isNoArgConstructorRequired, setContinuationPackage, setObjectFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsObjectFactory

public StrutsObjectFactory()
Method Detail

buildInterceptor

public com.opensymphony.xwork2.interceptor.Interceptor buildInterceptor(com.opensymphony.xwork2.config.entities.InterceptorConfig interceptorConfig,
                                                                        java.util.Map refParams)
                                                                 throws com.opensymphony.xwork2.config.ConfigurationException
Overrides:
buildInterceptor in class com.opensymphony.xwork2.ObjectFactory
Throws:
com.opensymphony.xwork2.config.ConfigurationException

buildResult

public com.opensymphony.xwork2.Result buildResult(com.opensymphony.xwork2.config.entities.ResultConfig resultConfig,
                                                  java.util.Map extraContext)
                                           throws java.lang.Exception
Overrides:
buildResult in class com.opensymphony.xwork2.ObjectFactory
Throws:
java.lang.Exception


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.