Package org.apache.struts2.interceptor
Class WithLazyParams.LazyParamInjector
java.lang.Object
org.apache.struts2.interceptor.WithLazyParams.LazyParamInjector
- Enclosing interface:
- WithLazyParams
-
Field Summary
Modifier and TypeFieldDescriptionprotected OgnlUtil
protected ReflectionProvider
protected TextParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninjectParams
(Interceptor interceptor, Map<String, String> params, ActionContext invocationContext) void
setOgnlUtil
(OgnlUtil ognlUtil) void
setReflectionProvider
(ReflectionProvider reflectionProvider) void
setTextParser
(TextParser textParser)
-
Field Details
-
ognlUtil
-
textParser
-
reflectionProvider
-
-
Constructor Details
-
LazyParamInjector
-
-
Method Details
-
setTextParser
-
setReflectionProvider
-
setOgnlUtil
-
injectParams
public Interceptor injectParams(Interceptor interceptor, Map<String, String> params, ActionContext invocationContext)
-