|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.waffle.action.HierarchicalArgumentResolver
public class HierarchicalArgumentResolver
Hierarchical implementation attempts to resolve the arguments value through the following ordered scoped (returning the first not null value found):
null
| Nested Class Summary | |
|---|---|
static class |
HierarchicalArgumentResolver.Scope
|
| Constructor Summary | |
|---|---|
HierarchicalArgumentResolver(javax.servlet.ServletContext servletContext,
ActionMonitor actionMonitor)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
resolve(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
Find the associated value for the argument name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HierarchicalArgumentResolver(javax.servlet.ServletContext servletContext,
ActionMonitor actionMonitor)
| Method Detail |
|---|
public java.lang.Object resolve(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
ArgumentResolver
resolve in interface ArgumentResolverrequest - is the current requestname - the name of the argument being resolved
null if not resolved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||