de.ug2t.unifiedGui
Class UnPeerValueMapper
java.lang.Object
de.ug2t.unifiedGui.UnPeerValueMapper
public final class UnPeerValueMapper
- extends java.lang.Object
- Author:
- Dirk
date: 03.04.2004 project: WiSer-Framework
This class maps the widget values from the transport layer to the widget
objects. Normally it is not necessary to use it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnPeerValueMapper
public UnPeerValueMapper()
addMappingListener
public void addMappingListener(IUnMappingEventListener xListen)
removeMappingListener
public void removeMappingListener(IUnMappingEventListener xListen)
execMapping
public boolean execMapping(HttpServletRequest xReq,
UnComponent xCheckNode,
java.util.ArrayList xDispList,
boolean xStrict,
boolean xUseMultiPart,
boolean xBubble)
throws java.lang.Exception
- Throws:
java.lang.Exception
execMapping
public boolean execMapping(java.util.Map xParameter,
UnComponent xCheckNode,
java.util.ArrayList xDispList,
boolean xStrict,
boolean xBubble)
throws java.lang.Exception
- Throws:
java.lang.Exception