public static class WithLazyParams.LazyParamInjector extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected OgnlUtil | ognlUtil | 
| protected ReflectionProvider | reflectionProvider | 
| protected TextParser | textParser | 
| Constructor and Description | 
|---|
| LazyParamInjector(ValueStack valueStack) | 
| Modifier and Type | Method and Description | 
|---|---|
| Interceptor | injectParams(Interceptor interceptor,
            Map<String,String> params,
            ActionContext invocationContext) | 
| Interceptor | injectParams(Interceptor interceptor,
            Map<String,String> params,
            ActionContext invocationContext) | 
| void | setOgnlUtil(OgnlUtil ognlUtil) | 
| void | setReflectionProvider(ReflectionProvider reflectionProvider) | 
| void | setTextParser(TextParser textParser) | 
protected OgnlUtil ognlUtil
protected TextParser textParser
protected ReflectionProvider reflectionProvider
public LazyParamInjector(ValueStack valueStack)
public void setTextParser(TextParser textParser)
public void setReflectionProvider(ReflectionProvider reflectionProvider)
public void setOgnlUtil(OgnlUtil ognlUtil)
public Interceptor injectParams(Interceptor interceptor, Map<String,String> params, ActionContext invocationContext)
public Interceptor injectParams(Interceptor interceptor, Map<String,String> params, ActionContext invocationContext)
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.