com.softwareag.mdm.ui
Class UIRequestContext

java.lang.Object
  extended bycom.softwareag.mdm.ui.UIContext
      extended bycom.softwareag.mdm.ui.UIRequestContext

public class UIRequestContext
extends UIContext

Encapsulates a HTTP request so that a UIBeanEditor is able to feed the user input validation context.

See Also:
UIBeanEditor

Method Summary
 String getOptionalRequestParameterValue(String aParameterName)
          Returns the HTTP parameter value in the incoming request.
 String[] getOptionalRequestParameterValues(String aParameterName)
          Returns the HTTP parameter values in the incoming request.
 ValueContextForInputValidation getValueContext()
          Returns the local validation context, relative to the node hold by this component.
 ValueContextForInputValidation getValueContext(Path aPath)
           
 
Methods inherited from class com.softwareag.mdm.ui.UIContext
getLocale, getNode, getNode, getPathInAdaptation, getSession, getValue, getValue, getWebName, getWebNameFor, getWebNameForPath, getWebNameOfParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueContext

public ValueContextForInputValidation getValueContext()
Returns the local validation context, relative to the node hold by this component.


getValueContext

public ValueContextForInputValidation getValueContext(Path aPath)

getOptionalRequestParameterValue

public String getOptionalRequestParameterValue(String aParameterName)
Returns the HTTP parameter value in the incoming request.


getOptionalRequestParameterValues

public String[] getOptionalRequestParameterValues(String aParameterName)
Returns the HTTP parameter values in the incoming request.



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.