org.apache.struts2.impl
Class StrutsObjectFactory
java.lang.Object
com.opensymphony.xwork2.ObjectFactory
org.apache.struts2.impl.StrutsObjectFactory
public class StrutsObjectFactory
- extends com.opensymphony.xwork2.ObjectFactory
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 |
StrutsObjectFactory
public StrutsObjectFactory()
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.