Package org.apache.struts2.interceptor
Class WithLazyParams.LazyParamInjector
java.lang.Object
org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
- Enclosing interface:
- WithLazyParams
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected OgnlUtilprotected ReflectionProviderprotected TextParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninjectParams(Interceptor interceptor, Map<String, String> params, ActionContext invocationContext) voidsetOgnlUtil(OgnlUtil ognlUtil) voidsetReflectionProvider(ReflectionProvider reflectionProvider) voidsetTextParser(TextParser textParser) 
- 
Field Details- 
ognlUtil
- 
textParser
- 
reflectionProvider
 
- 
- 
Constructor Details- 
LazyParamInjector
 
- 
- 
Method Details- 
setTextParser
- 
setReflectionProvider
- 
setOgnlUtil
- 
injectParamspublic Interceptor injectParams(Interceptor interceptor, Map<String, String> params, ActionContext invocationContext) 
 
-