Package org.apache.struts2.factory
Class StrutsResultFactory
java.lang.Object
org.apache.struts2.factory.StrutsResultFactory
- All Implemented Interfaces:
- ResultFactory
Default implementation which uses 
ParamNameAwareResult to accept or throw away parameters- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuildResult(ResultConfig resultConfig, Map<String, Object> extraContext) voidsetObjectFactory(ObjectFactory objectFactory) protected voidprotected voidvoidsetReflectionProvider(ReflectionProvider provider) 
- 
Field Details- 
objectFactory
- 
reflectionProvider
 
- 
- 
Constructor Details- 
StrutsResultFactorypublic StrutsResultFactory()
 
- 
- 
Method Details- 
setObjectFactory
- 
setReflectionProvider
- 
buildResultpublic Result buildResult(ResultConfig resultConfig, Map<String, Object> extraContext) throws Exception- Specified by:
- buildResultin interface- ResultFactory
- Throws:
- Exception
 
- 
setParameters
- 
setParameter
 
-