|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.iqual.chaplin.AbstractContextHandler
org.iqual.chaplin.MapContextHandler
public class MapContextHandler
| Constructor Summary | |
|---|---|
MapContextHandler()
|
|
MapContextHandler(boolean strict)
|
|
| Method Summary | |
|---|---|
protected boolean |
canInvoke(Object source,
String methodName,
Class[] methodDesc)
Request for possibility of method invocation. |
Object |
get(String propertyName)
|
protected Object |
get(String propertyName,
Class fieldType,
Object instance)
Request for value of a property. |
protected boolean |
hasValue(String propertyName,
Class fieldType)
Request for existence of a property. |
protected boolean |
invoke(Object source,
String methodName,
Class[] methodDesc)
Request for the method invocation. |
protected void |
set(String propertyName,
Class fieldType,
Object value,
Object instance)
Request for setting the value of a property. |
void |
set(String propertyName,
Object value)
|
| Methods inherited from class org.iqual.chaplin.AbstractContextHandler |
|---|
onMessageReceived |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapContextHandler()
public MapContextHandler(boolean strict)
| Method Detail |
|---|
protected boolean hasValue(String propertyName,
Class fieldType)
throws Exception
AbstractContextHandler
hasValue in class AbstractContextHandlerException
public Object get(String propertyName)
throws Exception
Exception
protected Object get(String propertyName,
Class fieldType,
Object instance)
throws Exception
AbstractContextHandler
get in class AbstractContextHandlerException
public void set(String propertyName,
Object value)
throws Exception
Exception
protected void set(String propertyName,
Class fieldType,
Object value,
Object instance)
throws Exception
AbstractContextHandler
set in class AbstractContextHandlerException
protected boolean canInvoke(Object source,
String methodName,
Class[] methodDesc)
throws Exception
AbstractContextHandler
canInvoke in class AbstractContextHandlerException
protected boolean invoke(Object source,
String methodName,
Class[] methodDesc)
throws Exception
AbstractContextHandler
invoke in class AbstractContextHandlerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||