de.ug2t.unifiedGui
Class UnPeerValueMapper

java.lang.Object
  extended by 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.


Constructor Summary
UnPeerValueMapper()
           
 
Method Summary
 void addMappingListener(IUnMappingEventListener xListen)
           
 boolean execMapping(HttpServletRequest xReq, UnComponent xCheckNode, java.util.ArrayList xDispList, boolean xStrict, boolean xUseMultiPart, boolean xBubble)
           
 boolean execMapping(java.util.Map xParameter, UnComponent xCheckNode, java.util.ArrayList xDispList, boolean xStrict, boolean xBubble)
           
 void removeMappingListener(IUnMappingEventListener xListen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnPeerValueMapper

public UnPeerValueMapper()
Method Detail

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

WidgetServer