|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelIntrospector | |
---|---|
net.sf.easyweb4j.container | |
net.sf.easyweb4j.controller | Classes managing controllers. |
net.sf.easyweb4j.dispatcher | Classes managing request dispatch. |
net.sf.easyweb4j.model | Classes managing models. |
net.sf.easyweb4j.util | Utility classes assisting other parts of EasyWeb4J and applications using it. |
Uses of ModelIntrospector in net.sf.easyweb4j.container |
---|
Methods in net.sf.easyweb4j.container that return ModelIntrospector | |
---|---|
ModelIntrospector |
EasyWeb4JContainer.getModelIntrospector()
|
Uses of ModelIntrospector in net.sf.easyweb4j.controller |
---|
Methods in net.sf.easyweb4j.controller with parameters of type ModelIntrospector | |
---|---|
ControllerBuilder<T> |
ControllerBuilder.introspector(ModelIntrospector introspector)
|
Uses of ModelIntrospector in net.sf.easyweb4j.dispatcher |
---|
Constructors in net.sf.easyweb4j.dispatcher with parameters of type ModelIntrospector | |
---|---|
Dispatcher(RepositoryManager repositoryManager,
ModelIntrospector introspector,
SpringManager springManager,
javax.el.ELResolver elResolver,
ActionInvoker actionInvoker,
String poweredByValue)
|
Uses of ModelIntrospector in net.sf.easyweb4j.model |
---|
Constructors in net.sf.easyweb4j.model with parameters of type ModelIntrospector | |
---|---|
ModelELResolver(ModelIntrospector introspector)
|
Uses of ModelIntrospector in net.sf.easyweb4j.util |
---|
Methods in net.sf.easyweb4j.util with parameters of type ModelIntrospector | |
---|---|
static Object |
ReflectionUtil.readProperty(Object obj,
String property,
ModelIntrospector introspector)
Introspects the given Java Bean object and reads the value of the specified property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |